Tao.Sdl SDK Documentation

SdlTtf.TTF_OpenFontIndex Method 

[Visual Basic]
Public Shared Function TTF_OpenFontIndex( _
   ByVal file As String, _
   ByVal ptsize As Integer, _
   ByVal index As Long _
) As IntPtr
[C#]
public static IntPtr TTF_OpenFontIndex(
   string file,
   int ptsize,
   long index
);

See Also

SdlTtf Class | Tao.Sdl Namespace