Skip to content

Commit 0e24ca7

Browse files
authored
Apply suggestions from code review
1 parent ba55afb commit 0e24ca7

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

content/en-us/reference/engine/datatypes/Font.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ description: |
1414
`Datatype.Font` is used by the `Class.TextLabel.FontFace`,
1515
`Class.TextButton.FontFace`, and `Class.TextBox.FontFace` properties.
1616
17-
See Also:
18-
19-
- `Enum.Font`, an older alternative to this datatype that is required by some
20-
methods and properties. Please note that most fonts cannot be represented
21-
with this enum.
17+
See also `Enum.Font` as an older alternative to this datatype that is required by some
18+
methods and properties (note that most fonts cannot be represented with this enum).
2219
2320
#### Font List
2421

content/en-us/reference/engine/enums/Font.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ description: |
55
The `Enum.Font` enum is used in `Class.TextBox`, `Class.TextLabel`, and
66
`Class.TextButton` to determine how the GUI element will render its text.
77
8-
See Also:
9-
10-
- `Datatype.Font`, a newer alternative to this enum which encapsulates fonts
11-
as a datatype, and provides access to more fonts than this enum allows.
8+
See also `Datatype.Font` as a newer alternative to this enum which encapsulates fonts
9+
as a datatype and provides access to more fonts than this enum allows.
1210
code_samples:
1311
tags: []
1412
deprecation_message: ''

0 commit comments

Comments
 (0)