pebble/tests/overrides/font_compression
2025-01-27 11:38:16 -08:00
..
board Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
README.md Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00

The files in this directory are used to override the generated 'resource_ids.auto.h' (etc.) so that we can use 'fixtures/font_compression/system_resources.pbpack'.

'fixtures/font_compression/system_resources.pbpack' was generated by adding the following stanza to resources/normal/base/resource_map.json:

{
  "type": "font",
  "name": "GOTHIC_18_COMPRESSED",
  "file": "normal/base/ttf/18Cond.ttf",
  "compatibility": "2.7",
  "extended": true,
  "compress": "RLE4"
},

and then rebuilding system_resources.pbpack. See tools/update_test_system_pbpack.sh for which files need to be updated.