| 93 | } |
| 94 | |
| 95 | static void FreeTextLayout(TextLayout* text_layout) |
| 96 | { |
| 97 | if (text_layout->m_Handle) |
| 98 | { |
| 99 | TextLayoutRelease(text_layout->m_Handle); |
| 100 | } |
| 101 | ResetTextLayout(text_layout); |
| 102 | } |
| 103 | |
| 104 | static const char* SCRIPT_FUNCTION_NAMES[] = |
| 105 | { |
no test coverage detected