Vanilla.PDF  1.5.2
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  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...
 

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_Type0 

A font composed of glyphs from a descendant CIDFont.

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