Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: third_party/harfbuzz-ng/src/hb-coretext.h

Issue 2544283003: Use upcoming CTFont hb_face constructor (Closed)
Patch Set: Use upcoming CTFont hb_face constructor Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/harfbuzz-ng/src/hb-coretext.h
diff --git a/third_party/harfbuzz-ng/src/hb-coretext.h b/third_party/harfbuzz-ng/src/hb-coretext.h
index 82066e4e0dc0b2770a8800f9a9fb417e14d9d7d0..e1d3d685996c716be537271a7b1052eaeb54fa5a 100644
--- a/third_party/harfbuzz-ng/src/hb-coretext.h
+++ b/third_party/harfbuzz-ng/src/hb-coretext.h
@@ -45,6 +45,9 @@ HB_BEGIN_DECLS
HB_EXTERN hb_face_t *
+hb_coretext_face_create_from_ct_font (CTFontRef ct_font);
+
+HB_EXTERN hb_face_t *
hb_coretext_face_create (CGFontRef cg_font);
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzFace.cpp ('k') | third_party/harfbuzz-ng/src/hb-coretext.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698