Slashdot Mirror


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."

7 of 27 comments (clear)

  1. What do they look like? by Anonymous Coward · · Score: 5, Insightful

    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?

    1. Re:What do they look like? by ByteSlicer · · Score: 4, Informative

      I think they might prove usable. Judge for yourself.

  2. License? by general_re · · Score: 4, Insightful
    STIX Fonts Vendor and Publisher License

    This license is still in development. It should be completed by June 2005.

    ...
    User License

    This license is still in development. It should be completed by June 2005.

    Yeah, great, but the devil is always in the details on this sort of thing. If the goal is that "STIX fonts will be made available, under royalty-free license, to anyone, including publishers, software developers, scientists, students, and the general public," let's just put them in the public domain and skip licensing altogether.

    --
    ABSURDITY, n.: A statement or belief manifestly inconsistent with one's own opinion.
  3. How long does it usually take? by hritcu · · Score: 5, Interesting
    After nearly 10 years of development, the STIX Fonts project is almost complete.

    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)
    1. Re:How long does it usually take? by pthisis · · Score: 4, Informative

      [quote]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?[/quote]

      Computer Modern was designed over about 12 years.

      Of course, Knuth was working on other things (notably Metafont and TeX) in that period as well.

      --
      rage, rage against the dying of the light
  4. Re:But does it support unicode ?. by reidbold · · Score: 5, Informative
    from the site:

    The STIX Fonts have been designed to work with all web browsers, word processors, and other scholarly communications software, as well as all general purpose software.

    The Fonts are based on the Unicode(TM) standard for character representation. By expressing all characters with their Unicode value, programs that you use will select the correct glyph for representation.

    A character is a unique letter or symbol that is defined by its Unicode value.

    Not all Unicode values are included in the STIX Fonts, but there is extensive coverage of Latin alphabets, Greek, and Cyrillic.

    So based on the sound of it, this will work in different languages using unicode.
    --
    -Reid
  5. Re:Use MathML fonts by hritcu · · Score: 5, Informative
    While awaiting the comprehensive set of fonts being made by the STIX project to cover all the symbols in MathML, use the font installers (on the right) to install the fonts on your system if you do not have them already. MIT has developed convenient font installers for Windows and the Mac, following licensing negotiations through this project and mozilla.org staff (especially considering the open-source nature of Mozilla). The respective font owners have made provision for the fonts to be packaged into these installers, with the aim of helping to boost the adoption of MathML into the mainstream.

    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)