Skip to content

Commit 983f0da

Browse files
author
bors-servo
authored
Auto merge of #17 - pcwalton:export-font-type, r=mbrubeck
Export `FontFaceType` from the `font_face` module Sorry, forgot to do this in my previous PR. r? @mbrubeck
2 parents db5bc9a + 6e56ab9 commit 983f0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ use winapi::um::libloaderapi::{GetProcAddress, LoadLibraryW};
7070
mod bitmap_render_target; pub use bitmap_render_target::BitmapRenderTarget;
7171
mod font; pub use font::{Font, InformationalStringId};
7272
mod font_collection; pub use font_collection::FontCollection;
73-
mod font_face; pub use font_face::FontFace;
73+
mod font_face; pub use font_face::{FontFace, FontFaceType};
7474
mod font_family; pub use font_family::FontFamily;
7575
mod font_file; pub use font_file::FontFile;
7676
mod gdi_interop; pub use gdi_interop::GdiInterop;

0 commit comments

Comments
 (0)