Font icons not working #6907
Fr0go1
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 3 comments 1 reply
-
You can use the Metrics->Fonts section to visualize which glyphs are loaded. |
Beta Was this translation helpful? Give feedback.
1 reply
-
can anyone help me? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You're generating new fonts every frame. Move that code to initialization, before main loop. This alone may fix the problem you have. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The font icons are not working i will provide a image example using debugging
this is my code
#include "Utils/style.hpp"
#include "font/IconsFontAwesome4.h"
void Cheats::Menu()
{
static int selectedStyleIndex = 0;
static int tabb = 0;
static int styleee = 1;
this is my font file
I know that it says IconsFontAwesome4 even though the ttf is for awesome5 but the code inside the file is the correct awesome5 code
Beta Was this translation helpful? Give feedback.
All reactions