mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
bd9522418b
commit
ff04f27147
7 changed files with 45 additions and 29 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue