FontSetFaceName¶
FontSetFaceName sets the font face name.
- bool = FontSetFaceName(hFont, ssFaceName)
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
- hFont
Identifies the font.
- ssFaceName
ssFaceName specifies the typeface name of the font, e.g. “Courier”.
See also
id-825916