Member variable XbpFontDialog():codePage Foundation

Determines whether the code page (character set) of the font is selectable.

Attribute: EXPORTED
Data type: Numeric (XBPFDLG_CODEPAGE_SELECT)
Description

The :codePage instance variable determines whether the code page (character set) of the font can be changed in the font dialog. The following table lists the constants defined in the file xbp.ch which can be used with this member variable.

Values for :codePage
Constant Description
XBPFDLG_CODEPAGE_SELECT *) The control for selecting code pages is enabled. The default value is determined by :defaultCodePage
XBPFDLG_CODEPAGE_KEEP Only fonts using the code page specified in :defaultCodePage are displayed in the font dialog. The code page cannot be changed by the user.
XBPFDLG_CODEPAGE_SYSDEFAULT The font uses the default code page of the system. The code page cannot be changed by the user.
  1. Default value

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.