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: Installation, Compiling and Running of theide » About the automated build svn U++ 1469 on WinXP of Chinese version
Re: About the automated build svn U++ 1469 on WinXP of Chinese version [message #22666 is a reply to message #22665] Mon, 03 August 2009 20:21 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Also:

void Font::SetStdFont(Font font)
{
	DrawLock __;
	InitStdFont();
	AStdFont = font;
	SyncStdFont();
        LOG("SetStdFont " << font);
}

void Font::InitStdFont()
{
	ONCELOCK {
		DrawLock __;
		List();
		AStdFont = Arial(12);
		String name;
		int    height = 0;
		GetStdFontSys(name, height);
		int q = FindFaceNameIndex(name);
DUMP(q);
		if(q > 0) {
			AStdFont = Font(q, max(height, 1));
LOG("InitStdFont " << font);
			SyncStdFont();
		}
	}
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Mingw/GCC 4.4.0 linker warnings
Next Topic: No texts rendered unless NOGTK flag is used
Goto Forum:
  


Current Time: Sun Apr 28 23:26:29 CEST 2024

Total time taken to generate the page: 0.05115 seconds