C# Класс 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.
Показать файл Открыть проект

Открытые методы

Метод Описание
GlyphRunG ( string aString, Font, aFont ) : System
GlyphRunG ( string aString, GDIFont aFont ) : System

Описание методов

GlyphRunG() публичный Метод

public GlyphRunG ( string aString, Font, aFont ) : System
aString string
aFont Font,
Результат System

GlyphRunG() публичный Метод

public GlyphRunG ( string aString, GDIFont aFont ) : System
aString string
aFont GDIFont
Результат System