/* * Copyright 2017 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkFontArguments_DEFINED #define SkFontArguments_DEFINED #include "include/core/SkColor.h" #include "include/core/SkScalar.h" #include "include/core/SkTypes.h" /** Represents a set of actual arguments for a font. */ struct SkFontArguments { … }; #endif