prawnpdf / pdf-core

Implements low level PDF features for Prawn (experimental)
Other
23 stars 38 forks source link

PDF::Core::Text should either be broken up or moved back into Prawn #12

Open practicingruby opened 10 years ago

practicingruby commented 10 years ago

This object still has quasi-circular dependencies on Prawn, and its tests live in Prawn rather than here.

practicingruby commented 10 years ago

A good way to figure out the necessary redesign work here is to get a "Hello World" text example working in the stand-alone renderer (likely using AFM fonts)