Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b163209 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add flag for using BASE table for vertical extent" into main

parents beea0d1c a539ae2f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -222,3 +222,12 @@ flag {
  description: "Use Fontation(Skrifa) as a default text reader."
  bug: "405267306"
}

flag {
  name: "language_specific_extent"
  namespace: "text"
  description: "Use BASE table in OpenType for fixing vertical clipping."
  bug: "400594036"
  # Being read only because this is used in the performance critical path.
  is_fixed_read_only: true
}