Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
Contains an abstract class for font generators.
Name | Description |
---|---|
Class TAdFontGenerator |
The base, abstract font generator class. |
procedure RegisterFontGeneratorClass(AClass:TAdFontGeneratorClass); |
TAdFontGeneratorClass = class of TAdFontGenerator; |
RegisteredGenerators:TStringList; |
procedure RegisterFontGeneratorClass(AClass:TAdFontGeneratorClass); |
Registers a font generator class that can be used by the font manager. Should be called in the "initialization" part of the font generator class unit. |
TAdFontGeneratorClass = class of TAdFontGenerator; |
A class of TAdFontGenerator |
RegisteredGenerators:TStringList; |
Contains the names of all registered font generators. Content of the list should not be changed manually. |