/* * 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 SkTextUtils_DEFINED #define SkTextUtils_DEFINED #include "include/core/SkFontTypes.h" #include "include/core/SkScalar.h" #include "include/core/SkTypes.h" #include <cstddef> #include <cstring> class SkCanvas; class SkFont; class SkPaint; class SkPath; class SK_API SkTextUtils { … }; #endif