/* * 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 SkFontParameters_DEFINED #define SkFontParameters_DEFINED #include "include/core/SkScalar.h" #include "include/core/SkTypes.h" struct SkFontParameters { … }; #endif