+2007-10-24 Adam Roben <aroben@apple.com>
+
+ Added some font-related functions needed for <rdar://5549919>
+
+ Reviewed by Ada.
+
+ * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
+ * win/lib/WebKitSystemInterface.lib:
+ * win/lib/WebKitSystemInterface_debug.lib:
+
2007-10-24 Timothy Hatcher <timothy@apple.com>
Reviewed by Mark Rowe.
struct CGAffineTransform;
struct CGSize;
+typedef const struct __CFData* CFDataRef;
+typedef const struct __CFString* CFStringRef;
typedef struct CGColor* CGColorRef;
typedef struct CGContext* CGContextRef;
typedef unsigned short CGFontIndex;
void wkGetGlyphAdvances(CGFontRef, const CGAffineTransform&, bool isSystemFont, bool isPrinterFont, CGGlyph, CGSize& advance);
void wkGetGlyphs(CGFontRef, const UChar[], CGGlyph[], size_t count);
void wkSetUpFontCache(size_t s);
+void wkAddFontsInDirectory(CFStringRef);
+void wkAddFontsAtPath(CFStringRef);
+void wkAddFontsFromPlistRepresentation(CFDataRef);
+CFDataRef wkCreateFontsPlistRepresentation();
void wkDrawFocusRing(CGContextRef, CGColorRef, float radius);