freetype: move example fonts to upstream repo
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
240278fb4d
commit
a65859d04a
2 changed files with 7 additions and 7 deletions
|
|
@ -30,7 +30,7 @@ pub fn main() !void {
|
|||
const lib = try freetype.Library.init();
|
||||
defer lib.deinit();
|
||||
|
||||
const face = try lib.newFace("test/assets/FiraSans-Regular.ttf", 0);
|
||||
const face = try lib.newFace("upstream/assets/FiraSans-Regular.ttf", 0);
|
||||
defer face.deinit();
|
||||
|
||||
try face.setCharSize(40 * 64, 0, 50, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue