You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
The text was updated successfully, but these errors were encountered:
I cannot reproduce the issue. This icon displays as expected using, for example, ImGui::Text( "gas-pump icon: " ICON_FA_GAS_PUMP );. I'm using FA5 Pro but the gas-pump is also part of the FA5 Free and FA6 Free sets. Make sure you have the correct ttf file.
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();
The text was updated successfully, but these errors were encountered: