dividuum / info-beamer

The Multimedia Presenter for Lua (for commercial projects, use info-beamer pi instead)
https://info-beamer.com/
Other
227 stars 48 forks source link

font:width also in normal version? #26

Closed Clevero closed 9 years ago

Clevero commented 9 years ago

i'm wondering why the method width for font objects is still only in info-beamer pi. why is this functionlity not available in the normal version?

Clevero commented 9 years ago

also is there a way to get the height of the text?

dividuum commented 9 years ago

font:width isn't available right now. I can add that tomorrow. The font height is about the size specified in the font:write parameter. If you output fonts at y=0 and y=height, they should not overlap.

Clevero commented 9 years ago

o_O wow, that was a really fast answer, that's awsome!!

thanks for the update :)