and i dont believe i ever said the app includes a full unicode font, because it doesnt. CJK (combined chinese, japanese, korean glyphs) fonts tend to be over 100mb uncompressed. im not interested in bumping the app size by that much. furthermore, with how imgui works, fonts have to be cooked into a texture surface, which has a very limited size, which we are already hitting with scaling options larger than 200%, thats why it sometimes resets when you set it to a value larger than that, all the *current* fonts dont fit into the font texture atlas. unfortunately this issue will not be fixed.