C# 클래스 SampleWinForms.TextPrinter

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
Print ( Typeface typeface, float size, char str, GlyphPlan glyphPlanBuffer ) : void
Print ( Typeface typeface, float size, string str, GlyphPlan glyphPlanBuffer ) : void
TextPrinter ( ) : System

메소드 상세

Print() 공개 메소드

public Print ( Typeface typeface, float size, char str, GlyphPlan glyphPlanBuffer ) : void
typeface NOpenType.Typeface
size float
str char
glyphPlanBuffer GlyphPlan
리턴 void

Print() 공개 메소드

public Print ( Typeface typeface, float size, string str, GlyphPlan glyphPlanBuffer ) : void
typeface NOpenType.Typeface
size float
str string
glyphPlanBuffer GlyphPlan
리턴 void

TextPrinter() 공개 메소드

public TextPrinter ( ) : System
리턴 System