C# 클래스 AlphaTab.Rendering.Glyphs.TextGlyph

상속: EffectGlyph
파일 보기 프로젝트 열기: CoderLine/alphaTab

공개 메소드들

메소드 설명
Paint ( float cx, float cy, ICanvas canvas ) : void
TextGlyph ( float x, float y, string text, Font font, TextAlign textAlign = TextAlign.Left ) : AlphaTab.Platform

메소드 상세

Paint() 공개 메소드

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

TextGlyph() 공개 메소드

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
리턴 AlphaTab.Platform