[]
public static extern bool GetCharABCWidths(nint hdc, uint firstChar, uint lastChar, Win32.ABC[] widths)
Type | Name | Description |
---|---|---|
nint | hdc | |
uint | firstChar | |
uint | lastChar | |
ABC[] | widths |
Type | Description |
---|---|
bool |
public static int[] GetCharABCWidths(nint hdc, uint firstChar, uint lastChar)
Type | Name | Description |
---|---|---|
nint | hdc | |
uint | firstChar | |
uint | lastChar |
Type | Description |
---|---|
int[] |