[orx-shapes] Fix broken .otf URL in DemoText01.kt
This commit is contained in:
@@ -18,7 +18,7 @@ fun main() {
|
|||||||
program {
|
program {
|
||||||
|
|
||||||
val face =
|
val face =
|
||||||
loadFace("https://github.com/IBM/plex/raw/master/IBM-Plex-Mono/fonts/complete/otf/IBMPlexMono-Bold.otf")
|
loadFace("https://github.com/IBM/plex/raw/master/packages/plex-mono/fonts/complete/otf/IBMPlexMono-Bold.otf")
|
||||||
val shapes = shapesFromText(face, "SUCH\nVECTOR\nSUCH\nTEXT", 150.0)
|
val shapes = shapesFromText(face, "SUCH\nVECTOR\nSUCH\nTEXT", 150.0)
|
||||||
|
|
||||||
val bounds = shapes.bounds
|
val bounds = shapes.bounds
|
||||||
|
|||||||
Reference in New Issue
Block a user