pimoroni-pico/libraries/pico_vector
Phil Howard a2e6a8838e PicoVector: AF: Support for 16bit point count.
Somewhere in the conversion from C++ to C we lost support for 16-bit point counts.

Raise the internal point count to 16-bit, and check for a flag in the font.

If the flag is set, treat the point count as 16-bits, otherwise fallback to 8 for back compatibility.
2025-01-16 18:12:44 +00:00
..
CMakeLists.txt PicoVector: Rewrite around new C pretty-poly.h. 2025-01-16 16:32:34 +00:00
af-file-io.c PicoVector: C++ basic bringup. 2025-01-16 16:32:34 +00:00
af-file-io.h PicoVector: C++ basic bringup. 2025-01-16 16:32:34 +00:00
af-memory.c PicoVector: C++ basic bringup. 2025-01-16 16:32:34 +00:00
af-memory.h PicoVector: C++ basic bringup. 2025-01-16 16:32:34 +00:00
alright-fonts.h PicoVector: AF: Support for 16bit point count. 2025-01-16 18:12:44 +00:00
file_io.hpp PicoVector: Rewrite around new C pretty-poly.h. 2025-01-16 16:32:34 +00:00
pico_vector.cmake PicoVector: C++ basic bringup. 2025-01-16 16:32:34 +00:00
pico_vector.cpp PicoVector: Add optional text max width and max height. 2025-01-16 16:32:34 +00:00
pico_vector.hpp PicoVector: Fully initialise text metrics. 2025-01-16 16:32:34 +00:00
pretty-poly-primitives.h PicoVector: Fix ppp arc memory corruption. 2025-01-16 16:32:34 +00:00
pretty-poly.h PicoVector: Fix ppp arc memory corruption. 2025-01-16 16:32:34 +00:00