Tao.Sdl SDK Documentation

SdlTtf.TTF_RenderGlyph_Shaded Method 

[Visual Basic]
Public Shared Function TTF_RenderGlyph_Shaded( _
   ByVal font As IntPtr, _
   ByVal ch As Short, _
   ByVal fg As SDL_Color, _
   ByVal bg As SDL_Color _
) As IntPtr
[C#]
public static IntPtr TTF_RenderGlyph_Shaded(
   IntPtr font,
   short ch,
   SDL_Color fg,
   SDL_Color bg
);

See Also

SdlTtf Class | Tao.Sdl Namespace