diff options
Diffstat (limited to 'skia/include')
-rw-r--r-- | skia/include/SkPaint.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/skia/include/SkPaint.h b/skia/include/SkPaint.h index b871bda..d13d090 100644 --- a/skia/include/SkPaint.h +++ b/skia/include/SkPaint.h @@ -616,7 +616,6 @@ public: SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0) SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0) SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0) - SkScalar fHeight; //!< the vertical distance between two consecutive baselines (>= 0) SkScalar fAvgCharWidth; //!< the average charactor width (>= 0) SkScalar fXMin; //!< The minimum bounding box x value for all glyphs SkScalar fXMax; //!< The maximum bounding box x value for all glyphs |