[]
        
(Showing Draft Content)

C1.Util.Win.Win32.GetGlyphIndices

GetGlyphIndices Method

GetGlyphIndices(nint, string, int, nint, uint)

Declaration
public static extern uint GetGlyphIndices(nint hdc, string lpsz, int c, nint pgi, uint fl)
Parameters
Type Name Description
nint hdc
string lpsz
int c
nint pgi
uint fl
Returns
Type Description
uint

GetGlyphIndices(nint, string, int, ushort[], uint)

Declaration
public static extern uint GetGlyphIndices(nint hdc, string lpsz, int c, ushort[] pgi, uint fl)
Parameters
Type Name Description
nint hdc
string lpsz
int c
ushort[] pgi
uint fl
Returns
Type Description
uint