C# Class Sharpex2D.Rendering.OpenGL.BitmapFont

Mostra file Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method Description
DrawTextToBitmap ( string text, System font, Color color ) : Bitmap

Draws the text into a bitmap.

Method Details

DrawTextToBitmap() public static method

Draws the text into a bitmap.
public static DrawTextToBitmap ( string text, System font, Color color ) : Bitmap
text string The Text.
font System The Font.
color System.Drawing.Color The Color.
return System.Drawing.Bitmap