prawnpdf / prawn-table

Provides support for tables in Prawn
Other
205 stars 98 forks source link

add in / fix handling of fallback fonts #145

Open urkle opened 2 years ago

urkle commented 2 years ago

This PR adjusts the width calculation to utilize the new method added in PR prawnpdf/prawn#1259 so that fallback_fonts are considered when determining the width of a piece of text.

potential issues (to be resolved in a later PR in the core prawn)

TODO