wxWidgets/tests/graphics
Vadim Zeitlin fde8f93a49 Fix ellipsization unit test when using pixel scaling
When pixel doubling is in use, e.g. when using GTK+ 2 on high DPI displays,
the width of a single TAB can be greater than the hardcoded 50 width in the
test, which resulted in test failures.

Base the widths on the average character width to make sure we can always
ellipsize.
2016-02-26 15:09:39 +01:00
..
affinematrix.cpp
bitmap.cpp
boundingbox.cpp
colour.cpp
ellipsization.cpp Fix ellipsization unit test when using pixel scaling 2016-02-26 15:09:39 +01:00
measuring.cpp