[DoubleType-dev-en] re:Question(part 2)
Status: Alpha
Brought to you by:
eed3si9n
|
From: Yannik De V. <Yan...@vu...> - 2005-01-12 13:23:16
|
Hello, Thank you for your excellent explanation, I really starting to understand the application as a whole thanks to you. There's just one thing I don't quite understand (there's always a thing I don't understand it seems :) ): You say everything is stored in glyph-files and then build to a truetype font-file, which is good, but what if you want to read an existing truetype font-file? Is that an option? And if so: which package or class is responsible for the conversion from the truetype font-file to all the seperate glyph-files for all the glyphs in the application? Yet again: thank you for the response and help, it's really great to receive so much help from you. Kindest regards, Yannik >Hi Yannik and David, > >Yannik De Valck wrote: >> I don't know much about Truetypes or Openfonts, >> but is it normal for a glyph-file to be in XML? > > And are truetype fontfiles also standardly in XML? > > Or is just for this application that they're in XML? > >TrueType font file is a binary format described in: >- http://developer.apple.com/fonts/TTRefMan/ > >XML-derived glyph language used in DoubleType is an original schema, >defined with glyph.rng. >DoubleType builds TrueType font file from the glyph files, just like >a compiler compiles executables from source codes. > >Storing the data in glyph files, as opposed to editting the TrueType >font file directly, has several benefits. >First, the code is much cleaner. Second, I can add extra >functionalities. For example, DoubleType can handle cubic bezier curves, >but TrueType font stores only quadratic curves. >Third, because XML files are essentially text file, it allows >collaborative development of a typeface, like open source software. >This is the reason glyphs are stored seperately in a file. > >Thanks, >e.e > > >------------------------------------------------------- >The SF.Net email is sponsored by: Beat the post-holiday blues >Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >_______________________________________________ >DoubleType-dev-en mailing list >Dou...@li... >https://lists.sourceforge.net/lists/listinfo/doubletype-dev-en > > |