Tao.Sdl SDK Documentation

SdlTtf.TTF_FontFaces Method 

Get the number of faces of the font

[Visual Basic]
Public Shared Function TTF_FontFaces( _
   ByVal font As IntPtr _
) As Long
[C#]
public static long TTF_FontFaces(
   IntPtr font
);

Parameters

font

Return Value

Number of faces in a font

Remarks

Binds to C-function in SDL_ttf.h

            long TTF_FontFaces(TTF_Font *font)
            

Example

                

See Also

SdlTtf Class | Tao.Sdl Namespace | TTF_FontFaceIsFixedWidth | TTF_FontFaceFamilyName | TTF_FontFaceStyleName