DS_SHELLFONT top-level constant

int const DS_SHELLFONT

Indicates that the dialog box should use the system font. The typeface member of the extended dialog box template must be set to MS Shell Dlg. Otherwise, this style has no effect.

Implementation

const DS_SHELLFONT = DS_SETFONT | DS_FIXEDSYS;