Merge pull request #318 from linebender/export-font-api

Re-export font API
This commit is contained in:
Chad Brokaw 2023-05-10 13:59:29 -04:00 committed by GitHub
commit 006faab69f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.