C# Class SampleWinForms.TextPrinter

Datei anzeigen Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
Print ( Typeface typeface, float size, char str, GlyphPlan glyphPlanBuffer ) : void
Print ( Typeface typeface, float size, string str, GlyphPlan glyphPlanBuffer ) : void
TextPrinter ( ) : System

Method Details

Print() public method

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

Print() public method

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

TextPrinter() public method

public TextPrinter ( ) : System
return System