StandardFontDialog.EnableTrueType Method | |
Determine whether only true type fonts will be displayed in the list of fonts for the standard font dialog.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableTrueType(
bOnOff
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnableTrueType(
Usual bOnOff = default
)
Request Example
View SourceParameters
- bOnOff (Optional)
- Type: Usual
Logical value indicating whether only true type fonts appear in the list of fonts.
Return Value
Type:
UsualSee Also