TFixedIndexesFontModel

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TIndexFontModelAbstract base class for a facility that returns a TPdfSizedFont for table cell
3TFixedIndexesFontModel

Source

PrintLayout.Font.Model.pas (53)

Fields

ScopeVisibilityTypeNameDescription
InstanceprotectedTList<TList<TPdfSizedFont>>Fonts

Methods

ScopeVisibilityResultNameDescription
InstancepublicCreate(NumberOfRows: TInteger32; NumberOfColumns: TInteger32; DefaultFont: TPdfSizedFont)
InstancepublicDestroy()
InstancepublicTPdfSizedFontGetFont(RowIndex: TInteger32; ColumnIndex: TInteger32)
InstancepublicSetFont(RowIndex: TInteger32; ColumnIndex: TInteger32; Font: TPdfSizedFont)