Skip to content

Commit

Permalink
[IFT] cleanup imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
garretrieger committed Nov 29, 2024
1 parent e499454 commit 31fd33b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions incremental-font-transfer/src/patchmap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ use font_types::Tag;
use data_encoding::BASE64URL;
use data_encoding_macro::new_encoding;

use read_fonts::collections::RangeSet;
use read_fonts::FontRead;
use read_fonts::{
collections::IntSet,
collections::{IntSet, RangeSet},
tables::ift::{
CompatibilityId, EntryData, EntryFormatFlags, EntryMapRecord, Ift, PatchMapFormat1,
PatchMapFormat2,
Expand Down

0 comments on commit 31fd33b

Please sign in to comment.