| 2012 | } |
| 2013 | |
| 2014 | void ImFontAtlas::Clear() |
| 2015 | { |
| 2016 | ClearInputData(); |
| 2017 | ClearTexData(); |
| 2018 | ClearFonts(); |
| 2019 | } |
| 2020 | |
| 2021 | void ImFontAtlas::GetTexDataAsAlpha8(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel) |
| 2022 | { |
no outgoing calls
no test coverage detected