From 92326f9e69bb4aee30dd0f088523d293fc0804da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 2 Jan 2019 02:15:54 +0100 Subject: Quanta: Extract source files for toolbars contained in tarballs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 1e750683286c018238ae80a37a17709028a5f619) --- quanta/data/toolbars/xml/fonts.actions | 83 ++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 quanta/data/toolbars/xml/fonts.actions (limited to 'quanta/data/toolbars/xml/fonts.actions') 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 @@ + + + + <font> + </font> + The <b>FONT</b> element allows authors to suggest rudimentary <i>font changes</i>. + + + + Quick start + <font size="+1"> + </font> + This <b>SIZE=+1</b> element allows to <i>increase</i> font. + + + + <font size="-1"> + </font> + This <b>SIZE=-1</b> element allows to <i>decrease</i> font. + + + + <pre> + </pre> + The <b>PRE</b> element allows to view <i>preformatted</i> text. + + + + <sub> + </sub> + The <b>SUB</b> element is used for <i>subscripts</i>. + <br>- common attributes + + + + <sup> + </sup> + The <b>SUP</b> element is used for <i>superscripts</i>. + <br>- common attributes + + + + <h1> + </h1> + The <b>H1</b> element defines a <i>level-one heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + + + + <h2> + </h2> + The <b>H2</b> element defines a <i>level-two heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + + + + <h3> + </h3> + The <b>H3</b> element defines a <i>level-three heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + + + + <h4> + </h4> + The <b>H4</b> element defines a <i>level-four heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + + + + <h5> + </h5> + The <b>H5</b> element defines a <i>level-five heading</i>. + <br>- ALIGN=[ left | center | right | justify ] (horizontal alignment) + <br>- common attributes + + + + \ No newline at end of file -- cgit v1.2.1