| 321 | } |
| 322 | |
| 323 | uint32_t GetFontMapPadding(dmRender::HFontMap font_map) |
| 324 | { |
| 325 | return font_map->m_Padding; |
| 326 | } |
| 327 | |
| 328 | void GetTextMetrics(HFontMap font_map, const char* text, TextLayoutSettings* settings, TextMetrics* metrics) |
| 329 | { |
no outgoing calls
no test coverage detected