Home
last modified time | relevance | path

Searched refs:MediumFont (Results 1 – 6 of 6) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Drecent_project_win.cpp16 extern CFont MediumFont;
170 mRecentList[index].SetFont(&MediumFont); in OnCreate()
239 CFont* old_font = dc->SelectObject(&MediumFont); in GetRowHeight()
Dstudiox.cpp19 CFont MediumFont; variable
91 MediumFont.DeleteObject(); in DeleteSystemFonts()
122 MediumFont.CreateFont(height, 0, 0, 0, in CreateSystemFonts()
Dexpress_dialog.cpp8 extern CFont MediumFont;
142 save_button.SetFont(&MediumFont); in AddSaveButton()
160 cancel_button.SetFont(&MediumFont); in AddCancelButton()
511 CFont *old_font = dc->SelectObject(&MediumFont); in DrawItem()
Dmessage_dialog.cpp25 extern CFont MediumFont;
Dresource_item.cpp27 extern CFont MediumFont;
894 CFont *old_font = dc->SelectObject(&MediumFont); in PaintColorGroupColumnHeader()
991 CFont *old_font = dc->SelectObject(&MediumFont); in PaintFontGroupColumnHeader()
1119 CFont *old_font = dc->SelectObject(&MediumFont); in PaintPixelmapGroupColumnHeader()
1254 CFont *old_font = dc->SelectObject(&MediumFont); in PaintStringGroupColumnHeader()
1591 old_font = dc->SelectObject(&MediumFont); in GetWidth()
Dproperties_win.cpp10 extern CFont MediumFont;