Skip to content

Commit cd8507c

Browse files
committed
Reexport GlyphId trait
1 parent 02e4234 commit cd8507c

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
@@ -128,7 +128,7 @@ pub mod writers {
128128
pub use files::{EmbeddedFile, EmbeddingParams, FileSpec};
129129
pub use font::{
130130
CidFont, Cmap, Differences, Encoding, FontDescriptor, FontDescriptorOverride,
131-
Type0Font, Type1Font, Type3Font, WMode, Widths,
131+
GlyphId, Type0Font, Type1Font, Type3Font, WMode, Widths,
132132
};
133133
pub use forms::{Field, Form};
134134
pub use functions::{

0 commit comments

Comments
 (0)