Behdad Esfahbod | fd92a3d | 2008-01-24 03:11:09 -0500 | [diff] [blame] | 1 | /* |
Behdad Esfahbod | 2409d5f | 2011-04-21 17:14:28 -0400 | [diff] [blame] | 2 | * Copyright © 1998-2004 David Turner and Werner Lemberg |
| 3 | * Copyright © 2006 Behdad Esfahbod |
| 4 | * Copyright © 2007,2008,2009 Red Hat, Inc. |
Behdad Esfahbod | 45f3d98 | 2013-05-03 17:49:44 -0400 | [diff] [blame] | 5 | * Copyright © 2012,2013 Google, Inc. |
Behdad Esfahbod | fd92a3d | 2008-01-24 03:11:09 -0500 | [diff] [blame] | 6 | * |
Behdad Esfahbod | c755cb3 | 2010-04-22 00:11:43 -0400 | [diff] [blame] | 7 | * This is part of HarfBuzz, a text shaping library. |
Behdad Esfahbod | fd92a3d | 2008-01-24 03:11:09 -0500 | [diff] [blame] | 8 | * |
| 9 | * Permission is hereby granted, without written agreement and without |
| 10 | * license or royalty fees, to use, copy, modify, and distribute this |
| 11 | * software and its documentation for any purpose, provided that the |
| 12 | * above copyright notice and the following two paragraphs appear in |
| 13 | * all copies of this software. |
| 14 | * |
| 15 | * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR |
| 16 | * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES |
| 17 | * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN |
| 18 | * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH |
| 19 | * DAMAGE. |
| 20 | * |
| 21 | * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, |
| 22 | * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
| 23 | * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS |
| 24 | * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO |
| 25 | * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 26 | * |
| 27 | * Red Hat Author(s): Behdad Esfahbod |
Behdad Esfahbod | f860366 | 2012-07-30 02:38:39 -0400 | [diff] [blame] | 28 | * Google Author(s): Behdad Esfahbod |
Behdad Esfahbod | fd92a3d | 2008-01-24 03:11:09 -0500 | [diff] [blame] | 29 | */ |
| 30 | |
Behdad Esfahbod | c77ae40 | 2018-08-25 22:36:36 -0700 | [diff] [blame] | 31 | #include "hb-open-type.hh" |
| 32 | #include "hb-ot-layout.hh" |
Behdad Esfahbod | b929100 | 2018-08-26 01:15:47 -0700 | [diff] [blame] | 33 | #include "hb-ot-face.hh" |
Behdad Esfahbod | c77ae40 | 2018-08-25 22:36:36 -0700 | [diff] [blame] | 34 | #include "hb-ot-map.hh" |
| 35 | #include "hb-map.hh" |
Ebrahim Byagowi | 5b9c234 | 2018-02-27 22:56:17 +0330 | [diff] [blame] | 36 | |
Behdad Esfahbod | 574d888 | 2018-11-25 16:51:22 -0500 | [diff] [blame] | 37 | #include "hb-ot-kern-table.hh" |
Ebrahim Byagowi | 8f80e53 | 2018-12-05 13:51:14 +0330 | [diff] [blame] | 38 | #include "hb-ot-gasp-table.hh" // Just so we compile it; unused otherwise. |
Behdad Esfahbod | 7a750ac | 2011-08-17 14:19:59 +0200 | [diff] [blame] | 39 | #include "hb-ot-layout-gdef-table.hh" |
| 40 | #include "hb-ot-layout-gsub-table.hh" |
| 41 | #include "hb-ot-layout-gpos-table.hh" |
Ebrahim Byagowi | 8f80e53 | 2018-12-05 13:51:14 +0330 | [diff] [blame] | 42 | #include "hb-ot-layout-base-table.hh" // Just so we compile it; unused otherwise. |
| 43 | #include "hb-ot-layout-jstf-table.hh" // Just so we compile it; unused otherwise. |
Behdad Esfahbod | 203dc44 | 2018-05-03 21:03:27 -0400 | [diff] [blame] | 44 | #include "hb-ot-name-table.hh" |
Behdad Esfahbod | 574d888 | 2018-11-25 16:51:22 -0500 | [diff] [blame] | 45 | #include "hb-ot-os2-table.hh" |
Behdad Esfahbod | d2c9681 | 2013-05-02 18:18:24 -0400 | [diff] [blame] | 46 | |
Ebrahim Byagowi | b986fea | 2018-11-05 12:31:58 +0330 | [diff] [blame] | 47 | #include "hb-aat-layout-lcar-table.hh" |
Behdad Esfahbod | 574d888 | 2018-11-25 16:51:22 -0500 | [diff] [blame] | 48 | #include "hb-aat-layout-morx-table.hh" |
Ebrahim Byagowi | b986fea | 2018-11-05 12:31:58 +0330 | [diff] [blame] | 49 | |
Behdad Esfahbod | aff831e | 2008-01-24 06:03:45 -0500 | [diff] [blame] | 50 | |
Behdad Esfahbod | 80d9a42 | 2018-10-27 04:58:32 -0700 | [diff] [blame] | 51 | /** |
| 52 | * SECTION:hb-ot-layout |
| 53 | * @title: hb-ot-layout |
| 54 | * @short_description: OpenType Layout |
| 55 | * @include: hb-ot.h |
| 56 | * |
| 57 | * Functions for querying OpenType Layout features in the font face. |
| 58 | **/ |
| 59 | |
| 60 | |
Behdad Esfahbod | 590d55c | 2008-01-24 19:13:50 -0500 | [diff] [blame] | 61 | /* |
Behdad Esfahbod | a519588 | 2018-10-08 23:57:45 -0400 | [diff] [blame] | 62 | * kern |
| 63 | */ |
| 64 | |
Behdad Esfahbod | 385f78b | 2018-11-07 17:19:21 -0500 | [diff] [blame] | 65 | bool |
Behdad Esfahbod | a519588 | 2018-10-08 23:57:45 -0400 | [diff] [blame] | 66 | hb_ot_layout_has_kerning (hb_face_t *face) |
| 67 | { |
Behdad Esfahbod | a35c92c | 2018-11-05 22:58:43 -0500 | [diff] [blame] | 68 | return face->table.kern->has_data (); |
Behdad Esfahbod | a519588 | 2018-10-08 23:57:45 -0400 | [diff] [blame] | 69 | } |
| 70 | |
Behdad Esfahbod | 385f78b | 2018-11-07 17:19:21 -0500 | [diff] [blame] | 71 | bool |
Behdad Esfahbod | 7489622 | 2018-11-23 11:10:17 -0500 | [diff] [blame] | 72 | hb_ot_layout_has_machine_kerning (hb_face_t *face) |
| 73 | { |
| 74 | return face->table.kern->has_state_machine (); |
| 75 | } |
| 76 | |
| 77 | bool |
Behdad Esfahbod | ca23567 | 2018-11-07 16:19:51 -0500 | [diff] [blame] | 78 | hb_ot_layout_has_cross_kerning (hb_face_t *face) |
| 79 | { |
| 80 | return face->table.kern->has_cross_stream (); |
| 81 | } |
| 82 | |
Behdad Esfahbod | a519588 | 2018-10-08 23:57:45 -0400 | [diff] [blame] | 83 | void |
Behdad Esfahbod | c221dc0 | 2018-11-14 14:49:34 -0500 | [diff] [blame] | 84 | hb_ot_layout_kern (const hb_ot_shape_plan_t *plan, |
Behdad Esfahbod | 095f5ad | 2018-11-02 13:23:54 -0400 | [diff] [blame] | 85 | hb_font_t *font, |
| 86 | hb_buffer_t *buffer) |
Behdad Esfahbod | a519588 | 2018-10-08 23:57:45 -0400 | [diff] [blame] | 87 | { |
Behdad Esfahbod | a35c92c | 2018-11-05 22:58:43 -0500 | [diff] [blame] | 88 | hb_blob_t *blob = font->face->table.kern.get_blob (); |
Behdad Esfahbod | fa3ebf8 | 2018-11-05 23:34:07 -0500 | [diff] [blame] | 89 | const AAT::kern& kern = *blob->as<AAT::kern> (); |
Behdad Esfahbod | 095f5ad | 2018-11-02 13:23:54 -0400 | [diff] [blame] | 90 | |
| 91 | AAT::hb_aat_apply_context_t c (plan, font, buffer, blob); |
| 92 | |
| 93 | kern.apply (&c); |
Behdad Esfahbod | a519588 | 2018-10-08 23:57:45 -0400 | [diff] [blame] | 94 | } |
| 95 | |
| 96 | |
| 97 | /* |
Behdad Esfahbod | 590d55c | 2008-01-24 19:13:50 -0500 | [diff] [blame] | 98 | * GDEF |
| 99 | */ |
| 100 | |
Behdad Esfahbod | 4f21703 | 2018-11-25 15:59:18 -0500 | [diff] [blame] | 101 | bool |
| 102 | OT::GDEF::is_blacklisted (hb_blob_t *blob, |
| 103 | hb_face_t *face) const |
Behdad Esfahbod | d8c57e8 | 2018-08-26 09:03:31 -0700 | [diff] [blame] | 104 | { |
| 105 | /* The ugly business of blacklisting individual fonts' tables happen here! |
| 106 | * See this thread for why we finally had to bend in and do this: |
| 107 | * https://lists.freedesktop.org/archives/harfbuzz/2016-February/005489.html |
| 108 | * |
| 109 | * In certain versions of Times New Roman Italic and Bold Italic, |
| 110 | * ASCII double quotation mark U+0022 has wrong glyph class 3 (mark) |
| 111 | * in GDEF. Many versions of Tahoma have bad GDEF tables that |
| 112 | * incorrectly classify some spacing marks such as certain IPA |
| 113 | * symbols as glyph class 3. So do older versions of Microsoft |
| 114 | * Himalaya, and the version of Cantarell shipped by Ubuntu 16.04. |
| 115 | * |
| 116 | * Nuke the GDEF tables of to avoid unwanted width-zeroing. |
| 117 | * |
| 118 | * See https://bugzilla.mozilla.org/show_bug.cgi?id=1279925 |
| 119 | * https://bugzilla.mozilla.org/show_bug.cgi?id=1279693 |
| 120 | * https://bugzilla.mozilla.org/show_bug.cgi?id=1279875 |
| 121 | */ |
Behdad Esfahbod | 4ed9fb1 | 2018-11-25 15:51:01 -0500 | [diff] [blame] | 122 | #define ENCODE(x,y,z) (((uint64_t) (x) << 48) | ((uint64_t) (y) << 24) | (uint64_t) (z)) |
Behdad Esfahbod | 4f21703 | 2018-11-25 15:59:18 -0500 | [diff] [blame] | 123 | switch ENCODE(blob->length, |
| 124 | face->table.GSUB->table.get_length (), |
| 125 | face->table.GPOS->table.get_length ()) |
Behdad Esfahbod | d8c57e8 | 2018-08-26 09:03:31 -0700 | [diff] [blame] | 126 | { |
| 127 | /* sha1sum:c5ee92f0bca4bfb7d06c4d03e8cf9f9cf75d2e8a Windows 7? timesi.ttf */ |
| 128 | case ENCODE (442, 2874, 42038): |
| 129 | /* sha1sum:37fc8c16a0894ab7b749e35579856c73c840867b Windows 7? timesbi.ttf */ |
| 130 | case ENCODE (430, 2874, 40662): |
| 131 | /* sha1sum:19fc45110ea6cd3cdd0a5faca256a3797a069a80 Windows 7 timesi.ttf */ |
| 132 | case ENCODE (442, 2874, 39116): |
| 133 | /* sha1sum:6d2d3c9ed5b7de87bc84eae0df95ee5232ecde26 Windows 7 timesbi.ttf */ |
| 134 | case ENCODE (430, 2874, 39374): |
| 135 | /* sha1sum:8583225a8b49667c077b3525333f84af08c6bcd8 OS X 10.11.3 Times New Roman Italic.ttf */ |
| 136 | case ENCODE (490, 3046, 41638): |
| 137 | /* sha1sum:ec0f5a8751845355b7c3271d11f9918a966cb8c9 OS X 10.11.3 Times New Roman Bold Italic.ttf */ |
| 138 | case ENCODE (478, 3046, 41902): |
| 139 | /* sha1sum:96eda93f7d33e79962451c6c39a6b51ee893ce8c tahoma.ttf from Windows 8 */ |
| 140 | case ENCODE (898, 12554, 46470): |
| 141 | /* sha1sum:20928dc06014e0cd120b6fc942d0c3b1a46ac2bc tahomabd.ttf from Windows 8 */ |
| 142 | case ENCODE (910, 12566, 47732): |
| 143 | /* sha1sum:4f95b7e4878f60fa3a39ca269618dfde9721a79e tahoma.ttf from Windows 8.1 */ |
| 144 | case ENCODE (928, 23298, 59332): |
| 145 | /* sha1sum:6d400781948517c3c0441ba42acb309584b73033 tahomabd.ttf from Windows 8.1 */ |
| 146 | case ENCODE (940, 23310, 60732): |
| 147 | /* tahoma.ttf v6.04 from Windows 8.1 x64, see https://bugzilla.mozilla.org/show_bug.cgi?id=1279925 */ |
| 148 | case ENCODE (964, 23836, 60072): |
| 149 | /* tahomabd.ttf v6.04 from Windows 8.1 x64, see https://bugzilla.mozilla.org/show_bug.cgi?id=1279925 */ |
| 150 | case ENCODE (976, 23832, 61456): |
| 151 | /* sha1sum:e55fa2dfe957a9f7ec26be516a0e30b0c925f846 tahoma.ttf from Windows 10 */ |
| 152 | case ENCODE (994, 24474, 60336): |
| 153 | /* sha1sum:7199385abb4c2cc81c83a151a7599b6368e92343 tahomabd.ttf from Windows 10 */ |
| 154 | case ENCODE (1006, 24470, 61740): |
| 155 | /* tahoma.ttf v6.91 from Windows 10 x64, see https://bugzilla.mozilla.org/show_bug.cgi?id=1279925 */ |
| 156 | case ENCODE (1006, 24576, 61346): |
| 157 | /* tahomabd.ttf v6.91 from Windows 10 x64, see https://bugzilla.mozilla.org/show_bug.cgi?id=1279925 */ |
| 158 | case ENCODE (1018, 24572, 62828): |
| 159 | /* sha1sum:b9c84d820c49850d3d27ec498be93955b82772b5 tahoma.ttf from Windows 10 AU */ |
| 160 | case ENCODE (1006, 24576, 61352): |
| 161 | /* sha1sum:2bdfaab28174bdadd2f3d4200a30a7ae31db79d2 tahomabd.ttf from Windows 10 AU */ |
| 162 | case ENCODE (1018, 24572, 62834): |
| 163 | /* sha1sum:b0d36cf5a2fbe746a3dd277bffc6756a820807a7 Tahoma.ttf from Mac OS X 10.9 */ |
| 164 | case ENCODE (832, 7324, 47162): |
| 165 | /* sha1sum:12fc4538e84d461771b30c18b5eb6bd434e30fba Tahoma Bold.ttf from Mac OS X 10.9 */ |
| 166 | case ENCODE (844, 7302, 45474): |
| 167 | /* sha1sum:eb8afadd28e9cf963e886b23a30b44ab4fd83acc himalaya.ttf from Windows 7 */ |
| 168 | case ENCODE (180, 13054, 7254): |
| 169 | /* sha1sum:73da7f025b238a3f737aa1fde22577a6370f77b0 himalaya.ttf from Windows 8 */ |
| 170 | case ENCODE (192, 12638, 7254): |
| 171 | /* sha1sum:6e80fd1c0b059bbee49272401583160dc1e6a427 himalaya.ttf from Windows 8.1 */ |
| 172 | case ENCODE (192, 12690, 7254): |
| 173 | /* 8d9267aea9cd2c852ecfb9f12a6e834bfaeafe44 cantarell-fonts-0.0.21/otf/Cantarell-Regular.otf */ |
| 174 | /* 983988ff7b47439ab79aeaf9a45bd4a2c5b9d371 cantarell-fonts-0.0.21/otf/Cantarell-Oblique.otf */ |
| 175 | case ENCODE (188, 248, 3852): |
| 176 | /* 2c0c90c6f6087ffbfea76589c93113a9cbb0e75f cantarell-fonts-0.0.21/otf/Cantarell-Bold.otf */ |
| 177 | /* 55461f5b853c6da88069ffcdf7f4dd3f8d7e3e6b cantarell-fonts-0.0.21/otf/Cantarell-Bold-Oblique.otf */ |
| 178 | case ENCODE (188, 264, 3426): |
| 179 | /* d125afa82a77a6475ac0e74e7c207914af84b37a padauk-2.80/Padauk.ttf RHEL 7.2 */ |
| 180 | case ENCODE (1058, 47032, 11818): |
| 181 | /* 0f7b80437227b90a577cc078c0216160ae61b031 padauk-2.80/Padauk-Bold.ttf RHEL 7.2*/ |
| 182 | case ENCODE (1046, 47030, 12600): |
| 183 | /* d3dde9aa0a6b7f8f6a89ef1002e9aaa11b882290 padauk-2.80/Padauk.ttf Ubuntu 16.04 */ |
| 184 | case ENCODE (1058, 71796, 16770): |
| 185 | /* 5f3c98ccccae8a953be2d122c1b3a77fd805093f padauk-2.80/Padauk-Bold.ttf Ubuntu 16.04 */ |
| 186 | case ENCODE (1046, 71790, 17862): |
| 187 | /* 6c93b63b64e8b2c93f5e824e78caca555dc887c7 padauk-2.80/Padauk-book.ttf */ |
| 188 | case ENCODE (1046, 71788, 17112): |
| 189 | /* d89b1664058359b8ec82e35d3531931125991fb9 padauk-2.80/Padauk-bookbold.ttf */ |
| 190 | case ENCODE (1058, 71794, 17514): |
| 191 | /* 824cfd193aaf6234b2b4dc0cf3c6ef576c0d00ef padauk-3.0/Padauk-book.ttf */ |
| 192 | case ENCODE (1330, 109904, 57938): |
| 193 | /* 91fcc10cf15e012d27571e075b3b4dfe31754a8a padauk-3.0/Padauk-bookbold.ttf */ |
| 194 | case ENCODE (1330, 109904, 58972): |
| 195 | /* sha1sum: c26e41d567ed821bed997e937bc0c41435689e85 Padauk.ttf |
| 196 | * "Padauk Regular" "Version 2.5", see https://crbug.com/681813 */ |
| 197 | case ENCODE (1004, 59092, 14836): |
| 198 | return true; |
| 199 | #undef ENCODE |
| 200 | } |
| 201 | return false; |
| 202 | } |
| 203 | |
Behdad Esfahbod | c624e18 | 2018-08-26 09:19:20 -0700 | [diff] [blame] | 204 | static void |
| 205 | _hb_ot_layout_set_glyph_props (hb_font_t *font, |
| 206 | hb_buffer_t *buffer) |
| 207 | { |
| 208 | _hb_buffer_assert_gsubgpos_vars (buffer); |
| 209 | |
Behdad Esfahbod | 5e68cec | 2018-11-05 23:23:57 -0500 | [diff] [blame] | 210 | const OT::GDEF &gdef = *font->face->table.GDEF->table; |
Behdad Esfahbod | c624e18 | 2018-08-26 09:19:20 -0700 | [diff] [blame] | 211 | unsigned int count = buffer->len; |
| 212 | for (unsigned int i = 0; i < count; i++) |
| 213 | { |
| 214 | _hb_glyph_info_set_glyph_props (&buffer->info[i], gdef.get_glyph_props (buffer->info[i].codepoint)); |
| 215 | _hb_glyph_info_clear_lig_props (&buffer->info[i]); |
| 216 | buffer->info[i].syllable() = 0; |
| 217 | } |
| 218 | } |
| 219 | |
| 220 | /* Public API */ |
| 221 | |
Behdad Esfahbod | 590d55c | 2008-01-24 19:13:50 -0500 | [diff] [blame] | 222 | hb_bool_t |
Behdad Esfahbod | 52ea477 | 2009-11-06 17:45:38 -0500 | [diff] [blame] | 223 | hb_ot_layout_has_glyph_classes (hb_face_t *face) |
Behdad Esfahbod | 590d55c | 2008-01-24 19:13:50 -0500 | [diff] [blame] | 224 | { |
Behdad Esfahbod | 5e68cec | 2018-11-05 23:23:57 -0500 | [diff] [blame] | 225 | return face->table.GDEF->table->has_glyph_classes (); |
Behdad Esfahbod | 590d55c | 2008-01-24 19:13:50 -0500 | [diff] [blame] | 226 | } |
| 227 | |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 228 | /** |
Behdad Esfahbod | 35d1858 | 2015-11-26 19:30:37 -0500 | [diff] [blame] | 229 | * hb_ot_layout_get_glyph_class: |
| 230 | * |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 231 | * Since: 0.9.7 |
| 232 | **/ |
Behdad Esfahbod | 5a08ecf | 2012-11-16 13:34:29 -0800 | [diff] [blame] | 233 | hb_ot_layout_glyph_class_t |
| 234 | hb_ot_layout_get_glyph_class (hb_face_t *face, |
| 235 | hb_codepoint_t glyph) |
| 236 | { |
Behdad Esfahbod | 5e68cec | 2018-11-05 23:23:57 -0500 | [diff] [blame] | 237 | return (hb_ot_layout_glyph_class_t) face->table.GDEF->table->get_glyph_class (glyph); |
Behdad Esfahbod | 5a08ecf | 2012-11-16 13:34:29 -0800 | [diff] [blame] | 238 | } |
Behdad Esfahbod | 4a2d844 | 2010-11-03 15:28:56 -0400 | [diff] [blame] | 239 | |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 240 | /** |
Behdad Esfahbod | 35d1858 | 2015-11-26 19:30:37 -0500 | [diff] [blame] | 241 | * hb_ot_layout_get_glyphs_in_class: |
| 242 | * |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 243 | * Since: 0.9.7 |
| 244 | **/ |
Behdad Esfahbod | 89ca8ee | 2012-11-16 13:53:40 -0800 | [diff] [blame] | 245 | void |
| 246 | hb_ot_layout_get_glyphs_in_class (hb_face_t *face, |
| 247 | hb_ot_layout_glyph_class_t klass, |
| 248 | hb_set_t *glyphs /* OUT */) |
| 249 | { |
Behdad Esfahbod | 5e68cec | 2018-11-05 23:23:57 -0500 | [diff] [blame] | 250 | return face->table.GDEF->table->get_glyphs_in_class (klass, glyphs); |
Behdad Esfahbod | 89ca8ee | 2012-11-16 13:53:40 -0800 | [diff] [blame] | 251 | } |
| 252 | |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 253 | unsigned int |
Behdad Esfahbod | 0ead481 | 2009-08-02 17:41:36 -0400 | [diff] [blame] | 254 | hb_ot_layout_get_attach_points (hb_face_t *face, |
Behdad Esfahbod | 79420ad | 2009-05-26 12:24:16 -0400 | [diff] [blame] | 255 | hb_codepoint_t glyph, |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 256 | unsigned int start_offset, |
Behdad Esfahbod | 79420ad | 2009-05-26 12:24:16 -0400 | [diff] [blame] | 257 | unsigned int *point_count /* IN/OUT */, |
| 258 | unsigned int *point_array /* OUT */) |
| 259 | { |
Behdad Esfahbod | 5e68cec | 2018-11-05 23:23:57 -0500 | [diff] [blame] | 260 | return face->table.GDEF->table->get_attach_points (glyph, |
| 261 | start_offset, |
| 262 | point_count, |
| 263 | point_array); |
Behdad Esfahbod | 62964af | 2009-05-26 12:40:10 -0400 | [diff] [blame] | 264 | } |
| 265 | |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 266 | unsigned int |
Behdad Esfahbod | e204674 | 2010-10-27 12:32:02 -0400 | [diff] [blame] | 267 | hb_ot_layout_get_ligature_carets (hb_font_t *font, |
Behdad Esfahbod | e204674 | 2010-10-27 12:32:02 -0400 | [diff] [blame] | 268 | hb_direction_t direction, |
| 269 | hb_codepoint_t glyph, |
| 270 | unsigned int start_offset, |
| 271 | unsigned int *caret_count /* IN/OUT */, |
Ebrahim Byagowi | 3b0e47c | 2017-06-19 14:47:09 +0430 | [diff] [blame] | 272 | hb_position_t *caret_array /* OUT */) |
Behdad Esfahbod | 62964af | 2009-05-26 12:40:10 -0400 | [diff] [blame] | 273 | { |
Ebrahim Byagowi | b986fea | 2018-11-05 12:31:58 +0330 | [diff] [blame] | 274 | unsigned int result_caret_count = 0; |
| 275 | unsigned int result = font->face->table.GDEF->table->get_lig_carets (font, direction, glyph, start_offset, &result_caret_count, caret_array); |
| 276 | if (result) |
| 277 | { |
| 278 | if (caret_count) *caret_count = result_caret_count; |
| 279 | } |
| 280 | else |
| 281 | result = font->face->table.lcar->get_lig_carets (font, direction, glyph, start_offset, caret_count, caret_array); |
| 282 | return result; |
Behdad Esfahbod | 79420ad | 2009-05-26 12:24:16 -0400 | [diff] [blame] | 283 | } |
| 284 | |
Behdad Esfahbod | 05bd1b6 | 2012-07-30 19:30:01 -0400 | [diff] [blame] | 285 | |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 286 | /* |
| 287 | * GSUB/GPOS |
| 288 | */ |
| 289 | |
Behdad Esfahbod | 574d888 | 2018-11-25 16:51:22 -0500 | [diff] [blame] | 290 | bool |
| 291 | OT::GSUB::is_blacklisted (hb_blob_t *blob HB_UNUSED, |
| 292 | hb_face_t *face) const |
| 293 | { |
| 294 | /* Mac OS X prefers morx over GSUB. It also ships with various Indic fonts, |
| 295 | * all by 'MUTF' foundry (Tamil MN, Tamil Sangam MN, etc.), that have broken |
| 296 | * GSUB/GPOS tables. Some have GSUB with zero scripts, those are ignored by |
| 297 | * our morx/GSUB preference code. But if GSUB has non-zero scripts, we tend |
| 298 | * to prefer it over morx because we want to be consistent with other OpenType |
| 299 | * shapers. |
| 300 | * |
| 301 | * To work around broken Indic Mac system fonts, we ignore GSUB table if |
| 302 | * OS/2 VendorId is 'MUTF' and font has morx table as well. |
| 303 | * |
| 304 | * https://github.com/harfbuzz/harfbuzz/issues/1410 |
| 305 | * https://github.com/harfbuzz/harfbuzz/issues/1348 |
| 306 | * https://github.com/harfbuzz/harfbuzz/issues/1391 |
| 307 | */ |
| 308 | if (unlikely (face->table.OS2->achVendID == HB_TAG ('M','U','T','F') && |
| 309 | face->table.morx->has_data ())) |
| 310 | return true; |
| 311 | |
| 312 | return false; |
| 313 | } |
| 314 | |
| 315 | bool |
| 316 | OT::GPOS::is_blacklisted (hb_blob_t *blob HB_UNUSED, |
| 317 | hb_face_t *face HB_UNUSED) const |
| 318 | { |
| 319 | return false; |
| 320 | } |
| 321 | |
Behdad Esfahbod | 7c8e844 | 2012-08-28 17:57:49 -0400 | [diff] [blame] | 322 | static const OT::GSUBGPOS& |
Behdad Esfahbod | 23c86aa | 2009-08-03 21:40:20 -0400 | [diff] [blame] | 323 | get_gsubgpos_table (hb_face_t *face, |
| 324 | hb_tag_t table_tag) |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 325 | { |
Behdad Esfahbod | 0ead481 | 2009-08-02 17:41:36 -0400 | [diff] [blame] | 326 | switch (table_tag) { |
Behdad Esfahbod | 737efbe | 2018-11-05 23:26:29 -0500 | [diff] [blame] | 327 | case HB_OT_TAG_GSUB: return *face->table.GSUB->table; |
| 328 | case HB_OT_TAG_GPOS: return *face->table.GPOS->table; |
Behdad Esfahbod | abc12f7 | 2018-05-08 02:23:36 -0700 | [diff] [blame] | 329 | default: return Null(OT::GSUBGPOS); |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 330 | } |
| 331 | } |
| 332 | |
| 333 | |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 334 | unsigned int |
Behdad Esfahbod | bff3c0f | 2009-08-07 19:46:30 -0400 | [diff] [blame] | 335 | hb_ot_layout_table_get_script_tags (hb_face_t *face, |
| 336 | hb_tag_t table_tag, |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 337 | unsigned int start_offset, |
Behdad Esfahbod | bff3c0f | 2009-08-07 19:46:30 -0400 | [diff] [blame] | 338 | unsigned int *script_count /* IN/OUT */, |
Ebrahim Byagowi | 6310943 | 2018-10-13 14:00:05 +0330 | [diff] [blame] | 339 | hb_tag_t *script_tags /* OUT */) |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 340 | { |
Behdad Esfahbod | 7c8e844 | 2012-08-28 17:57:49 -0400 | [diff] [blame] | 341 | const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 342 | |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 343 | return g.get_script_tags (start_offset, script_count, script_tags); |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 344 | } |
| 345 | |
Behdad Esfahbod | eb45c0a | 2013-01-16 22:07:50 -0600 | [diff] [blame] | 346 | #define HB_OT_TAG_LATIN_SCRIPT HB_TAG ('l', 'a', 't', 'n') |
| 347 | |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 348 | hb_bool_t |
Behdad Esfahbod | 0ead481 | 2009-08-02 17:41:36 -0400 | [diff] [blame] | 349 | hb_ot_layout_table_find_script (hb_face_t *face, |
| 350 | hb_tag_t table_tag, |
| 351 | hb_tag_t script_tag, |
| 352 | unsigned int *script_index) |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 353 | { |
Behdad Esfahbod | 606bf57 | 2018-09-16 19:33:48 +0200 | [diff] [blame] | 354 | static_assert ((OT::Index::NOT_FOUND_INDEX == HB_OT_LAYOUT_NO_SCRIPT_INDEX), ""); |
Behdad Esfahbod | 7c8e844 | 2012-08-28 17:57:49 -0400 | [diff] [blame] | 355 | const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 356 | |
| 357 | if (g.find_script_index (script_tag, script_index)) |
Behdad Esfahbod | 0594a24 | 2012-06-05 20:35:40 -0400 | [diff] [blame] | 358 | return true; |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 359 | |
| 360 | /* try finding 'DFLT' */ |
Behdad Esfahbod | 8a3511a | 2009-11-04 19:45:39 -0500 | [diff] [blame] | 361 | if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index)) |
Behdad Esfahbod | 0594a24 | 2012-06-05 20:35:40 -0400 | [diff] [blame] | 362 | return false; |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 363 | |
Behdad Esfahbod | dca8aff | 2010-09-28 16:25:23 -0400 | [diff] [blame] | 364 | /* try with 'dflt'; MS site has had typos and many fonts use it now :(. |
| 365 | * including many versions of DejaVu Sans Mono! */ |
Behdad Esfahbod | 8a3511a | 2009-11-04 19:45:39 -0500 | [diff] [blame] | 366 | if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index)) |
Behdad Esfahbod | 0594a24 | 2012-06-05 20:35:40 -0400 | [diff] [blame] | 367 | return false; |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 368 | |
Behdad Esfahbod | eb45c0a | 2013-01-16 22:07:50 -0600 | [diff] [blame] | 369 | /* try with 'latn'; some old fonts put their features there even though |
| 370 | they're really trying to support Thai, for example :( */ |
| 371 | if (g.find_script_index (HB_OT_TAG_LATIN_SCRIPT, script_index)) |
| 372 | return false; |
| 373 | |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 374 | if (script_index) *script_index = HB_OT_LAYOUT_NO_SCRIPT_INDEX; |
Behdad Esfahbod | 0594a24 | 2012-06-05 20:35:40 -0400 | [diff] [blame] | 375 | return false; |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 376 | } |
| 377 | |
Behdad Esfahbod | 2014b8d | 2009-12-20 20:58:26 +0100 | [diff] [blame] | 378 | hb_bool_t |
| 379 | hb_ot_layout_table_choose_script (hb_face_t *face, |
| 380 | hb_tag_t table_tag, |
| 381 | const hb_tag_t *script_tags, |
Behdad Esfahbod | c47a31f | 2011-07-30 20:57:01 -0400 | [diff] [blame] | 382 | unsigned int *script_index, |
| 383 | hb_tag_t *chosen_script) |
Behdad Esfahbod | 2014b8d | 2009-12-20 20:58:26 +0100 | [diff] [blame] | 384 | { |
David Corbett | 9106771 | 2017-12-08 11:21:14 -0500 | [diff] [blame] | 385 | const hb_tag_t *t; |
| 386 | for (t = script_tags; *t; t++); |
| 387 | return hb_ot_layout_table_select_script (face, table_tag, t - script_tags, script_tags, script_index, chosen_script); |
| 388 | } |
| 389 | |
Behdad Esfahbod | 8061664 | 2018-10-11 14:16:55 -0400 | [diff] [blame] | 390 | /** |
| 391 | * hb_ot_layout_table_select_script: |
| 392 | * |
Behdad Esfahbod | 3d9a030 | 2018-10-18 05:58:17 -0700 | [diff] [blame] | 393 | * Since: 2.0.0 |
Behdad Esfahbod | 8061664 | 2018-10-11 14:16:55 -0400 | [diff] [blame] | 394 | **/ |
David Corbett | 9106771 | 2017-12-08 11:21:14 -0500 | [diff] [blame] | 395 | hb_bool_t |
| 396 | hb_ot_layout_table_select_script (hb_face_t *face, |
| 397 | hb_tag_t table_tag, |
| 398 | unsigned int script_count, |
| 399 | const hb_tag_t *script_tags, |
Ebrahim Byagowi | 6310943 | 2018-10-13 14:00:05 +0330 | [diff] [blame] | 400 | unsigned int *script_index /* OUT */, |
David Corbett | 9106771 | 2017-12-08 11:21:14 -0500 | [diff] [blame] | 401 | hb_tag_t *chosen_script /* OUT */) |
| 402 | { |
Behdad Esfahbod | 606bf57 | 2018-09-16 19:33:48 +0200 | [diff] [blame] | 403 | static_assert ((OT::Index::NOT_FOUND_INDEX == HB_OT_LAYOUT_NO_SCRIPT_INDEX), ""); |
Behdad Esfahbod | 7c8e844 | 2012-08-28 17:57:49 -0400 | [diff] [blame] | 404 | const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); |
David Corbett | 9106771 | 2017-12-08 11:21:14 -0500 | [diff] [blame] | 405 | unsigned int i; |
Behdad Esfahbod | 2014b8d | 2009-12-20 20:58:26 +0100 | [diff] [blame] | 406 | |
David Corbett | 9106771 | 2017-12-08 11:21:14 -0500 | [diff] [blame] | 407 | for (i = 0; i < script_count; i++) |
Behdad Esfahbod | 2014b8d | 2009-12-20 20:58:26 +0100 | [diff] [blame] | 408 | { |
David Corbett | 9106771 | 2017-12-08 11:21:14 -0500 | [diff] [blame] | 409 | if (g.find_script_index (script_tags[i], script_index)) |
| 410 | { |
Behdad Esfahbod | c47a31f | 2011-07-30 20:57:01 -0400 | [diff] [blame] | 411 | if (chosen_script) |
David Corbett | 9106771 | 2017-12-08 11:21:14 -0500 | [diff] [blame] | 412 | *chosen_script = script_tags[i]; |
Behdad Esfahbod | 0594a24 | 2012-06-05 20:35:40 -0400 | [diff] [blame] | 413 | return true; |
Behdad Esfahbod | c47a31f | 2011-07-30 20:57:01 -0400 | [diff] [blame] | 414 | } |
Behdad Esfahbod | 2014b8d | 2009-12-20 20:58:26 +0100 | [diff] [blame] | 415 | } |
| 416 | |
| 417 | /* try finding 'DFLT' */ |
Behdad Esfahbod | c47a31f | 2011-07-30 20:57:01 -0400 | [diff] [blame] | 418 | if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index)) { |
| 419 | if (chosen_script) |
| 420 | *chosen_script = HB_OT_TAG_DEFAULT_SCRIPT; |
Behdad Esfahbod | 0594a24 | 2012-06-05 20:35:40 -0400 | [diff] [blame] | 421 | return false; |
Behdad Esfahbod | c47a31f | 2011-07-30 20:57:01 -0400 | [diff] [blame] | 422 | } |
Behdad Esfahbod | 2014b8d | 2009-12-20 20:58:26 +0100 | [diff] [blame] | 423 | |
| 424 | /* try with 'dflt'; MS site has had typos and many fonts use it now :( */ |
Behdad Esfahbod | c47a31f | 2011-07-30 20:57:01 -0400 | [diff] [blame] | 425 | if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index)) { |
| 426 | if (chosen_script) |
| 427 | *chosen_script = HB_OT_TAG_DEFAULT_LANGUAGE; |
Behdad Esfahbod | 0594a24 | 2012-06-05 20:35:40 -0400 | [diff] [blame] | 428 | return false; |
Behdad Esfahbod | c47a31f | 2011-07-30 20:57:01 -0400 | [diff] [blame] | 429 | } |
Behdad Esfahbod | 2014b8d | 2009-12-20 20:58:26 +0100 | [diff] [blame] | 430 | |
Behdad Esfahbod | 71632c9 | 2012-01-22 15:31:44 -0500 | [diff] [blame] | 431 | /* try with 'latn'; some old fonts put their features there even though |
| 432 | they're really trying to support Thai, for example :( */ |
Behdad Esfahbod | 71632c9 | 2012-01-22 15:31:44 -0500 | [diff] [blame] | 433 | if (g.find_script_index (HB_OT_TAG_LATIN_SCRIPT, script_index)) { |
| 434 | if (chosen_script) |
| 435 | *chosen_script = HB_OT_TAG_LATIN_SCRIPT; |
Behdad Esfahbod | 0594a24 | 2012-06-05 20:35:40 -0400 | [diff] [blame] | 436 | return false; |
Behdad Esfahbod | 71632c9 | 2012-01-22 15:31:44 -0500 | [diff] [blame] | 437 | } |
| 438 | |
Behdad Esfahbod | 2014b8d | 2009-12-20 20:58:26 +0100 | [diff] [blame] | 439 | if (script_index) *script_index = HB_OT_LAYOUT_NO_SCRIPT_INDEX; |
Behdad Esfahbod | c47a31f | 2011-07-30 20:57:01 -0400 | [diff] [blame] | 440 | if (chosen_script) |
| 441 | *chosen_script = HB_OT_LAYOUT_NO_SCRIPT_INDEX; |
Behdad Esfahbod | 0594a24 | 2012-06-05 20:35:40 -0400 | [diff] [blame] | 442 | return false; |
Behdad Esfahbod | 2014b8d | 2009-12-20 20:58:26 +0100 | [diff] [blame] | 443 | } |
| 444 | |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 445 | unsigned int |
Behdad Esfahbod | bff3c0f | 2009-08-07 19:46:30 -0400 | [diff] [blame] | 446 | hb_ot_layout_table_get_feature_tags (hb_face_t *face, |
| 447 | hb_tag_t table_tag, |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 448 | unsigned int start_offset, |
Behdad Esfahbod | bff3c0f | 2009-08-07 19:46:30 -0400 | [diff] [blame] | 449 | unsigned int *feature_count /* IN/OUT */, |
Ebrahim Byagowi | 6310943 | 2018-10-13 14:00:05 +0330 | [diff] [blame] | 450 | hb_tag_t *feature_tags /* OUT */) |
Behdad Esfahbod | c447335 | 2008-02-18 21:14:23 -0500 | [diff] [blame] | 451 | { |
Behdad Esfahbod | 7c8e844 | 2012-08-28 17:57:49 -0400 | [diff] [blame] | 452 | const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); |
Behdad Esfahbod | c447335 | 2008-02-18 21:14:23 -0500 | [diff] [blame] | 453 | |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 454 | return g.get_feature_tags (start_offset, feature_count, feature_tags); |
Behdad Esfahbod | c447335 | 2008-02-18 21:14:23 -0500 | [diff] [blame] | 455 | } |
| 456 | |
Behdad Esfahbod | 385f78b | 2018-11-07 17:19:21 -0500 | [diff] [blame] | 457 | bool |
Behdad Esfahbod | 0f98fe8 | 2015-07-23 11:52:11 +0100 | [diff] [blame] | 458 | hb_ot_layout_table_find_feature (hb_face_t *face, |
| 459 | hb_tag_t table_tag, |
| 460 | hb_tag_t feature_tag, |
| 461 | unsigned int *feature_index) |
| 462 | { |
Behdad Esfahbod | 606bf57 | 2018-09-16 19:33:48 +0200 | [diff] [blame] | 463 | static_assert ((OT::Index::NOT_FOUND_INDEX == HB_OT_LAYOUT_NO_FEATURE_INDEX), ""); |
Behdad Esfahbod | 0f98fe8 | 2015-07-23 11:52:11 +0100 | [diff] [blame] | 464 | const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); |
| 465 | |
| 466 | unsigned int num_features = g.get_feature_count (); |
| 467 | for (unsigned int i = 0; i < num_features; i++) |
| 468 | { |
| 469 | if (feature_tag == g.get_feature_tag (i)) { |
| 470 | if (feature_index) *feature_index = i; |
| 471 | return true; |
| 472 | } |
| 473 | } |
| 474 | |
| 475 | if (feature_index) *feature_index = HB_OT_LAYOUT_NO_FEATURE_INDEX; |
| 476 | return false; |
| 477 | } |
| 478 | |
Behdad Esfahbod | c447335 | 2008-02-18 21:14:23 -0500 | [diff] [blame] | 479 | |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 480 | unsigned int |
Behdad Esfahbod | bff3c0f | 2009-08-07 19:46:30 -0400 | [diff] [blame] | 481 | hb_ot_layout_script_get_language_tags (hb_face_t *face, |
| 482 | hb_tag_t table_tag, |
| 483 | unsigned int script_index, |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 484 | unsigned int start_offset, |
Behdad Esfahbod | bff3c0f | 2009-08-07 19:46:30 -0400 | [diff] [blame] | 485 | unsigned int *language_count /* IN/OUT */, |
Ebrahim Byagowi | 6310943 | 2018-10-13 14:00:05 +0330 | [diff] [blame] | 486 | hb_tag_t *language_tags /* OUT */) |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 487 | { |
Behdad Esfahbod | 7c8e844 | 2012-08-28 17:57:49 -0400 | [diff] [blame] | 488 | const OT::Script &s = get_gsubgpos_table (face, table_tag).get_script (script_index); |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 489 | |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 490 | return s.get_lang_sys_tags (start_offset, language_count, language_tags); |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 491 | } |
| 492 | |
| 493 | hb_bool_t |
Behdad Esfahbod | 0ead481 | 2009-08-02 17:41:36 -0400 | [diff] [blame] | 494 | hb_ot_layout_script_find_language (hb_face_t *face, |
| 495 | hb_tag_t table_tag, |
| 496 | unsigned int script_index, |
| 497 | hb_tag_t language_tag, |
| 498 | unsigned int *language_index) |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 499 | { |
Behdad Esfahbod | 737efbe | 2018-11-05 23:26:29 -0500 | [diff] [blame] | 500 | return hb_ot_layout_script_select_language (face, |
| 501 | table_tag, |
| 502 | script_index, |
| 503 | 1, |
| 504 | &language_tag, |
| 505 | language_index); |
David Corbett | 9106771 | 2017-12-08 11:21:14 -0500 | [diff] [blame] | 506 | } |
| 507 | |
Behdad Esfahbod | 8061664 | 2018-10-11 14:16:55 -0400 | [diff] [blame] | 508 | /** |
| 509 | * hb_ot_layout_script_select_language: |
| 510 | * |
Behdad Esfahbod | 3d9a030 | 2018-10-18 05:58:17 -0700 | [diff] [blame] | 511 | * Since: 2.0.0 |
Behdad Esfahbod | 8061664 | 2018-10-11 14:16:55 -0400 | [diff] [blame] | 512 | **/ |
David Corbett | 9106771 | 2017-12-08 11:21:14 -0500 | [diff] [blame] | 513 | hb_bool_t |
Behdad Esfahbod | cf975ac | 2018-10-11 14:07:44 -0400 | [diff] [blame] | 514 | hb_ot_layout_script_select_language (hb_face_t *face, |
| 515 | hb_tag_t table_tag, |
| 516 | unsigned int script_index, |
| 517 | unsigned int language_count, |
| 518 | const hb_tag_t *language_tags, |
| 519 | unsigned int *language_index /* OUT */) |
David Corbett | 9106771 | 2017-12-08 11:21:14 -0500 | [diff] [blame] | 520 | { |
Behdad Esfahbod | 606bf57 | 2018-09-16 19:33:48 +0200 | [diff] [blame] | 521 | static_assert ((OT::Index::NOT_FOUND_INDEX == HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX), ""); |
Behdad Esfahbod | 7c8e844 | 2012-08-28 17:57:49 -0400 | [diff] [blame] | 522 | const OT::Script &s = get_gsubgpos_table (face, table_tag).get_script (script_index); |
David Corbett | 9106771 | 2017-12-08 11:21:14 -0500 | [diff] [blame] | 523 | unsigned int i; |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 524 | |
David Corbett | 9106771 | 2017-12-08 11:21:14 -0500 | [diff] [blame] | 525 | for (i = 0; i < language_count; i++) |
| 526 | { |
| 527 | if (s.find_lang_sys_index (language_tags[i], language_index)) |
| 528 | return true; |
| 529 | } |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 530 | |
David Corbett | 9106771 | 2017-12-08 11:21:14 -0500 | [diff] [blame] | 531 | /* try finding 'dflt' */ |
Behdad Esfahbod | 8a3511a | 2009-11-04 19:45:39 -0500 | [diff] [blame] | 532 | if (s.find_lang_sys_index (HB_OT_TAG_DEFAULT_LANGUAGE, language_index)) |
Behdad Esfahbod | 0594a24 | 2012-06-05 20:35:40 -0400 | [diff] [blame] | 533 | return false; |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 534 | |
Behdad Esfahbod | 4a26ea4 | 2008-01-28 07:40:10 -0500 | [diff] [blame] | 535 | if (language_index) *language_index = HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX; |
Behdad Esfahbod | 0594a24 | 2012-06-05 20:35:40 -0400 | [diff] [blame] | 536 | return false; |
Behdad Esfahbod | 4a26ea4 | 2008-01-28 07:40:10 -0500 | [diff] [blame] | 537 | } |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 538 | |
Behdad Esfahbod | 4a26ea4 | 2008-01-28 07:40:10 -0500 | [diff] [blame] | 539 | hb_bool_t |
Behdad Esfahbod | 911ca38 | 2014-06-24 10:20:36 -0600 | [diff] [blame] | 540 | hb_ot_layout_language_get_required_feature_index (hb_face_t *face, |
| 541 | hb_tag_t table_tag, |
| 542 | unsigned int script_index, |
| 543 | unsigned int language_index, |
| 544 | unsigned int *feature_index) |
| 545 | { |
| 546 | return hb_ot_layout_language_get_required_feature (face, |
| 547 | table_tag, |
| 548 | script_index, |
| 549 | language_index, |
| 550 | feature_index, |
Behdad Esfahbod | dbdbfe3 | 2017-10-15 12:11:08 +0200 | [diff] [blame] | 551 | nullptr); |
Behdad Esfahbod | 911ca38 | 2014-06-24 10:20:36 -0600 | [diff] [blame] | 552 | } |
| 553 | |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 554 | /** |
Behdad Esfahbod | 35d1858 | 2015-11-26 19:30:37 -0500 | [diff] [blame] | 555 | * hb_ot_layout_language_get_required_feature: |
| 556 | * |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 557 | * Since: 0.9.30 |
| 558 | **/ |
Behdad Esfahbod | 911ca38 | 2014-06-24 10:20:36 -0600 | [diff] [blame] | 559 | hb_bool_t |
Jonathan Kew | da13293 | 2014-04-27 14:05:24 +0100 | [diff] [blame] | 560 | hb_ot_layout_language_get_required_feature (hb_face_t *face, |
| 561 | hb_tag_t table_tag, |
| 562 | unsigned int script_index, |
| 563 | unsigned int language_index, |
| 564 | unsigned int *feature_index, |
| 565 | hb_tag_t *feature_tag) |
Behdad Esfahbod | 4a26ea4 | 2008-01-28 07:40:10 -0500 | [diff] [blame] | 566 | { |
Jonathan Kew | da13293 | 2014-04-27 14:05:24 +0100 | [diff] [blame] | 567 | const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); |
| 568 | const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 569 | |
Jonathan Kew | da13293 | 2014-04-27 14:05:24 +0100 | [diff] [blame] | 570 | unsigned int index = l.get_required_feature_index (); |
| 571 | if (feature_index) *feature_index = index; |
| 572 | if (feature_tag) *feature_tag = g.get_feature_tag (index); |
Behdad Esfahbod | 4a26ea4 | 2008-01-28 07:40:10 -0500 | [diff] [blame] | 573 | |
| 574 | return l.has_required_feature (); |
| 575 | } |
| 576 | |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 577 | unsigned int |
Behdad Esfahbod | bff3c0f | 2009-08-07 19:46:30 -0400 | [diff] [blame] | 578 | hb_ot_layout_language_get_feature_indexes (hb_face_t *face, |
| 579 | hb_tag_t table_tag, |
| 580 | unsigned int script_index, |
| 581 | unsigned int language_index, |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 582 | unsigned int start_offset, |
Ebrahim Byagowi | 6310943 | 2018-10-13 14:00:05 +0330 | [diff] [blame] | 583 | unsigned int *feature_count /* IN/OUT */, |
Behdad Esfahbod | bff3c0f | 2009-08-07 19:46:30 -0400 | [diff] [blame] | 584 | unsigned int *feature_indexes /* OUT */) |
Behdad Esfahbod | 4a26ea4 | 2008-01-28 07:40:10 -0500 | [diff] [blame] | 585 | { |
Behdad Esfahbod | 7c8e844 | 2012-08-28 17:57:49 -0400 | [diff] [blame] | 586 | const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); |
| 587 | const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); |
Behdad Esfahbod | 4a26ea4 | 2008-01-28 07:40:10 -0500 | [diff] [blame] | 588 | |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 589 | return l.get_feature_indexes (start_offset, feature_count, feature_indexes); |
Behdad Esfahbod | c447335 | 2008-02-18 21:14:23 -0500 | [diff] [blame] | 590 | } |
| 591 | |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 592 | unsigned int |
Behdad Esfahbod | bff3c0f | 2009-08-07 19:46:30 -0400 | [diff] [blame] | 593 | hb_ot_layout_language_get_feature_tags (hb_face_t *face, |
| 594 | hb_tag_t table_tag, |
| 595 | unsigned int script_index, |
| 596 | unsigned int language_index, |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 597 | unsigned int start_offset, |
Behdad Esfahbod | bff3c0f | 2009-08-07 19:46:30 -0400 | [diff] [blame] | 598 | unsigned int *feature_count /* IN/OUT */, |
Ebrahim Byagowi | 6310943 | 2018-10-13 14:00:05 +0330 | [diff] [blame] | 599 | hb_tag_t *feature_tags /* OUT */) |
Behdad Esfahbod | c447335 | 2008-02-18 21:14:23 -0500 | [diff] [blame] | 600 | { |
Behdad Esfahbod | 7c8e844 | 2012-08-28 17:57:49 -0400 | [diff] [blame] | 601 | const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); |
| 602 | const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); |
Behdad Esfahbod | 4a26ea4 | 2008-01-28 07:40:10 -0500 | [diff] [blame] | 603 | |
Behdad Esfahbod | 606bf57 | 2018-09-16 19:33:48 +0200 | [diff] [blame] | 604 | static_assert ((sizeof (unsigned int) == sizeof (hb_tag_t)), ""); |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 605 | unsigned int ret = l.get_feature_indexes (start_offset, feature_count, (unsigned int *) feature_tags); |
Behdad Esfahbod | bff3c0f | 2009-08-07 19:46:30 -0400 | [diff] [blame] | 606 | |
Behdad Esfahbod | 9897749 | 2009-08-27 01:32:17 -0400 | [diff] [blame] | 607 | if (feature_tags) { |
| 608 | unsigned int count = *feature_count; |
| 609 | for (unsigned int i = 0; i < count; i++) |
| 610 | feature_tags[i] = g.get_feature_tag ((unsigned int) feature_tags[i]); |
| 611 | } |
Behdad Esfahbod | bff3c0f | 2009-08-07 19:46:30 -0400 | [diff] [blame] | 612 | |
| 613 | return ret; |
Behdad Esfahbod | 4a26ea4 | 2008-01-28 07:40:10 -0500 | [diff] [blame] | 614 | } |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 615 | |
| 616 | |
Behdad Esfahbod | 4a26ea4 | 2008-01-28 07:40:10 -0500 | [diff] [blame] | 617 | hb_bool_t |
Behdad Esfahbod | 0ead481 | 2009-08-02 17:41:36 -0400 | [diff] [blame] | 618 | hb_ot_layout_language_find_feature (hb_face_t *face, |
| 619 | hb_tag_t table_tag, |
| 620 | unsigned int script_index, |
| 621 | unsigned int language_index, |
| 622 | hb_tag_t feature_tag, |
| 623 | unsigned int *feature_index) |
Behdad Esfahbod | 4a26ea4 | 2008-01-28 07:40:10 -0500 | [diff] [blame] | 624 | { |
Behdad Esfahbod | 606bf57 | 2018-09-16 19:33:48 +0200 | [diff] [blame] | 625 | static_assert ((OT::Index::NOT_FOUND_INDEX == HB_OT_LAYOUT_NO_FEATURE_INDEX), ""); |
Behdad Esfahbod | 7c8e844 | 2012-08-28 17:57:49 -0400 | [diff] [blame] | 626 | const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); |
| 627 | const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index); |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 628 | |
Behdad Esfahbod | f4c9514 | 2009-05-17 04:59:56 -0400 | [diff] [blame] | 629 | unsigned int num_features = l.get_feature_count (); |
| 630 | for (unsigned int i = 0; i < num_features; i++) { |
Behdad Esfahbod | 4a26ea4 | 2008-01-28 07:40:10 -0500 | [diff] [blame] | 631 | unsigned int f_index = l.get_feature_index (i); |
| 632 | |
| 633 | if (feature_tag == g.get_feature_tag (f_index)) { |
| 634 | if (feature_index) *feature_index = f_index; |
Behdad Esfahbod | 0594a24 | 2012-06-05 20:35:40 -0400 | [diff] [blame] | 635 | return true; |
Behdad Esfahbod | 4a26ea4 | 2008-01-28 07:40:10 -0500 | [diff] [blame] | 636 | } |
| 637 | } |
| 638 | |
| 639 | if (feature_index) *feature_index = HB_OT_LAYOUT_NO_FEATURE_INDEX; |
Behdad Esfahbod | 0594a24 | 2012-06-05 20:35:40 -0400 | [diff] [blame] | 640 | return false; |
Behdad Esfahbod | 706ab25 | 2008-01-28 05:58:50 -0500 | [diff] [blame] | 641 | } |
Behdad Esfahbod | c447335 | 2008-02-18 21:14:23 -0500 | [diff] [blame] | 642 | |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 643 | /** |
Khaled Hosny | d7bf9d0 | 2015-12-29 02:23:24 +0400 | [diff] [blame] | 644 | * hb_ot_layout_feature_get_lookups: |
| 645 | * |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 646 | * Since: 0.9.7 |
| 647 | **/ |
Behdad Esfahbod | e21899b | 2009-11-04 16:36:14 -0500 | [diff] [blame] | 648 | unsigned int |
Behdad Esfahbod | f306410 | 2012-11-15 18:39:46 -0800 | [diff] [blame] | 649 | hb_ot_layout_feature_get_lookups (hb_face_t *face, |
| 650 | hb_tag_t table_tag, |
| 651 | unsigned int feature_index, |
| 652 | unsigned int start_offset, |
Ebrahim Byagowi | 6310943 | 2018-10-13 14:00:05 +0330 | [diff] [blame] | 653 | unsigned int *lookup_count /* IN/OUT */, |
Behdad Esfahbod | f306410 | 2012-11-15 18:39:46 -0800 | [diff] [blame] | 654 | unsigned int *lookup_indexes /* OUT */) |
Behdad Esfahbod | c447335 | 2008-02-18 21:14:23 -0500 | [diff] [blame] | 655 | { |
Behdad Esfahbod | ec87ba9 | 2016-09-10 03:53:11 -0700 | [diff] [blame] | 656 | return hb_ot_layout_feature_with_variations_get_lookups (face, |
| 657 | table_tag, |
| 658 | feature_index, |
| 659 | HB_OT_LAYOUT_NO_VARIATIONS_INDEX, |
| 660 | start_offset, |
| 661 | lookup_count, |
| 662 | lookup_indexes); |
Behdad Esfahbod | c447335 | 2008-02-18 21:14:23 -0500 | [diff] [blame] | 663 | } |
| 664 | |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 665 | /** |
Khaled Hosny | d7bf9d0 | 2015-12-29 02:23:24 +0400 | [diff] [blame] | 666 | * hb_ot_layout_table_get_lookup_count: |
| 667 | * |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 668 | * Since: 0.9.22 |
| 669 | **/ |
Behdad Esfahbod | 27674b4 | 2013-10-03 14:54:50 -0400 | [diff] [blame] | 670 | unsigned int |
| 671 | hb_ot_layout_table_get_lookup_count (hb_face_t *face, |
| 672 | hb_tag_t table_tag) |
| 673 | { |
Behdad Esfahbod | 96828b9 | 2018-10-25 20:34:29 -0700 | [diff] [blame] | 674 | return get_gsubgpos_table (face, table_tag).get_lookup_count (); |
Behdad Esfahbod | 27674b4 | 2013-10-03 14:54:50 -0400 | [diff] [blame] | 675 | } |
| 676 | |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 677 | |
| 678 | struct hb_collect_features_context_t |
| 679 | { |
| 680 | hb_collect_features_context_t (hb_face_t *face, |
| 681 | hb_tag_t table_tag, |
| 682 | hb_set_t *feature_indexes_) |
| 683 | : g (get_gsubgpos_table (face, table_tag)), |
Garret Rieger | 0e1ad5a | 2018-10-30 11:29:58 -0700 | [diff] [blame] | 684 | feature_indexes (feature_indexes_), |
Behdad Esfahbod | bfd549d | 2018-10-30 14:47:27 -0700 | [diff] [blame] | 685 | script_count(0),langsys_count(0) {} |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 686 | |
Behdad Esfahbod | eb44bfc | 2018-10-25 21:42:19 -0700 | [diff] [blame] | 687 | bool inline visited (const OT::Script &s) |
| 688 | { |
| 689 | /* We might have Null() object here. Don't want to involve |
| 690 | * that in the memoize. So, detect empty objects and return. */ |
| 691 | if (unlikely (!s.has_default_lang_sys () && |
| 692 | !s.get_lang_sys_count ())) |
| 693 | return true; |
| 694 | |
Garret Rieger | 0e1ad5a | 2018-10-30 11:29:58 -0700 | [diff] [blame] | 695 | if (script_count++ > HB_MAX_SCRIPTS) |
| 696 | return true; |
| 697 | |
Behdad Esfahbod | eb44bfc | 2018-10-25 21:42:19 -0700 | [diff] [blame] | 698 | return visited (s, visited_script); |
| 699 | } |
| 700 | bool inline visited (const OT::LangSys &l) |
| 701 | { |
| 702 | /* We might have Null() object here. Don't want to involve |
| 703 | * that in the memoize. So, detect empty objects and return. */ |
| 704 | if (unlikely (!l.has_required_feature () && |
| 705 | !l.get_feature_count ())) |
| 706 | return true; |
| 707 | |
Garret Rieger | 0e1ad5a | 2018-10-30 11:29:58 -0700 | [diff] [blame] | 708 | if (langsys_count++ > HB_MAX_LANGSYS) |
| 709 | return true; |
| 710 | |
Behdad Esfahbod | eb44bfc | 2018-10-25 21:42:19 -0700 | [diff] [blame] | 711 | return visited (l, visited_langsys); |
| 712 | } |
| 713 | |
| 714 | private: |
| 715 | template <typename T> |
| 716 | bool inline visited (const T &p, hb_set_t &visited_set) |
| 717 | { |
| 718 | hb_codepoint_t delta = (hb_codepoint_t) ((uintptr_t) &p - (uintptr_t) &g); |
| 719 | if (visited_set.has (delta)) |
| 720 | return true; |
| 721 | |
| 722 | visited_set.add (delta); |
| 723 | return false; |
| 724 | } |
| 725 | |
| 726 | public: |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 727 | const OT::GSUBGPOS &g; |
| 728 | hb_set_t *feature_indexes; |
Behdad Esfahbod | eb44bfc | 2018-10-25 21:42:19 -0700 | [diff] [blame] | 729 | |
| 730 | private: |
Behdad Esfahbod | 3a4e5dd | 2018-10-29 18:05:25 -0700 | [diff] [blame] | 731 | hb_set_t visited_script; |
| 732 | hb_set_t visited_langsys; |
Garret Rieger | 0e1ad5a | 2018-10-30 11:29:58 -0700 | [diff] [blame] | 733 | unsigned int script_count; |
| 734 | unsigned int langsys_count; |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 735 | }; |
| 736 | |
Behdad Esfahbod | a88e716 | 2012-11-24 02:31:02 -0500 | [diff] [blame] | 737 | static void |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 738 | langsys_collect_features (hb_collect_features_context_t *c, |
Behdad Esfahbod | e8e6750 | 2018-10-25 20:48:20 -0700 | [diff] [blame] | 739 | const OT::LangSys &l, |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 740 | const hb_tag_t *features) |
Behdad Esfahbod | a88e716 | 2012-11-24 02:31:02 -0500 | [diff] [blame] | 741 | { |
Behdad Esfahbod | eb44bfc | 2018-10-25 21:42:19 -0700 | [diff] [blame] | 742 | if (c->visited (l)) return; |
| 743 | |
Behdad Esfahbod | a88e716 | 2012-11-24 02:31:02 -0500 | [diff] [blame] | 744 | if (!features) |
| 745 | { |
Behdad Esfahbod | e8e6750 | 2018-10-25 20:48:20 -0700 | [diff] [blame] | 746 | /* All features. */ |
Behdad Esfahbod | eb44bfc | 2018-10-25 21:42:19 -0700 | [diff] [blame] | 747 | if (l.has_required_feature ()) |
| 748 | c->feature_indexes->add (l.get_required_feature_index ()); |
Behdad Esfahbod | 5f85c80 | 2013-06-26 20:14:18 -0400 | [diff] [blame] | 749 | |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 750 | l.add_feature_indexes_to (c->feature_indexes); |
Behdad Esfahbod | 15e9e4e | 2013-01-03 00:04:40 -0600 | [diff] [blame] | 751 | } |
| 752 | else |
| 753 | { |
Behdad Esfahbod | e8e6750 | 2018-10-25 20:48:20 -0700 | [diff] [blame] | 754 | /* Ugh. Any faster way? */ |
Behdad Esfahbod | a88e716 | 2012-11-24 02:31:02 -0500 | [diff] [blame] | 755 | for (; *features; features++) |
| 756 | { |
Behdad Esfahbod | e8e6750 | 2018-10-25 20:48:20 -0700 | [diff] [blame] | 757 | hb_tag_t feature_tag = *features; |
Behdad Esfahbod | e8e6750 | 2018-10-25 20:48:20 -0700 | [diff] [blame] | 758 | unsigned int num_features = l.get_feature_count (); |
| 759 | for (unsigned int i = 0; i < num_features; i++) |
| 760 | { |
| 761 | unsigned int feature_index = l.get_feature_index (i); |
| 762 | |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 763 | if (feature_tag == c->g.get_feature_tag (feature_index)) |
Behdad Esfahbod | e8e6750 | 2018-10-25 20:48:20 -0700 | [diff] [blame] | 764 | { |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 765 | c->feature_indexes->add (feature_index); |
Behdad Esfahbod | e8e6750 | 2018-10-25 20:48:20 -0700 | [diff] [blame] | 766 | break; |
| 767 | } |
| 768 | } |
Behdad Esfahbod | a88e716 | 2012-11-24 02:31:02 -0500 | [diff] [blame] | 769 | } |
| 770 | } |
| 771 | } |
| 772 | |
| 773 | static void |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 774 | script_collect_features (hb_collect_features_context_t *c, |
Behdad Esfahbod | fe5520d | 2018-10-25 20:58:34 -0700 | [diff] [blame] | 775 | const OT::Script &s, |
| 776 | const hb_tag_t *languages, |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 777 | const hb_tag_t *features) |
Behdad Esfahbod | a88e716 | 2012-11-24 02:31:02 -0500 | [diff] [blame] | 778 | { |
Behdad Esfahbod | eb44bfc | 2018-10-25 21:42:19 -0700 | [diff] [blame] | 779 | if (c->visited (s)) return; |
| 780 | |
Behdad Esfahbod | a88e716 | 2012-11-24 02:31:02 -0500 | [diff] [blame] | 781 | if (!languages) |
| 782 | { |
Behdad Esfahbod | e8e6750 | 2018-10-25 20:48:20 -0700 | [diff] [blame] | 783 | /* All languages. */ |
Behdad Esfahbod | eb44bfc | 2018-10-25 21:42:19 -0700 | [diff] [blame] | 784 | if (s.has_default_lang_sys ()) |
| 785 | langsys_collect_features (c, |
| 786 | s.get_default_lang_sys (), |
| 787 | features); |
Behdad Esfahbod | e8e6750 | 2018-10-25 20:48:20 -0700 | [diff] [blame] | 788 | |
Behdad Esfahbod | fe5520d | 2018-10-25 20:58:34 -0700 | [diff] [blame] | 789 | unsigned int count = s.get_lang_sys_count (); |
Behdad Esfahbod | a88e716 | 2012-11-24 02:31:02 -0500 | [diff] [blame] | 790 | for (unsigned int language_index = 0; language_index < count; language_index++) |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 791 | langsys_collect_features (c, |
Behdad Esfahbod | fe5520d | 2018-10-25 20:58:34 -0700 | [diff] [blame] | 792 | s.get_lang_sys (language_index), |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 793 | features); |
Behdad Esfahbod | 15e9e4e | 2013-01-03 00:04:40 -0600 | [diff] [blame] | 794 | } |
| 795 | else |
| 796 | { |
Behdad Esfahbod | a88e716 | 2012-11-24 02:31:02 -0500 | [diff] [blame] | 797 | for (; *languages; languages++) |
| 798 | { |
| 799 | unsigned int language_index; |
Behdad Esfahbod | fe5520d | 2018-10-25 20:58:34 -0700 | [diff] [blame] | 800 | if (s.find_lang_sys_index (*languages, &language_index)) |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 801 | langsys_collect_features (c, |
Behdad Esfahbod | fe5520d | 2018-10-25 20:58:34 -0700 | [diff] [blame] | 802 | s.get_lang_sys (language_index), |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 803 | features); |
Garret Rieger | 7d92bef | 2018-07-30 17:17:43 -0700 | [diff] [blame] | 804 | } |
| 805 | } |
| 806 | } |
| 807 | |
| 808 | /** |
Garret Rieger | 8973375 | 2018-07-30 18:10:43 -0700 | [diff] [blame] | 809 | * hb_ot_layout_collect_features: |
Garret Rieger | 7d92bef | 2018-07-30 17:17:43 -0700 | [diff] [blame] | 810 | * |
Behdad Esfahbod | 44d1fb3 | 2018-08-01 14:51:51 -0700 | [diff] [blame] | 811 | * Since: 1.8.5 |
Garret Rieger | 7d92bef | 2018-07-30 17:17:43 -0700 | [diff] [blame] | 812 | **/ |
| 813 | void |
| 814 | hb_ot_layout_collect_features (hb_face_t *face, |
| 815 | hb_tag_t table_tag, |
| 816 | const hb_tag_t *scripts, |
| 817 | const hb_tag_t *languages, |
| 818 | const hb_tag_t *features, |
| 819 | hb_set_t *feature_indexes /* OUT */) |
| 820 | { |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 821 | hb_collect_features_context_t c (face, table_tag, feature_indexes); |
Garret Rieger | 7d92bef | 2018-07-30 17:17:43 -0700 | [diff] [blame] | 822 | if (!scripts) |
| 823 | { |
Behdad Esfahbod | e8e6750 | 2018-10-25 20:48:20 -0700 | [diff] [blame] | 824 | /* All scripts. */ |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 825 | unsigned int count = c.g.get_script_count (); |
Garret Rieger | 7d92bef | 2018-07-30 17:17:43 -0700 | [diff] [blame] | 826 | for (unsigned int script_index = 0; script_index < count; script_index++) |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 827 | script_collect_features (&c, |
| 828 | c.g.get_script (script_index), |
Behdad Esfahbod | fe5520d | 2018-10-25 20:58:34 -0700 | [diff] [blame] | 829 | languages, |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 830 | features); |
Garret Rieger | 7d92bef | 2018-07-30 17:17:43 -0700 | [diff] [blame] | 831 | } |
| 832 | else |
| 833 | { |
| 834 | for (; *scripts; scripts++) |
| 835 | { |
| 836 | unsigned int script_index; |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 837 | if (c.g.find_script_index (*scripts, &script_index)) |
| 838 | script_collect_features (&c, |
| 839 | c.g.get_script (script_index), |
Behdad Esfahbod | fe5520d | 2018-10-25 20:58:34 -0700 | [diff] [blame] | 840 | languages, |
Behdad Esfahbod | 941600a | 2018-10-25 21:26:08 -0700 | [diff] [blame] | 841 | features); |
Behdad Esfahbod | a88e716 | 2012-11-24 02:31:02 -0500 | [diff] [blame] | 842 | } |
| 843 | } |
| 844 | } |
| 845 | |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 846 | /** |
Khaled Hosny | d7bf9d0 | 2015-12-29 02:23:24 +0400 | [diff] [blame] | 847 | * hb_ot_layout_collect_lookups: |
| 848 | * |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 849 | * Since: 0.9.8 |
| 850 | **/ |
Behdad Esfahbod | a88e716 | 2012-11-24 02:31:02 -0500 | [diff] [blame] | 851 | void |
| 852 | hb_ot_layout_collect_lookups (hb_face_t *face, |
| 853 | hb_tag_t table_tag, |
| 854 | const hb_tag_t *scripts, |
| 855 | const hb_tag_t *languages, |
| 856 | const hb_tag_t *features, |
| 857 | hb_set_t *lookup_indexes /* OUT */) |
| 858 | { |
Behdad Esfahbod | e98af6d | 2018-10-25 22:25:29 -0700 | [diff] [blame] | 859 | const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); |
| 860 | |
Behdad Esfahbod | 3a4e5dd | 2018-10-29 18:05:25 -0700 | [diff] [blame] | 861 | hb_set_t feature_indexes; |
Garret Rieger | 7d92bef | 2018-07-30 17:17:43 -0700 | [diff] [blame] | 862 | hb_ot_layout_collect_features (face, table_tag, scripts, languages, features, &feature_indexes); |
Behdad Esfahbod | e98af6d | 2018-10-25 22:25:29 -0700 | [diff] [blame] | 863 | |
Behdad Esfahbod | c237cdf | 2018-10-25 21:17:30 -0700 | [diff] [blame] | 864 | for (hb_codepoint_t feature_index = HB_SET_VALUE_INVALID; |
| 865 | hb_set_next (&feature_indexes, &feature_index);) |
Behdad Esfahbod | e98af6d | 2018-10-25 22:25:29 -0700 | [diff] [blame] | 866 | g.get_feature (feature_index).add_lookup_indexes_to (lookup_indexes); |
Behdad Esfahbod | a88e716 | 2012-11-24 02:31:02 -0500 | [diff] [blame] | 867 | } |
| 868 | |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 869 | /** |
Khaled Hosny | d7bf9d0 | 2015-12-29 02:23:24 +0400 | [diff] [blame] | 870 | * hb_ot_layout_lookup_collect_glyphs: |
| 871 | * |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 872 | * Since: 0.9.7 |
| 873 | **/ |
Behdad Esfahbod | e8cfdd7 | 2012-11-16 19:07:06 -0800 | [diff] [blame] | 874 | void |
| 875 | hb_ot_layout_lookup_collect_glyphs (hb_face_t *face, |
| 876 | hb_tag_t table_tag, |
| 877 | unsigned int lookup_index, |
Ebrahim Byagowi | 6310943 | 2018-10-13 14:00:05 +0330 | [diff] [blame] | 878 | hb_set_t *glyphs_before, /* OUT. May be NULL */ |
| 879 | hb_set_t *glyphs_input, /* OUT. May be NULL */ |
| 880 | hb_set_t *glyphs_after, /* OUT. May be NULL */ |
| 881 | hb_set_t *glyphs_output /* OUT. May be NULL */) |
Behdad Esfahbod | e8cfdd7 | 2012-11-16 19:07:06 -0800 | [diff] [blame] | 882 | { |
Behdad Esfahbod | 733e8c0 | 2013-01-03 00:00:23 -0600 | [diff] [blame] | 883 | OT::hb_collect_glyphs_context_t c (face, |
| 884 | glyphs_before, |
| 885 | glyphs_input, |
| 886 | glyphs_after, |
| 887 | glyphs_output); |
Behdad Esfahbod | e8cfdd7 | 2012-11-16 19:07:06 -0800 | [diff] [blame] | 888 | |
Behdad Esfahbod | 15e9e4e | 2013-01-03 00:04:40 -0600 | [diff] [blame] | 889 | switch (table_tag) |
| 890 | { |
Behdad Esfahbod | e8cfdd7 | 2012-11-16 19:07:06 -0800 | [diff] [blame] | 891 | case HB_OT_TAG_GSUB: |
| 892 | { |
Behdad Esfahbod | 0fe7a74 | 2018-11-05 23:08:33 -0500 | [diff] [blame] | 893 | const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); |
Behdad Esfahbod | 780cd93 | 2013-05-03 17:33:16 -0400 | [diff] [blame] | 894 | l.collect_glyphs (&c); |
Behdad Esfahbod | e8cfdd7 | 2012-11-16 19:07:06 -0800 | [diff] [blame] | 895 | return; |
| 896 | } |
| 897 | case HB_OT_TAG_GPOS: |
| 898 | { |
Behdad Esfahbod | 0fe7a74 | 2018-11-05 23:08:33 -0500 | [diff] [blame] | 899 | const OT::PosLookup& l = face->table.GPOS->table->get_lookup (lookup_index); |
Behdad Esfahbod | 780cd93 | 2013-05-03 17:33:16 -0400 | [diff] [blame] | 900 | l.collect_glyphs (&c); |
Behdad Esfahbod | e8cfdd7 | 2012-11-16 19:07:06 -0800 | [diff] [blame] | 901 | return; |
| 902 | } |
| 903 | } |
| 904 | } |
| 905 | |
Behdad Esfahbod | 2d15e72 | 2009-04-15 19:50:16 -0400 | [diff] [blame] | 906 | |
Behdad Esfahbod | 30c42b6 | 2016-09-10 03:32:39 -0700 | [diff] [blame] | 907 | /* Variations support */ |
| 908 | |
| 909 | hb_bool_t |
| 910 | hb_ot_layout_table_find_feature_variations (hb_face_t *face, |
| 911 | hb_tag_t table_tag, |
| 912 | const int *coords, |
| 913 | unsigned int num_coords, |
| 914 | unsigned int *variations_index /* out */) |
| 915 | { |
| 916 | const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); |
| 917 | |
| 918 | return g.find_variations_index (coords, num_coords, variations_index); |
| 919 | } |
| 920 | |
Behdad Esfahbod | ec87ba9 | 2016-09-10 03:53:11 -0700 | [diff] [blame] | 921 | unsigned int |
| 922 | hb_ot_layout_feature_with_variations_get_lookups (hb_face_t *face, |
| 923 | hb_tag_t table_tag, |
| 924 | unsigned int feature_index, |
| 925 | unsigned int variations_index, |
| 926 | unsigned int start_offset, |
| 927 | unsigned int *lookup_count /* IN/OUT */, |
| 928 | unsigned int *lookup_indexes /* OUT */) |
| 929 | { |
Behdad Esfahbod | 606bf57 | 2018-09-16 19:33:48 +0200 | [diff] [blame] | 930 | static_assert ((OT::FeatureVariations::NOT_FOUND_INDEX == HB_OT_LAYOUT_NO_VARIATIONS_INDEX), ""); |
Behdad Esfahbod | ec87ba9 | 2016-09-10 03:53:11 -0700 | [diff] [blame] | 931 | const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); |
| 932 | |
| 933 | const OT::Feature &f = g.get_feature_variation (feature_index, variations_index); |
| 934 | |
| 935 | return f.get_lookup_indexes (start_offset, lookup_count, lookup_indexes); |
| 936 | } |
| 937 | |
Behdad Esfahbod | 30c42b6 | 2016-09-10 03:32:39 -0700 | [diff] [blame] | 938 | |
Behdad Esfahbod | 2d15e72 | 2009-04-15 19:50:16 -0400 | [diff] [blame] | 939 | /* |
Behdad Esfahbod | 7c8e844 | 2012-08-28 17:57:49 -0400 | [diff] [blame] | 940 | * OT::GSUB |
Behdad Esfahbod | 2d15e72 | 2009-04-15 19:50:16 -0400 | [diff] [blame] | 941 | */ |
| 942 | |
| 943 | hb_bool_t |
Behdad Esfahbod | 0ead481 | 2009-08-02 17:41:36 -0400 | [diff] [blame] | 944 | hb_ot_layout_has_substitution (hb_face_t *face) |
| 945 | { |
Behdad Esfahbod | 737efbe | 2018-11-05 23:26:29 -0500 | [diff] [blame] | 946 | return face->table.GSUB->table->has_data (); |
Behdad Esfahbod | 0ead481 | 2009-08-02 17:41:36 -0400 | [diff] [blame] | 947 | } |
| 948 | |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 949 | /** |
Khaled Hosny | d7bf9d0 | 2015-12-29 02:23:24 +0400 | [diff] [blame] | 950 | * hb_ot_layout_lookup_would_substitute: |
| 951 | * |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 952 | * Since: 0.9.7 |
| 953 | **/ |
Behdad Esfahbod | e72b360 | 2012-07-19 14:35:23 -0400 | [diff] [blame] | 954 | hb_bool_t |
Behdad Esfahbod | 362a990 | 2012-11-15 14:57:31 -0800 | [diff] [blame] | 955 | hb_ot_layout_lookup_would_substitute (hb_face_t *face, |
Behdad Esfahbod | d9b204d | 2012-08-23 16:22:28 -0400 | [diff] [blame] | 956 | unsigned int lookup_index, |
Behdad Esfahbod | e72b360 | 2012-07-19 14:35:23 -0400 | [diff] [blame] | 957 | const hb_codepoint_t *glyphs, |
| 958 | unsigned int glyphs_length, |
Behdad Esfahbod | d9b204d | 2012-08-23 16:22:28 -0400 | [diff] [blame] | 959 | hb_bool_t zero_context) |
Behdad Esfahbod | e72b360 | 2012-07-19 14:35:23 -0400 | [diff] [blame] | 960 | { |
Behdad Esfahbod | db35409 | 2018-11-05 23:11:46 -0500 | [diff] [blame] | 961 | return hb_ot_layout_lookup_would_substitute_fast (face, |
| 962 | lookup_index, |
| 963 | glyphs, glyphs_length, |
| 964 | zero_context); |
Behdad Esfahbod | e72b360 | 2012-07-19 14:35:23 -0400 | [diff] [blame] | 965 | } |
| 966 | |
Behdad Esfahbod | 385f78b | 2018-11-07 17:19:21 -0500 | [diff] [blame] | 967 | bool |
Behdad Esfahbod | 362a990 | 2012-11-15 14:57:31 -0800 | [diff] [blame] | 968 | hb_ot_layout_lookup_would_substitute_fast (hb_face_t *face, |
Behdad Esfahbod | d9b204d | 2012-08-23 16:22:28 -0400 | [diff] [blame] | 969 | unsigned int lookup_index, |
Behdad Esfahbod | f860366 | 2012-07-30 02:38:39 -0400 | [diff] [blame] | 970 | const hb_codepoint_t *glyphs, |
| 971 | unsigned int glyphs_length, |
Behdad Esfahbod | 385f78b | 2018-11-07 17:19:21 -0500 | [diff] [blame] | 972 | bool zero_context) |
Behdad Esfahbod | f860366 | 2012-07-30 02:38:39 -0400 | [diff] [blame] | 973 | { |
Behdad Esfahbod | 0fe7a74 | 2018-11-05 23:08:33 -0500 | [diff] [blame] | 974 | if (unlikely (lookup_index >= face->table.GSUB->lookup_count)) return false; |
Behdad Esfahbod | ea512f7 | 2015-11-26 19:22:22 -0500 | [diff] [blame] | 975 | OT::hb_would_apply_context_t c (face, glyphs, glyphs_length, (bool) zero_context); |
Behdad Esfahbod | 2bd9fe3 | 2012-09-04 15:15:19 -0400 | [diff] [blame] | 976 | |
Behdad Esfahbod | 0fe7a74 | 2018-11-05 23:08:33 -0500 | [diff] [blame] | 977 | const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); |
Behdad Esfahbod | 2bd9fe3 | 2012-09-04 15:15:19 -0400 | [diff] [blame] | 978 | |
Behdad Esfahbod | 0fe7a74 | 2018-11-05 23:08:33 -0500 | [diff] [blame] | 979 | return l.would_apply (&c, &face->table.GSUB->accels[lookup_index]); |
Behdad Esfahbod | f860366 | 2012-07-30 02:38:39 -0400 | [diff] [blame] | 980 | } |
| 981 | |
Behdad Esfahbod | 46d6a21 | 2011-05-11 22:33:13 -0400 | [diff] [blame] | 982 | void |
Behdad Esfahbod | c624e18 | 2018-08-26 09:19:20 -0700 | [diff] [blame] | 983 | hb_ot_layout_substitute_start (hb_font_t *font, |
| 984 | hb_buffer_t *buffer) |
Behdad Esfahbod | 46d6a21 | 2011-05-11 22:33:13 -0400 | [diff] [blame] | 985 | { |
Behdad Esfahbod | c624e18 | 2018-08-26 09:19:20 -0700 | [diff] [blame] | 986 | _hb_ot_layout_set_glyph_props (font, buffer); |
Behdad Esfahbod | 46d6a21 | 2011-05-11 22:33:13 -0400 | [diff] [blame] | 987 | } |
| 988 | |
Behdad Esfahbod | 385f78b | 2018-11-07 17:19:21 -0500 | [diff] [blame] | 989 | void |
| 990 | hb_ot_layout_delete_glyphs_inplace (hb_buffer_t *buffer, |
| 991 | bool (*filter) (const hb_glyph_info_t *info)) |
| 992 | { |
| 993 | /* Merge clusters and delete filtered glyphs. |
| 994 | * NOTE! We can't use out-buffer as we have positioning data. */ |
| 995 | unsigned int j = 0; |
| 996 | unsigned int count = buffer->len; |
| 997 | hb_glyph_info_t *info = buffer->info; |
| 998 | hb_glyph_position_t *pos = buffer->pos; |
| 999 | for (unsigned int i = 0; i < count; i++) |
| 1000 | { |
| 1001 | if (filter (&info[i])) |
| 1002 | { |
| 1003 | /* Merge clusters. |
| 1004 | * Same logic as buffer->delete_glyph(), but for in-place removal. */ |
| 1005 | |
| 1006 | unsigned int cluster = info[i].cluster; |
| 1007 | if (i + 1 < count && cluster == info[i + 1].cluster) |
| 1008 | continue; /* Cluster survives; do nothing. */ |
| 1009 | |
| 1010 | if (j) |
| 1011 | { |
| 1012 | /* Merge cluster backward. */ |
| 1013 | if (cluster < info[j - 1].cluster) |
| 1014 | { |
| 1015 | unsigned int mask = info[i].mask; |
| 1016 | unsigned int old_cluster = info[j - 1].cluster; |
| 1017 | for (unsigned k = j; k && info[k - 1].cluster == old_cluster; k--) |
| 1018 | buffer->set_cluster (info[k - 1], cluster, mask); |
| 1019 | } |
| 1020 | continue; |
| 1021 | } |
| 1022 | |
| 1023 | if (i + 1 < count) |
| 1024 | buffer->merge_clusters (i, i + 2); /* Merge cluster forward. */ |
| 1025 | |
| 1026 | continue; |
| 1027 | } |
| 1028 | |
| 1029 | if (j != i) |
| 1030 | { |
| 1031 | info[j] = info[i]; |
| 1032 | pos[j] = pos[i]; |
| 1033 | } |
| 1034 | j++; |
| 1035 | } |
| 1036 | buffer->len = j; |
| 1037 | } |
| 1038 | |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 1039 | /** |
Khaled Hosny | d7bf9d0 | 2015-12-29 02:23:24 +0400 | [diff] [blame] | 1040 | * hb_ot_layout_lookup_substitute_closure: |
| 1041 | * |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 1042 | * Since: 0.9.7 |
| 1043 | **/ |
Behdad Esfahbod | 5caece6 | 2012-04-23 23:03:12 -0400 | [diff] [blame] | 1044 | void |
Behdad Esfahbod | 362a990 | 2012-11-15 14:57:31 -0800 | [diff] [blame] | 1045 | hb_ot_layout_lookup_substitute_closure (hb_face_t *face, |
Behdad Esfahbod | d9b204d | 2012-08-23 16:22:28 -0400 | [diff] [blame] | 1046 | unsigned int lookup_index, |
| 1047 | hb_set_t *glyphs) |
Behdad Esfahbod | f94b0aa | 2012-04-23 13:04:38 -0400 | [diff] [blame] | 1048 | { |
Behdad Esfahbod | 3a4e5dd | 2018-10-29 18:05:25 -0700 | [diff] [blame] | 1049 | hb_map_t done_lookups; |
Garret Rieger | 45186b9 | 2018-06-05 17:14:42 -0700 | [diff] [blame] | 1050 | OT::hb_closure_context_t c (face, glyphs, &done_lookups); |
Behdad Esfahbod | 9b34677 | 2012-11-23 17:55:40 -0500 | [diff] [blame] | 1051 | |
Behdad Esfahbod | 737efbe | 2018-11-05 23:26:29 -0500 | [diff] [blame] | 1052 | const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); |
Behdad Esfahbod | 9b34677 | 2012-11-23 17:55:40 -0500 | [diff] [blame] | 1053 | |
Garret Rieger | 45186b9 | 2018-06-05 17:14:42 -0700 | [diff] [blame] | 1054 | l.closure (&c, lookup_index); |
Behdad Esfahbod | f94b0aa | 2012-04-23 13:04:38 -0400 | [diff] [blame] | 1055 | } |
Behdad Esfahbod | bff3c0f | 2009-08-07 19:46:30 -0400 | [diff] [blame] | 1056 | |
Garret Rieger | 57badad | 2018-06-06 16:02:51 -0700 | [diff] [blame] | 1057 | /** |
| 1058 | * hb_ot_layout_lookups_substitute_closure: |
| 1059 | * |
| 1060 | * Compute the transitive closure of glyphs needed for all of the |
| 1061 | * provided lookups. |
| 1062 | * |
| 1063 | * Since: 1.8.1 |
| 1064 | **/ |
| 1065 | void |
| 1066 | hb_ot_layout_lookups_substitute_closure (hb_face_t *face, |
| 1067 | const hb_set_t *lookups, |
| 1068 | hb_set_t *glyphs) |
| 1069 | { |
Behdad Esfahbod | 3a4e5dd | 2018-10-29 18:05:25 -0700 | [diff] [blame] | 1070 | hb_map_t done_lookups; |
Garret Rieger | 57badad | 2018-06-06 16:02:51 -0700 | [diff] [blame] | 1071 | OT::hb_closure_context_t c (face, glyphs, &done_lookups); |
Behdad Esfahbod | 737efbe | 2018-11-05 23:26:29 -0500 | [diff] [blame] | 1072 | const OT::GSUB& gsub = *face->table.GSUB->table; |
Garret Rieger | 57badad | 2018-06-06 16:02:51 -0700 | [diff] [blame] | 1073 | |
Garret Rieger | 85646fd | 2018-07-23 15:37:18 -0700 | [diff] [blame] | 1074 | unsigned int iteration_count = 0; |
Garret Rieger | 57badad | 2018-06-06 16:02:51 -0700 | [diff] [blame] | 1075 | unsigned int glyphs_length; |
| 1076 | do |
| 1077 | { |
| 1078 | glyphs_length = glyphs->get_population (); |
Garret Rieger | feb2389 | 2018-06-07 14:32:34 -0700 | [diff] [blame] | 1079 | if (lookups != nullptr) |
| 1080 | { |
| 1081 | for (hb_codepoint_t lookup_index = HB_SET_VALUE_INVALID; hb_set_next (lookups, &lookup_index);) |
| 1082 | gsub.get_lookup (lookup_index).closure (&c, lookup_index); |
Behdad Esfahbod | f56cd9d | 2018-06-11 22:02:38 -0400 | [diff] [blame] | 1083 | } |
| 1084 | else |
| 1085 | { |
Garret Rieger | feb2389 | 2018-06-07 14:32:34 -0700 | [diff] [blame] | 1086 | for (unsigned int i = 0; i < gsub.get_lookup_count (); i++) |
| 1087 | gsub.get_lookup (i).closure (&c, i); |
| 1088 | } |
Behdad Esfahbod | e44046e | 2018-11-10 22:41:35 -0500 | [diff] [blame] | 1089 | } while (iteration_count++ <= HB_CLOSURE_MAX_STAGES && |
| 1090 | glyphs_length != glyphs->get_population ()); |
Garret Rieger | 57badad | 2018-06-06 16:02:51 -0700 | [diff] [blame] | 1091 | } |
| 1092 | |
Behdad Esfahbod | 9c42f05 | 2009-05-18 17:43:49 -0400 | [diff] [blame] | 1093 | /* |
Behdad Esfahbod | 7c8e844 | 2012-08-28 17:57:49 -0400 | [diff] [blame] | 1094 | * OT::GPOS |
Behdad Esfahbod | 9c42f05 | 2009-05-18 17:43:49 -0400 | [diff] [blame] | 1095 | */ |
| 1096 | |
| 1097 | hb_bool_t |
Behdad Esfahbod | 0ead481 | 2009-08-02 17:41:36 -0400 | [diff] [blame] | 1098 | hb_ot_layout_has_positioning (hb_face_t *face) |
| 1099 | { |
Behdad Esfahbod | 737efbe | 2018-11-05 23:26:29 -0500 | [diff] [blame] | 1100 | return face->table.GPOS->table->has_data (); |
Behdad Esfahbod | 0ead481 | 2009-08-02 17:41:36 -0400 | [diff] [blame] | 1101 | } |
| 1102 | |
Behdad Esfahbod | 8f0d7e0 | 2011-04-15 18:59:56 -0400 | [diff] [blame] | 1103 | void |
Behdad Esfahbod | 05bd1b6 | 2012-07-30 19:30:01 -0400 | [diff] [blame] | 1104 | hb_ot_layout_position_start (hb_font_t *font, hb_buffer_t *buffer) |
Behdad Esfahbod | 8f0d7e0 | 2011-04-15 18:59:56 -0400 | [diff] [blame] | 1105 | { |
Behdad Esfahbod | 7c8e844 | 2012-08-28 17:57:49 -0400 | [diff] [blame] | 1106 | OT::GPOS::position_start (font, buffer); |
Behdad Esfahbod | 8f0d7e0 | 2011-04-15 18:59:56 -0400 | [diff] [blame] | 1107 | } |
| 1108 | |
Behdad Esfahbod | 9db8ad7 | 2009-11-06 16:47:31 -0500 | [diff] [blame] | 1109 | void |
Behdad Esfahbod | 7d8d58a | 2016-02-11 16:34:28 +0700 | [diff] [blame] | 1110 | hb_ot_layout_position_finish_advances (hb_font_t *font, hb_buffer_t *buffer) |
Behdad Esfahbod | 9db8ad7 | 2009-11-06 16:47:31 -0500 | [diff] [blame] | 1111 | { |
Behdad Esfahbod | 7d8d58a | 2016-02-11 16:34:28 +0700 | [diff] [blame] | 1112 | OT::GPOS::position_finish_advances (font, buffer); |
| 1113 | } |
| 1114 | |
| 1115 | void |
| 1116 | hb_ot_layout_position_finish_offsets (hb_font_t *font, hb_buffer_t *buffer) |
| 1117 | { |
| 1118 | OT::GPOS::position_finish_offsets (font, buffer); |
Behdad Esfahbod | 9db8ad7 | 2009-11-06 16:47:31 -0500 | [diff] [blame] | 1119 | } |
Behdad Esfahbod | f54cce3 | 2012-11-26 14:02:31 +0200 | [diff] [blame] | 1120 | |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 1121 | /** |
Khaled Hosny | d7bf9d0 | 2015-12-29 02:23:24 +0400 | [diff] [blame] | 1122 | * hb_ot_layout_get_size_params: |
| 1123 | * |
Behdad Esfahbod | b881142 | 2015-09-03 15:53:22 +0430 | [diff] [blame] | 1124 | * Since: 0.9.10 |
Sascha Brawer | 01c3a88 | 2015-06-01 13:22:01 +0200 | [diff] [blame] | 1125 | **/ |
Behdad Esfahbod | f54cce3 | 2012-11-26 14:02:31 +0200 | [diff] [blame] | 1126 | hb_bool_t |
Behdad Esfahbod | a7aba99 | 2018-10-30 14:04:09 -0700 | [diff] [blame] | 1127 | hb_ot_layout_get_size_params (hb_face_t *face, |
| 1128 | unsigned int *design_size, /* OUT. May be NULL */ |
| 1129 | unsigned int *subfamily_id, /* OUT. May be NULL */ |
| 1130 | hb_ot_name_id_t *subfamily_name_id, /* OUT. May be NULL */ |
| 1131 | unsigned int *range_start, /* OUT. May be NULL */ |
| 1132 | unsigned int *range_end /* OUT. May be NULL */) |
Behdad Esfahbod | f54cce3 | 2012-11-26 14:02:31 +0200 | [diff] [blame] | 1133 | { |
Behdad Esfahbod | 737efbe | 2018-11-05 23:26:29 -0500 | [diff] [blame] | 1134 | const OT::GPOS &gpos = *face->table.GPOS->table; |
Behdad Esfahbod | efe252e | 2012-12-17 23:21:05 -0500 | [diff] [blame] | 1135 | const hb_tag_t tag = HB_TAG ('s','i','z','e'); |
Behdad Esfahbod | f54cce3 | 2012-11-26 14:02:31 +0200 | [diff] [blame] | 1136 | |
Behdad Esfahbod | 0dff11f | 2012-11-30 08:14:20 +0200 | [diff] [blame] | 1137 | unsigned int num_features = gpos.get_feature_count (); |
| 1138 | for (unsigned int i = 0; i < num_features; i++) |
| 1139 | { |
Behdad Esfahbod | efe252e | 2012-12-17 23:21:05 -0500 | [diff] [blame] | 1140 | if (tag == gpos.get_feature_tag (i)) |
Behdad Esfahbod | f54cce3 | 2012-11-26 14:02:31 +0200 | [diff] [blame] | 1141 | { |
Behdad Esfahbod | 0dff11f | 2012-11-30 08:14:20 +0200 | [diff] [blame] | 1142 | const OT::Feature &f = gpos.get_feature (i); |
Behdad Esfahbod | efe252e | 2012-12-17 23:21:05 -0500 | [diff] [blame] | 1143 | const OT::FeatureParamsSize ¶ms = f.get_feature_params ().get_size_params (tag); |
Behdad Esfahbod | f54cce3 | 2012-11-26 14:02:31 +0200 | [diff] [blame] | 1144 | |
Behdad Esfahbod | efe252e | 2012-12-17 23:21:05 -0500 | [diff] [blame] | 1145 | if (params.designSize) |
Behdad Esfahbod | 85bc44b | 2012-12-12 11:38:49 -0500 | [diff] [blame] | 1146 | { |
Ebrahim Byagowi | 6310943 | 2018-10-13 14:00:05 +0330 | [diff] [blame] | 1147 | if (design_size) *design_size = params.designSize; |
| 1148 | if (subfamily_id) *subfamily_id = params.subfamilyID; |
Behdad Esfahbod | 6ce49a9 | 2018-10-28 08:26:30 -0700 | [diff] [blame] | 1149 | if (subfamily_name_id) *subfamily_name_id = params.subfamilyNameID; |
Ebrahim Byagowi | 6310943 | 2018-10-13 14:00:05 +0330 | [diff] [blame] | 1150 | if (range_start) *range_start = params.rangeStart; |
| 1151 | if (range_end) *range_end = params.rangeEnd; |
Behdad Esfahbod | efe252e | 2012-12-17 23:21:05 -0500 | [diff] [blame] | 1152 | |
| 1153 | return true; |
| 1154 | } |
Behdad Esfahbod | f54cce3 | 2012-11-26 14:02:31 +0200 | [diff] [blame] | 1155 | } |
| 1156 | } |
| 1157 | |
Ebrahim Byagowi | 6310943 | 2018-10-13 14:00:05 +0330 | [diff] [blame] | 1158 | if (design_size) *design_size = 0; |
| 1159 | if (subfamily_id) *subfamily_id = 0; |
Behdad Esfahbod | a7aba99 | 2018-10-30 14:04:09 -0700 | [diff] [blame] | 1160 | if (subfamily_name_id) *subfamily_name_id = HB_OT_NAME_ID_INVALID; |
Ebrahim Byagowi | 6310943 | 2018-10-13 14:00:05 +0330 | [diff] [blame] | 1161 | if (range_start) *range_start = 0; |
| 1162 | if (range_end) *range_end = 0; |
Behdad Esfahbod | f54cce3 | 2012-11-26 14:02:31 +0200 | [diff] [blame] | 1163 | |
Behdad Esfahbod | efe252e | 2012-12-17 23:21:05 -0500 | [diff] [blame] | 1164 | return false; |
Behdad Esfahbod | f54cce3 | 2012-11-26 14:02:31 +0200 | [diff] [blame] | 1165 | } |
Behdad Esfahbod | d2c9681 | 2013-05-02 18:18:24 -0400 | [diff] [blame] | 1166 | |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1167 | /** |
| 1168 | * hb_ot_layout_feature_get_name_ids: |
| 1169 | * @face: #hb_face_t to work upon |
Behdad Esfahbod | a5ad8c6 | 2018-10-20 16:52:55 -0700 | [diff] [blame] | 1170 | * @table_tag: table tag to query, "GSUB" or "GPOS". |
| 1171 | * @feature_index: index of feature to query. |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1172 | * @label_id: (out) (allow-none): The ‘name’ table name ID that specifies a string |
| 1173 | * for a user-interface label for this feature. (May be NULL.) |
| 1174 | * @tooltip_id: (out) (allow-none): The ‘name’ table name ID that specifies a string |
| 1175 | * that an application can use for tooltip text for this |
| 1176 | * feature. (May be NULL.) |
| 1177 | * @sample_id: (out) (allow-none): The ‘name’ table name ID that specifies sample text |
| 1178 | * that illustrates the effect of this feature. (May be NULL.) |
| 1179 | * @num_named_parameters: (out) (allow-none): Number of named parameters. (May be zero.) |
| 1180 | * @first_param_id: (out) (allow-none): The first ‘name’ table name ID used to specify |
| 1181 | * strings for user-interface labels for the feature |
| 1182 | * parameters. (Must be zero if numParameters is zero.) |
| 1183 | * |
Behdad Esfahbod | c0a6814 | 2018-10-12 16:05:56 -0400 | [diff] [blame] | 1184 | * Fetches name indices from feature parameters for "Stylistic Set" ('ssXX') or |
| 1185 | * "Character Variant" ('cvXX') features. |
| 1186 | * |
| 1187 | * Return value: true if data found, false otherwise |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1188 | * |
Behdad Esfahbod | 3d9a030 | 2018-10-18 05:58:17 -0700 | [diff] [blame] | 1189 | * Since: 2.0.0 |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1190 | **/ |
| 1191 | hb_bool_t |
Behdad Esfahbod | a7aba99 | 2018-10-30 14:04:09 -0700 | [diff] [blame] | 1192 | hb_ot_layout_feature_get_name_ids (hb_face_t *face, |
| 1193 | hb_tag_t table_tag, |
| 1194 | unsigned int feature_index, |
| 1195 | hb_ot_name_id_t *label_id, /* OUT. May be NULL */ |
| 1196 | hb_ot_name_id_t *tooltip_id, /* OUT. May be NULL */ |
| 1197 | hb_ot_name_id_t *sample_id, /* OUT. May be NULL */ |
| 1198 | unsigned int *num_named_parameters, /* OUT. May be NULL */ |
| 1199 | hb_ot_name_id_t *first_param_id /* OUT. May be NULL */) |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1200 | { |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1201 | const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); |
| 1202 | |
Behdad Esfahbod | c0a6814 | 2018-10-12 16:05:56 -0400 | [diff] [blame] | 1203 | hb_tag_t feature_tag = g.get_feature_tag (feature_index); |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1204 | const OT::Feature &f = g.get_feature (feature_index); |
| 1205 | |
| 1206 | const OT::FeatureParams &feature_params = f.get_feature_params (); |
| 1207 | if (&feature_params != &Null (OT::FeatureParams)) |
| 1208 | { |
| 1209 | const OT::FeatureParamsStylisticSet& ss_params = |
| 1210 | feature_params.get_stylistic_set_params (feature_tag); |
| 1211 | if (&ss_params != &Null (OT::FeatureParamsStylisticSet)) /* ssXX */ |
| 1212 | { |
Behdad Esfahbod | 6ce49a9 | 2018-10-28 08:26:30 -0700 | [diff] [blame] | 1213 | if (label_id) *label_id = ss_params.uiNameID; |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1214 | // ssXX features don't have the rest |
Behdad Esfahbod | a7aba99 | 2018-10-30 14:04:09 -0700 | [diff] [blame] | 1215 | if (tooltip_id) *tooltip_id = HB_OT_NAME_ID_INVALID; |
| 1216 | if (sample_id) *sample_id = HB_OT_NAME_ID_INVALID; |
Ebrahim Byagowi | 6310943 | 2018-10-13 14:00:05 +0330 | [diff] [blame] | 1217 | if (num_named_parameters) *num_named_parameters = 0; |
Behdad Esfahbod | a7aba99 | 2018-10-30 14:04:09 -0700 | [diff] [blame] | 1218 | if (first_param_id) *first_param_id = HB_OT_NAME_ID_INVALID; |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1219 | return true; |
| 1220 | } |
| 1221 | const OT::FeatureParamsCharacterVariants& cv_params = |
| 1222 | feature_params.get_character_variants_params (feature_tag); |
| 1223 | if (&cv_params != &Null (OT::FeatureParamsCharacterVariants)) /* cvXX */ |
| 1224 | { |
Behdad Esfahbod | 6ce49a9 | 2018-10-28 08:26:30 -0700 | [diff] [blame] | 1225 | if (label_id) *label_id = cv_params.featUILableNameID; |
| 1226 | if (tooltip_id) *tooltip_id = cv_params.featUITooltipTextNameID; |
| 1227 | if (sample_id) *sample_id = cv_params.sampleTextNameID; |
Ebrahim Byagowi | 6310943 | 2018-10-13 14:00:05 +0330 | [diff] [blame] | 1228 | if (num_named_parameters) *num_named_parameters = cv_params.numNamedParameters; |
Behdad Esfahbod | 6ce49a9 | 2018-10-28 08:26:30 -0700 | [diff] [blame] | 1229 | if (first_param_id) *first_param_id = cv_params.firstParamUILabelNameID; |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1230 | return true; |
| 1231 | } |
| 1232 | } |
| 1233 | |
Behdad Esfahbod | a7aba99 | 2018-10-30 14:04:09 -0700 | [diff] [blame] | 1234 | if (label_id) *label_id = HB_OT_NAME_ID_INVALID; |
| 1235 | if (tooltip_id) *tooltip_id = HB_OT_NAME_ID_INVALID; |
| 1236 | if (sample_id) *sample_id = HB_OT_NAME_ID_INVALID; |
Ebrahim Byagowi | 6310943 | 2018-10-13 14:00:05 +0330 | [diff] [blame] | 1237 | if (num_named_parameters) *num_named_parameters = 0; |
Behdad Esfahbod | a7aba99 | 2018-10-30 14:04:09 -0700 | [diff] [blame] | 1238 | if (first_param_id) *first_param_id = HB_OT_NAME_ID_INVALID; |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1239 | return false; |
| 1240 | } |
| 1241 | |
| 1242 | /** |
Behdad Esfahbod | a5ad8c6 | 2018-10-20 16:52:55 -0700 | [diff] [blame] | 1243 | * hb_ot_layout_feature_get_characters: |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1244 | * @face: #hb_face_t to work upon |
Behdad Esfahbod | a5ad8c6 | 2018-10-20 16:52:55 -0700 | [diff] [blame] | 1245 | * @table_tag: table tag to query, "GSUB" or "GPOS". |
| 1246 | * @feature_index: index of feature to query. |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1247 | * @start_offset: In case the resulting char_count was equal to its input value, there |
| 1248 | * is a chance there were more characters on the tag so this API can be |
| 1249 | * called with an offset till resulting char_count gets to a number |
| 1250 | * lower than input buffer (or consider using just a bigger buffer for |
| 1251 | * one shot copying). |
HinTak | 49bdb54 | 2018-10-17 00:36:04 +0100 | [diff] [blame] | 1252 | * @char_count: (inout) (allow-none): The count of characters for which this feature |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1253 | * provides glyph variants. (May be zero.) |
Behdad Esfahbod | 4025ad8 | 2018-10-27 02:35:06 -0700 | [diff] [blame] | 1254 | * @characters: (out caller-allocates) (array length=char_count): A buffer pointer. The Unicode codepoints |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1255 | * of the characters for which this feature provides glyph variants. |
| 1256 | * |
Behdad Esfahbod | c0a6814 | 2018-10-12 16:05:56 -0400 | [diff] [blame] | 1257 | * Fetches characters listed by designer under feature parameters for "Character |
| 1258 | * Variant" ("cvXX") features. |
| 1259 | * |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1260 | * Return value: Number of total sample characters in the cvXX feature. |
| 1261 | * |
Behdad Esfahbod | 3d9a030 | 2018-10-18 05:58:17 -0700 | [diff] [blame] | 1262 | * Since: 2.0.0 |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1263 | **/ |
| 1264 | unsigned int |
| 1265 | hb_ot_layout_feature_get_characters (hb_face_t *face, |
| 1266 | hb_tag_t table_tag, |
| 1267 | unsigned int feature_index, |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1268 | unsigned int start_offset, |
| 1269 | unsigned int *char_count, /* IN/OUT. May be NULL */ |
| 1270 | hb_codepoint_t *characters /* OUT. May be NULL */) |
| 1271 | { |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1272 | const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); |
| 1273 | |
Behdad Esfahbod | c0a6814 | 2018-10-12 16:05:56 -0400 | [diff] [blame] | 1274 | hb_tag_t feature_tag = g.get_feature_tag (feature_index); |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1275 | const OT::Feature &f = g.get_feature (feature_index); |
| 1276 | |
| 1277 | const OT::FeatureParams &feature_params = f.get_feature_params (); |
| 1278 | |
| 1279 | const OT::FeatureParamsCharacterVariants& cv_params = |
| 1280 | feature_params.get_character_variants_params(feature_tag); |
Ebrahim Byagowi | 6310943 | 2018-10-13 14:00:05 +0330 | [diff] [blame] | 1281 | |
| 1282 | unsigned int len = 0; |
| 1283 | if (char_count && characters && start_offset < cv_params.characters.len) |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1284 | { |
Ebrahim Byagowi | 6310943 | 2018-10-13 14:00:05 +0330 | [diff] [blame] | 1285 | len = MIN (cv_params.characters.len - start_offset, *char_count); |
| 1286 | for (unsigned int i = 0; i < len; ++i) |
| 1287 | characters[i] = cv_params.characters[start_offset + i]; |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1288 | } |
Ebrahim Byagowi | 6310943 | 2018-10-13 14:00:05 +0330 | [diff] [blame] | 1289 | if (char_count) *char_count = len; |
| 1290 | return cv_params.characters.len; |
Ebrahim Byagowi | dc49bd8 | 2018-10-12 03:00:59 +0330 | [diff] [blame] | 1291 | } |
| 1292 | |
Behdad Esfahbod | d2c9681 | 2013-05-02 18:18:24 -0400 | [diff] [blame] | 1293 | |
| 1294 | /* |
Behdad Esfahbod | bac1dd6 | 2013-05-02 18:52:24 -0400 | [diff] [blame] | 1295 | * Parts of different types are implemented here such that they have direct |
Behdad Esfahbod | d2c9681 | 2013-05-02 18:18:24 -0400 | [diff] [blame] | 1296 | * access to GSUB/GPOS lookups. |
| 1297 | */ |
| 1298 | |
| 1299 | |
Behdad Esfahbod | bac1dd6 | 2013-05-02 18:52:24 -0400 | [diff] [blame] | 1300 | struct GSUBProxy |
| 1301 | { |
Behdad Esfahbod | fda994e | 2018-09-07 15:02:57 -0400 | [diff] [blame] | 1302 | enum { table_index = 0 }; |
Behdad Esfahbod | 44cbd2e | 2018-11-29 14:53:43 -0500 | [diff] [blame] | 1303 | enum { inplace = false }; |
Behdad Esfahbod | bac1dd6 | 2013-05-02 18:52:24 -0400 | [diff] [blame] | 1304 | typedef OT::SubstLookup Lookup; |
| 1305 | |
| 1306 | GSUBProxy (hb_face_t *face) : |
Behdad Esfahbod | 0fe7a74 | 2018-11-05 23:08:33 -0500 | [diff] [blame] | 1307 | table (*face->table.GSUB->table), |
| 1308 | accels (face->table.GSUB->accels) {} |
Behdad Esfahbod | bac1dd6 | 2013-05-02 18:52:24 -0400 | [diff] [blame] | 1309 | |
| 1310 | const OT::GSUB &table; |
Behdad Esfahbod | 97e5913 | 2018-10-10 11:41:05 -0400 | [diff] [blame] | 1311 | const OT::hb_ot_layout_lookup_accelerator_t *accels; |
Behdad Esfahbod | bac1dd6 | 2013-05-02 18:52:24 -0400 | [diff] [blame] | 1312 | }; |
| 1313 | |
| 1314 | struct GPOSProxy |
| 1315 | { |
Behdad Esfahbod | fda994e | 2018-09-07 15:02:57 -0400 | [diff] [blame] | 1316 | enum { table_index = 1 }; |
Behdad Esfahbod | 44cbd2e | 2018-11-29 14:53:43 -0500 | [diff] [blame] | 1317 | enum { inplace = true }; |
Behdad Esfahbod | bac1dd6 | 2013-05-02 18:52:24 -0400 | [diff] [blame] | 1318 | typedef OT::PosLookup Lookup; |
| 1319 | |
| 1320 | GPOSProxy (hb_face_t *face) : |
Behdad Esfahbod | 0fe7a74 | 2018-11-05 23:08:33 -0500 | [diff] [blame] | 1321 | table (*face->table.GPOS->table), |
| 1322 | accels (face->table.GPOS->accels) {} |
Behdad Esfahbod | bac1dd6 | 2013-05-02 18:52:24 -0400 | [diff] [blame] | 1323 | |
| 1324 | const OT::GPOS &table; |
Behdad Esfahbod | 97e5913 | 2018-10-10 11:41:05 -0400 | [diff] [blame] | 1325 | const OT::hb_ot_layout_lookup_accelerator_t *accels; |
Behdad Esfahbod | bac1dd6 | 2013-05-02 18:52:24 -0400 | [diff] [blame] | 1326 | }; |
| 1327 | |
| 1328 | |
Behdad Esfahbod | e2f50f2 | 2015-02-19 17:15:05 +0300 | [diff] [blame] | 1329 | static inline bool |
Behdad Esfahbod | fd03449 | 2018-01-17 16:46:51 -0800 | [diff] [blame] | 1330 | apply_forward (OT::hb_ot_apply_context_t *c, |
Behdad Esfahbod | 78c09bf | 2018-10-10 11:50:46 -0400 | [diff] [blame] | 1331 | const OT::hb_ot_layout_lookup_accelerator_t &accel) |
Behdad Esfahbod | e2f50f2 | 2015-02-19 17:15:05 +0300 | [diff] [blame] | 1332 | { |
| 1333 | bool ret = false; |
| 1334 | hb_buffer_t *buffer = c->buffer; |
Behdad Esfahbod | 7185b27 | 2018-05-31 20:03:00 -0700 | [diff] [blame] | 1335 | while (buffer->idx < buffer->len && buffer->successful) |
Behdad Esfahbod | e2f50f2 | 2015-02-19 17:15:05 +0300 | [diff] [blame] | 1336 | { |
Behdad Esfahbod | 3e70452 | 2016-01-11 17:38:41 +0000 | [diff] [blame] | 1337 | bool applied = false; |
Behdad Esfahbod | e2f50f2 | 2015-02-19 17:15:05 +0300 | [diff] [blame] | 1338 | if (accel.may_have (buffer->cur().codepoint) && |
| 1339 | (buffer->cur().mask & c->lookup_mask) && |
Behdad Esfahbod | 3e70452 | 2016-01-11 17:38:41 +0000 | [diff] [blame] | 1340 | c->check_glyph_property (&buffer->cur(), c->lookup_props)) |
| 1341 | { |
Behdad Esfahbod | e78549e | 2018-10-10 11:54:48 -0400 | [diff] [blame] | 1342 | applied = accel.apply (c); |
Behdad Esfahbod | 3e70452 | 2016-01-11 17:38:41 +0000 | [diff] [blame] | 1343 | } |
| 1344 | |
| 1345 | if (applied) |
Behdad Esfahbod | e2f50f2 | 2015-02-19 17:15:05 +0300 | [diff] [blame] | 1346 | ret = true; |
| 1347 | else |
| 1348 | buffer->next_glyph (); |
| 1349 | } |
| 1350 | return ret; |
| 1351 | } |
| 1352 | |
Behdad Esfahbod | e2f50f2 | 2015-02-19 17:15:05 +0300 | [diff] [blame] | 1353 | static inline bool |
Behdad Esfahbod | fd03449 | 2018-01-17 16:46:51 -0800 | [diff] [blame] | 1354 | apply_backward (OT::hb_ot_apply_context_t *c, |
Behdad Esfahbod | 78c09bf | 2018-10-10 11:50:46 -0400 | [diff] [blame] | 1355 | const OT::hb_ot_layout_lookup_accelerator_t &accel) |
Behdad Esfahbod | e2f50f2 | 2015-02-19 17:15:05 +0300 | [diff] [blame] | 1356 | { |
| 1357 | bool ret = false; |
| 1358 | hb_buffer_t *buffer = c->buffer; |
| 1359 | do |
| 1360 | { |
| 1361 | if (accel.may_have (buffer->cur().codepoint) && |
| 1362 | (buffer->cur().mask & c->lookup_mask) && |
Behdad Esfahbod | 3e70452 | 2016-01-11 17:38:41 +0000 | [diff] [blame] | 1363 | c->check_glyph_property (&buffer->cur(), c->lookup_props)) |
Behdad Esfahbod | 9af983a | 2018-11-07 16:03:09 -0500 | [diff] [blame] | 1364 | ret |= accel.apply (c); |
| 1365 | |
Behdad Esfahbod | e2f50f2 | 2015-02-19 17:15:05 +0300 | [diff] [blame] | 1366 | /* The reverse lookup doesn't "advance" cursor (for good reason). */ |
| 1367 | buffer->idx--; |
| 1368 | |
| 1369 | } |
| 1370 | while ((int) buffer->idx >= 0); |
| 1371 | return ret; |
| 1372 | } |
| 1373 | |
Behdad Esfahbod | 45f3d98 | 2013-05-03 17:49:44 -0400 | [diff] [blame] | 1374 | template <typename Proxy> |
Behdad Esfahbod | 1d4a328 | 2015-02-19 11:33:30 +0300 | [diff] [blame] | 1375 | static inline void |
Behdad Esfahbod | fd03449 | 2018-01-17 16:46:51 -0800 | [diff] [blame] | 1376 | apply_string (OT::hb_ot_apply_context_t *c, |
Behdad Esfahbod | 45f3d98 | 2013-05-03 17:49:44 -0400 | [diff] [blame] | 1377 | const typename Proxy::Lookup &lookup, |
Behdad Esfahbod | 97e5913 | 2018-10-10 11:41:05 -0400 | [diff] [blame] | 1378 | const OT::hb_ot_layout_lookup_accelerator_t &accel) |
Behdad Esfahbod | 45f3d98 | 2013-05-03 17:49:44 -0400 | [diff] [blame] | 1379 | { |
Behdad Esfahbod | ac8cd51 | 2013-10-18 19:33:09 +0200 | [diff] [blame] | 1380 | hb_buffer_t *buffer = c->buffer; |
Behdad Esfahbod | 45f3d98 | 2013-05-03 17:49:44 -0400 | [diff] [blame] | 1381 | |
Behdad Esfahbod | 5337db2 | 2015-11-06 16:18:09 -0800 | [diff] [blame] | 1382 | if (unlikely (!buffer->len || !c->lookup_mask)) |
Behdad Esfahbod | 1d4a328 | 2015-02-19 11:33:30 +0300 | [diff] [blame] | 1383 | return; |
Behdad Esfahbod | 45f3d98 | 2013-05-03 17:49:44 -0400 | [diff] [blame] | 1384 | |
Behdad Esfahbod | 2c8b3b2 | 2015-08-18 14:36:43 +0100 | [diff] [blame] | 1385 | c->set_lookup_props (lookup.get_props ()); |
Behdad Esfahbod | 45f3d98 | 2013-05-03 17:49:44 -0400 | [diff] [blame] | 1386 | |
| 1387 | if (likely (!lookup.is_reverse ())) |
| 1388 | { |
| 1389 | /* in/out forward substitution/positioning */ |
| 1390 | if (Proxy::table_index == 0) |
Behdad Esfahbod | ac8cd51 | 2013-10-18 19:33:09 +0200 | [diff] [blame] | 1391 | buffer->clear_output (); |
| 1392 | buffer->idx = 0; |
Behdad Esfahbod | 45f3d98 | 2013-05-03 17:49:44 -0400 | [diff] [blame] | 1393 | |
Behdad Esfahbod | 640b66c | 2015-02-19 17:30:05 +0300 | [diff] [blame] | 1394 | bool ret; |
Behdad Esfahbod | 78c09bf | 2018-10-10 11:50:46 -0400 | [diff] [blame] | 1395 | ret = apply_forward (c, accel); |
Behdad Esfahbod | 640b66c | 2015-02-19 17:30:05 +0300 | [diff] [blame] | 1396 | if (ret) |
Behdad Esfahbod | 9d9e72e | 2013-05-03 18:10:10 -0400 | [diff] [blame] | 1397 | { |
Behdad Esfahbod | 6ffc007 | 2013-10-28 19:26:02 +0100 | [diff] [blame] | 1398 | if (!Proxy::inplace) |
Behdad Esfahbod | ac8cd51 | 2013-10-18 19:33:09 +0200 | [diff] [blame] | 1399 | buffer->swap_buffers (); |
Behdad Esfahbod | 9d9e72e | 2013-05-03 18:10:10 -0400 | [diff] [blame] | 1400 | else |
Behdad Esfahbod | 1d4a328 | 2015-02-19 11:33:30 +0300 | [diff] [blame] | 1401 | assert (!buffer->has_separate_output ()); |
Behdad Esfahbod | 9d9e72e | 2013-05-03 18:10:10 -0400 | [diff] [blame] | 1402 | } |
Behdad Esfahbod | 45f3d98 | 2013-05-03 17:49:44 -0400 | [diff] [blame] | 1403 | } |
| 1404 | else |
| 1405 | { |
| 1406 | /* in-place backward substitution/positioning */ |
| 1407 | if (Proxy::table_index == 0) |
Behdad Esfahbod | ac8cd51 | 2013-10-18 19:33:09 +0200 | [diff] [blame] | 1408 | buffer->remove_output (); |
| 1409 | buffer->idx = buffer->len - 1; |
Behdad Esfahbod | 45f3d98 | 2013-05-03 17:49:44 -0400 | [diff] [blame] | 1410 | |
Behdad Esfahbod | 78c09bf | 2018-10-10 11:50:46 -0400 | [diff] [blame] | 1411 | apply_backward (c, accel); |
Behdad Esfahbod | 45f3d98 | 2013-05-03 17:49:44 -0400 | [diff] [blame] | 1412 | } |
Behdad Esfahbod | 45f3d98 | 2013-05-03 17:49:44 -0400 | [diff] [blame] | 1413 | } |
| 1414 | |
Behdad Esfahbod | bac1dd6 | 2013-05-02 18:52:24 -0400 | [diff] [blame] | 1415 | template <typename Proxy> |
| 1416 | inline void hb_ot_map_t::apply (const Proxy &proxy, |
Behdad Esfahbod | d2c9681 | 2013-05-02 18:18:24 -0400 | [diff] [blame] | 1417 | const hb_ot_shape_plan_t *plan, |
| 1418 | hb_font_t *font, |
| 1419 | hb_buffer_t *buffer) const |
| 1420 | { |
Behdad Esfahbod | bac1dd6 | 2013-05-02 18:52:24 -0400 | [diff] [blame] | 1421 | const unsigned int table_index = proxy.table_index; |
Behdad Esfahbod | d2c9681 | 2013-05-02 18:18:24 -0400 | [diff] [blame] | 1422 | unsigned int i = 0; |
Behdad Esfahbod | fd03449 | 2018-01-17 16:46:51 -0800 | [diff] [blame] | 1423 | OT::hb_ot_apply_context_t c (table_index, font, buffer); |
Behdad Esfahbod | 45f3d98 | 2013-05-03 17:49:44 -0400 | [diff] [blame] | 1424 | c.set_recurse_func (Proxy::Lookup::apply_recurse_func); |
Behdad Esfahbod | d2c9681 | 2013-05-02 18:18:24 -0400 | [diff] [blame] | 1425 | |
| 1426 | for (unsigned int stage_index = 0; stage_index < stages[table_index].len; stage_index++) { |
| 1427 | const stage_map_t *stage = &stages[table_index][stage_index]; |
| 1428 | for (; i < stage->last_lookup; i++) |
Behdad Esfahbod | bac1dd6 | 2013-05-02 18:52:24 -0400 | [diff] [blame] | 1429 | { |
| 1430 | unsigned int lookup_index = lookups[table_index][i].index; |
Behdad Esfahbod | 0475ef2 | 2015-12-18 18:17:07 +0000 | [diff] [blame] | 1431 | if (!buffer->message (font, "start lookup %d", lookup_index)) continue; |
Behdad Esfahbod | 2c8b3b2 | 2015-08-18 14:36:43 +0100 | [diff] [blame] | 1432 | c.set_lookup_index (lookup_index); |
Behdad Esfahbod | bac1dd6 | 2013-05-02 18:52:24 -0400 | [diff] [blame] | 1433 | c.set_lookup_mask (lookups[table_index][i].mask); |
| 1434 | c.set_auto_zwj (lookups[table_index][i].auto_zwj); |
Behdad Esfahbod | cdf1fd0 | 2017-07-14 12:43:34 +0100 | [diff] [blame] | 1435 | c.set_auto_zwnj (lookups[table_index][i].auto_zwnj); |
David Corbett | c2a75e0 | 2018-01-25 14:22:03 -0500 | [diff] [blame] | 1436 | if (lookups[table_index][i].random) |
| 1437 | { |
David Corbett | b545e27 | 2018-02-23 12:22:32 -0500 | [diff] [blame] | 1438 | c.set_random (true); |
David Corbett | c2a75e0 | 2018-01-25 14:22:03 -0500 | [diff] [blame] | 1439 | buffer->unsafe_to_break_all (); |
| 1440 | } |
Behdad Esfahbod | 45f3d98 | 2013-05-03 17:49:44 -0400 | [diff] [blame] | 1441 | apply_string<Proxy> (&c, |
| 1442 | proxy.table.get_lookup (lookup_index), |
| 1443 | proxy.accels[lookup_index]); |
Behdad Esfahbod | 0475ef2 | 2015-12-18 18:17:07 +0000 | [diff] [blame] | 1444 | (void) buffer->message (font, "end lookup %d", lookup_index); |
Behdad Esfahbod | bac1dd6 | 2013-05-02 18:52:24 -0400 | [diff] [blame] | 1445 | } |
Behdad Esfahbod | d2c9681 | 2013-05-02 18:18:24 -0400 | [diff] [blame] | 1446 | |
| 1447 | if (stage->pause_func) |
| 1448 | { |
| 1449 | buffer->clear_output (); |
| 1450 | stage->pause_func (plan, font, buffer); |
| 1451 | } |
| 1452 | } |
| 1453 | } |
| 1454 | |
| 1455 | void hb_ot_map_t::substitute (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const |
| 1456 | { |
Behdad Esfahbod | bac1dd6 | 2013-05-02 18:52:24 -0400 | [diff] [blame] | 1457 | GSUBProxy proxy (font->face); |
| 1458 | apply (proxy, plan, font, buffer); |
Behdad Esfahbod | d2c9681 | 2013-05-02 18:18:24 -0400 | [diff] [blame] | 1459 | } |
| 1460 | |
| 1461 | void hb_ot_map_t::position (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const |
| 1462 | { |
Behdad Esfahbod | bac1dd6 | 2013-05-02 18:52:24 -0400 | [diff] [blame] | 1463 | GPOSProxy proxy (font->face); |
| 1464 | apply (proxy, plan, font, buffer); |
| 1465 | } |
| 1466 | |
Behdad Esfahbod | cdab20d | 2018-02-10 15:45:17 -0600 | [diff] [blame] | 1467 | void |
Behdad Esfahbod | fd03449 | 2018-01-17 16:46:51 -0800 | [diff] [blame] | 1468 | hb_ot_layout_substitute_lookup (OT::hb_ot_apply_context_t *c, |
Behdad Esfahbod | bac1dd6 | 2013-05-02 18:52:24 -0400 | [diff] [blame] | 1469 | const OT::SubstLookup &lookup, |
Behdad Esfahbod | 97e5913 | 2018-10-10 11:41:05 -0400 | [diff] [blame] | 1470 | const OT::hb_ot_layout_lookup_accelerator_t &accel) |
Behdad Esfahbod | bac1dd6 | 2013-05-02 18:52:24 -0400 | [diff] [blame] | 1471 | { |
Behdad Esfahbod | 45f3d98 | 2013-05-03 17:49:44 -0400 | [diff] [blame] | 1472 | apply_string<GSUBProxy> (c, lookup, accel); |
Behdad Esfahbod | d2c9681 | 2013-05-02 18:18:24 -0400 | [diff] [blame] | 1473 | } |
Ebrahim Byagowi | b8a78ce | 2018-11-03 22:28:30 +0330 | [diff] [blame] | 1474 | |
| 1475 | #if 0 |
| 1476 | static const OT::BASE& _get_base (hb_face_t *face) |
| 1477 | { |
Behdad Esfahbod | 0fe7a74 | 2018-11-05 23:08:33 -0500 | [diff] [blame] | 1478 | return *face->table.BASE; |
Ebrahim Byagowi | b8a78ce | 2018-11-03 22:28:30 +0330 | [diff] [blame] | 1479 | } |
| 1480 | |
| 1481 | hb_bool_t |
| 1482 | hb_ot_layout_get_baseline (hb_font_t *font, |
| 1483 | hb_ot_layout_baseline_t baseline, |
| 1484 | hb_direction_t direction, |
| 1485 | hb_tag_t script_tag, |
| 1486 | hb_tag_t language_tag, |
| 1487 | hb_position_t *coord /* OUT. May be NULL. */) |
| 1488 | { |
| 1489 | const OT::BASE &base = _get_base (font->face); |
| 1490 | bool result = base.get_baseline (font, baseline, direction, script_tag, |
| 1491 | language_tag, coord); |
| 1492 | |
| 1493 | /* TODO: Simulate https://docs.microsoft.com/en-us/typography/opentype/spec/baselinetags#ideographic-em-box */ |
| 1494 | if (!result && coord) *coord = 0; |
| 1495 | |
| 1496 | if (coord) *coord = font->em_scale_dir (*coord, direction); |
| 1497 | |
| 1498 | return result; |
| 1499 | } |
| 1500 | |
| 1501 | /* To be moved to public header */ |
| 1502 | /* |
| 1503 | * BASE |
| 1504 | */ |
| 1505 | |
| 1506 | /** |
| 1507 | * hb_ot_layout_baseline_t: |
| 1508 | * |
| 1509 | * https://docs.microsoft.com/en-us/typography/opentype/spec/baselinetags |
| 1510 | * |
| 1511 | * Since: DONTREPLACEME |
| 1512 | */ |
| 1513 | typedef enum { |
| 1514 | HB_OT_LAYOUT_BASELINE_HANG = HB_TAG('h','a','n','g'), |
| 1515 | HB_OT_LAYOUT_BASELINE_ICFB = HB_TAG('i','c','f','b'), |
| 1516 | HB_OT_LAYOUT_BASELINE_ICFT = HB_TAG('i','c','f','t'), |
| 1517 | HB_OT_LAYOUT_BASELINE_IDEO = HB_TAG('i','d','e','o'), |
| 1518 | HB_OT_LAYOUT_BASELINE_IDTB = HB_TAG('i','d','t','b'), |
| 1519 | HB_OT_LAYOUT_BASELINE_MATH = HB_TAG('m','a','t','h'), |
| 1520 | HB_OT_LAYOUT_BASELINE_ROMN = HB_TAG('r','o','m','n') |
| 1521 | } hb_ot_layout_baseline_t; |
| 1522 | |
| 1523 | HB_EXTERN hb_bool_t |
| 1524 | hb_ot_layout_get_baseline (hb_font_t *font, |
| 1525 | hb_ot_layout_baseline_t baseline, |
| 1526 | hb_direction_t direction, |
| 1527 | hb_tag_t script_tag, |
| 1528 | hb_tag_t language_tag, |
| 1529 | hb_position_t *coord /* OUT. May be NULL. */); |
| 1530 | |
| 1531 | #endif |