| 2029 | } |
| 2030 | |
| 2031 | void ImFontAtlas::Clear() |
| 2032 | { |
| 2033 | ClearInputData(); |
| 2034 | ClearTexData(); |
| 2035 | ClearFonts(); |
| 2036 | } |
| 2037 | |
| 2038 | void ImFontAtlas::GetTexDataAsAlpha8(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel) |
| 2039 | { |
no outgoing calls
no test coverage detected