Skip to content

Commit 0d513b9

Browse files
committed
Move GlyphId trait into correct module
1 parent 4a5db97 commit 0d513b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
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-
GlyphId, Type0Font, Type1Font, Type3Font, WMode, Widths,
131+
Type0Font, Type1Font, Type3Font, WMode, Widths,
132132
};
133133
pub use forms::{Field, Form};
134134
pub use functions::{
@@ -170,7 +170,7 @@ pub mod types {
170170
};
171171
pub use files::AssociationKind;
172172
pub use font::{
173-
CidFontType, CjkClass, FontFlags, FontStretch, SystemInfo, UnicodeCmap,
173+
CidFontType, CjkClass, FontFlags, FontStretch, GlyphId, SystemInfo, UnicodeCmap,
174174
};
175175
pub use forms::{
176176
CheckBoxState, ChoiceOptions, FieldFlags, FieldType, Quadding, SigFlags,

0 commit comments

Comments
 (0)