| 164 | } |
| 165 | |
| 166 | void CFESetFontSize(CommodettoFontEngine bmf, int32_t size) |
| 167 | { |
| 168 | // no sizes |
| 169 | } |
| 170 | |
| 171 | void CFEGetFontMetrics(CommodettoFontEngine bmf, int32_t *ascent, int32_t *descent, int32_t *leading) |
| 172 | { |
no outgoing calls
no test coverage detected