Loading include/android/font.h +2 −1 Original line number Diff line number Diff line Loading @@ -87,10 +87,11 @@ enum { AFONT_WEIGHT_MAX = 1000 }; struct AFont; /** * AFont provides information of the single font configuration. */ struct AFont; typedef struct AFont AFont; /** * Close an AFont. Loading include/android/font_matcher.h +2 −1 Original line number Diff line number Diff line Loading @@ -117,11 +117,12 @@ enum { AFAMILY_VARIANT_ELEGANT = 2, }; struct AFontMatcher; /** * AFontMatcher performs match operation on given parameters and available font files. * This matcher is not a thread-safe object. Do not pass this matcher to other threads. */ struct AFontMatcher; typedef struct AFontMatcher AFontMatcher; /** * Select the best font from given parameters. Loading include/android/system_fonts.h +2 −1 Original line number Diff line number Diff line Loading @@ -87,13 +87,14 @@ __BEGIN_DECLS struct ASystemFontIterator; /** * ASystemFontIterator provides access to the system font configuration. * * ASystemFontIterator is an iterator for all available system font settings. * This iterator is not a thread-safe object. Do not pass this iterator to other threads. */ struct ASystemFontIterator; typedef struct ASystemFontIterator ASystemFontIterator; /** * Create a system font iterator. Loading Loading
include/android/font.h +2 −1 Original line number Diff line number Diff line Loading @@ -87,10 +87,11 @@ enum { AFONT_WEIGHT_MAX = 1000 }; struct AFont; /** * AFont provides information of the single font configuration. */ struct AFont; typedef struct AFont AFont; /** * Close an AFont. Loading
include/android/font_matcher.h +2 −1 Original line number Diff line number Diff line Loading @@ -117,11 +117,12 @@ enum { AFAMILY_VARIANT_ELEGANT = 2, }; struct AFontMatcher; /** * AFontMatcher performs match operation on given parameters and available font files. * This matcher is not a thread-safe object. Do not pass this matcher to other threads. */ struct AFontMatcher; typedef struct AFontMatcher AFontMatcher; /** * Select the best font from given parameters. Loading
include/android/system_fonts.h +2 −1 Original line number Diff line number Diff line Loading @@ -87,13 +87,14 @@ __BEGIN_DECLS struct ASystemFontIterator; /** * ASystemFontIterator provides access to the system font configuration. * * ASystemFontIterator is an iterator for all available system font settings. * This iterator is not a thread-safe object. Do not pass this iterator to other threads. */ struct ASystemFontIterator; typedef struct ASystemFontIterator ASystemFontIterator; /** * Create a system font iterator. Loading