ishaq / SimplePDF

A Swift class to easily generate simple PDF documents with page numbers and Table of Contents.
MIT License
54 stars 17 forks source link

Multiline image caption #20

Open zetrixweb opened 8 years ago

ishaq commented 8 years ago

yeah, currently image captions are single line because they are drawn using CTLine primitive. I'll put it on TODOs. For now, you can output multi-column text before outputting images to make it look as if images are preceded by multi-line captions.