| 496 | } |
| 497 | |
| 498 | void setCharacterWidth(Font font, char32_t character, int16_t width) |
| 499 | { |
| 500 | _characterWidths[getFontBaseIndex(font) / 224][character - 32] = width; |
| 501 | } |
| 502 | |
| 503 | ImageId getImageForCharacter(Font font, char32_t character) |
| 504 | { |
no test coverage detected