Font Class

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Wraps characteristics of a font used in a PDF file.
Inheritance Hierarchy

SystemObject
  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

public sealed class Font

The Font type exposes the following members.

Properties

  NameDescription
Public propertyActualFontName
Gets the actual name of the font to be used for rendering.
Public propertyActualFontType
Gets the actual type of the font that will be used for rendering.
Public propertyEncoding
A font’s encoding is the association between character codes (obtained from text strings that are shown) and glyph descriptions.
Public propertyName
Gets the original name of the font as it could be found in PDF file.Can be empty.
Public propertyState
Contains information about font data presence.
Public propertyType
Gets the original font's type.
Top
See Also

Reference