Tao.Sdl SDK Documentation |
|
SdlTtf.TTF_FontFaceIsFixedWidth Method
Get whether font is monospaced or not.
[Visual Basic]
Public Shared Function TTF_FontFaceIsFixedWidth( _
ByVal
font As
IntPtr _
) As
Integer
[C#]
public static
int TTF_FontFaceIsFixedWidth(
IntPtr font);
Parameters
-
font
-
Return Value
1 if true, 0 if false
Remarks
Binds to C-function in SDL_ttf.h
int TTF_FontFaceIsFixedWidth(TTF_Font *font)
Example
See Also
SdlTtf Class | Tao.Sdl Namespace | TTF_FontFaces | TTF_FontFaceFamilyName | TTF_FontFaceStyleName