ITrFont class

ITrFont class

This interface gives access to main parameters of font.

The ITrFont type exposes the following members:

Properties

PropertyDescription
encodingReturns enbcoding array.
encoding_tableReturns the name of the encoding.
fidReturns font identificator.
font_nameReturns font name.
font_typeReturns a type of font in Adobe classification.
native_fontReturns System.Drawing.Font corresponding to this font.
sizeReturns font size.
styleReturns font style.
transformReturns font transform.

Methods

MethodDescription
get_char_widthReturns a width of character.
get_outlineReturns an outline of glyph in specified location.

See Also