Enhancement: Add text anchor to texts

This commit is contained in:
Timo Dittmann
2020-12-08 10:37:48 +01:00
parent ea7156232e
commit 6bf68e575d
67 changed files with 732 additions and 65 deletions

View File

@@ -309,6 +309,9 @@
</div>
<div id="text_panel">
<div class="toolset">
<div class="tool_button" id="tool_text_anchor_start" title="Align the text in start"></div>
<div class="tool_button" id="tool_text_anchor_middle" title="Align the text in middle"></div>
<div class="tool_button" id="tool_text_anchor_end" title="Align the text in end"></div>
<div class="tool_button" id="tool_bold" title="Bold Text [B]"><span></span>B</div>
<div class="tool_button" id="tool_italic" title="Italic Text [I]"><span></span>i</div>
</div>
@@ -729,4 +732,4 @@
</div>
</body>
</html>
</html>