/* * Copyright 2018 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkFontMetrics_DEFINED #define SkFontMetrics_DEFINED #include "include/core/SkScalar.h" #include "include/private/base/SkTo.h" /** \class SkFontMetrics The metrics of an SkFont. The metric values are consistent with the Skia y-down coordinate system. */ struct SK_API SkFontMetrics { … }; #endif