| 2035 | } |
| 2036 | |
| 2037 | void ImFontAtlas::Clear() |
| 2038 | { |
| 2039 | ClearInputData(); |
| 2040 | ClearTexData(); |
| 2041 | ClearFonts(); |
| 2042 | } |
| 2043 | |
| 2044 | void ImFontAtlas::GetTexDataAsAlpha8(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel) |
| 2045 | { |
no outgoing calls
no test coverage detected