Files
wxWidgets/tests
Vadim Zeitlin 6b0c220914 Avoid calling wxFont::GetPixelSize() under wxOSX, it's buggy
Work around a bug in wxOSX which breaks the test if we call DumpFont()
because this function calls wxFont::GetPixelSize() which actually
changes the size of the font if it was specified in pixels.

This should be reverted once the bug is fixed.

See #23144.
2023-01-14 17:26:22 +01:00
..
2022-12-27 22:20:34 +01:00
2022-11-24 14:15:02 +01:00
2022-10-11 00:48:00 +02:00
2022-12-29 12:39:27 +01:00
2022-12-29 12:39:27 +01:00
2022-12-29 12:39:27 +01:00
2022-12-29 12:39:27 +01:00
2022-10-18 18:39:13 +02:00
2022-10-11 00:48:00 +02:00
2022-10-18 18:39:13 +02:00

Tests

This directory contains tests for the library and is mostly useful for the library developers. See the samples subdirectory for the examples that are more useful to the application developers using the library.

If you do work on the library itself and would like to modify an existing or add a new test, please see docs/contributing/how-to-write-unit-tests.md for more information.

This file also contains the instructions for running the tests if you'd just like to do it to confirm that the library works correctly.