C# Class NewTOAPIA.Drawing.Types.GDIGlyph

Mostra file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
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

Method Details

GetGlyph() public static method

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

GetOutline() public static method

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

IsTrueType() public static method

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

SelectFont() public static method

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