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

13 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. Re:What do they look like? by Cmdr+TECO · · Score: 2, Informative

      Yes, it is very well designed -- technically excellent; optical scaling, too. Unfortunately, it is a "modern" (18th/19th century; aka "Didone") typeface, in imitation of the one used in the first edition of The Art of Computer Programming, and suffers from all the faults of that low point of typographic design: extreme contrast, exaggerated round terminals and spindly affected tails, stiff vertical axis, and tiny apertures.

      --
      echo 33676832766569823265328479713269.8639857989Pq | dc
  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. But does it support unicode ?. by Gopal.V · · Score: 3, Interesting

    The biggest pain I have is getting a single font (yeah, I don't mind a 20 MB font that works) which will work uniformly well with unicode text in different languages.

    Why the hell don't these people build a single one that really, truly works ?. Until then I'll be using ArialUni.ttf and suffering badly. (texmf is not bad, but the world just doesn't have enough Hellingman).

    1. 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
  4. 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
    2. Re:How long does it usually take? by bcrowell · · Score: 3, Interesting

      Does anybody know how long does it usually take to design such a font?
      How long does it take to do an oil painting? Well, it depends on the oil painting. Font design is a serious craft, and this is a big font.

    3. Re:How long does it usually take? by Anonymous Coward · · Score: 2, Informative

      Actually, Knuth did all the programming stuff on TeX himself. There is this story around that he wrote a specification for two of his students once and "all they had to do" was the implementation. After some weeks of travel or so he returned and saw that they only had a very small prototype ready then. He realized that his specification was not precise enough and most of his ideas were in his mind but not in this spec. He started to write the code himself then.

  5. I hope... by enrico_suave · · Score: 3, Funny

    I sure hope it comes with the "Mr. Roboto" font and the "come sail away" font.

    --
    Build Your Own PVR/HTPC news, reviews, &
  6. Use MathML fonts by jvj24601 · · Score: 3, Informative

    http://www.mozilla.org/projects/mathml/fonts/

    They are freely downloadable (free as in beer), and they have the backing of being used and tested by the Mozilla foundation.

    1. 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)