![]() |
Mako 8.2.0 API
MakoCore SDK API Documentation
|
Font handling. More...
Topics | |
IDOMFontSource data |
Classes | |
class | IDOMFontSource |
The font source for the class IDOMFont. This class describes the different ways fonts are constructed. More... | |
class | IDOMFontSourceStreamFilter |
An abstract interface for fonts sourced from a font stream filter. More... | |
class | IDOMFontSourceFromStream |
The source for IDOMFont when sourced from an existing stream. More... | |
class | IDOMFontSourceObfuscationConverter |
Interface for a font sourced from a converter that performs obfuscation and deobfuscation. More... | |
class | IDOMFont |
IDOMFont Base Class. More... | |
class | IDOMFontOpenType |
IDOMFontOpenType interface. More... | |
class | IDOMFontOpenType::CCIDMap |
For TrueType-based CIDFonts, the mapping from CIDs to GlyphIds for non-identity orderings. More... | |
class | SignatureID |
Opentype table signatures. More... | |
class | IDOMFontOTFTrueType |
Opentype Font. More... | |
class | IDOMType3Font |
Representation of a PostScript/PDF Type 3 Font. At present, the stream cannot be set, only retrieved. More... | |
class | IFontHeaderWriteSegmentBlockEnumerator |
IFontHeaderWriteSegmentBlockEnumerator Enumerates over the PCLXL Font Header block items for the XL ReadFontHeader operator. More... | |
class | IFontPCL5WriteSegmentBlockEnumerator |
IFontPCL5WriteSegmentBlockEnumerator Enumerates over the PCL5 font blocks. More... | |
class | IDOMFontPCLXL |
This class models PCL XL TrueType and bitmap fonts derived from an OpenType font source. More... | |
class | IDOMFontPCL5 |
IDOMFontPCL5 (PCL5 Truetype) derived from an OpenType font source. More... |
Typedefs | |
typedef uint32 | IDOMFont::CharCode |
type used to uniquely identify a character code | |
typedef std::map< CharCode, IDOMGlyph::GlyphID > | IDOMFont::CCharacterMap |
Map type used for storing character code to glyph ID mappings. | |
typedef uint32 | TableSignatureID |
type used to uniquely identify an opentype font signature | |
typedef uint16 | IDOMFontPCLXL::SymbolSet |
Type represents the PCL XL Font Symbol Set. | |
typedef uint16 | IDOMFontPCL5::SymbolSetIDCode |
Type represents the PCL5 Font Symbol Set. |
Font handling.
typedef std::map<CharCode, IDOMGlyph::GlyphID> IDOMFont::CCharacterMap |
Map type used for storing character code to glyph ID mappings.
typedef uint32 IDOMFont::CharCode |
type used to uniquely identify a character code
typedef uint16 IDOMFontPCLXL::SymbolSet |
Type represents the PCL XL Font Symbol Set.
typedef uint16 IDOMFontPCL5::SymbolSetIDCode |
Type represents the PCL5 Font Symbol Set.
typedef uint32 TableSignatureID |
type used to uniquely identify an opentype font signature
enum IDOMFont::eFontType |
Type used to uniquely identify the original type of Font. In the PostScript/PDF inputs, most font types are converted to OpenType before insertion into the DOM. This allows the ability to discover what the original type was.
Type used to uniquely identify the known open type signatures.