Skip to content

Commit

Permalink
chore: Run formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
henkkuli committed Nov 12, 2023
1 parent 5dd22a2 commit 4f0cfb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/font_face.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ impl<'a> FontFace<'a> {
}

/// Preprocesses the face and attaches data that will be needed by the subsetter.
///
///
/// Future subsetting operations can use the precomputed data to speed up the subsetting operation. The
/// preprocessing operation may take longer than the time it takes to produce a subset from the source font. Thus
/// the main performance gains are made when a preprocessed face is reused for multiple subsetting operations.
///
///
/// # Example
/// ```
/// # use hb_subset::*;
Expand Down Expand Up @@ -536,7 +536,7 @@ impl<'a> Drop for FontFace<'a> {
}

/// Font face that has been preprocessed for subsetting.
///
///
/// See [FontFace::preprocess_for_subsetting()].
#[repr(transparent)]
pub struct PreprocessedFontFace<'a>(*mut sys::hb_face_t, PhantomData<Blob<'a>>);
Expand Down

0 comments on commit 4f0cfb0

Please sign in to comment.