We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e0224 commit c972f32Copy full SHA for c972f32
docs/nova/addon/fonts/fonts.md
@@ -93,7 +93,7 @@ generate vertically moved variations of a font. To do that, request those variat
93
process using [MovedFontContent](../resourcepack/build-logic.md#movedfontcontent).
94
95
```kotlin
96
-builder.getHolder<MovedFontContent>().requestMovedFonts(ResourcePath("namespace", "name"), 0..19)
+builder.getBuildData<MovedFontContent>().requestMovedFonts(ResourcePath("namespace", "name"), 0..19)
97
```
98
99
During runtime, you can then create a vertically moved component using `#!kotlin MovedFonts.moveVertically(component, distance)`.
0 commit comments