FontState Enumeration

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Indicates the state of the font.

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 enum FontState
Members

  Member nameValueDescription
Unresolved0 This value indicates that font is unresolved and should be mapped to another font.
Resolved1 This value indicates that font has been succesfully resolved and its ActualFontName contains meaningful value.
Embedded2 This value indicates that font is embedded inside the PDF file itself, so no mapping is needed.
See Also

Reference