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

Commit a539ae2f authored by Seigo Nonaka's avatar Seigo Nonaka
Browse files

Add flag for using BASE table for vertical extent

Bug: 400594036
Test: atest LanguageSpecificVerticalMetrics
Test: atest minikin_fonts
Flag: com.android.text.flags.language_specific_extent
Change-Id: I25d408d8342c343c4b1d2c936b70718cfb534f74
parent e011905b
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
}