issues with font metrics in X11

git-svn-id: svn://ultimatepp.org/upp/trunk@6574 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-11-18 19:23:42 +00:00
parent bd9522418b
commit ff04f27147
7 changed files with 45 additions and 29 deletions

View file

@ -6,16 +6,11 @@ GUI_APP_MAIN
{
EditString es;
TopWindow win;
<<<<<<< .mine
String h;
h << "CCCCCCCC";
es <<= h;
=======
es <<= "CCCCCCCCCCCCCCC";
>>>>>>> .r5593
es <<= "devout eeeev";
es.AlignRight();
win.Add(es.HSizePos().TopPos(0, Ctrl::STDSIZE));
win.Run();
DDUMP(StoreAsXML(es));
DDUMP(StoreAsJson(es, true));
DUMP(StoreAsXML(es));
DUMP(StoreAsJson(es, true));
}