[]
public static extern int GetTextFace(nint hdc, int nCount, nint lpFaceName)
| Type | Name | Description |
|---|---|---|
| nint | hdc | |
| int | nCount | |
| nint | lpFaceName |
| Type | Description |
|---|---|
| int |
public static extern int GetTextFace(nint hdc, int nCount, StringBuilder lpFaceName)
| Type | Name | Description |
|---|---|---|
| nint | hdc | |
| int | nCount | |
| StringBuilder | lpFaceName |
| Type | Description |
|---|---|
| int |
public static string GetTextFace(nint hdc)
| Type | Name | Description |
|---|---|---|
| nint | hdc |
| Type | Description |
|---|---|
| string |