You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More of a question than an issue, and I'm not even sure if this is the right place, but is it possible to build or run Monocle without the pango dependency?
More of a question than an issue, and I'm not even sure if this is the right place, but is it possible to build or run Monocle without the pango dependency?
This dependency comes from here - https://github.com/openjdk/jfx/blob/26%2B5/modules/javafx.graphics/src/main/java/com/sun/javafx/font/freetype/OSPango.java#L33
And I think is only loaded here - https://github.com/openjdk/jfx/blob/26%2B5/modules/javafx.graphics/src/main/java/com/sun/javafx/font/freetype/FTFactory.java#L116-L118
Where
isPangoEnabledcomes from here - https://github.com/openjdk/jfx/blob/26%2B5/modules/javafx.graphics/src/main/native-font/freetype.c#L677-L684And the
_ENABLE_PANGOcompiler flag comes from here - https://github.com/openjdk/jfx/blob/26%2B5/buildSrc/linux.gradle#L134