Method | Description | |
---|---|---|
GetGlyph ( GDIContext hdc, uint uchar, float2 &pnts, sbyte &onCurve, short &advanceWidth ) : ushort | ||
GetOutline ( |
||
IsTrueType ( GDIContext hdc, System font ) : bool | ||
SelectFont ( GDIContext hdc, System font ) : uint |
public static GetGlyph ( GDIContext hdc, uint uchar, float2 &pnts, sbyte &onCurve, short &advanceWidth ) : ushort | ||
hdc | GDIContext | |
uchar | uint | |
pnts | float2 | |
onCurve | sbyte | |
advanceWidth | short | |
return | ushort |
public static GetOutline ( |
||
ipHeader | ||
size | int | |
pnts | float2 | |
onCurve | sbyte | |
return | ushort |
public static IsTrueType ( GDIContext hdc, System font ) : bool | ||
hdc | GDIContext | |
font | System | |
return | bool |
public static SelectFont ( GDIContext hdc, System font ) : uint | ||
hdc | GDIContext | |
font | System | |
return | uint |