Enum FontLocation

Namespace TallComponents.PDF.Rasterizer.Fonts

Specifies whether a font has been resolved.

Fields


Unresolved
No definition for the font has been found.

System
The font is available as a system font. This is the case for example if no entry in the font substitution map matches the given font and a font with the same name has been found as a system font.

File
The font is available as a file. This is the case for example if a path to the font file has been added to the font substitution map.

Data
The font is available as data. This is the case for example if the the font is embedded in the document or if the font data has been added as a stream to the font substitution map.