8#ifndef SkTypeface_mac_DEFINED
9#define SkTypeface_mac_DEFINED
13#if defined(SK_BUILD_FOR_MAC) || defined(SK_BUILD_FOR_IOS)
15#include <CoreFoundation/CoreFoundation.h>
17#ifdef SK_BUILD_FOR_MAC
18#import <ApplicationServices/ApplicationServices.h>
21#ifdef SK_BUILD_FOR_IOS
22#include <CoreText/CoreText.h>