[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpfonttextmapping.pp line 48
type TTextMappingList = class(TObject) |
protected |
function GetItem(); virtual; |
procedure SetItem(); virtual; |
public |
constructor Create; |
destructor Destroy; override; |
function Add(); |
function Contains(); |
function ContainsCharID(); |
function GetNewGlyphID(); |
function GetMaxCharID; |
function GetMaxGlyphID; |
procedure Insert(); |
procedure Sort; |
property Count: Integer; [r] |
property Items []: TTextMapping; default; [rw] |
end; |
| |
TObject |