Skip to content

Commit

Permalink
Corrected type
Browse files Browse the repository at this point in the history
  • Loading branch information
PoomSmart committed Apr 1, 2023
1 parent 3ad31d9 commit 108d4f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CoreGraphics/CoreGraphics.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 108d4f9

Please sign in to comment.