`DoFontDialog()` always specifies `CF_NOVECTORFONTS` and sometimes specifies `CF_SCALABLEONLY`. What are the reasons for these restrictions? wxWidgets does not support `CF_NOVECTORFONTS` (but does support `CF_SCALABLEONLY`).
DoFontDialog()always specifiesCF_NOVECTORFONTSand sometimes specifiesCF_SCALABLEONLY. What are the reasons for these restrictions?wxWidgets does not support
CF_NOVECTORFONTS(but does supportCF_SCALABLEONLY).