freetype: move example fonts to upstream repo

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-05-22 23:56:46 -07:00 committed by Stephen Gutekanst
parent 240278fb4d
commit a65859d04a
2 changed files with 7 additions and 7 deletions

View file

@ -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);