Gets the family name.
Checks if is fixed width.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool IsFixedWidth()
Public Function IsFixedWidth As Boolean
public:
virtual bool IsFixedWidth() sealed
Return Value
Type:
Boolean the face's family name. This is an ASCII string, usually in English,
which describes the typeface's family (like 'Times New Roman', 'Bodoni', 'Garamond',
etc). This is a least common denominator used to list fonts.
Return Value
Type:
Boolean true if all glyphs have the same width
See Also