Specifies whether a font has been resolved.
Namespace: TallComponents.PDF.Rasterizer.FontsAssembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0
Syntax
| C# |
|---|
public enum FontLocation |
| Visual Basic |
|---|
Public Enumeration FontLocation |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unresolved | 0 | No definition for the font has been found. | |
| System | 1 | 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 | 2 | 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 substition map. | |
| Data | 3 | 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. |