Function Font.isFixedWidth

Checks if the current font face of this font is fixed-width Fixed-width fonts are monospace - each character is the same length The pixel length of a string of fixed-width characters is the width of the characters times the amount of characters

bool isFixedWidth() @property;