Searched defs:FontMetrics (Results 1 – 2 of 2) sorted by relevance
721 struct FontMetrics { struct725 enum FontMetricsFlags { argument730 uint32_t fFlags; //!< Bit field to identify which values are unknown731 … SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0)732 SkScalar fAscent; //!< The recommended distance above the baseline (will be <= 0)733 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0)734 … SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0)735 … SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0)736 SkScalar fAvgCharWidth; //!< the average character width (>= 0)737 SkScalar fMaxCharWidth; //!< the max character width (>= 0)[all …]
1042 struct FontMetrics { struct1055 SkPaint::FontMetrics fm; in lpaint_getFontMetrics() argument