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