Searched refs:GetDialogFont (Results 1 – 2 of 2) sorted by relevance
56 CFont *GetDialogFont();228 CFont* GetDialogFont() { return &m_dialog_font; } in GetDialogFont() function
1099 CFont *font = dlg->GetDialogFont(); in OnCreate()2221 CFont *old_font = dc->SelectObject(dlg->GetDialogFont()); in PaintHeader()2746 CFont *oldFont = dlg->GetDialogFont(); in PositionChildren()2945 CFont *string_reference_win::GetDialogFont() in GetDialogFont() function in string_reference_win2948 return dlg->GetDialogFont(); in GetDialogFont()3038 CFont *oldFont = dc.SelectObject(parent->GetDialogFont()); in OnPaint()