C# 클래스 PixelFarm.DrawingGL.WinGdiFontPrinter

this use win gdi only
상속: IDisposable
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
DrawString ( CanvasGL2d canvas, string text, float x, float y ) : void
WinGdiFontPrinter ( int w, int h ) : System

비공개 메소드들

메소드 설명
InitFont ( string fontName, int emHeight ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DrawString() 공개 메소드

public DrawString ( CanvasGL2d canvas, string text, float x, float y ) : void
canvas CanvasGL2d
text string
x float
y float
리턴 void

WinGdiFontPrinter() 공개 메소드

public WinGdiFontPrinter ( int w, int h ) : System
w int
h int
리턴 System