Index: include/core/SkFontStyle.h |
diff --git a/include/ports/SkFontStyle.h b/include/core/SkFontStyle.h |
similarity index 93% |
rename from include/ports/SkFontStyle.h |
rename to include/core/SkFontStyle.h |
index 9d9a912d7d74406dd7705318c02e806c97ee0427..f42d7dd4701824b6f15666bf875c839b41216092 100644 |
--- a/include/ports/SkFontStyle.h |
+++ b/include/core/SkFontStyle.h |
@@ -43,6 +43,8 @@ public: |
SkFontStyle(); |
SkFontStyle(int weight, int width, Slant); |
+ /** oldStyle means the style-bits in SkTypeface::Style: bold=1, italic=2 */ |
+ explicit SkFontStyle(unsigned oldStyle); |
bool operator==(const SkFontStyle& rhs) const { |
return fUnion.fU32 == rhs.fUnion.fU32; |