problem with font size
-
I have a multilingual application. When I am loading strings from DLLs, their font size is very small. How can I increase the font size? Can anyone tell me please ? Thank you.
-
I have a multilingual application. When I am loading strings from DLLs, their font size is very small. How can I increase the font size? Can anyone tell me please ? Thank you.
Does it matter where the string is loaded from? Isn't the size dependent on the characteristics of the font face used to display text? Have a look at CFont::CreateFont()[^] (mfc usage assumed).
It is a crappy thing, but it's life -^ Carlo Pallini
-
Does it matter where the string is loaded from? Isn't the size dependent on the characteristics of the font face used to display text? Have a look at CFont::CreateFont()[^] (mfc usage assumed).
It is a crappy thing, but it's life -^ Carlo Pallini
Thanks for the reply, Default font size is too small and if i am changing it with CreateFont() then fonts are getting more worst in size n shape. what should I do ? Please help.
-
Thanks for the reply, Default font size is too small and if i am changing it with CreateFont() then fonts are getting more worst in size n shape. what should I do ? Please help.
Purish Dwivedi wrote:
if i am changing it with CreateFont() then fonts are getting more worst in size n shape.
Your code?
It is a crappy thing, but it's life -^ Carlo Pallini
-
Purish Dwivedi wrote:
if i am changing it with CreateFont() then fonts are getting more worst in size n shape.
Your code?
It is a crappy thing, but it's life -^ Carlo Pallini
Code is there, Sir, though I already said to you, the font is very very small... :-D
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Code is there, Sir, though I already said to you, the font is very very small... :-D
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]Oh well, I should have known. :-D
It is a crappy thing, but it's life -^ Carlo Pallini