FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Topics & Contributions
   Responsive Form, Games
(Moderator: REAS)
   own font example ...
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: own font example ...  (Read 2286 times)
Martin

122417302122417302martingomez_listsmg1ph WWW Email
own font example ...
« on: Aug 7th, 2003, 6:37pm »

just a simple example for throwing away...
http://decode.ateneo.edu/martin/ownfont/
made from a thread at software bugs
 
i personally like arielm's example...
http://www.chronotext.org/bits/029/index.htm
using
http://www.chronotext.org/bits/029/genesis%2011,1.gif
 
arielm

WWW
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

122417302122417302martingomez_listsmg1ph WWW Email
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

WWW Email
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

WWW
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

WWW Email
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

122417302122417302martingomez_listsmg1ph WWW Email
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
Email
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
 
Pages: 1 

« Previous topic | Next topic »