DirectX12 'ft2build.h' : No such file or directory #7796
tofflez
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment
-
There is some guidance on ways you might acquire FreeType in the imgui_freetype readme. However do note that FreeType is not necessary to use Dear ImGui, it's an optional component. Everything in the The only things you need to add are the |
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
-
Version/Branch of Dear ImGui:
Version 1.90.9 Branch: master
Back-ends:
imgui_impl_win32.cpp + imgui_impl_dx12.cpp
Compiler, OS:
Windows 11 + MSVC 2022
Details:
'ft2build.h' : No such file or directory
Hi ! I searched everywhere i can to see how to fix this error but i can't find someone who explain how to install the freetype2 lib to avoid this error ! So im hoping having someone who can guide me here ! Im sorry if this sound like a dumb question, it's actually my first time using Dear ImGui 😅. Im compiling the DirectX12 Example. Im on Windows 11 using Visual Studio 2022 if this can help !
I didn't find how to include it in my project as i don't know if i already have freetype installed ^^'
Screenshots/Video:
Beta Was this translation helpful? Give feedback.
All reactions