From: Martin H. <mar...@si...> - 2012-09-21 08:52:47
|
Dear All, A new version of the graphite engine has been released. This version has added functions to the API that are aimed at simplifying life for integrators. But it still remains almost entirely (sans the debug logging interface) source compatible with v1.1.x. The source is available from the usual suspects: http://projects.palaso.org/attachments/download/298/graphite2-1.2.0.tgz http://sourceforge.net/projects/silgraphite/files/graphite2/graphite2-1.2.0.tgz/download Here is the changelog for this release: . API Changes: . Added Windows friendly gr_start_logging and gr_stop_logging, now per face . Added gr_make_face_with_ops, gr_make_face_with_seg_cache_and_ops . Added gr_make_font_with_ops . Added gr_face_is_char_supported . Added gr_face_info to give info to apps about face capabilities . Deprecated gr_make_face, gr_make_face_with_seg_cache, gr_make_font_with_advance_fn . Deprecated graphite_start_logging and graphite_stop_logging . These functions are stubbed now and do nothing, but do compile and link. . Bump API version to 3 . Add C# wrapper to contrib . Handle justification information in a font and do something useful with it . Builds clang clean (has done for a while) . Bug fixes . Windows build and bug fixes . Add extra information to json debug output . Added windows build documentation . Added freetype sample code and test GB, Martin |