Unit AdFontGenerator

DescriptionusesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

Contains an abstract class for font generators.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TAdFontGenerator The base, abstract font generator class.

Functions and Procedures

procedure RegisterFontGeneratorClass(AClass:TAdFontGeneratorClass);

Types

TAdFontGeneratorClass = class of TAdFontGenerator;

Variables

RegisteredGenerators:TStringList;

Description

Functions and Procedures

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.

Types

TAdFontGeneratorClass = class of TAdFontGenerator;

A class of TAdFontGenerator

Variables

RegisteredGenerators:TStringList;

Contains the names of all registered font generators. Content of the list should not be changed manually.

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:31:59