On 2005-08-25 09:36, [EMAIL PROTECTED] said: >Thank you for informative references. Do you know any docs to >know about: which version of MacOS has which functions?
In addition to what George said, you can also search from <http:// developer.apple.com/>, for example, search for "FMCreateFontFamilyIterator" and at the top there is a "Higlighted Results" section that will take you to that API's doc. Then you see listed there: "Available in CarbonLib 1.0 and later when running Mac OS 9 or later. Available in Mac OS X 10.0 and later" >I'm not sure if FreeType maintainers have enough sparetime to >support antique MacOSs (System7, MacOS 8 etc), but I think it's >important which platforms are dropped in next ftmac.c (if there's). Well, from the look of FMCreateFontFamilyIterator's docs, FreeType already needs Mac OS 9. Which OSes to support all depends on your target audience/customers, of course, but I can tell you that most Mac developers these days are targeting Mac OS X 10.3 or later. ATS was introduced in 10.0, so switching to it would mean abandoning Mac OS 9. -- ____________________________________________________________ Sean McBride, B. Eng [EMAIL PROTECTED] Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ Freetype-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype-devel
