Typeface - DfBaseWindow
The typeface of the selected font
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String Typeface
| Access Type | Syntax |
|---|---|
| Read Access: | Get Typeface to StringVariable |
| Write Access: | Set Typeface to StringVariable/Value |
Description
As of DataFlex 17.0, we recommend using Windows system fonts by setting pbUseWindowsFont to True.
See FontPointHeight for details on using custom fonts.
Typeface is the typeface of the selected font.
Set Typeface to "Courier"
| Col 1 | Col 2 |
|---|---|
| Note: | Use psTypeFace instead of TypeFace for the cRichEdit and cTextEdit classes. |