Index: src/ports/SkFontHost_FreeType_common.h |
diff --git a/src/ports/SkFontHost_FreeType_common.h b/src/ports/SkFontHost_FreeType_common.h |
index aef4d82044bc5cab301905f2824fc5a32c3b715a..1deca4a5385c52aaf79c2b7955508dac75d65d6d 100644 |
--- a/src/ports/SkFontHost_FreeType_common.h |
+++ b/src/ports/SkFontHost_FreeType_common.h |
@@ -26,6 +26,8 @@ |
#define SkASSERT_CONTINUE(pred) |
#endif |
+bool find_name_and_attributes(SkStream* stream, int ttcIndex, |
+ SkString* name, SkTypeface::Style* style, bool* isFixedPitch); |
class SkScalerContext_FreeType_Base : public SkScalerContext { |
protected: |