Skip to content

Commit

Permalink
limit mod visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Aug 30, 2024
1 parent 8c0afbc commit a0aa2fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/font/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ use std::sync::Arc;
use tiny_skia_path::{FiniteF32, Path, PathBuilder, Rect, Transform};
use yoke::{Yoke, Yokeable};

pub mod bitmap;
pub mod colr;
pub mod outline;
pub mod svg;
pub(crate) mod bitmap;
pub(crate) mod colr;
pub(crate) mod outline;
pub(crate) mod svg;

/// A OpenType font. Can be a TrueType, OpenType fonts or TrueType collections.
/// It holds a reference to the underlying data as well as some basic information
Expand Down

0 comments on commit a0aa2fb

Please sign in to comment.