Haru Free PDF Library
hpdf_font.h File Reference
#include "hpdf_fontdef.h"
Include dependency graph for hpdf_font.h:
This graph shows which files directly or indirectly include this file:

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_RecHPDF_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 Documentation

◆ HPDF_Font

◆ HPDF_Font_MeasureText_Func

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)

◆ HPDF_Font_TextWidths_Func

typedef HPDF_TextWidth(* HPDF_Font_TextWidths_Func) (HPDF_Font font, const HPDF_BYTE *text, HPDF_UINT len)

◆ HPDF_FontAttr

◆ HPDF_FontAttr_Rec

◆ HPDF_FontType

Enumeration Type Documentation

◆ _HPDF_FontType

Enumerator
HPDF_FONT_TYPE1 
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 

Function Documentation

◆ HPDF_Font_Validate()

HPDF_BOOL HPDF_Font_Validate ( HPDF_Font  font)

◆ HPDF_TTFont_New()

HPDF_Font HPDF_TTFont_New ( HPDF_MMgr  mmgr,
HPDF_FontDef  fontdef,
HPDF_Encoder  encoder,
HPDF_Xref  xref 
)

◆ HPDF_Type0Font_New()

HPDF_Font HPDF_Type0Font_New ( HPDF_MMgr  mmgr,
HPDF_FontDef  fontdef,
HPDF_Encoder  encoder,
HPDF_Xref  xref 
)

◆ HPDF_Type1Font_New()

HPDF_Font HPDF_Type1Font_New ( HPDF_MMgr  mmgr,
HPDF_FontDef  fontdef,
HPDF_Encoder  encoder,
HPDF_Xref  xref 
)