gigaherz / Guidebook

Minecraft book API and library
https://www.curseforge.com/minecraft/mc-mods/guidebook
Other
31 stars 16 forks source link

[Issue] Incorrect line division with scale #74

Open TomaszewskiPatryk opened 6 years ago

TomaszewskiPatryk commented 6 years ago

If you set the scale of a paragraph, which previously didn't fit in one line, below 1 it will still be divided, even though it should fit.

<p space="12" indent="8" color="505050" scale="0.8">&lt;dyn type="key" key="key.drop"/&gt;</p>

Result Similiar thing happens when you have a paragraph which previously fit in one line and set scale above 1.

<p scale="2">Dynamic values are parts of text</p>

Result