How to use non-system fonts for dialog,button,etc...
-
Hi, I am working a project for my class.And I don't know how to use non-system fonts for dialog,button,label,etc...(because I want to display an Asia language for my app.) Anyone helps me...Thanks for reading my question.
-
Hi, I am working a project for my class.And I don't know how to use non-system fonts for dialog,button,label,etc...(because I want to display an Asia language for my app.) Anyone helps me...Thanks for reading my question.
you can create a CFont with the appropiate font names sizes and stuff then use SetFont(&m_font); i can't even remember what my point is now, but anyway, i'm correct Barring unforeseen acts of God and Adminstrators, my server will be up tomorrow. I'm more worried about the Adminstrators.
-
you can create a CFont with the appropiate font names sizes and stuff then use SetFont(&m_font); i can't even remember what my point is now, but anyway, i'm correct Barring unforeseen acts of God and Adminstrators, my server will be up tomorrow. I'm more worried about the Adminstrators.
Thank you very much.