| Index: include/core/SkTypeface.h
|
| diff --git a/include/core/SkTypeface.h b/include/core/SkTypeface.h
|
| index e3a311da4337eae9429185104225db62bed07ccb..981339e3665f57c57a9105492afdf7b550563651 100644
|
| --- a/include/core/SkTypeface.h
|
| +++ b/include/core/SkTypeface.h
|
| @@ -346,6 +346,7 @@ protected:
|
|
|
| /** Sets the fixedPitch bit. If used, must be called in the constructor. */
|
| void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; }
|
| + void setFontStyle(SkFontStyle style) { fStyle = style; }
|
|
|
| friend class SkScalerContext;
|
| static SkTypeface* GetDefaultTypeface(Style style = SkTypeface::kNormal);
|
|
|