File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ defmodule Scenic.Primitive.Style.TextAlign do
18
18
19
19
TextAlign can be any one of the following values
20
20
21
- * `:left` - Left side horizontally. Base of the text vertically .
22
- * `:right` - Right side horizontally. Base of the text vertically .
23
- * `:center` - Centered horizontally. Base of the text vertically .
21
+ * `:left` - Left side alignment .
22
+ * `:right` - Right side alignment .
23
+ * `:center` - Centered alignment .
24
24
"""
25
25
use Scenic.Primitive.Style
26
26
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ defmodule Scenic.Primitive.Text do
22
22
* [`fill`](Scenic.Primitive.Style.Fill.html) - fill in the area of the text. Only solid colors!
23
23
* [`font`](Scenic.Primitive.Style.Font.html) - name (or key) of font to use
24
24
* [`font_size`](Scenic.Primitive.Style.FontSize.html) - point size of the font
25
- * [`font_blur `](Scenic.Primitive.Style.FontBlur .html) - option to blur the characters
26
- * [`text_align `](Scenic.Primitive.Style.TextAlign .html) - alignment of lines of text
27
- * [`text_height `](Scenic.Primitive.Style.TextHeight .html) - spacing between lines of text
25
+ * [`text_align `](Scenic.Primitive.Style.TextAlign .html) - horizontal alignment of lines of text
26
+ * [`text_base `](Scenic.Primitive.Style.TextBase .html) - vertical alignment of lines of text
27
+ * [`line_height `](Scenic.Primitive.Style.LineHeight .html) - spacing between lines of text
28
28
29
29
## Usage
30
30
You can’t perform that action at this time.
0 commit comments