ITrFont Interface |
Namespace: Aspose.Page
The ITrFont type exposes the following members.
Name | Description | |
---|---|---|
![]() | CharStrings |
Returns mapping between character name and glyph.
|
![]() | Encoding |
Returns enbcoding array.
|
![]() | EncodingTable |
Returns the name of the encoding.
|
![]() | Font |
Returns DrFont corresponding to this font.
|
![]() | FontName |
Returns font name.
|
![]() | FontType |
Returns a type of font in Adobe classification.
|
![]() | NativeFont |
Returns System.Drawing.Font corresponding to this font.
|
![]() | Size |
Returns font size.
|
![]() | Style |
Returns font style.
|
![]() | Transform |
Returns font transform.
|
Name | Description | |
---|---|---|
![]() | Clone |
Clones the font.
|
![]() | DeriveFont(Matrix) | f character
Creates equivalent of this font with new transform.
|
![]() | DeriveFont(FontStyle) |
Creates equivalent of this font with new style.
|
![]() | DeriveFont(Single) |
Creates equivalent of this font with new size.
|
![]() | DeriveFont(Single, FontStyle) |
Creates equivalent of this font with new size and style.
|
![]() | GetCharWidth |
Returns a width of character.
|
![]() | GetOutline |
Returns an outline of glyph in specified location.
|