summaryrefslogtreecommitdiff
path: root/libs/minikin
AgeCommit message (Expand)Author
10 daysEnable AutoFDO for libminikinYi Kong
2023-11-30Merge "Refactoring: pull out script splitter with unit test" into mainSeigo Nonaka
2023-11-17Merge "Fallback to non-variant match if nothing matches" into mainSeigo Nonaka
2023-11-17Fallback to non-variant match if nothing matchesSeigo Nonaka
2023-11-13[2nd attempt] Cache the layout result if the font feature is specifiedSeigo Nonaka
2023-11-13Add new flag for inter character justificationSeigo Nonaka
2023-11-13Cache the flag valueSeigo Nonaka
2023-11-07Refactoring: pull out script splitter with unit testSeigo Nonaka
2023-11-06Revert "Cache the layout result if the font feature is specified"Seigo Nonaka
2023-10-29Cache the layout result if the font feature is specifiedSeigo Nonaka
2023-10-25Add LineBreakWordStyle::Auto and LineBreakStyle::Auto to minikinSeigo Nonaka
2023-10-11Merge "Add method that returns reference extent for locale" into mainSeigo Nonaka
2023-10-11Add method that returns reference extent for localeSeigo Nonaka
2023-10-05Add support of no break styleSeigo Nonaka
2023-10-01Simplify feature flagsSeigo Nonaka
2023-09-27Put phrase->strict fallback behind the flagSeigo Nonaka
2023-09-20Add trace point to the bounding box calculationSeigo Nonaka
2023-09-12Merge "Add no hyphenation into style run" into mainSeigo Nonaka
2023-08-14[2nd attempt] Do not create word breaker for optimizationSeigo Nonaka
2023-08-14Merge "Revert "Do not create word breaker for optimization"" into mainTreehugger Robot
2023-08-14Revert "Do not create word breaker for optimization"Seigo Nonaka
2023-08-13Merge "Do not create word breaker for optimization" into mainTreehugger Robot
2023-08-10Add no hyphenation into style runSeigo Nonaka
2023-08-04Do not create word breaker for optimizationSeigo Nonaka
2023-08-03[2nd attempt] Compute bounding box and use it during line breakSeigo Nonaka
2023-08-02Merge "Implement phrase->non-phrase fallback" into mainTreehugger Robot
2023-07-31Purge BoundsCache as well as LayoutCache for perftestSeigo Nonaka
2023-07-29Merge "Revert "Compute bounding box and use it during line break"" into mainTreehugger Robot
2023-07-29Revert "Compute bounding box and use it during line break"Seigo Nonaka
2023-07-26Merge "Compute bounding box and use it during line break" into mainTreehugger Robot
2023-07-25Compute bounding box and use it during line breakSeigo Nonaka
2023-07-25Stop creating subfont for default caseSeigo Nonaka
2023-07-24Implement phrase->non-phrase fallbackSeigo Nonaka
2023-07-19Reorganize structs and add debug methodsSeigo Nonaka
2023-07-04Merge "Compute glyuph bounds and overhang flag"Treehugger Robot
2023-06-02Compute glyuph bounds and overhang flagSeigo Nonaka
2023-05-26Support variable font familySeigo Nonaka
2023-05-26Rename Font::typeface with baseTypefaceSeigo Nonaka
2023-05-25Add getAdjustedTypeface/getAdjustedFont function to FontSeigo Nonaka
2023-05-02Revert "Support pattern in non-standard hyphenation(Polish)"android14-devCalvin Pan
2023-01-27Replace libandroidicu usage in minikin am: 05883bf666 am: 265bab7e18 am: 84f2...Victor Chang
2023-01-18Replace libandroidicu usage in minikinVictor Chang
2022-12-13Add default family flag to the font familySeigo Nonaka
2022-12-03Merge "Merge TQ1A.221205.012" into stage-aosp-masterTreeHugger Robot
2022-12-01Android.bp: Introduce libminikin_defaults am: 35a6ffe9a6 am: 17c2064a5c am: 9...Bart Van Assche
2022-12-01Android.bp: Introduce libminikin_defaults am: 35a6ffe9a6 am: 17c2064a5cBart Van Assche
2022-12-01Android.bp: Introduce libminikin_defaults am: 35a6ffe9a6Bart Van Assche
2022-11-29Android.bp: Introduce libminikin_defaultsBart Van Assche
2022-11-18Support pattern in non-standard hyphenation(Polish)Calvin Pan
2022-10-08Fix OOB crash for registerLocaleListKeith Mok