wxWidgets/tests/font
Vadim Zeitlin a68cb585cd Consistently use "unsigned" and "%u" in font unit test
Don't mix "size_t" and "unsigned" and don't use "%lu" for printing
"size_t" values as this doesn't work under Win64 where sizeof(size_t) is
8 while sizeof(unsigned long) is still just 4.
2017-11-24 22:55:11 +01:00
..
fonttest.cpp Consistently use "unsigned" and "%u" in font unit test 2017-11-24 22:55:11 +01:00