Font rendering in MuseScore is platform dependent. The Qt library uses the underlying platform libaries for this task. This results in slightly different looking scores depending on the platform (linux, windows, mac). Unfortunately this can also result in different line and page breaks in some rare cases.
My latest commit tries to fix this by using the freetype library on all platforms to calculate glyph metrics and also render glyphs. This makes sure the layout of a score is identical on all platforms. Freetype is used only for the score font. Text still may be slightly different. The cmake build system may be broken for windows and mac due to the new freetype library requirement. Any help in fixing this is appreciated. ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Mscore-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mscore-developer
