| Index: include/core/SkTypeface.h
|
| ===================================================================
|
| --- include/core/SkTypeface.h (revision 8224)
|
| +++ include/core/SkTypeface.h (working copy)
|
| @@ -205,12 +205,13 @@
|
| friend class SkScalerContext;
|
| static SkTypeface* GetDefaultTypeface();
|
|
|
| + virtual SkScalerContext* onCreateScalerContext(const SkDescriptor*) const = 0;
|
| + virtual void onFilterRec(SkScalerContextRec*) const = 0;
|
| +
|
| virtual int onGetUPEM() const;
|
| virtual int onGetTableTags(SkFontTableTag tags[]) const;
|
| virtual size_t onGetTableData(SkFontTableTag, size_t offset,
|
| size_t length, void* data) const;
|
| - virtual SkScalerContext* onCreateScalerContext(const SkDescriptor*) const;
|
| - virtual void onFilterRec(SkScalerContextRec*) const;
|
| virtual void onGetFontDescriptor(SkFontDescriptor*) const;
|
|
|
| private:
|
|
|