struct _HPDF_FontAttr_Rec HPDF_FontAttr_Rec
HPDF_BOOL HPDF_Font_Validate(HPDF_Font font)
HPDF_Font HPDF_Type0Font_New(HPDF_MMgr mmgr, HPDF_FontDef fontdef, HPDF_Encoder encoder, HPDF_Xref xref)
HPDF_TextWidth(* HPDF_Font_TextWidths_Func)(HPDF_Font font, const HPDF_BYTE *text, HPDF_UINT len)
Definition: hpdf_font.h:47
struct _HPDF_FontAttr_Rec * HPDF_FontAttr
Definition: hpdf_font.h:64
HPDF_UINT(* HPDF_Font_MeasureText_Func)(HPDF_Font font, const HPDF_BYTE *text, HPDF_UINT len, HPDF_REAL width, HPDF_REAL fontsize, HPDF_REAL charspace, HPDF_REAL wordspace, HPDF_BOOL wordwrap, HPDF_REAL *real_width)
Definition: hpdf_font.h:53
HPDF_Font HPDF_Type1Font_New(HPDF_MMgr mmgr, HPDF_FontDef fontdef, HPDF_Encoder encoder, HPDF_Xref xref)
HPDF_Font HPDF_TTFont_New(HPDF_MMgr mmgr, HPDF_FontDef fontdef, HPDF_Encoder encoder, HPDF_Xref xref)
HPDF_Dict HPDF_Font
Definition: hpdf_font.h:43
enum _HPDF_FontType HPDF_FontType
_HPDF_FontType
Definition: hpdf_font.h:31
@ HPDF_FONT_MMTYPE1
Definition: hpdf_font.h:39
@ HPDF_FONT_CID_TYPE0
Definition: hpdf_font.h:37
@ HPDF_FONT_TRUETYPE
Definition: hpdf_font.h:33
@ HPDF_FONT_CID_TYPE2
Definition: hpdf_font.h:38
@ HPDF_FONT_TYPE0_TT
Definition: hpdf_font.h:36
@ HPDF_FONT_TYPE0_CID
Definition: hpdf_font.h:35
@ HPDF_FONT_TYPE3
Definition: hpdf_font.h:34
@ HPDF_FONT_TYPE1
Definition: hpdf_font.h:32
signed int HPDF_BOOL
Definition: hpdf_types.h:89
unsigned int HPDF_UINT
Definition: hpdf_types.h:45
float HPDF_REAL
Definition: hpdf_types.h:79
unsigned char HPDF_BYTE
Definition: hpdf_types.h:74
struct _HPDF_TextWidth HPDF_TextWidth
signed short HPDF_INT16
Definition: hpdf_types.h:62
enum _HPDF_WritingMode HPDF_WritingMode
Definition: hpdf_objects.h:421
Definition: hpdf_encoder.h:115
Definition: hpdf_font.h:66
HPDF_Dict map_stream
Definition: hpdf_font.h:83
HPDF_Font descendant_font
Definition: hpdf_font.h:82
HPDF_Xref xref
Definition: hpdf_font.h:81
HPDF_Font_MeasureText_Func measure_text_fn
Definition: hpdf_font.h:70
HPDF_WritingMode writing_mode
Definition: hpdf_font.h:68
HPDF_FontDef fontdef
Definition: hpdf_font.h:71
HPDF_Font_TextWidths_Func text_width_fn
Definition: hpdf_font.h:69
HPDF_Dict cmap_stream
Definition: hpdf_font.h:84
HPDF_INT16 * widths
Definition: hpdf_font.h:78
HPDF_FontType type
Definition: hpdf_font.h:67
HPDF_Encoder encoder
Definition: hpdf_font.h:72
HPDF_BYTE * used
Definition: hpdf_font.h:79
Definition: hpdf_fontdef.h:87
Definition: hpdf_mmgr.h:40
Definition: hpdf_objects.h:542