Class TAdFontList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdFontList = class(TAdList)

Description

no description available, TAdList description follows

A Andorra list class. Will soon be replaced by some own list type.

Hierarchy

Overview

Methods

Public constructor Create(AAppl:TAd2dApplication);
Public destructor Destroy; override;
Public function Add(AName:string;AFont:TAdFont;AOwnedByList:boolean=false):integer;
Public procedure SaveToStream(AStream:TStream);
Public procedure LoadFromStream(AStream:TStream);
Public procedure SaveToFile(AFile:string);
Public procedure LoadFromFile(AFile:string);
Public function IndexOf(Item:Pointer):integer;

Properties

Public property Font[Index:string]: TAdFont read GetItemByName;
Public property Items[Index:integer]: TAdFont read GetItem write SetItem;
Public property Names[Index:integer]: string read GetName write SetName;
Public property SaveMetadata: boolean read FMetadata write SetMetadata;
Public property Application: TAd2dApplication read FAppl;
Public property Fonts: TAdFontFactory read FFntFct;

Description

Methods

Public constructor Create(AAppl:TAd2dApplication);
 
Public destructor Destroy; override;
 
Public function Add(AName:string;AFont:TAdFont;AOwnedByList:boolean=false):integer;
 
Public procedure SaveToStream(AStream:TStream);
 
Public procedure LoadFromStream(AStream:TStream);
 
Public procedure SaveToFile(AFile:string);
 
Public procedure LoadFromFile(AFile:string);
 
Public function IndexOf(Item:Pointer):integer;
 

Properties

Public property Font[Index:string]: TAdFont read GetItemByName;
 
Public property Items[Index:integer]: TAdFont read GetItem write SetItem;
 
Public property Names[Index:integer]: string read GetName write SetName;
 
Public property SaveMetadata: boolean read FMetadata write SetMetadata;
 
Public property Application: TAd2dApplication read FAppl;
 
Public property Fonts: TAdFontFactory read FFntFct;
 

SourceForge.net Logo


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