Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Size of fonts in TheIDE
Re: Size of fonts in TheIDE [message #40249 is a reply to message #40159] |
Thu, 11 July 2013 07:00   |
Novo
Messages: 1430 Registered: December 2006
|
Ultimate Contributor |
|
|
Well, all logic related to this stuff is in the FontSelectManager class (Setup.cpp). Unfortunately, I do not know how to fix this class. Simple change in
Font FontSelectManager::Get() {
Font f(FontZ(face->GetData(), height->GetData())); <-- Added FontZ here.
if(*bold) f.Bold();
if(*italic) f.Italic();
if(*naa) f.NonAntiAliased();
return f;
}
fixes font size, but it doesn't work with serialization.
Your suggestions are welcome! 
TIA
Regards,
Novo
[Updated on: Thu, 01 August 2013 20:19] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sun Aug 24 12:09:30 CEST 2025
Total time taken to generate the page: 0.04956 seconds
|