verbreed / prototype-assist

Script to help with administrative tasks for building prototypes for physical games. This currently includes making numerous deck images for TableTop Simulator (TTS), some board making code specific to my purposes, and making the instruction manual (currently in production)
MIT License
0 stars 0 forks source link

make page creation more consistent #67

Closed bcvilnrotter closed 1 year ago

bcvilnrotter commented 1 year ago

currently, tests show that there is an inconsistent check for when a word goes over the marginbox.bounds boundary.

It appears this is related to certain words containing hanging characters (like 'g' or 'p').

A good way around this is use line_height to compare with the marginbox.bounds, rather than the specific box word.

bcvilnrotter commented 1 year ago

issue complete as of latest commit. Closing.