From 570a0f3ce431cd39a34dba4b867f27343f7c7204 Mon Sep 17 00:00:00 2001 From: Chad Brokaw Date: Wed, 10 May 2023 13:54:42 -0400 Subject: [PATCH] Re-export font API Just exports fello from the glyph module so we can construct FontRefs in xilem. --- src/glyph.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glyph.rs b/src/glyph.rs index b388227..75fbce5 100644 --- a/src/glyph.rs +++ b/src/glyph.rs @@ -29,6 +29,7 @@ use { vello_encoding::Encoding, }; +pub use fello; pub use vello_encoding::Glyph; /// General context for creating scene fragments for glyph outlines.