Class TWPFont
Hierarchy
System.TObject | System.Classes.TPersistent | TWPFont
Description
This class is used to store the default character attribute which is assigned to new text. It is stored in the the RTFDataCollection, similar to the page size which is stored in 'Header'. In contrast to a TFont the class TWPFont handles the font size as a floating point variable and also stores the background color and enhanced styleProperties
Property Active : Boolean
Property BKColor : TColor
Property Color : TColor
Property Name : TFontName
Methods
Procedure Assign(Source:TPersistent)
Procedure AssignTo(Dest:TObject)
Function GetBKColor : TColor
Function GetColor : TColor
Function GetName : TFontName
Used or referenced by
-Property TWPRTFDataCollectionBase.DefaultFont : TWPFont |