8#ifndef SkCTFont_DEFINED
9#define SkCTFont_DEFINED
12#if defined(SK_BUILD_FOR_MAC) || defined(SK_BUILD_FOR_IOS)
14#ifdef SK_BUILD_FOR_MAC
15#import <ApplicationServices/ApplicationServices.h>
18#ifdef SK_BUILD_FOR_IOS
19#include <CoreGraphics/CoreGraphics.h>
22enum class SkCTFontSmoothBehavior {
28SkCTFontSmoothBehavior SkCTFontGetSmoothBehavior();
30using SkCTFontWeightMapping =
const CGFloat[11];
40SkCTFontWeightMapping& SkCTFontGetNSFontWeightMapping();
49SkCTFontWeightMapping& SkCTFontGetDataFontWeightMapping();