diff options
author | 2024-02-06 14:13:11 +0900 | |
---|---|---|
committer | 2024-02-06 14:13:11 +0900 | |
commit | d86ba1ee96f8bb3e95353cb20bf7d2b515786ca9 (patch) | |
tree | 3634fc00d3b56342da9e5a59a04fb35e9f2e6fa1 /libs/hwui/FeatureFlags.h | |
parent | e41e4419cbb3f7b7787e8312568c712ecfc357c7 (diff) |
Rename feature flag for inter character justification
Bug: 322228767
Test: TreeHugger
Change-Id: Iea07f64362537123a702928aeb0becff8cef9f71
Diffstat (limited to 'libs/hwui/FeatureFlags.h')
-rw-r--r-- | libs/hwui/FeatureFlags.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/hwui/FeatureFlags.h b/libs/hwui/FeatureFlags.h index 6ebfc63bdf26..ac75c077b58f 100644 --- a/libs/hwui/FeatureFlags.h +++ b/libs/hwui/FeatureFlags.h @@ -41,9 +41,9 @@ inline bool deprecate_ui_fonts() { #endif // __ANDROID__ } -inline bool inter_character_justification() { +inline bool letter_spacing_justification() { #ifdef __ANDROID__ - return com_android_text_flags_inter_character_justification(); + return com_android_text_flags_letter_spacing_justification(); #else return true; #endif // __ANDROID__ |