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.
GlyphId
1 parent 4a5db97 commit 0d513b9Copy full SHA for 0d513b9
src/lib.rs
@@ -128,7 +128,7 @@ pub mod writers {
128
pub use files::{EmbeddedFile, EmbeddingParams, FileSpec};
129
pub use font::{
130
CidFont, Cmap, Differences, Encoding, FontDescriptor, FontDescriptorOverride,
131
- GlyphId, Type0Font, Type1Font, Type3Font, WMode, Widths,
+ Type0Font, Type1Font, Type3Font, WMode, Widths,
132
};
133
pub use forms::{Field, Form};
134
pub use functions::{
@@ -170,7 +170,7 @@ pub mod types {
170
171
pub use files::AssociationKind;
172
173
- CidFontType, CjkClass, FontFlags, FontStretch, SystemInfo, UnicodeCmap,
+ CidFontType, CjkClass, FontFlags, FontStretch, GlyphId, SystemInfo, UnicodeCmap,
174
175
pub use forms::{
176
CheckBoxState, ChoiceOptions, FieldFlags, FieldType, Quadding, SigFlags,
0 commit comments