From 361be75bbaeaec8b473788621a0379fc499e8698 Mon Sep 17 00:00:00 2001 From: Sparkypen7 Date: Sun, 16 Feb 2025 15:29:47 -0500 Subject: [PATCH] Clean up rich-text.md * `Color`, `Size`, and `Transparency` renamed to `Font color` and `Font size`, and `Font transparency` to match the other font RichText attributes. * Font transparency (previously known as Transparency) was moved with the other font RichText attributes. * `
` was changed to `
` as no other tag has an extra space, and the extra space does not change functionality. --- content/en-us/ui/rich-text.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/content/en-us/ui/rich-text.md b/content/en-us/ui/rich-text.md index 94e7b3d2e..28e04e7c8 100644 --- a/content/en-us/ui/rich-text.md +++ b/content/en-us/ui/rich-text.md @@ -39,7 +39,7 @@ You can also nest tags inside each other as long as you close them in the revers `Formatted text` -### Color +### Font color ` ` @@ -49,7 +49,7 @@ You can also nest tags inside each other as long as you close them in the revers -### Size +### Font size ` ` @@ -95,6 +95,15 @@ Font face/family names are listed on the `Datatype.Font` enum reference page. Font weight can be a case-insensitive string name including `Thin`, `ExtraLight`, `Light`, `Regular`, `Medium`, `SemiBold`, `Bold`, `ExtraBold`, or `Heavy`; it can also be a number in factors of 100 between `100` and `900`. +### Font transparency + +` ` + +
+`Text at 50% transparency.` + +
+ ### Stroke ` ` @@ -108,15 +117,6 @@ Font weight can be a case-insensitive string name including `Thin`, `ExtraLight` See [Appearance Modifiers](../ui/appearance-modifiers.md) for details on `` tag parameters such as `joins` and `thickness`. -### Transparency - -` ` - -
-`Text at 50% transparency.` - -
- ### Bold ` ` @@ -155,10 +155,10 @@ See [Appearance Modifiers](../ui/appearance-modifiers.md) for details on `` +`
`
-`New line occurs after this sentence.
Next sentence...` +`New line occurs after this sentence.
Next sentence...`