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) ![image](https://user-images.githubusercontent.com/26332832/130387974-2d3ce21e-df68-4f3b-8fe0-b75a64a572f9.png) ``` 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 =...