C# Class GlyphRunG, NewTOAPIA

A GlyphRun is a set of characters that are displayed in a given font. The run only represents a single font, at a given size. Multiple GlyphRuns may be assembled to represent a display of text.
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
GlyphRunG ( string aString, Font, aFont ) : System
GlyphRunG ( string aString, GDIFont aFont ) : System

Method Details

GlyphRunG() public méthode

public GlyphRunG ( string aString, Font, aFont ) : System
aString string
aFont Font,
Résultat System

GlyphRunG() public méthode

public GlyphRunG ( string aString, GDIFont aFont ) : System
aString string
aFont GDIFont
Résultat System