Tao.Sdl SDK Documentation

SdlTtf.TTF_GlyphMetrics Method 

[Visual Basic]
Public Shared Function TTF_GlyphMetrics( _
   ByVal font As IntPtr, _
   ByVal ch As Short, _
   ByRef minx As Integer, _
   ByRef maxx As Integer, _
   ByRef miny As Integer, _
   ByRef maxy As Integer, _
   ByRef advance As Integer _
) As Integer
[C#]
public static int TTF_GlyphMetrics(
   IntPtr font,
   short ch,
   out int minx,
   out int maxx,
   out int miny,
   out int maxy,
   out int advance
);

See Also

SdlTtf Class | Tao.Sdl Namespace