And use it in FcDefaultSubstitute, such that user can choose hinting/subpixel settings based on whether BCI is available. This can be checked using: #include <ft2build.h> #include FT_CONFIG_OPTION_H int has_bci = #ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER 1 #else 0 #endif ; Other interesting option to expose is FT_CONFIG_OPTION_SUBPIXEL_RENDERING.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/23.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.