![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
Group of font related classes and functions. More...
Classes | |
| class | FontHandle |
| Base class for all fonts in to representable inside a PDF document. More... | |
| class | Type0FontHandle |
| A font composed of glyphs from a descendant CIDFont. More... | |
| class | FontMapHandle |
| A dictionary that maps resource names to font dictionaries. More... | |
Enumerations | |
| enum | FontType { FontType_Undefined = 0 , FontType_Type0 , FontType_Type1 , FontType_MMType1 , FontType_Type3 , FontType_TrueType , FontType_CIDFontType0 , FontType_CIDFontType2 } |
| Types of fonts. More... | |
Group of font related classes and functions.
For more details please visit:
| enum FontType |
Types of fonts.
| Enumerator | |
|---|---|
| FontType_Type0 | A font composed of glyphs from a descendant CIDFont.
|
| FontType_Type1 | A font that defines glyph shapes using Type 1 font technology. |
| FontType_Type3 | A font that defines glyphs with streams of PDF graphics operators. |