CARVIEW |
-
Created Sat Mar 01 20:15:07 -0800 2008
-
Line-breaking, etc.Created Thu Jul 24 23:44:27 -0700 2008
-
A lib for reading OpenType font filesCreated Fri Sep 19 14:40:15 -0700 2008
-
Created Wed Feb 27 17:42:44 -0800 2008
-
Fast, Nimble PDF Writer for RubyForked from sandal/prawn Sun May 25 21:57:50 -0700 2008
-
trivial fork of validates_with_blockForked from fhwang/validates_with_block Thu Jul 17 20:34:30 -0700 2008
-
Created Sat Mar 01 20:20:48 -0800 2008
Public Activity
25ff86136a90feddda30fcc72a29fdda0215f9c9
Make TableReader a little more reasonable by condensing the integer types, renaming some protected methods (read_integer instead of read_bytes)
bba8af81d751eb6f6686785dff446b06fa1f978c
Don't keep a copy of the entries
21ffb99e12ce9771e88a4382cbd9539850dcaea1
Allow table reader defs to look at other tables as necessary
a2f80df0c3064b195fc112d669ce9f4d3ba96f27
vendor class_inheritable_attrs from activesupport, make table reader def format more friendly
df553248852c80d7402a09d7a7ee9fee07f12a2f
Fix maxp class, add Font#tables to show the tables a font has
3b3c2c1439357a79aa810cb2a0947e1d19599711
Add cmap (not really) and maxp ("twilight zones"?) and clean some other stuff up
02987b73da9505415c6d9d5d66929ebf12a40af2
Reorganize again. "Tables" are classes so they can have specific behaviors (like the naming class telling you what the names of things are, which is not really the province of the TableReader at this point)
7a50270795d6ff6d91d88f5dcc59b13aac6b6dd1
Make the arguments to find_feasible more verbose.