C# 클래스 HPdf.HPdfFont

파일 보기 프로젝트 열기: ChristophGuillermet/WHITECAT_opensource 1 사용 예제들

공개 메소드들

메소드 설명
GetAscent ( ) : int
GetBBox ( ) : HPdfBox
GetCapHeight ( ) : uint
GetDescent ( ) : int
GetEncodingName ( ) : string
GetFontName ( ) : string
GetHandle ( ) : IntPtr
GetUnicodeWidth ( ushort code ) : int
GetXHeight ( ) : uint
HPdfFont ( IntPtr hfont ) : System
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 ) : HPdfTextWidth

비공개 메소드들

메소드 설명
HPDF_Font_GetAscent ( IntPtr hfont ) : int
HPDF_Font_GetBBox ( IntPtr hfont ) : HPdfBox
HPDF_Font_GetCapHeight ( IntPtr hfont ) : uint
HPDF_Font_GetDescent ( IntPtr hfont ) : int
HPDF_Font_GetEncodingName ( IntPtr hfont ) : string
HPDF_Font_GetFontName ( IntPtr hfont ) : string
HPDF_Font_GetUnicodeWidth ( IntPtr hfont, ushort code ) : int
HPDF_Font_GetXHeight ( IntPtr hfont ) : uint
HPDF_Font_MeasureText ( IntPtr hfont, string text, uint len, float width, float font_size, float char_space, float word_space, int wordwrap, float &real_width ) : uint
HPDF_Font_TextWidth ( IntPtr hfont, string text, uint len ) : HPdfTextWidth

메소드 상세

GetAscent() 공개 메소드

public GetAscent ( ) : int
리턴 int

GetBBox() 공개 메소드

public GetBBox ( ) : HPdfBox
리턴 HPdfBox

GetCapHeight() 공개 메소드

public GetCapHeight ( ) : uint
리턴 uint

GetDescent() 공개 메소드

public GetDescent ( ) : int
리턴 int

GetEncodingName() 공개 메소드

public GetEncodingName ( ) : string
리턴 string

GetFontName() 공개 메소드

public GetFontName ( ) : string
리턴 string

GetHandle() 공개 메소드

public GetHandle ( ) : IntPtr
리턴 System.IntPtr

GetUnicodeWidth() 공개 메소드

public GetUnicodeWidth ( ushort code ) : int
code ushort
리턴 int

GetXHeight() 공개 메소드

public GetXHeight ( ) : uint
리턴 uint

HPdfFont() 공개 메소드

public HPdfFont ( IntPtr hfont ) : System
hfont System.IntPtr
리턴 System

MeasureText() 공개 메소드

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
리턴 uint

TextWidth() 공개 메소드

public TextWidth ( string text, uint len ) : HPdfTextWidth
text string
len uint
리턴 HPdfTextWidth