Skip to content

Commit

Permalink
Update klippa/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Rofls <colin@cmyr.net>
  • Loading branch information
qxliu76 and cmyr authored Jan 6, 2025
1 parent d79d3dd commit 803d223
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions klippa/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -624,12 +624,7 @@ fn should_drop_table(tag: Tag, plan: &Plan) -> bool {

match tag {
// hint tables
Cvar::TAG => no_hinting,
CVT => no_hinting,
FPGM => no_hinting,
PREP => no_hinting,
Hdmx::TAG => no_hinting,
VDMX => no_hinting,
Cvar::TAG | CVT | FPGM | PREP | Hdmx::TAG | VDMX => no_hinting,

//TODO: drop var tables during instancing when all axes are pinned
_ => false,
Expand Down

0 comments on commit 803d223

Please sign in to comment.