Add font size control

This commit is contained in:
Josh Birnholz
2022-11-24 17:20:02 -05:00
committed by Josh birnholz
parent 32d4fa0769
commit b351f0ba05
2 changed files with 14 additions and 0 deletions

View File

@@ -208,6 +208,8 @@
<textarea id='text-editor' class='input margin-bottom' oninput='textEdited();'></textarea>
<h5 class='margin-bottom padding input-description'>Edit the placement and size of the selected textbox</h5>
<button class='input' onclick='textboxEditor();'>Edit Bounds</button>
<h5 class='margin-bottom padding input-description'>Adjust font size</h5>
<input id="text-editor-font-size" class="input" type="number" placeholder="0" value="0" step="1" oninput="fontSizedEdited();">
</div>
<div class='readable-background padding margin-bottom'>
<h5 class='collapsible collapsed padding input-description' onclick='toggleCollapse(event);'>