From 108d4f93a41d5e208895d7ae3864d031af8bb3b5 Mon Sep 17 00:00:00 2001 From: PoomSmart Date: Sat, 1 Apr 2023 09:50:50 +0700 Subject: [PATCH] Corrected type --- CoreGraphics/CoreGraphics.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CoreGraphics/CoreGraphics.h b/CoreGraphics/CoreGraphics.h index 60d9397..b443260 100644 --- a/CoreGraphics/CoreGraphics.h +++ b/CoreGraphics/CoreGraphics.h @@ -25,13 +25,12 @@ CFDictionaryRef CGPointCreateDictionaryRepresentation(CGPoint point); CFDictionaryRef CGImageSourceCopyProperties(CGImageSourceRef isrc, CFDictionaryRef options); CFDictionaryRef CGImageSourceCopyPropertiesAtIndex(CGImageSourceRef isrc, size_t index, CFDictionaryRef options); -CFMutableArrayRef CGFontCreateFontsWithPath(CFStringRef path); - CFMutableDictionaryRef CGCFDictionaryCreate(void); CFMutableDictionaryRef CGCFDictionaryCreateCopy(CFDictionaryRef theDict); CFArrayRef CGCFDictionaryCopyKeys(CFDictionaryRef theDict, const CFArrayCallBacks *callBacks); CFArrayRef CGCFDictionaryCopyValues(CFDictionaryRef theDict, const CFArrayCallBacks *callBacks); +CFArrayRef CGFontCreateFontsWithPath(CFStringRef path); CFArrayRef CGFontCopyTableTags(CGFontRef font); CFArrayRef CGFontCopyVariationAxes(CGFontRef font);