- XtVaSetValues ((Widget) m_formWidget, fontTag, fontType, NULL);
- XtVaSetValues ((Widget) m_buttonWidget, fontTag, fontType, NULL);
+ XtVaSetValues ((Widget) m_formWidget,
+ fontTag, m_font.GetFontTypeC(dpy),
+ NULL);
+ XtVaSetValues ((Widget) m_buttonWidget,
+ fontTag, m_font.GetFontTypeC(dpy),
+ NULL);