C# 클래스 NewTOAPIA.Drawing.Types.GDIGlyph

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
GetGlyph ( GDIContext hdc, uint uchar, float2 &pnts, sbyte &onCurve, short &advanceWidth ) : ushort
GetOutline ( UnmanagedPointer ipHeader, int size, float2 &pnts, sbyte &onCurve ) : ushort
IsTrueType ( GDIContext hdc, System font ) : bool
SelectFont ( GDIContext hdc, System font ) : uint

메소드 상세

GetGlyph() 공개 정적인 메소드

public static GetGlyph ( GDIContext hdc, uint uchar, float2 &pnts, sbyte &onCurve, short &advanceWidth ) : ushort
hdc GDIContext
uchar uint
pnts float2
onCurve sbyte
advanceWidth short
리턴 ushort

GetOutline() 공개 정적인 메소드

public static GetOutline ( UnmanagedPointer ipHeader, int size, float2 &pnts, sbyte &onCurve ) : ushort
ipHeader TOAPI.Types.UnmanagedPointer
size int
pnts float2
onCurve sbyte
리턴 ushort

IsTrueType() 공개 정적인 메소드

public static IsTrueType ( GDIContext hdc, System font ) : bool
hdc GDIContext
font System
리턴 bool

SelectFont() 공개 정적인 메소드

public static SelectFont ( GDIContext hdc, System font ) : uint
hdc GDIContext
font System
리턴 uint