Free STIX Fonts to be Released in September
tbspit writes "The STIX fonts project has announced that version 1.0 of the STIX fonts should be released in September 2005. The comprehensive font set is to include mathematical symbols and alphabets, and is intended to serve the scientific and engineering community for electronic and print publication. The STIX fonts should be available as fully hinted Type 1 and True Type fonts. The STIX project will also create a TeX implementation. Progress towards release can be monitored here."
The website talks about how they've been working on the fonts for ten years, but what if they are all butt-ugly? I looked at the website, and there doesn't seem to be even a hint of what they look like. What gives?
The community is in great need of such fonts. This open source online equation editor is just an example. We had to recommend the use of a shareware pan-unicode font (Code2000) because the only alternative is the proprietary Arial Unicode MS.
Nevertheless, the time it took them to make STIX almost ready looks hilarious to me. Does anybody know how long does it usually take to design such a font?
If you don't fail at least 90 percent of the time, you're not aiming high enough. (Alan Kay)
So based on the sound of it, this will work in different languages using unicode.
-Reid
MathML-enabled Mozilla uses the MIT fonts, but it first maps them to the right entities. This happens in the code because the fonts, although free, are not to be touched or redistributed. Without the right mapping the fonts are useless, and for anything other than standalone applications you cannot perform such a mapping. So I think that you might be forgetting that the main focus of MathML is the Web not standalone applications. The CSS "font-*" attributes don't allow characters to be mapped to different fonts so I doubt that the MIT fonts are of any real use on the Web (unless you are targeting only the users of MathML-enabled Mozilla).
If you don't fail at least 90 percent of the time, you're not aiming high enough. (Alan Kay)