Font Validator is a tool for testing fonts prior to release. This testing ensures that fonts meet Microsoft's high quality standards and perform exceptionally well on Microsoft's platform.
Other
117
stars
41
forks
source link
gtk3-based GUI, and anticipating built-in XML viewer breakage. #43
The impact to FontVal is largely just through the built-in XML viewer. It is webkit1 + gtk2 . The gtk2 dependency is also enforced by mono's winform (i.e. windows-like GUI) implementation. Since there is no webkit2 + gtk2 binding, and not likely (webkit2 seems to be very much gtk3 only), in about a year from now, all the work in making the XML viewer work on linux would be un-done :-(.
Fedora is dropping webkit1 in about a year's time:
https://bugzilla.redhat.com/show_bug.cgi?id=1375784
The impact to FontVal is largely just through the built-in XML viewer. It is webkit1 + gtk2 . The gtk2 dependency is also enforced by mono's winform (i.e. windows-like GUI) implementation. Since there is no webkit2 + gtk2 binding, and not likely (webkit2 seems to be very much gtk3 only), in about a year from now, all the work in making the XML viewer work on linux would be un-done :-(.
This situation is somewhat similar/related to https://github.com/Microsoft/Font-Validator/issues/20 https://github.com/Microsoft/Font-Validator/issues/29
Having a GTK3-based GUI would also ease integration of Mac OS X's webkit framework.