pimoroni-pico/libraries/bitmap_fonts
Phil Howard 375df60ff3 PicoGraphics: Switch to string_view.
MicroPython's GET_STR_DATA_LEN macro returns a const byte array and len, which std::string would copy into heap.

Using string_view lets us wrap the existing const values.
2023-03-16 13:25:19 +00:00
..
CMakeLists.txt Pico Graphics: Move bitmap fonts into generic library. 2022-03-30 15:10:52 +01:00
bitmap_fonts.cmake Pico Graphics: Move bitmap fonts into generic library. 2022-03-30 15:10:52 +01:00
bitmap_fonts.cpp PicoGraphics: Switch to string_view. 2023-03-16 13:25:19 +00:00
bitmap_fonts.hpp PicoGraphics: Switch to string_view. 2023-03-16 13:25:19 +00:00
font6_data.hpp Bitmap Fonts: Refactor and support for pound/degrees. 2022-04-01 15:38:42 +01:00
font8_data.hpp Bitmap Fonts: Refactor and support for pound/degrees. 2022-04-01 15:38:42 +01:00
font14_outline_data.hpp Bitmap Fonts: Refactor and support for pound/degrees. 2022-04-01 15:38:42 +01:00