IconFontCppHeaders
IconFontCppHeaders copied to clipboard
Problem with ICON_FA_GAS_PUMP ICON
Hi, I'm trying to use Font Awesome 6 but I'm having a problem with a single icon.
For some reason when using ICON_FA_GAS_PUMP I get a ?
ImGui::PushFont(icons_fonts); DL->AddText(icon_posGas, 0xFFFFFFFF, ICON_FA_GAS_PUMP); ImGui::PopFont();