Re-export font API

Just exports fello from the glyph module so we can construct FontRefs in xilem.
This commit is contained in:
Chad Brokaw 2023-05-10 13:54:42 -04:00
parent 6b69bff394
commit 570a0f3ce4

View file

@ -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.