C# Class SampleWinForms.TextPrinter

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Print() public méthode

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

TextPrinter() public méthode

public TextPrinter ( ) : System
Résultat System