summaryrefslogtreecommitdiff
path: root/platform/sysroot/usr/include/android/font_matcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/sysroot/usr/include/android/font_matcher.h')
-rw-r--r--platform/sysroot/usr/include/android/font_matcher.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/platform/sysroot/usr/include/android/font_matcher.h b/platform/sysroot/usr/include/android/font_matcher.h
index 441742268..60ff95e12 100644
--- a/platform/sysroot/usr/include/android/font_matcher.h
+++ b/platform/sysroot/usr/include/android/font_matcher.h
@@ -75,6 +75,7 @@
#include <stdbool.h>
#include <stddef.h>
+#include <stdint.h>
#include <sys/cdefs.h>
#include <android/font.h>
@@ -116,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.