We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4ebb9 commit e4174dbCopy full SHA for e4174db
docs/nova/addon/fonts/fonts.md
@@ -70,7 +70,7 @@ Component.text("A").font("my_font")
70
71
### Horizontal movement
72
73
-Nova also has built-in (negative) spaces in the `minecraft:default` font, so you will not have to implement those yourself.
+Nova also has built-in (negative) spaces in a custom font, so you will not have to implement those yourself.
74
To generate a movement string, you can use `#!kotlin MoveCharacters.getMovingString(distance)` or directly get a component
75
using `#!kotlin MoveCharacters.getMovingComponent(distance)`.
76
0 commit comments