Is FreeType needed? #538
-
Hi, I would like to use OCCT without any thirdparty libraries, like a C++ project only. I set up freetype like this: What would happen if I skip this dependency? If I understand correctly, it is use for fonts only or not? |
Beta Was this translation helpful? Give feedback.
Answered by
dpasukhi
May 16, 2025
Replies: 1 comment 1 reply
-
Hello, FreeType is used inside for generate of Glyph (symbols as a BRep) and processing of fonts. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dpasukhi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, FreeType is used inside for generate of Glyph (symbols as a BRep) and processing of fonts.
IF you do not plan to generate a BRep from a Text or visualize text - then you don't need it.