mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
feat: letter-spacing - improve UI, refactor
This commit is contained in:
parent
2fea87344b
commit
4f066c6dc1
3 changed files with 141 additions and 142 deletions
13
index.html
13
index.html
|
|
@ -2694,14 +2694,15 @@
|
|||
data-tip="Hide the letter spacing section"
|
||||
class="icon-text-width"
|
||||
></button>
|
||||
<input
|
||||
<slider-input
|
||||
id="labelLetterSpacingSize"
|
||||
data-tip="Set the letter spacing size for the particular label"
|
||||
type="range"
|
||||
style="display: inline-block"
|
||||
data-tip="Set the letter spacing size for this label"
|
||||
min="0"
|
||||
max="80"
|
||||
style="width: 8em"
|
||||
/>
|
||||
max="20"
|
||||
step=".01"
|
||||
value="0"
|
||||
></slider-input>
|
||||
</div>
|
||||
|
||||
<button id="labelAlign" data-tip="Turn text path into a straight line" class="icon-resize-horizontal"></button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue