Tao.Sdl SDK Documentation |
|
SdlTtf.TTF_FontFaceFamilyName Method
Get current font face family name string.
[Visual Basic]
Public Shared Function TTF_FontFaceFamilyName( _
ByVal
font As
IntPtr _
) As
String
[C#]
public static
string TTF_FontFaceFamilyName(
IntPtr font);
Parameters
-
font
-
Return Value
Name of font family
Remarks
Binds to C-function in SDL_ttf.h
char * TTF_FontFaceFamilyName(TTF_Font *font)
Example
See Also
SdlTtf Class | Tao.Sdl Namespace | TTF_FontFaces | TTF_FontFaceIsFixedWidth | TTF_FontFaceStyleName