[]
public static extern uint GetGlyphIndices(IntPtr hdc, string lpsz, int c, IntPtr pgi, uint fl)
Type | Name | Description |
---|---|---|
IntPtr | hdc | |
string | lpsz | |
int | c | |
IntPtr | pgi | |
uint | fl |
Type | Description |
---|---|
uint |
public static extern uint GetGlyphIndices(IntPtr hdc, string lpsz, int c, ushort[] pgi, uint fl)
Type | Name | Description |
---|---|---|
IntPtr | hdc | |
string | lpsz | |
int | c | |
ushort[] | pgi | |
uint | fl |
Type | Description |
---|---|
uint |