imgui: Fixed fontawesome
This commit is contained in:
parent
93802f5872
commit
26b881e4c9
3492
external/ImGui/fonts/fontawesome_font.c
vendored
3492
external/ImGui/fonts/fontawesome_font.c
vendored
File diff suppressed because it is too large
Load Diff
4
external/ImGui/fonts/fontawesome_font.h
vendored
4
external/ImGui/fonts/fontawesome_font.h
vendored
@ -6,8 +6,8 @@
|
||||
#define FONT_ICON_FILE_NAME_FAR "fa-regular-400.ttf"
|
||||
#define FONT_ICON_FILE_NAME_FAS "fa-solid-900.ttf"
|
||||
|
||||
extern const unsigned int font_awesome_compressed_size = 22262;
|
||||
extern const unsigned int font_awesome_compressed_data[22264/4];
|
||||
extern const unsigned int font_awesome_compressed_size;
|
||||
extern const unsigned int font_awesome_compressed_data[144852/4];
|
||||
|
||||
#define ICON_MIN_FA 0xe005
|
||||
#define ICON_MAX_FA 0xf8ff
|
||||
|
@ -3,6 +3,9 @@
|
||||
#include <hex.hpp>
|
||||
|
||||
#include <imgui.h>
|
||||
#include <imgui_imhex_extensions.h>
|
||||
|
||||
#include <fontawesome_font.h>
|
||||
#include <nfd.hpp>
|
||||
|
||||
#include <hex/api/event.hpp>
|
||||
|
Loading…
x
Reference in New Issue
Block a user