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++ Library support » FileSel&FileList, Path » FileSel bug when displaying Han characters
Re: FileSel bug when displaying Han characters [message #15026 is a reply to message #15023] Wed, 26 March 2008 13:05 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
OK, further investigation:

void MyApp::Paint(Draw& w)
{
	w.DrawRect(GetSize(), SWhite);
	WString txt = "皆の日本語";
	Size sz = GetTextSize(txt, StdFont(30));
	w.DrawRect(100, 100, sz.cx, sz.cy, LtGray());
	w.DrawText(100, 100, txt, StdFont(30));
	sz = GetTextSize(txt, Arial(30));
	w.DrawRect(100, 200, sz.cx, sz.cy, LtGray());
	w.DrawText(100, 200, txt, Arial(30));
}


...it looks like Win32 always paints it using some standard font other than Arial. Standard GUI font returns correct metrics for this font; Arial returns wrong metrics.

Now tell me what to do with this... Sad I certainly could take metrics from different font, but that sounds a little bit weird... (and I am not sure it would always work).

Mirek
 
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
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Getting the file type. (binary vs text files)
Next Topic: FileSel ExecuteSaveAs replace file prompt bug
Goto Forum:
  


Current Time: Sun Apr 28 06:24:01 CEST 2024

Total time taken to generate the page: 0.03111 seconds