TcxFontPreview.PreviewType Property
In This Article
Specifies the contents of the font name combo box’s preview area.
#Declaration
Delphi
property PreviewType: TcxFontPreviewType read; write; default cxfpFontName;
#Property Value
Type | Default |
---|---|
Tcx |
cxfp |
#Remarks
The font preview is displayed when it is enabled (see the TcxFontPreview.Visible property). You can use the PreviewType property to select preview text contents.
The following options are supported:
Value | Description | Example |
---|---|---|
cxfp |
The selected font name is used as the preview string. | ![]() |
cxfp |
The English alphabet is used as the preview string. | ![]() |
cxfp |
A custom string as defined by the Tcx |
![]() |
The default value of the PreviewType property is cxfpFontName.
See Also