Haru Free PDF Library
|
#include "hpdf_fontdef.h"
Go to the source code of this file.
Data Structures | |
struct | _HPDF_FontAttr_Rec |
Typedefs | |
typedef enum _HPDF_FontType | HPDF_FontType |
typedef HPDF_Dict | HPDF_Font |
typedef HPDF_TextWidth(* | HPDF_Font_TextWidths_Func) (HPDF_Font font, const HPDF_BYTE *text, HPDF_UINT len) |
typedef 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) |
typedef struct _HPDF_FontAttr_Rec * | HPDF_FontAttr |
typedef struct _HPDF_FontAttr_Rec | HPDF_FontAttr_Rec |
Enumerations | |
enum | _HPDF_FontType { HPDF_FONT_TYPE1 = 0 , HPDF_FONT_TRUETYPE , HPDF_FONT_TYPE3 , HPDF_FONT_TYPE0_CID , HPDF_FONT_TYPE0_TT , HPDF_FONT_CID_TYPE0 , HPDF_FONT_CID_TYPE2 , HPDF_FONT_MMTYPE1 } |
Functions | |
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_Font | HPDF_Type0Font_New (HPDF_MMgr mmgr, HPDF_FontDef fontdef, HPDF_Encoder encoder, HPDF_Xref xref) |
HPDF_BOOL | HPDF_Font_Validate (HPDF_Font font) |
typedef 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) |
typedef HPDF_TextWidth(* HPDF_Font_TextWidths_Func) (HPDF_Font font, const HPDF_BYTE *text, HPDF_UINT len) |
typedef struct _HPDF_FontAttr_Rec* HPDF_FontAttr |
typedef struct _HPDF_FontAttr_Rec HPDF_FontAttr_Rec |
typedef enum _HPDF_FontType HPDF_FontType |
enum _HPDF_FontType |
HPDF_Font HPDF_TTFont_New | ( | HPDF_MMgr | mmgr, |
HPDF_FontDef | fontdef, | ||
HPDF_Encoder | encoder, | ||
HPDF_Xref | xref | ||
) |
HPDF_Font HPDF_Type0Font_New | ( | HPDF_MMgr | mmgr, |
HPDF_FontDef | fontdef, | ||
HPDF_Encoder | encoder, | ||
HPDF_Xref | xref | ||
) |
HPDF_Font HPDF_Type1Font_New | ( | HPDF_MMgr | mmgr, |
HPDF_FontDef | fontdef, | ||
HPDF_Encoder | encoder, | ||
HPDF_Xref | xref | ||
) |