zoneminder/tests
Peter Keresztes Schmidt 3020acf994 ZmFont: Store character padding in font file
The size/variant specific character padding should be stored with the font data.
Modify the FontBitmapHeader accordingly and introduce a version field in the FontFileHeader
so we are able to check we have a font file with the right structure associated with that version.

The version field is set to 1 in this changeset.
2021-04-25 23:13:21 +02:00
..
data/fonts ZmFont: Store character padding in font file 2021-04-25 23:13:21 +02:00
CMakeLists.txt tests: Add tests for ZmFont 2021-04-25 23:13:21 +02:00
main.cpp Add Catch2 as C++ test framework 2021-02-04 18:53:54 +01:00
zm_comms.cpp tests/comms: Disable tests which bind TCP sockets on CI runs 2021-04-11 02:46:56 +02:00
zm_crypt.cpp tests: Add unit tests for JWT validation 2021-02-04 18:53:58 +01:00
zm_font.cpp ZmFont: Store character padding in font file 2021-04-25 23:13:21 +02:00
zm_utils.cpp utils: Add a clamping function mimicking std::clamp 2021-04-25 23:13:21 +02:00