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