typedef struct CGFont* CGFontRef;
typedef CGFontIndex CGGlyph;
typedef wchar_t UChar;
+typedef struct _CFURLResponse* CFURLResponseRef;
void wkSetFontSmoothingLevel(int type);
+int wkGetFontSmoothingLevel();
uint32_t wkSetFontSmoothingStyle(CGContextRef cg);
void wkRestoreFontSmoothingStyle(CGContextRef cg, uint32_t oldStyle);
void wkGetGlyphAdvances(CGFontRef, const CGAffineTransform&, bool isSystemFont, bool isPrinterFont, CGGlyph, CGSize& advance);
void wkDrawFocusRing(CGContextRef, CGColorRef, float radius);
+CFDictionaryRef wkGetSSLCertificateInfo(CFURLResponseRef);
+void* wkGetSSLPeerCertificateData(CFDictionaryRef);
+
#endif