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.
Mostra file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
GlyphRunG ( string aString, Font, aFont ) : System
GlyphRunG ( string aString, GDIFont aFont ) : System

Method Details

GlyphRunG() public method

public GlyphRunG ( string aString, Font, aFont ) : System
aString string
aFont Font,
return System

GlyphRunG() public method

public GlyphRunG ( string aString, GDIFont aFont ) : System
aString string
aFont GDIFont
return System