IconFontCppHeaders icon indicating copy to clipboard operation
IconFontCppHeaders copied to clipboard

C and C++ headers, C# and Python classes, Rust files and Go package for icon fonts Font Awesome, Fork Awesome, Google Material Design, Pictogrammers Material Design icons, Kenney game icons, Fontaudio...

Results 4 IconFontCppHeaders issues
Sort by recently updated
recently updated
newest added

1, Fix C# duplicate path variable Make path variable ending with abbreviation just like c++ to avoid duplicate variable name 2, Add python module generation Following the python naming convention,...

Generated the defines for FA6 Pro since this repo doesn't have them. Didn't use the python script so it's missing some of the comments but it uses the same naming...

Currently, `to_camelcase` takes into account only '-' as a separator (because of CSS' kebab-case). But there are also a lot of places where `_` is used (snake_case), it leads to...

enhancement

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,...