| 266 | cell_width, cell_height, max_ascent); |
| 267 | } |
| 268 | static void GetFontMapCacheSize(HFontMap font_map, uint16_t* cell_width, uint16_t* cell_height, uint16_t* max_ascent) |
| 269 | { |
| 270 | *cell_width = font_map->m_CacheCellWidth; |
| 271 | *cell_height = font_map->m_CacheCellHeight; |
| 272 | *max_ascent = font_map->m_CacheCellMaxAscent; |
| 273 | } |
| 274 | |
| 275 | void DeleteFontMap(HFontMap font_map) |
| 276 | { |