phax / ph-pdf-layout

Java library for creating fluid page layouts with Apache PDFBox. Supporting multi-page tables, different page layouts etc.
Apache License 2.0
64 stars 11 forks source link

Apply a Drop cap on PLText? #1

Closed okgint closed 9 years ago

okgint commented 9 years ago

I want to add a drop cap feature on PLText, My solution was to copy-and-paste PLText ( I renamed it as PLTextModification) and I did modifications on methods: onPrepare() & onPerform().

It worked, but it was a horrible hack...

My question : Are there any ways to add drop cap feature on PLText ?

phax commented 9 years ago

Hi there! This is definitively a tricky one :)

I have some short questions on drop caps as I never thought about this:

Maybe you provide me with a link how you want it to look :)

Thanks, Philip