ITrFont Interface

This interface give access to main parameters of font.

Namespace:  Aspose.Page
Assembly:  Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntax
public interface ITrFont

The ITrFont type exposes the following members.

Properties
  NameDescription
Public propertyCharStrings
Returns mapping between character name and glyph.
Public propertyEncoding
Returns enbcoding array.
Public propertyEncodingTable
Returns the name of the encoding.
Public propertyFont
Returns DrFont corresponding to this font.
Public propertyFontName
Returns font name.
Public propertyFontType
Returns a type of font in Adobe classification.
Public propertyNativeFont
Returns System.Drawing.Font corresponding to this font.
Public propertySize
Returns font size.
Public propertyStyle
Returns font style.
Public propertyTransform
Returns font transform.
Methods
  NameDescription
Public methodClone
Clones the font.
Public methodDeriveFont(Matrix)
f character Creates equivalent of this font with new transform.
Public methodDeriveFont(FontStyle)
Creates equivalent of this font with new style.
Public methodDeriveFont(Single)
Creates equivalent of this font with new size.
Public methodDeriveFont(Single, FontStyle)
Creates equivalent of this font with new size and style.
Public methodGetCharWidth
Returns a width of character.
Public methodGetOutline
Returns an outline of glyph in specified location.
See Also