Apitron.PDF.Rasterizer library for .NET
SystemObject
Apitron.PDF.Rasterizer.FontsFont
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Top
Wraps characteristics of a font used in a PDF file.
Inheritance Hierarchy
Apitron.PDF.Rasterizer.FontsFont
Namespace: Apitron.PDF.Rasterizer.Fonts
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax
The Font type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ActualFontName |
Gets the actual name of the font to be used for rendering.
|
![]() | ActualFontType |
Gets the actual type of the font that will be used for rendering.
|
![]() | Encoding |
A font’s encoding is the association between character codes (obtained from text strings that are shown) and glyph descriptions.
|
![]() | Name |
Gets the original name of the font as it could be found in PDF file.Can be empty.
|
![]() | State |
Contains information about font data presence.
|
![]() | Type |
Gets the original font's type.
|
See Also