/* * Copyright 2013 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkFontConfigTypeface_DEFINED #define SkFontConfigTypeface_DEFINED #include "include/core/SkFontStyle.h" #include "include/core/SkRefCnt.h" #include "include/core/SkStream.h" #include "include/ports/SkFontConfigInterface.h" #include "src/core/SkFontDescriptor.h" #include "src/ports/SkTypeface_FreeType.h" class SkFontDescriptor; class SkTypeface_FCI : public SkTypeface_FreeType { … }; #endif // SkFontConfigTypeface_DEFINED