Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
Novo is currently offline  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! Smile

TIA


Regards,
Novo

[Updated on: Thu, 01 August 2013 20:19]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Feature request: code generation tool
Next Topic: BUG: theide editor-tabs
Goto Forum:
  


Current Time: Sun Aug 24 12:09:30 CEST 2025

Total time taken to generate the page: 0.04956 seconds