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

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

Issue 2622553002: Roll HarfBuzz to 1.4.1 (Closed)
Patch Set: Linux rebaselines Created 3 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 © 2009 Red Hat, Inc. 2 * Copyright © 2009 Red Hat, 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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 hb_font_set_ppem (hb_font_t *font, 597 hb_font_set_ppem (hb_font_t *font,
598 unsigned int x_ppem, 598 unsigned int x_ppem,
599 unsigned int y_ppem); 599 unsigned int y_ppem);
600 600
601 HB_EXTERN void 601 HB_EXTERN void
602 hb_font_get_ppem (hb_font_t *font, 602 hb_font_get_ppem (hb_font_t *font,
603 unsigned int *x_ppem, 603 unsigned int *x_ppem,
604 unsigned int *y_ppem); 604 unsigned int *y_ppem);
605 605
606 606
607 HB_EXTERN void
608 hb_font_set_var_coords_normalized (hb_font_t *font,
609 int *coords, /* XXX 2.14 normalized */
610 unsigned int coords_length);
611
607 HB_END_DECLS 612 HB_END_DECLS
608 613
609 #endif /* HB_FONT_H */ 614 #endif /* HB_FONT_H */
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-fallback-shape.cc ('k') | third_party/harfbuzz-ng/src/hb-font.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698