[evolution] help: Cover selecting composer fonts; update composer toolbar items



commit 8cbfb6c6c1c57d7a20962572f837b82a0c2850fa
Author: Andre Klapper <a9016009 gmx de>
Date:   Sat Apr 10 11:36:33 2021 +0200

    help: Cover selecting composer fonts; update composer toolbar items
    
    Fixes #977

 help/C/figures/color-ccccccffffff.png | Bin 0 -> 105 bytes
 help/C/mail-composer-html-text.page   |  10 +++++++---
 help/CMakeLists.txt                   |   1 +
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/help/C/figures/color-ccccccffffff.png b/help/C/figures/color-ccccccffffff.png
new file mode 100644
index 0000000000..42073e0d8b
Binary files /dev/null and b/help/C/figures/color-ccccccffffff.png differ
diff --git a/help/C/mail-composer-html-text.page b/help/C/mail-composer-html-text.page
index 95f0147274..83d37568b6 100644
--- a/help/C/mail-composer-html-text.page
+++ b/help/C/mail-composer-html-text.page
@@ -32,17 +32,21 @@
     <td><p>Button</p></td>
     <td><p>Description</p></td>
   </tr>
+  <tr>
+    <td><p>Default</p></td>
+    <td><p>Font name.</p></td>
+  </tr>
   <tr>
     <td><p>+0</p></td>
     <td><p>Font size.</p></td>
   </tr>
   <tr>
     <td><p><media type="image" its:translate="no" src="./figures/color-000000.png" /></p></td>
-    <td><p>Color chooser for text. The box displays the current text color. To choose a new color, click the 
arrow button to the right. If you have text selected, the color applies to the selected text. If you do not 
have text selected, the color applies to whatever you type next. You can select a background color or image 
by right-clicking the message background, then selecting <guiseq><gui>Style</gui><gui>Page 
Style</gui></guiseq>.</p></td>
+    <td><p>Text color.</p><p>The box displays the current text color. If you have text selected, the color 
applies to the selected text. If you do not have text selected, the color applies to whatever you type 
next.</p></td>
   </tr>
   <tr>
-    <td><p>TT</p></td>
-    <td><p>Typewriter text, which is similar to a monospace font.</p></td>
+    <td><p><media type="image" its:translate="no" src="./figures/color-ccccccffffff.png" width="26" 
height="26" /></p></td>
+    <td><p>Background color of the text.</p><p>The box displays the current text color. If you have text 
selected, the color applies to the selected text. If you do not have text selected, the color applies to 
whatever you type next.</p></td>
   </tr>
   <tr>
     <td><p>Bold A</p></td>
diff --git a/help/CMakeLists.txt b/help/CMakeLists.txt
index f5c3bc0ca4..b1ffc70b1c 100644
--- a/help/CMakeLists.txt
+++ b/help/CMakeLists.txt
@@ -11,6 +11,7 @@ set(HELP_MEDIA
        ${HELP_FIGURES_DIR}/color-8f5902.png
        ${HELP_FIGURES_DIR}/color-a40000.png
        ${HELP_FIGURES_DIR}/color-c4a000.png
+       ${HELP_FIGURES_DIR}/color-ccccccffffff.png
        ${HELP_FIGURES_DIR}/color-ce5c00.png
        ${HELP_FIGURES_DIR}/evolutionlogo.png
        ${HELP_FIGURES_DIR}/html-composer-insert-image.png


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]