Подскажите можно ли как-то изменять шрифт и размеры MDI Tab (закладки для переключения открытых MDI окон) ?
Установка системного шрифта никакой реакции не дает ...

Модератор: Дед Пахом
Но не для меню. Для popup меню написана вот такая хрень:SYSTEM {PROP:FontName + PROP:TipsFont} !set/get font's typeface
SYSTEM {PROP:FontSize + PROP:TipsFont} !set/get font's size
SYSTEM {PROP:FontColor + PROP:TipsFont} !set/get font's color
SYSTEM {PROP:FontStyle + PROP:TipsFont} !set/get font's style
Код: Выделить всё
Popup menus use the default menu style available from SYSTEM{PROP:MenuStyle}. You can retrieve the instance of IMenuStyle and set/change its font.
By default, the used font is the system font - in priority order (higher to lower):
- font uses the handle that is the lfMenuFont value of the NONCLIENTMETRICS structure
- font uses the handle that is the result of the GetStockObject(DEFAULT_GUI_FONT) call
- font uses the handle that is the result of the GetStockObject(SYSTEM_FONT) call
By default, the charset value SYSTEM{PROP:CharSet} is not applied to the font of the default menu style.