Index: core/SkPaint.h |
diff --git a/core/SkPaint.h b/core/SkPaint.h |
index 7dc3a4e03ccefb56e802b26fe4e38ee1d6a3a9e7..205a0b3009dbb6a1979b6df54751439f7e2bf0fb 100644 |
--- a/core/SkPaint.h |
+++ b/core/SkPaint.h |
@@ -742,6 +742,7 @@ public: |
SkScalar fXMax; //!< The maximum bounding box x value for all glyphs |
SkScalar fXHeight; //!< The height of an 'x' in px, or 0 if no 'x' in face |
SkScalar fCapHeight; //!< The cap height (> 0), or 0 if cannot be determined. |
+ SkScalar fUnderlineThickness; //!< underline thickness only for scalable fonts |
}; |
/** Return the recommend spacing between lines (which will be |