Vanilla.PDF  1.3.0
Cross-platform toolkit for creating and modifying PDF documents
Classes | Enumerations

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  CompositeFontHandle
 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_Composite = 0, FontType_Type1, FontType_Type3 }
 Types of fonts. More...
 

Detailed Description

Group of font related classes and functions.

For more details please visit:

Enumeration Type Documentation

◆ FontType

enum FontType

Types of fonts.

Enumerator
FontType_Composite 

A font composed of glyphs from a descendant CIDFont.

See also
CompositeFontHandle
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.