Slashdot Mirror


Bitstream To Donate 10 Fonts To Free Software World

21mhz writes "Posted on FootNotes: The GNOME Foundation and Bitstream Inc. announce long-term agreement to bring high quality fonts to Free Software. Ten fonts will be released for use under a special open license agreement, giving advanced font capabilities to all free and open source software developers and users. Read the full press release for more details." Modification and re-release (under a different name) is explicitly allowed, too.

10 of 397 comments (clear)

  1. It's only 10 fonts. by Gentoo+Fan · · Score: 3, Interesting

    Also, if it's open source, why it is "long term"? They said "special license" but they didn't post the license itself.

  2. Most of us by Anonymous Coward · · Score: 4, Interesting

    I've got lots of fonts already; I've got Adobe fonts, Bitstream fonts, Microsoft fonts, etc.. I just wish that the default configuration on my Red Hate 8 box didn't make them all look like crap.

    Honestly, I'm glad that Bitstream is a good enough community player to donate these. Only problem is our community is served a whole lot more by quality than it is by quantity.

    1. Re:Most of us by Gordonjcp · · Score: 3, Interesting

      I use slackware, with the and the fonts look just fine. What you could try doing is this:

      1) copy c:\windows\fonts\*.ttf into (say) /usr/share/fonts/ttf
      2) get ttmkfdir (search freshmeat) and do ttmkfdir > fonts.dir; cp fonts.dir fonts.scale
      3) add the line FontPath "/usr/share/fonts/ttf" to the files section of /etc/X11/XF86Config
      4) restart X
      5) if it's Profit!!! then I'm missing out on something.

  3. What's the point? by EmeraldSpirit · · Score: 3, Interesting

    I guess I just don't understand the big deal here. You can get free fonts from multiple places - why is this nothing more than a bit of free publicity for the company? And since the article didn't state which fonts - how would one know that its going to be useful? They put out this article - get the publicity - and all they have to do is give away really arcane or unused fonts. Am I missing the point?

    1. Re:What's the point? by JanneM · · Score: 3, Interesting

      The font is the Vera family; there's links in other comments to pictures.

      And yes, it _is_ a big deal. Slapping together a half-decent font able to show the 7-bit ascii characters in a few sizes isn't all that much work. Making a high-quality, well designed font that will work over the entire iso8859-1 (or even Unicode) with proper hinting and good visibility over a large range of sizes and resolutions, takes a _lot_ of time and effort.

      --
      Trust the Computer. The Computer is your friend.
  4. Re:fonts types vs anti-aliasing by jandrese · · Score: 5, Interesting

    Actually, I've always thought that the big advantage of Windows antialiasing is that it turns off when the text is small enough. Every time I try to enable the antialiasing in FreeBSD/Linux, I discover that the mechanism to disable antialiasing below a certain pixel size is either broken or nonfunctional. Antialiasing small text makes it fuzzy and hard to read.

    As a caveat, some people always hate antialising. Even in Windows they dive right for the "Smooth Edges of Screen Fonts" checkbox. All programs that antialias should include a simple method for disabling it, or you are going to annoy some of your users.

    --

    I read the internet for the articles.
  5. Re:Could Apple donate TTF's in return for KHTML? by IamTheRealMike · · Score: 5, Interesting
    Apple seems to have benefitted from the free software community by utilizing KHTML for it's new browser. Could it return the favor by donating some of it's TTF's for use in Linux/Xfree?

    Other than the fact that Apple have released very little stuff they developed themselves, they'd have been better off giving FreeType an unlimited license to TrueType hinting, instead of forcing them to develop an auto-hinter. It wouldn't have even cost anything, I don't know how much they make out of these royalties but I doubt it's much. Yet they do not.

  6. Fonts and copyright by ortholattice · · Score: 5, Interesting
    It seems to be little-known fact that fonts and typefaces are not protected by copyright. The only thing that can be copyrighted is any software underlying the generation of fonts, such as software that interprets hints and presumably the hints themselves. This is how e.g. TrueType fonts achieve some copyright protection. However if you're willing to live with a set of fixed point sizes you can freely copy and use the bitmaps they place on the screen, to create your own font collection, as I understand it. (This is my take on what I've read; IANAL.)

    There is a movement underfoot called TypeRight advocating copyright protection for fonts. The site also explains some of the copyright issues.

    It interesting that the lack of copyright protection has apparently not hindered the creation of a wide variety of fonts.

  7. What about Adobe PDF Base fonts? by dmeranda · · Score: 5, Interesting

    This is a VERY welcome bit of goodwill by Bitstream, especially considering how IP paranoid most font foundaries usually are. I do hope that they encode the fonts to allow embedding and subsetting (as many "free" fonts in the past have inadvertantly dissallowed that). Also I hope these fonts contain the full Unicode repertoire (as much as makes sense), and not just the Latin-1 subset.

    But I am still anxiously awaiting Adobe to release free versions of their Base PDF fonts. Adobe always makes a big deal about the PDF format being "open" (albeit completely controlled by them). But the one MAJOR non-open component of PDF are the non-open base fonts! Sure the font metrics, aka AFM files, are free (but they hide them very well in the bowels of their ftp site), but not the font outlines.

    Come on Adobe, please follow Bitstream's lead and release your base PDF fonts! You can't claim PDF is open until you release the fonts. (Perhaps the same goes for Postscript which has a larger set of Base/Mandatory fonts?)

  8. Re:Some information/clarification about the agreem by jg · · Score: 4, Interesting

    The fonts look pretty good even with the Freetype hinter turned off: part of the reason why is that we do anti-aliasing these days. And the autohinter in freetype continues to improve (which also avoids the patents).

    And Linux is even more important/likely to get to serious volume in parts of the world where the TrueType patents do not apply: they are only US and Britain.