
WE_Frontend::FontInfo - font information per browser/OS/font


The fontinfo structure is a hash with the following elements:
The first character in the widths and heights arrays (usually 32 = space).
The last character (usually 255).
An array reference of the character widths from firstchar to lastchar.
An array reference of the character heights.
Use the HTML/Javascript application html/fontsizer.html to create this structure for specific fonts on specific browsers on specific operation systems.
Combine the supplied fontinfos to one fontinfo that uses the largest character widths and heights. Note: for now, the fontinfo widths and heights arrays must have the same length.

Slaven Rezic - slaven@rezic.de
