Skip to main content

Module font

Module font 

Source
Expand description

TrueType font embedding support for PDF

Provides functionality to embed TrueType/OpenType fonts in PDF documents.

Structs§

FontManager
Manages embedded fonts in a PDF document
FontSubsetter
Tracks character usage for font subsetting
PdfFont
Embedded TrueType font information

Functions§

generate_cidfont_dict
Generate CIDFont Type 2 dictionary (TrueType descendant font) This is referenced by the Type 0 font and contains the actual font metrics
generate_font_descriptor
Generate PDF font descriptor object content
generate_font_dictionary
Generate PDF font dictionary object content (Type 0 composite font for Unicode support)
generate_font_stream_header
Generate PDF font stream object header
generate_to_unicode_cmap
Generate a ToUnicode CMap for CID fonts Maps CID (character IDs) to Unicode code points

Type Aliases§

FontObjectTuple
Font object tuple: (descriptor_id, stream_id, cidfont_id, type0_dict_id, to_unicode_id, cidtogidmap_id, font)