Method | Description | |
---|---|---|
GetAscent ( ) : int | ||
GetBBox ( ) : |
||
GetCapHeight ( ) : uint | ||
GetDescent ( ) : int | ||
GetEncodingName ( ) : string | ||
GetFontName ( ) : string | ||
GetHandle ( ) : |
||
GetUnicodeWidth ( ushort code ) : int | ||
GetXHeight ( ) : uint | ||
HPdfFont ( |
||
MeasureText ( string text, uint len, float width, float font_size, float char_space, float word_space, int wordwrap, float &real_width ) : uint | ||
TextWidth ( string text, uint len ) : |
Method | Description | |
---|---|---|
HPDF_Font_GetAscent ( |
||
HPDF_Font_GetBBox ( |
||
HPDF_Font_GetCapHeight ( |
||
HPDF_Font_GetDescent ( |
||
HPDF_Font_GetEncodingName ( |
||
HPDF_Font_GetFontName ( |
||
HPDF_Font_GetUnicodeWidth ( |
||
HPDF_Font_GetXHeight ( |
||
HPDF_Font_MeasureText ( |
||
HPDF_Font_TextWidth ( |
public HPdfFont ( |
||
hfont | ||
return | System |
public MeasureText ( string text, uint len, float width, float font_size, float char_space, float word_space, int wordwrap, float &real_width ) : uint | ||
text | string | |
len | uint | |
width | float | |
font_size | float | |
char_space | float | |
word_space | float | |
wordwrap | int | |
real_width | float | |
return | uint |
public TextWidth ( string text, uint len ) : |
||
text | string | |
len | uint | |
return |