mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-05 10:01:24 +01:00
Allowed to set letter-spacing for label groups from the Style tab.
This commit is contained in:
parent
0ec5c5638f
commit
e0e6112c73
2 changed files with 16 additions and 0 deletions
|
|
@ -1181,6 +1181,15 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
|
||||
<tbody id="styleLetterSpacing">
|
||||
<tr data-tip="Set letter spacing size">
|
||||
<td>Letter spacing</td>
|
||||
<td>
|
||||
<slider-input id="styleLetterSpacingInput" min="0" max="80"></slider-input>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
<tbody id="styleStrokeDash">
|
||||
<tr data-tip="Set stroke dash array (e.g. 5 2) and linecap">
|
||||
<td>Stroke dash</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue