Field SampleCharsForIsMonospace
A sample string containing characters commonly used to test whether a font is monospaced.
public static string SampleCharsForIsMonospace
Returns
- string
- A sample string containing characters commonly used to test whether a font is monospaced.
Remarks
This string includes a variety of characters with differing widths in proportional fonts, such as narrow characters ('i', 'l') and wide characters ('m', 'W'). It is intended for use in scenarios where determining if a font renders all characters with equal width is necessary.