C# Class GraphicsImplementation.GlyphTextureCache

Inheritance: IDisposable
Mostra file Open project: filipkunc/GLGraphics

Public Methods

Method Description
Dispose ( ) : void
DrawBitmap ( Graphics g ) : void
DrawString ( IGraphics g, string text, Font font, Brush brush, PointF location ) : void
DrawTexture ( GLCanvas g ) : void
GlyphTextureCache ( ) : System

Private Methods

Method Description
AddString ( string text, Font font, Brush brush, TextRenderingHint textRenderingHint ) : void
UpdateTextureIfNeeded ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DrawBitmap() public method

public DrawBitmap ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawString() public method

public DrawString ( IGraphics g, string text, Font font, Brush brush, PointF location ) : void
g IGraphics
text string
font System.Drawing.Font
brush System.Drawing.Brush
location System.Drawing.PointF
return void

DrawTexture() public method

public DrawTexture ( GLCanvas g ) : void
g GLCanvas
return void

GlyphTextureCache() public method

public GlyphTextureCache ( ) : System
return System