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

Side by Side Diff: third_party/harfbuzz-ng/src/hb-ot-font.h

Issue 1580513002: Roll HarfBuzz to 1.1.3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix Created 4 years, 11 months 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright © 2014 Google, Inc. 2 * Copyright © 2014 Google, Inc.
3 * 3 *
4 * This is part of HarfBuzz, a text shaping library. 4 * This is part of HarfBuzz, a text shaping library.
5 * 5 *
6 * Permission is hereby granted, without written agreement and without 6 * Permission is hereby granted, without written agreement and without
7 * license or royalty fees, to use, copy, modify, and distribute this 7 * license or royalty fees, to use, copy, modify, and distribute this
8 * software and its documentation for any purpose, provided that the 8 * software and its documentation for any purpose, provided that the
9 * above copyright notice and the following two paragraphs appear in 9 * above copyright notice and the following two paragraphs appear in
10 * all copies of this software. 10 * all copies of this software.
(...skipping 18 matching lines...) Expand all
29 #endif 29 #endif
30 30
31 #ifndef HB_OT_FONT_H 31 #ifndef HB_OT_FONT_H
32 #define HB_OT_FONT_H 32 #define HB_OT_FONT_H
33 33
34 #include "hb.h" 34 #include "hb.h"
35 35
36 HB_BEGIN_DECLS 36 HB_BEGIN_DECLS
37 37
38 38
39 void 39 HB_EXTERN void
40 hb_ot_font_set_funcs (hb_font_t *font); 40 hb_ot_font_set_funcs (hb_font_t *font);
41 41
42 42
43 HB_END_DECLS 43 HB_END_DECLS
44 44
45 #endif /* HB_OT_FONT_H */ 45 #endif /* HB_OT_FONT_H */
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-open-type-private.hh ('k') | third_party/harfbuzz-ng/src/hb-ot-font.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698