Skip to main content

TcxCustomFontNameComboBoxProperties.UseOwnFont Property

Determines whether dropdown list items are displayed using the font name they display.

Declaration

property UseOwnFont: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

By default, the fonts within the font name combo box are drawn using the Style.Font settings. Set the UseOwnFont property to True to enable drawing the fonts within the list using their own typeface.

Property Value Effect
True
False

However, some fonts do not display standard text characters. Such fonts as Windings, Webdings, Symbol and others are shown in the list with their name displayed in the standard font followed by a font sample, as shown by the screenshot below:

The default value of the UseOwnFont property is False.

See Also