Skip to content

Commit

Permalink
Re-export AssociationKind
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Sep 30, 2024
1 parent bc4d1e7 commit 537fc56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@ pub mod writers {
pub use functions::{
ExponentialFunction, PostScriptFunction, SampledFunction, StitchingFunction,
};
pub use object::DecodeParms;
pub use object::{NameTree, NameTreeEntries, NumberTree, NumberTreeEntries};
pub use object::{
DecodeParms, NameTree, NameTreeEntries, NumberTree, NumberTreeEntries,
};
pub use renditions::{MediaClip, MediaPermissions, MediaPlayParams, Rendition};
pub use structure::{
Catalog, ClassMap, Destination, DeveloperExtension, DocumentInfo, MarkInfo,
Expand Down Expand Up @@ -167,6 +168,7 @@ pub mod types {
LineCapStyle, LineJoinStyle, MaskType, OverprintMode, ProcSet, RenderingIntent,
TextRenderingMode,
};
pub use files::AssociationKind;
pub use font::{
CidFontType, CjkClass, FontFlags, FontStretch, SystemInfo, UnicodeCmap,
};
Expand Down

0 comments on commit 537fc56

Please sign in to comment.