summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/xml/fonts.actions
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/data/toolbars/xml/fonts.actions')
-rw-r--r--quanta/data/toolbars/xml/fonts.actions83
1 files changed, 83 insertions, 0 deletions
diff --git a/quanta/data/toolbars/xml/fonts.actions b/quanta/data/toolbars/xml/fonts.actions
new file mode 100644
index 00000000..9e805d6c
--- /dev/null
+++ b/quanta/data/toolbars/xml/fonts.actions
@@ -0,0 +1,83 @@
+<!DOCTYPE actionsconfig>
+<actions>
+ <action icon="tag_font" type="tag" name="tag_font" text="Font..." >
+ <tag useDialog="true" >&lt;font></tag>
+ <xtag use="true" >&lt;/font></xtag>
+ <tooltip>The &lt;b>FONT&lt;/b> element allows authors to suggest rudimentary &lt;i>font changes&lt;/i>.
+ </tooltip>
+ </action>
+ <action icon="font_inc" type="tag" name="tag_font_inc" text="Font Size+1" >
+ <standard>Quick start</standard>
+ <tag useDialog="false" >&lt;font size=&quot;+1&quot;></tag>
+ <xtag use="true" >&lt;/font></xtag>
+ <tooltip>This &lt;b>SIZE=+1&lt;/b> element allows to &lt;i>increase&lt;/i> font.
+ </tooltip>
+ </action>
+ <action icon="font_dec" type="tag" name="tag_font_dec" text="Font Size-1" >
+ <tag useDialog="false" >&lt;font size=&quot;-1&quot;></tag>
+ <xtag use="true" >&lt;/font></xtag>
+ <tooltip>This &lt;b>SIZE=-1&lt;/b> element allows to &lt;i>decrease&lt;/i> font.
+ </tooltip>
+ </action>
+ <action icon="tag_pre" type="tag" name="tag_pre" text="Pre" >
+ <tag useDialog="false" >&lt;pre></tag>
+ <xtag use="true" inLine="false" >&lt;/pre></xtag>
+ <tooltip>The &lt;b>PRE&lt;/b> element allows to view &lt;i>preformatted&lt;/i> text.
+ </tooltip>
+ </action>
+ <action icon="tag_sub" type="tag" name="tag_sub" text="Subscript" >
+ <tag useDialog="false" >&lt;sub></tag>
+ <xtag use="true" >&lt;/sub></xtag>
+ <tooltip>The &lt;b>SUB&lt;/b> element is used for &lt;i>subscripts&lt;/i>.
+ &lt;br>- common attributes
+ </tooltip>
+ </action>
+ <action icon="tag_sup" type="tag" name="tag_sup" text="Superscript" >
+ <tag useDialog="false" >&lt;sup></tag>
+ <xtag use="true" >&lt;/sup></xtag>
+ <tooltip>The &lt;b>SUP&lt;/b> element is used for &lt;i>superscripts&lt;/i>.
+ &lt;br>- common attributes
+ </tooltip>
+ </action>
+ <action icon="tag_h1" type="tag" name="tag_h1" text="Head 1 Level" >
+ <tag useDialog="false" >&lt;h1></tag>
+ <xtag use="true" >&lt;/h1></xtag>
+ <tooltip>The &lt;b>H1&lt;/b> element defines a &lt;i>level-one heading&lt;/i>.
+ &lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
+ &lt;br>- common attributes
+ </tooltip>
+ </action>
+ <action icon="tag_h2" type="tag" name="tag_h2" text="Head 2 Level" >
+ <tag useDialog="false" >&lt;h2></tag>
+ <xtag use="true" >&lt;/h2></xtag>
+ <tooltip>The &lt;b>H2&lt;/b> element defines a &lt;i>level-two heading&lt;/i>.
+ &lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
+ &lt;br>- common attributes
+ </tooltip>
+ </action>
+ <action icon="tag_h3" type="tag" name="tag_h3" text="Head 3 Level" >
+ <tag useDialog="false" >&lt;h3></tag>
+ <xtag use="true" >&lt;/h3></xtag>
+ <tooltip>The &lt;b>H3&lt;/b> element defines a &lt;i>level-three heading&lt;/i>.
+ &lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
+ &lt;br>- common attributes
+ </tooltip>
+ </action>
+ <action icon="tag_h4" type="tag" name="tag_h4" text="Head 4 Level" >
+ <tag useDialog="false" >&lt;h4></tag>
+ <xtag use="true" >&lt;/h4></xtag>
+ <tooltip>The &lt;b>H4&lt;/b> element defines a &lt;i>level-four heading&lt;/i>.
+ &lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
+ &lt;br>- common attributes
+ </tooltip>
+ </action>
+ <action icon="tag_h5" type="tag" name="tag_h5" text="Head 5 Level" >
+ <tag useDialog="false" >&lt;h5></tag>
+ <xtag use="true" >&lt;/h5></xtag>
+ <tooltip>The &lt;b>H5&lt;/b> element defines a &lt;i>level-five heading&lt;/i>.
+ &lt;br>- ALIGN=[ left | center | right | justify ] (horizontal alignment)
+ &lt;br>- common attributes
+ </tooltip>
+ </action>
+
+</actions> \ No newline at end of file