C# Class AlphaTab.Rendering.Glyphs.TextGlyph

Inheritance: EffectGlyph
Datei anzeigen Open project: CoderLine/alphaTab

Public Methods

Method Description
Paint ( float cx, float cy, ICanvas canvas ) : void
TextGlyph ( float x, float y, string text, Font font, TextAlign textAlign = TextAlign.Left ) : AlphaTab.Platform

Method Details

Paint() public method

public Paint ( float cx, float cy, ICanvas canvas ) : void
cx float
cy float
canvas ICanvas
return void

TextGlyph() public method

public TextGlyph ( float x, float y, string text, Font font, TextAlign textAlign = TextAlign.Left ) : AlphaTab.Platform
x float
y float
text string
font AlphaTab.Platform.Model.Font
textAlign TextAlign
return AlphaTab.Platform