mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-09 20:31:29 +11:00
Re-export font API
Just exports fello from the glyph module so we can construct FontRefs in xilem.
This commit is contained in:
parent
6b69bff394
commit
570a0f3ce4
|
@ -29,6 +29,7 @@ use {
|
||||||
vello_encoding::Encoding,
|
vello_encoding::Encoding,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pub use fello;
|
||||||
pub use vello_encoding::Glyph;
|
pub use vello_encoding::Glyph;
|
||||||
|
|
||||||
/// General context for creating scene fragments for glyph outlines.
|
/// General context for creating scene fragments for glyph outlines.
|
||||||
|
|
Loading…
Reference in a new issue