| 159 | } |
| 160 | |
| 161 | static int32_t getFontBaseIndex(Font font) |
| 162 | { |
| 163 | // The Font type currently encodes the index, this may change in the future. |
| 164 | return enumValue(font); |
| 165 | } |
| 166 | |
| 167 | static uint32_t getImageIdForCharacter(Font font, uint8_t character) |
| 168 | { |
no test coverage detected