summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-02-09Add more missing libc++ includes am: 5116f335f2temp_319669529Tomasz Wasilczyk
2024-01-31Add more missing libc++ includesTomasz Wasilczyk
2024-01-17Merge Android 24Q1 Release (ab/11220357)Xin Li
2024-01-09Add missing libc++ includesTomasz Wasilczyk
2023-12-13Fix build for macOSJerome Gaillard
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-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-08-10Add no hyphenation into style runSeigo Nonaka
2023-08-03[2nd attempt] Compute bounding box and use it during line breakSeigo Nonaka
2023-07-29Revert "Compute bounding box and use it during line break"Seigo Nonaka
2023-07-25Compute bounding box and use it during line breakSeigo 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
2022-12-13Add default family flag to the font familySeigo Nonaka
2022-11-18Support pattern in non-standard hyphenation(Polish)Calvin Pan
2022-08-26Merge "Helper method to distribute advances evenly in ligature"Haoyu Zhang
2022-08-24Helper method to distribute advances evenly in ligatureHaoyu Zhang
2022-08-24Revert "Subclass FontCollection."Kohsuke Yatoh
2022-08-20Consolidate getFamilyAt() calls to minikin.Kohsuke Yatoh
2022-08-17Subclass FontCollection.Kohsuke Yatoh
2022-08-16Hide FontFamily/FontCollection constructors.Kohsuke Yatoh
2022-08-04Make FontCollection::mSupportedAxes sorted array.Kohsuke Yatoh
2022-08-03Remove mPos from BufferReader.Kohsuke Yatoh
2022-08-03Mark move constructor as noexcept.Kohsuke Yatoh
2022-08-02Use alias for shared_ptr<Font>.Kohsuke Yatoh
2022-08-02Use alias for shared_ptr<FontFamily>.Kohsuke Yatoh
2022-08-01s/unique_ptr<SparseBitSet>/SparseBitSet/.Kohsuke Yatoh
2022-07-28Optimize FontFamily fields. (2nd try)Kohsuke Yatoh
2022-07-28Merge "Make SparseBitSet memory mappable."Kohsuke Yatoh
2022-07-28Revert "Optimize FontFamily fields."Kohsuke Yatoh
2022-07-28Make SparseBitSet memory mappable.Kohsuke Yatoh
2022-07-27Optimize FontFamily fields.Kohsuke Yatoh
2022-07-26Introduce global MinikinFontFactory.Kohsuke Yatoh
2022-07-21Merge "Use CAS instead of mutex in Font."Kohsuke Yatoh
2022-07-21Use CAS instead of mutex in Font.Kohsuke Yatoh
2022-07-20Remove FontCollection::mFamilies.Kohsuke Yatoh