|
Author |
Topic: own font example ... (Read 2286 times) |
|
arielm
|
Re: own font example ...
« Reply #1 on: Aug 7th, 2003, 11:04pm » |
|
i liked the source code of this one, with the dna string (btw: is it from a human chromosome) and the blah() method the only problem i see with the "raw" font format is that it's monospaced, nice for terminal-like effects, but somehow frustrating... and generating a custom font with the "vlw" system is not a picnic too... but i heard a new format called "bdf" is on its way to be implemented in processing and as far as i understand, it's related to adobe, and therefore it should be closer to perfection! meanwhile, let's continue hacking the current font capabilities of processing, as in: http://proce55ing.net/discourse/yabb/board_Tools_action_display__num_1058437808.html
|
Ariel Malka | www.chronotext.org
|
|
|
Martin
|
Re: own font example ...
« Reply #2 on: Aug 8th, 2003, 4:58pm » |
|
hehe. the dna string is just a random mix of a, c, t and g. had someone do a dna string generator as an exercise for searching and sorting. re: raw and vlw stuff, how true. re: bdf, better document format?
|
|
|
|
Glen Murphy
|
Re: own font example ...
« Reply #3 on: Aug 10th, 2003, 1:10pm » |
|
Ok, this code is highly redundant with all the new font things going on in P5, but: http://bodytag.org/fasttext/
|
|
|
|
arielm
|
Re: own font example ...
« Reply #4 on: Aug 10th, 2003, 9:50pm » |
|
actually i found glen's code useful and not so redundant! btw, good luck for implementing real word-wrapping... i've done it once (see the link in my previous post), and it was a kind of headache...
|
Ariel Malka | www.chronotext.org
|
|
|
Glen Murphy
|
Re: own font example ...
« Reply #5 on: Aug 11th, 2003, 6:28am » |
|
Heh, yeah - I got halfway into doing it and decided that for code soon to be superceded, it wasn't worth the heartache. (It's those damn hyphens!!)
|
|
|
|
Martin
|
Re: own font example ...
« Reply #6 on: Aug 18th, 2003, 4:56pm » |
|
w00t. ddnt see this hehe. nice work glen. here's a wish: be able to use drawString and ttf natively in P5 hehe...
|
|
|
|
Marcus Hauer Guest
|
Re: own font example ...
« Reply #7 on: Aug 21st, 2003, 10:30am » |
|
could anyone post which one of those font extensions is the fastest until now? we are using this ftext thing but it seems slower than the original processing font stuff (but nicer)... thanks in advance, marcus
|
|
|
|
|