| [Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazfreetypefontcollection.pas line 64
type TFamilyCollectionItem = class(TCustomFamilyCollectionItem) |
||
protected |
||
function GetFontByIndex(); override; |
|
|
function GetFontByStyles(); |
|
|
function GetFontIndexByStyles(); |
|
|
function GetStyle(); override; |
|
|
procedure AddStyle(); |
|
|
function RemoveStyle(); |
||
function GetStyles; override; |
|
|
function GetFamilyName; override; |
|
|
function GetFontCount; override; |
|
|
function GetStyleCount; override; |
|
|
procedure RebuildStyleList(); |
||
public |
||
constructor Create(); |
|
|
procedure AddFont(); |
|
|
function RemoveFont(); |
||
function GetFont(); |
|
|
function GetFontIndex(); |
|
|
function HasStyle(); override; |
|
|
end; |
|
||
| | | ||
|
||
| | | ||
TObject |
| lazarus-ccr.sourceforge.net |