File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
content/en-us/reference/engine Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
1210code_samples :
1311tags : []
1412deprecation_message : ' '
You can’t perform that action at this time.
0 commit comments