elixir-pdf
elixir-pdf copied to clipboard
expose text_width for current font
Andrew,
Can we expose a text_width
function? we are converting some reports from Prawn (Ruby) and there you have an option to automatically reduce the font-size to make a larger text fit inside a given boundary. If we could expose the text_width
for the current font, then we could calculate this ourselves.