lovefy
Results
1
issues of
lovefy
How display colored emoticons like this [https://github.com/ocornut/imgui/blob/master/docs/FONTS.md#using-colorful-glyphsemojis](url)  ``` io.Fonts->AddFontFromFileTTF("../../../imgui_dev/data/fonts/NotoSans-Regular.ttf", 16.0f); static ImWchar ranges[] = { 0x1, 0x1FFFF, 0 }; static ImFontConfig cfg; cfg.OversampleH = cfg.OversampleV = 1; cfg.MergeMode =...