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/wml-1-2/text.actions | 60 +++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 quanta/data/toolbars/wml-1-2/text.actions (limited to 'quanta/data/toolbars/wml-1-2/text.actions') diff --git a/quanta/data/toolbars/wml-1-2/text.actions b/quanta/data/toolbars/wml-1-2/text.actions new file mode 100644 index 00000000..14909c9c --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/text.actions @@ -0,0 +1,60 @@ + + + +<b> + </b> + The <b>B</b> element suggests that text be rendered as <i>bold text</i>. + + +The <b>B</b> element suggests that text be rendered as <i>emphasized text</i>. + + <em> + </em> + + + +<i> + </i> + The <b>I</b> element suggests that text be rendered as <i>italic text</i>. + + +<u> + </u> + The <b>U</b> element suggests that text be rendered as <i>underlined text</i>. + + +The <b>small</b> element suggests that text be rendered as a <i>small font</i>. + + <small> + </small> + + + +The <b>big</b> element suggests that text be rendered as a <i>big font</i>. + + <big> + </big> + + + +The <b>br</b> element forces a <i>break</i> in the current line of text. + + <br /> + + + + +<p> + </p> + The <b>P</b> element defines a <i>paragraph</i>. + <br>- ALIGN=[ left | center | right ] (horizontal alignment) + + +The <b>PRE</b> element allows to view <i>preformatted</i> text. + + <pre xml:space="preserve"> + </pre> + + + + \ No newline at end of file -- cgit v1.2.1