We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db5bc9a + 6e56ab9 commit 983f0daCopy full SHA for 983f0da
src/lib.rs
@@ -70,7 +70,7 @@ use winapi::um::libloaderapi::{GetProcAddress, LoadLibraryW};
70
mod bitmap_render_target; pub use bitmap_render_target::BitmapRenderTarget;
71
mod font; pub use font::{Font, InformationalStringId};
72
mod font_collection; pub use font_collection::FontCollection;
73
-mod font_face; pub use font_face::FontFace;
+mod font_face; pub use font_face::{FontFace, FontFaceType};
74
mod font_family; pub use font_family::FontFamily;
75
mod font_file; pub use font_file::FontFile;
76
mod gdi_interop; pub use gdi_interop::GdiInterop;
0 commit comments