absolute file path for font due to sk version downgrade
This commit is contained in:
parent
b0414df2d1
commit
064f5c3254
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ static class Arts
|
||||||
}
|
}
|
||||||
|
|
||||||
text_style = TextStyle.FromFont(
|
text_style = TextStyle.FromFont(
|
||||||
Font.FromFile("Staatliches.ttf"),
|
Font.FromFile("Assets/Staatliches.ttf"),
|
||||||
1.0f * U.cm,
|
1.0f * U.cm,
|
||||||
Color.White
|
Color.White
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue