1<?xml version="1.0" encoding="UTF-8"?> 2<!-- Copyright (C) 2021 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15--> 16<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="3.9"> 17 18 <GlyphOrder> 19 <!-- The 'id' attribute is only for humans; it is ignored when parsed. --> 20 <GlyphID name=".notdef"/> 21 22 <!-- Compbining characters for Emoji --> 23 <GlyphID name="U+200D"/> 24 <GlyphID name="U+1F3FB"/> 25 <GlyphID name="U+1F3FC"/> 26 27 <!-- Random Emoji --> 28 <GlyphID name="U+1F9B0"/> 29 <GlyphID name="U+1F9B1"/> 30 <GlyphID name="U+1F9B2"/> 31 <GlyphID name="U+1F9B3"/> 32 <GlyphID name="U+1F9B4"/> 33 <GlyphID name="U+1F9B5"/> 34 <!-- 35 Following four glyphs are removed from EmojiBase.ttf for verifying fallback. 36 <GlyphID name="U+1F9B6"/> 37 <GlyphID name="U+1F9B7"/> 38 <GlyphID name="U+1F9B8"/> 39 <GlyphID name="U+1F9B9"/> 40 --> 41 <GlyphID name="U+1F9BA"/> 42 43 <!-- Ligature Form. Not in cmap --> 44 <GlyphID name="LigaForm1"/> 45 <GlyphID name="LigaForm2"/> 46 <GlyphID name="LigaForm3"/> 47 <!-- 48 Following glyphs are removed from EmojiBase.ttf for verifying fallback. 49 <GlyphID name="LigaForm4"/> 50 <GlyphID name="LigaForm5"/> 51 --> 52 <GlyphID name="LigaForm6"/> 53 <!-- 54 Following glyph is removed from EmojiBase.ttf for verifying fallback. 55 <GlyphID name="LigaForm7"/> 56 --> 57 58 <GlyphID name="U+1F1E6"/> 59 <GlyphID name="U+1F1E7"/> 60 61 <!-- Tag Character --> 62 <GlyphID name="U+E0001"/> 63 <GlyphID name="U+E0002"/> 64 <GlyphID name="U+E0003"/> 65 <GlyphID name="U+E0004"/> 66 <GlyphID name="U+E007F"/> 67 68 </GlyphOrder> 69 70 <head> 71 <!-- Most of this table will be recalculated by the compiler --> 72 <tableVersion value="1.0"/> 73 <fontRevision value="1.0"/> 74 <checkSumAdjustment value="0x640cdb2f"/> 75 <magicNumber value="0x5f0f3cf5"/> 76 <flags value="00000000 00000011"/> 77 <unitsPerEm value="1000"/> 78 <created value="Wed Sep 9 08:01:17 2015"/> 79 <modified value="Wed Sep 9 08:48:07 2015"/> 80 <xMin value="0"/> 81 <yMin value="0"/> 82 <xMax value="0"/> 83 <yMax value="0"/> 84 <macStyle value="00000000 00000000"/> 85 <lowestRecPPEM value="7"/> 86 <fontDirectionHint value="2"/> 87 <indexToLocFormat value="0"/> 88 <glyphDataFormat value="0"/> 89 </head> 90 91 <hhea> 92 <tableVersion value="0x00010000"/> 93 <ascent value="1000"/> 94 <descent value="-200"/> 95 <lineGap value="0"/> 96 <advanceWidthMax value="500"/> 97 <minLeftSideBearing value="0"/> 98 <minRightSideBearing value="0"/> 99 <xMaxExtent value="0"/> 100 <caretSlopeRise value="1"/> 101 <caretSlopeRun value="0"/> 102 <caretOffset value="0"/> 103 <reserved0 value="0"/> 104 <reserved1 value="0"/> 105 <reserved2 value="0"/> 106 <reserved3 value="0"/> 107 <metricDataFormat value="0"/> 108 <numberOfHMetrics value="1"/> 109 </hhea> 110 111 <maxp> 112 <!-- Most of this table will be recalculated by the compiler --> 113 <tableVersion value="0x10000"/> 114 <numGlyphs value="8"/> 115 <maxPoints value="0"/> 116 <maxContours value="0"/> 117 <maxCompositePoints value="0"/> 118 <maxCompositeContours value="0"/> 119 <maxZones value="2"/> 120 <maxTwilightPoints value="12"/> 121 <maxStorage value="28"/> 122 <maxFunctionDefs value="119"/> 123 <maxInstructionDefs value="0"/> 124 <maxStackElements value="61"/> 125 <maxSizeOfInstructions value="2967"/> 126 <maxComponentElements value="0"/> 127 <maxComponentDepth value="0"/> 128 </maxp> 129 130 <OS_2> 131 <!-- The fields 'usFirstCharIndex' and 'usLastCharIndex' 132 will be recalculated by the compiler --> 133 <version value="3"/> 134 <xAvgCharWidth value="594"/> 135 <usWeightClass value="400"/> 136 <usWidthClass value="5"/> 137 <fsType value="00000000 00001000"/> 138 <ySubscriptXSize value="650"/> 139 <ySubscriptYSize value="600"/> 140 <ySubscriptXOffset value="0"/> 141 <ySubscriptYOffset value="75"/> 142 <ySuperscriptXSize value="650"/> 143 <ySuperscriptYSize value="600"/> 144 <ySuperscriptXOffset value="0"/> 145 <ySuperscriptYOffset value="350"/> 146 <yStrikeoutSize value="50"/> 147 <yStrikeoutPosition value="300"/> 148 <sFamilyClass value="0"/> 149 <panose> 150 <bFamilyType value="0"/> 151 <bSerifStyle value="0"/> 152 <bWeight value="5"/> 153 <bProportion value="0"/> 154 <bContrast value="0"/> 155 <bStrokeVariation value="0"/> 156 <bArmStyle value="0"/> 157 <bLetterForm value="0"/> 158 <bMidline value="0"/> 159 <bXHeight value="0"/> 160 </panose> 161 <ulUnicodeRange1 value="00000000 00000000 00000000 00000001"/> 162 <ulUnicodeRange2 value="00000000 00000000 00000000 00000000"/> 163 <ulUnicodeRange3 value="00000000 00000000 00000000 00000000"/> 164 <ulUnicodeRange4 value="00000000 00000000 00000000 00000000"/> 165 <achVendID value="UKWN"/> 166 <fsSelection value="00000000 01000000"/> 167 <usFirstCharIndex value="48"/> 168 <usLastCharIndex value="65535"/> 169 <sTypoAscender value="800"/> 170 <sTypoDescender value="-200"/> 171 <sTypoLineGap value="200"/> 172 <usWinAscent value="1000"/> 173 <usWinDescent value="200"/> 174 <ulCodePageRange1 value="00000000 00000000 00000000 00000001"/> 175 <ulCodePageRange2 value="00000000 00000000 00000000 00000000"/> 176 <sxHeight value="500"/> 177 <sCapHeight value="700"/> 178 <usDefaultChar value="0"/> 179 <usBreakChar value="32"/> 180 <usMaxContext value="0"/> 181 </OS_2> 182 183 <hmtx> 184 <mtx name=".notdef" width="500" lsb="93"/> 185 <mtx name="U+200D" width="500" lsb="93"/> 186 <mtx name="U+1F1E6" width="500" lsb="93"/> 187 <mtx name="U+1F1E7" width="500" lsb="93"/> 188 <mtx name="U+1F3FB" width="500" lsb="93"/> 189 <mtx name="U+1F3FC" width="500" lsb="93"/> 190 <mtx name="U+1F9B0" width="500" lsb="93"/> 191 <mtx name="U+1F9B1" width="500" lsb="93"/> 192 <mtx name="U+1F9B2" width="500" lsb="93"/> 193 <mtx name="U+1F9B3" width="500" lsb="93"/> 194 <mtx name="U+1F9B4" width="500" lsb="93"/> 195 <mtx name="U+1F9B5" width="500" lsb="93"/> 196 <!-- 197 Following four glyphs are removed from EmojiBase.ttf for verifying fallback. 198 <mtx name="U+1F9B6" width="500" lsb="93"/> 199 <mtx name="U+1F9B7" width="500" lsb="93"/> 200 <mtx name="U+1F9B8" width="500" lsb="93"/> 201 <mtx name="U+1F9B9" width="500" lsb="93"/> 202 --> 203 <mtx name="U+1F9BA" width="500" lsb="93"/> 204 <mtx name="U+E0001" width="500" lsb="93"/> 205 <mtx name="U+E0002" width="500" lsb="93"/> 206 <mtx name="U+E0003" width="500" lsb="93"/> 207 <mtx name="U+E0004" width="500" lsb="93"/> 208 <mtx name="U+E007F" width="500" lsb="93"/> 209 <mtx name="LigaForm1" width="500" lsb="93"/> 210 <mtx name="LigaForm2" width="500" lsb="93"/> 211 <mtx name="LigaForm3" width="500" lsb="93"/> 212 <!-- 213 Following two glyphs are removed from EmojiBase.ttf for verifying fallback. 214 <mtx name="LigaForm4" width="500" lsb="93"/> 215 <mtx name="LigaForm5" width="500" lsb="93"/> 216 --> 217 <mtx name="LigaForm6" width="500" lsb="93"/> 218 <!-- 219 Following glyph is removed from EmojiBase.ttf for verifying fallback. 220 <mtx name="LigaForm7" width="500" lsb="93"/> 221 --> 222 </hmtx> 223 224 <cmap> 225 <tableVersion version="0"/> 226 <cmap_format_12 format="12" reserved="0" length="3" nGroups="6" platformID="3" platEncID="1" language="0"> 227 <map code="0x200D" name="U+200D" /> 228 <map code="0x1F1E6" name="U+1F1E6" /> 229 <map code="0x1F1E7" name="U+1F1E7" /> 230 <map code="0x1F3FB" name="U+1F3FB" /> 231 <map code="0x1F3FC" name="U+1F3FC" /> 232 <map code="0x1F9B0" name="U+1F9B0" /> 233 <map code="0x1F9B1" name="U+1F9B1" /> 234 <map code="0x1F9B2" name="U+1F9B2" /> 235 <map code="0x1F9B3" name="U+1F9B3" /> 236 <map code="0x1F9B4" name="U+1F9B4" /> 237 <map code="0x1F9B5" name="U+1F9B5" /> 238 <!-- 239 Following four glyphs are removed from EmojiBase.ttf for verifying fallback. 240 <map code="0x1F9B6" name="U+1F9B6" /> 241 <map code="0x1F9B7" name="U+1F9B7" /> 242 <map code="0x1F9B8" name="U+1F9B8" /> 243 <map code="0x1F9B9" name="U+1F9B9" /> 244 --> 245 <map code="0x1F9BA" name="U+1F9BA" /> 246 <map code="0xE0001" name="U+E0001" /> 247 <map code="0xE0002" name="U+E0002" /> 248 <map code="0xE0003" name="U+E0003" /> 249 <map code="0xE0004" name="U+E0004" /> 250 <map code="0xE007F" name="U+E007F" /> 251 </cmap_format_12> 252 </cmap> 253 254 <loca> 255 <!-- The 'loca' table will be calculated by the compiler --> 256 </loca> 257 258 <glyf> 259 260 <!-- The xMin, yMin, xMax and yMax values 261 will be recalculated by the compiler. --> 262 263 <TTGlyph name=".notdef" xMin="0" yMin="0" xMax="100" yMax="100"> 264 <contour> 265 <pt x="0" y="0" on="1" /> 266 <pt x="100" y="0" on="1" /> 267 <pt x="100" y="100" on="1" /> 268 <pt x="0" y="100" on="1" /> 269 </contour> 270 <instructions><assembly></assembly></instructions> 271 </TTGlyph> 272 <TTGlyph name="U+200D" xMin="0" yMin="0" xMax="100" yMax="100"> 273 <contour> 274 <pt x="0" y="0" on="1" /> 275 <pt x="100" y="0" on="1" /> 276 <pt x="100" y="100" on="1" /> 277 <pt x="0" y="100" on="1" /> 278 </contour> 279 <instructions><assembly></assembly></instructions> 280 </TTGlyph> 281 <TTGlyph name="U+1F1E6" xMin="0" yMin="0" xMax="100" yMax="100"> 282 <contour> 283 <pt x="0" y="0" on="1" /> 284 <pt x="100" y="0" on="1" /> 285 <pt x="100" y="100" on="1" /> 286 <pt x="0" y="100" on="1" /> 287 </contour> 288 <instructions><assembly></assembly></instructions> 289 </TTGlyph> 290 <TTGlyph name="U+1F1E7" xMin="0" yMin="0" xMax="100" yMax="100"> 291 <contour> 292 <pt x="0" y="0" on="1" /> 293 <pt x="100" y="0" on="1" /> 294 <pt x="100" y="100" on="1" /> 295 <pt x="0" y="100" on="1" /> 296 </contour> 297 <instructions><assembly></assembly></instructions> 298 </TTGlyph> 299 <TTGlyph name="U+1F3FB" xMin="0" yMin="0" xMax="100" yMax="100"> 300 <contour> 301 <pt x="0" y="0" on="1" /> 302 <pt x="100" y="0" on="1" /> 303 <pt x="100" y="100" on="1" /> 304 <pt x="0" y="100" on="1" /> 305 </contour> 306 <instructions><assembly></assembly></instructions> 307 </TTGlyph> 308 <TTGlyph name="U+1F3FC" xMin="0" yMin="0" xMax="100" yMax="100"> 309 <contour> 310 <pt x="0" y="0" on="1" /> 311 <pt x="100" y="0" on="1" /> 312 <pt x="100" y="100" on="1" /> 313 <pt x="0" y="100" on="1" /> 314 </contour> 315 <instructions><assembly></assembly></instructions> 316 </TTGlyph> 317 <TTGlyph name="U+1F9B0" xMin="0" yMin="0" xMax="100" yMax="100"> 318 <contour> 319 <pt x="0" y="0" on="1" /> 320 <pt x="100" y="0" on="1" /> 321 <pt x="100" y="100" on="1" /> 322 <pt x="0" y="100" on="1" /> 323 </contour> 324 <instructions><assembly></assembly></instructions> 325 </TTGlyph> 326 <TTGlyph name="U+1F9B1" xMin="0" yMin="0" xMax="100" yMax="100"> 327 <contour> 328 <pt x="0" y="0" on="1" /> 329 <pt x="100" y="0" on="1" /> 330 <pt x="100" y="100" on="1" /> 331 <pt x="0" y="100" on="1" /> 332 </contour> 333 <instructions><assembly></assembly></instructions> 334 </TTGlyph> 335 <TTGlyph name="U+1F9B2" xMin="0" yMin="0" xMax="100" yMax="100"> 336 <contour> 337 <pt x="0" y="0" on="1" /> 338 <pt x="100" y="0" on="1" /> 339 <pt x="100" y="100" on="1" /> 340 <pt x="0" y="100" on="1" /> 341 </contour> 342 <instructions><assembly></assembly></instructions> 343 </TTGlyph> 344 <TTGlyph name="U+1F9B3" xMin="0" yMin="0" xMax="100" yMax="100"> 345 <contour> 346 <pt x="0" y="0" on="1" /> 347 <pt x="100" y="0" on="1" /> 348 <pt x="100" y="100" on="1" /> 349 <pt x="0" y="100" on="1" /> 350 </contour> 351 <instructions><assembly></assembly></instructions> 352 </TTGlyph> 353 <TTGlyph name="U+1F9B4" xMin="0" yMin="0" xMax="100" yMax="100"> 354 <contour> 355 <pt x="0" y="0" on="1" /> 356 <pt x="100" y="0" on="1" /> 357 <pt x="100" y="100" on="1" /> 358 <pt x="0" y="100" on="1" /> 359 </contour> 360 <instructions><assembly></assembly></instructions> 361 </TTGlyph> 362 <TTGlyph name="U+1F9B5" xMin="0" yMin="0" xMax="100" yMax="100"> 363 <contour> 364 <pt x="0" y="0" on="1" /> 365 <pt x="100" y="0" on="1" /> 366 <pt x="100" y="100" on="1" /> 367 <pt x="0" y="100" on="1" /> 368 </contour> 369 <instructions><assembly></assembly></instructions> 370 </TTGlyph> 371 <!-- 372 Following four glyphs are removed from EmojiBase.ttf for verifying fallback. 373 <TTGlyph name="U+1F9B6"> 374 <TTGlyph name="U+1F9B7"> 375 <TTGlyph name="U+1F9B8"> 376 <TTGlyph name="U+1F9B9"> 377 --> 378 <TTGlyph name="U+1F9BA" xMin="0" yMin="0" xMax="100" yMax="100"> 379 <contour> 380 <pt x="0" y="0" on="1" /> 381 <pt x="100" y="0" on="1" /> 382 <pt x="100" y="100" on="1" /> 383 <pt x="0" y="100" on="1" /> 384 </contour> 385 <instructions><assembly></assembly></instructions> 386 </TTGlyph> 387 <TTGlyph name="U+E0001" xMin="0" yMin="0" xMax="100" yMax="100"> 388 <contour> 389 <pt x="0" y="0" on="1" /> 390 <pt x="100" y="0" on="1" /> 391 <pt x="100" y="100" on="1" /> 392 <pt x="0" y="100" on="1" /> 393 </contour> 394 <instructions><assembly></assembly></instructions> 395 </TTGlyph> 396 <TTGlyph name="U+E0002" xMin="0" yMin="0" xMax="100" yMax="100"> 397 <contour> 398 <pt x="0" y="0" on="1" /> 399 <pt x="100" y="0" on="1" /> 400 <pt x="100" y="100" on="1" /> 401 <pt x="0" y="100" on="1" /> 402 </contour> 403 <instructions><assembly></assembly></instructions> 404 </TTGlyph> 405 <TTGlyph name="U+E0003" xMin="0" yMin="0" xMax="100" yMax="100"> 406 <contour> 407 <pt x="0" y="0" on="1" /> 408 <pt x="100" y="0" on="1" /> 409 <pt x="100" y="100" on="1" /> 410 <pt x="0" y="100" on="1" /> 411 </contour> 412 <instructions><assembly></assembly></instructions> 413 </TTGlyph> 414 <TTGlyph name="U+E0004" xMin="0" yMin="0" xMax="100" yMax="100"> 415 <contour> 416 <pt x="0" y="0" on="1" /> 417 <pt x="100" y="0" on="1" /> 418 <pt x="100" y="100" on="1" /> 419 <pt x="0" y="100" on="1" /> 420 </contour> 421 <instructions><assembly></assembly></instructions> 422 </TTGlyph> 423 <TTGlyph name="U+E007F" xMin="0" yMin="0" xMax="100" yMax="100"> 424 <contour> 425 <pt x="0" y="0" on="1" /> 426 <pt x="100" y="0" on="1" /> 427 <pt x="100" y="100" on="1" /> 428 <pt x="0" y="100" on="1" /> 429 </contour> 430 <instructions><assembly></assembly></instructions> 431 </TTGlyph> 432 <TTGlyph name="LigaForm1" xMin="0" yMin="0" xMax="100" yMax="100"> 433 <contour> 434 <pt x="0" y="0" on="1" /> 435 <pt x="100" y="0" on="1" /> 436 <pt x="100" y="100" on="1" /> 437 <pt x="0" y="100" on="1" /> 438 </contour> 439 <instructions><assembly></assembly></instructions> 440 </TTGlyph> 441 <TTGlyph name="LigaForm2" xMin="0" yMin="0" xMax="100" yMax="100"> 442 <contour> 443 <pt x="0" y="0" on="1" /> 444 <pt x="100" y="0" on="1" /> 445 <pt x="100" y="100" on="1" /> 446 <pt x="0" y="100" on="1" /> 447 </contour> 448 <instructions><assembly></assembly></instructions> 449 </TTGlyph> 450 <TTGlyph name="LigaForm3" xMin="0" yMin="0" xMax="100" yMax="100"> 451 <contour> 452 <pt x="0" y="0" on="1" /> 453 <pt x="100" y="0" on="1" /> 454 <pt x="100" y="100" on="1" /> 455 <pt x="0" y="100" on="1" /> 456 </contour> 457 <instructions><assembly></assembly></instructions> 458 </TTGlyph> 459 <!-- 460 Following two glyphs are removed from EmojiBase.ttf for verifying fallback. 461 <TTGlyph name="LigaForm4"> 462 <TTGlyph name="LigaForm5"> 463 --> 464 <TTGlyph name="LigaForm6" xMin="0" yMin="0" xMax="100" yMax="100"> 465 <contour> 466 <pt x="0" y="0" on="1" /> 467 <pt x="100" y="0" on="1" /> 468 <pt x="100" y="100" on="1" /> 469 <pt x="0" y="100" on="1" /> 470 </contour> 471 <instructions><assembly></assembly></instructions> 472 </TTGlyph> 473 <!-- 474 Following glyph is removed from EmojiBase.ttf for verifying fallback. 475 <TTGlyph name="LigaForm7"> 476 --> 477 </glyf> 478 479 <name> 480 <namerecord nameID="1" platformID="3" platEncID="1" langID="0x409"> 481 OverrideEmojiFont 482 </namerecord> 483 <namerecord nameID="2" platformID="3" platEncID="1" langID="0x409"> 484 Regular 485 </namerecord> 486 <namerecord nameID="4" platformID="3" platEncID="1" langID="0x409"> 487 OverrideEmojiFont 488 </namerecord> 489 <namerecord nameID="6" platformID="3" platEncID="1" langID="0x409"> 490 OverrideEmojiFont 491 </namerecord> 492 </name> 493 494 <post> 495 <formatType value="3.0"/> 496 <italicAngle value="0.0"/> 497 <underlinePosition value="-75"/> 498 <underlineThickness value="50"/> 499 <isFixedPitch value="0"/> 500 <minMemType42 value="0"/> 501 <maxMemType42 value="0"/> 502 <minMemType1 value="0"/> 503 <maxMemType1 value="0"/> 504 </post> 505 506 <GSUB> 507 <Version value="0x00010000"/> 508 <ScriptList> 509 <ScriptRecord index="0"> 510 <ScriptTag value="DFLT"/> 511 <Script> 512 <DefaultLangSys> 513 <ReqFeatureIndex value="65535"/> 514 <FeatureIndex index="0" value="0"/> 515 </DefaultLangSys> 516 </Script> 517 </ScriptRecord> 518 </ScriptList> 519 <FeatureList> 520 <FeatureRecord index="0"> 521 <FeatureTag value="ccmp"/> 522 <Feature> 523 <LookupListIndex index="0" value="0"/> 524 </Feature> 525 </FeatureRecord> 526 </FeatureList> 527 <LookupList> 528 <Lookup index="0"> 529 <LookupType value="4"/> 530 <LookupFlag value="0"/> 531 <LigatureSubst index="0" Format="1"> 532 <LigatureSet glyph="U+1F9B0"> 533 <!-- U+1F9B0 U+1F3FB -> LigaForm0 --> 534 <Ligature components="U+1F3FB" glyph="LigaForm1"/> 535 536 <!-- U+1F9B0 U+1F3FC -> LigaForm1 --> 537 <!-- 538 Following ligature is removed from the EmojiBase.ttf for verifying fallback 539 <Ligature components="U+1F3FC" glyph="LigaForm2"/> 540 --> 541 </LigatureSet> 542 <!-- 543 Following ligature is removed from the EmojiBase.ttf for verifying fallback 544 <LigatureSet glyph="U+1F9B1"> 545 <Ligature components="U+1F3FB" glyph="LigaForm3"/> 546 </LigatureSet> 547 --> 548 <LigatureSet glyph="U+1F9B2"> 549 <Ligature components="U+200D,U+1F9B3" glyph="LigaForm3"/> 550 </LigatureSet> 551 <LigatureSet glyph="U+1F9B3"> 552 <Ligature components="U+200D,U+1F9B3,U+200D,U+1F9B4" glyph="LigaForm3"/> 553 </LigatureSet> 554 <!-- 555 Following ligature is removed from the EmojiBase.ttf for verifying fallback 556 <LigatureSet glyph="U+1F9B4"> 557 <Ligature components="U+200D,U+1F9B3,U+200D,U+1F9B4" glyph="LigaForm3"/> 558 </LigatureSet> 559 --> 560 <!-- 561 Following ligature is removed from the EmojIBase.ttf for verifying fallback. 562 <LigatureSet glyph="U+1F9B6"> 563 <Ligature components="U+1F3FB" glyph="LigaForm3"/> 564 </LigatureSet> 565 --> 566 <LigatureSet glyph="U+1F1E6"> 567 <Ligature components="U+1F1E6" glyph="LigaForm6"/> 568 <Ligature components="U+1F1E7" glyph=".notdef"/> 569 </LigatureSet> 570 <LigatureSet glyph="U+1F9BA"> 571 <Ligature components="U+E0001,U+E0002,U+E007F" glyph="LigaForm1"/> 572 <!-- 573 Following ligature is removed from the EmojIBase.ttf for verifying fallback. 574 <Ligature components="U+E0003,U+E0004,U+E007F" glyph="LigaForm1"/> 575 --> 576 </LigatureSet> 577 </LigatureSubst> 578 </Lookup> 579 </LookupList> 580 </GSUB> 581</ttFont> 582