From 00f3fd489733e2e3249927abbeae836fd0b218fd Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 8 Feb 2021 17:13:37 -0800 Subject: [PATCH] February 2021 update (#402) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a significant update to Cascadia Code including a large number of bug fixes as well as updating the font to offer support for Fira Code v5 ligature support. This update supersedes PR #373. Closes #262 - ⏎ added Closes #264 - additional codepoints for control characters added Closes #281 - `!:` and `!.` added Closes #290 - `/\` and `\/` added Closes #301 - `??=` added Closes #324 - ℞ added Closes #327 - `<:>` and other variants implemented via the `calt` refactoring Closes #359 - house added Closes #371 - Added x-height instruction into ttfautohint to control the height of the lowercase. Closes #375 - Completely redesigned quote marks for better recognition Closes #377 - updated hinting to achieve more consistent results Closes #381 - increased height of thetamod Closes #382 - reduced the width of the hooklefts Closes #383 - updated heights on esh, glottalstop, glottalstopreversed Closes #384 - tweaked hinting a little bit. Maybe it'll help :) Closes #386 - added remaining soft-dotting Closes #392 - changed designs of angled quotes (they are now round) Closes #394 - changed former `~=` symbol to a simpler component-based version. Should be less confusing now for Lua / Matlab users. Closes #395 - makes the underline thicker based on font weight Closes #400 - increased size of degree Closes #219 The full control pictures block has been added (u+2400 to u+2426). For purposes of rendering, the two letter abbreviations have been used instead of the standard three letter abbreviations: Additionally, ss20 includes the oft-unused graphical representations of these codepoints (for fun!): Closes #276 (infinite arrows) Full support for Fira Code's current ligature set (with a few exceptions). Now featuring infinite arrows!!! This involved a full refactoring of the `calt` feature—for those interested, it now uses forward-looking substitutions instead of backward-looking substitutions and progressive substitution to reduce code. This also required some redesigning of the greater / lesser related ligatures. Please note, I have also removed all the obsolete ligatures now covered by the arrows code. Closes #329 There was a mismatch in the font's postscript naming conventions that was corrected. Should now render all weights in Word. **Note** there is apparently an additional bug in Mac Word's implementation of variable fonts which should be available in an update mid-Feb. * Not listed – Reworked the hints for the mod and superscript glyphs so that they're bottom-up rather than top-down. This allows for better bottom alignments. Aside from the above changes, this version also includes many other small updates including spacing, outline quality improvements, and fixing hinting. --- .gitignore | 2 + build.py | 52 +- requirements.in | 1 + requirements.txt | 6 +- sources/CascadiaCode-Bold.ufo/features.fea | 1537 +- sources/CascadiaCode-Bold.ufo/fontinfo.plist | 42 +- .../A_lpha-latin.glif | 35 + .../glyphs.public.background/G_stroke.glif | 45 + .../glyphs.public.background/K_aiS_ymbol.glif | 27 + .../glyphs.public.background/N_hookleft.glif | 19 + .../asciitilde_equal.liga.glif | 49 + .../asterisk_parenright.liga.glif | 25 + .../glyphs.public.background/contents.plist | 98 + .../glyphs.public.background/d.glif | 35 + .../dashdownA_rrow.glif | 39 + .../glyphs.public.background/dcaron.alt.glif | 46 + .../glyphs.public.background/degree.glif | 33 + .../glyphs.public.background/g.glif | 39 + .../gheupturn-cy.glif | 17 + .../glyphs.public.background/greater.alt.glif | 15 + .../greater.center.glif | 15 + .../greater_greater_equal_end.seq.glif | 25 + .../greater_greater_equal_middle.seq.glif | 25 + .../greater_greater_equal_start.seq.glif | 25 + .../greater_greater_hyphen_end.seq.glif | 25 + .../greater_greater_hyphen_middle.seq.glif | 25 + .../glyphs.public.background/idotless.glif | 29 + .../glyphs.public.background/integralbt.glif | 37 + .../glyphs.public.background/integraltp.glif | 37 + .../glyphs.public.background/ka-cy.glif | 29 + .../kadescender-cy.glif | 61 + .../glyphs.public.background/kaiS_ymbol.glif | 28 + .../glyphs.public.background/kappa.glif | 29 + .../less_less_equal_end.seq.glif | 25 + .../less_less_equal_middle.seq.glif | 25 + .../less_less_equal_start.seq.glif | 25 + .../less_less_hyphen_end.seq.glif | 25 + .../less_less_hyphen_middle.seq.glif | 25 + .../less_less_hyphen_start.seq.glif | 25 + .../glyphs.public.background/nhookleft.glif | 19 + .../glyphs.public.background/nine.glif | 47 + .../notedbl-musical.glif | 19 + .../numbersign_middle.seq.glif | 29 + .../numbersign_underscore_parenleft.liga.glif | 25 + .../glyphs.public.background/onehalf.glif | 17 + .../glyphs.public.background/p.glif | 52 + .../parenleft_asterisk.liga.glif | 25 + .../quotedblbase.glif | 45 + .../glyphs.public.background/quoteleft.glif | 21 + .../glyphs.public.background/quoteright.glif | 45 + .../quotesinglbase.glif | 45 + .../glyphs.public.background/rho.glif | 42 + .../glyphs.public.background/six.glif | 47 + .../CascadiaCode-Bold.ufo/glyphs/A_-cy.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/A_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/A_.half.glif | 28 + .../glyphs/A_E_acute.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/A_acute.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/A_breve.glif | 2 +- .../glyphs/A_breveacute.glif | 6 +- .../glyphs/A_brevedotbelow.glif | 4 +- .../glyphs/A_brevegrave.glif | 6 +- .../glyphs/A_brevehookabove.glif | 4 +- .../glyphs/A_brevetilde.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/A_caron.glif | 2 +- .../glyphs/A_circumflex.glif | 2 +- .../glyphs/A_circumflexacute.glif | 17 +- .../glyphs/A_circumflexdotbelow.glif | 4 +- .../glyphs/A_circumflexgrave.glif | 6 +- .../glyphs/A_circumflexhookabove.glif | 15 +- .../glyphs/A_circumflextilde.glif | 4 +- .../glyphs/A_dieresis.glif | 2 +- .../glyphs/A_dotbelow.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/A_grave.glif | 4 +- .../glyphs/A_hookabove.glif | 2 +- .../glyphs/A_lpha-latin.glif | 85 +- .../CascadiaCode-Bold.ufo/glyphs/A_lpha.glif | 6 - .../glyphs/A_lphatonos.glif | 6 - .../glyphs/A_macron.glif | 2 +- .../glyphs/A_ogonek.glif | 10 +- .../CascadiaCode-Bold.ufo/glyphs/A_ring.glif | 2 +- .../glyphs/A_ringacute.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/A_small.glif | 10 +- .../glyphs/A_stroke.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/A_tilde.glif | 4 +- sources/CascadiaCode-Bold.ufo/glyphs/B_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/B_.half.glif | 64 + .../CascadiaCode-Bold.ufo/glyphs/B_e-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/B_eta.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/C_.glif | 58 +- .../CascadiaCode-Bold.ufo/glyphs/C_.half.glif | 40 + .../CascadiaCode-Bold.ufo/glyphs/C_acute.glif | 8 +- .../glyphs/C_acute.loclP_L_K_.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/C_caron.glif | 8 +- .../glyphs/C_cedilla.glif | 8 +- .../glyphs/C_circumflex.glif | 8 +- .../glyphs/C_dotaccent.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/C_he-cy.glif | 42 +- .../glyphs/C_hedescender-cy.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/C_hi.glif | 6 - .../glyphs/C_stroke.glif | 14 +- sources/CascadiaCode-Bold.ufo/glyphs/D_.glif | 52 +- .../CascadiaCode-Bold.ufo/glyphs/D_.half.glif | 38 + .../CascadiaCode-Bold.ufo/glyphs/D_caron.glif | 10 +- .../CascadiaCode-Bold.ufo/glyphs/D_croat.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/D_e-cy.glif | 6 - .../glyphs/D_e-cy.loclB_G_R_.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/D_elta.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/D_je-cy.glif | 58 +- .../CascadiaCode-Bold.ufo/glyphs/D_ze-cy.glif | 8 +- .../glyphs/D_zhe-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/E_-cy.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/E_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/E_.half.glif | 36 + .../CascadiaCode-Bold.ufo/glyphs/E_acute.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/E_breve.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/E_caron.glif | 2 +- .../glyphs/E_circumflex.glif | 2 +- .../glyphs/E_circumflexacute.glif | 17 +- .../glyphs/E_circumflexdotbelow.glif | 4 +- .../glyphs/E_circumflexgrave.glif | 6 +- .../glyphs/E_circumflexhookabove.glif | 15 +- .../glyphs/E_circumflextilde.glif | 4 +- .../glyphs/E_dieresis.glif | 2 +- .../glyphs/E_dotaccent.glif | 2 +- .../glyphs/E_dotbelow.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/E_f-cy.glif | 6 - .../glyphs/E_f-cy.loclB_G_R_.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/E_grave.glif | 4 +- .../glyphs/E_hookabove.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/E_l-cy.glif | 6 - .../glyphs/E_l-cy.loclB_G_R_.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/E_m-cy.glif | 6 - .../glyphs/E_macron.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/E_n-cy.glif | 6 - .../glyphs/E_ndescender-cy.glif | 2 - .../CascadiaCode-Bold.ufo/glyphs/E_ng.glif | 4 +- .../glyphs/E_ogonek.glif | 2 +- .../glyphs/E_psilon.glif | 6 - .../glyphs/E_psilontonos.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/E_r-cy.glif | 10 +- .../glyphs/E_reversed-cy.glif | 6 - .../glyphs/E_reversed.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/E_s-cy.glif | 10 +- .../CascadiaCode-Bold.ufo/glyphs/E_sh.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/E_ta.glif | 6 - .../glyphs/E_tatonos.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/E_th.glif | 14 +- .../CascadiaCode-Bold.ufo/glyphs/E_tilde.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/E_zh.glif | 58 +- sources/CascadiaCode-Bold.ufo/glyphs/F_.glif | 26 +- .../CascadiaCode-Bold.ufo/glyphs/F_.half.glif | 30 + sources/CascadiaCode-Bold.ufo/glyphs/G_.glif | 74 +- .../CascadiaCode-Bold.ufo/glyphs/G_.half.glif | 52 + .../CascadiaCode-Bold.ufo/glyphs/G_amma.glif | 10 +- .../glyphs/G_ammaafrican.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/G_breve.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/G_caron.glif | 8 +- .../glyphs/G_circumflex.glif | 8 +- .../glyphs/G_commaaccent.glif | 8 +- .../glyphs/G_dotaccent.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/G_e-cy.glif | 6 - .../glyphs/G_hestroke-cy.glif | 6 +- .../glyphs/G_heupturn-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/G_je-cy.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/G_small.glif | 70 +- .../glyphs/G_stroke.glif | 70 +- sources/CascadiaCode-Bold.ufo/glyphs/H_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/H_.half.glif | 30 + .../CascadiaCode-Bold.ufo/glyphs/H_a-cy.glif | 6 - .../glyphs/H_adescender-cy.glif | 2 - .../glyphs/H_ardsign-cy.glif | 62 +- .../CascadiaCode-Bold.ufo/glyphs/H_bar.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/H_caron.glif | 2 +- .../glyphs/H_circumflex.glif | 2 +- .../glyphs/H_dotbelow.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/I_-cy.glif | 8 +- sources/CascadiaCode-Bold.ufo/glyphs/I_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/I_.half.glif | 30 + .../CascadiaCode-Bold.ufo/glyphs/I_J_.glif | 68 +- .../CascadiaCode-Bold.ufo/glyphs/I_a-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/I_acute.glif | 6 +- .../glyphs/I_acute_J_.loclN_L_D_.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/I_breve.glif | 4 +- .../glyphs/I_circumflex.glif | 4 +- .../glyphs/I_dieresis.glif | 4 +- .../glyphs/I_dotaccent.glif | 4 +- .../glyphs/I_dotbelow.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/I_e-cy.glif | 6 - .../glyphs/I_egrave-cy.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/I_grave.glif | 6 +- .../glyphs/I_hookabove.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/I_i-cy.glif | 6 - .../glyphs/I_igrave-cy.glif | 8 +- .../glyphs/I_ishort-cy.glif | 6 - .../glyphs/I_macron-cy.glif | 6 - .../glyphs/I_macron.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/I_o-cy.glif | 6 - .../glyphs/I_ogonek.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/I_ota.glif | 8 +- .../glyphs/I_otaafrican.glif | 10 +- .../glyphs/I_otadieresis.glif | 8 +- .../glyphs/I_otatonos.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/I_small.glif | 16 +- .../CascadiaCode-Bold.ufo/glyphs/I_tilde.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/I_u-cy.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/J_.glif | 42 +- .../glyphs/J_circumflex.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/J_e-cy.glif | 8 +- sources/CascadiaCode-Bold.ufo/glyphs/K_.glif | 38 +- .../CascadiaCode-Bold.ufo/glyphs/K_.half.glif | 34 + .../CascadiaCode-Bold.ufo/glyphs/K_a-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/K_acute.glif | 8 +- .../glyphs/K_adescender-cy.glif | 6 - .../glyphs/K_aiS_ymbol.glif | 54 +- .../CascadiaCode-Bold.ufo/glyphs/K_appa.glif | 10 +- .../glyphs/K_commaaccent.glif | 8 +- .../glyphs/K_dotbelow.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/K_je-cy.glif | 8 +- .../glyphs/K_linebelow.glif | 8 +- sources/CascadiaCode-Bold.ufo/glyphs/L_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/L_.half.glif | 24 + .../CascadiaCode-Bold.ufo/glyphs/L_acute.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/L_ambda.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/L_bar.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/L_caron.glif | 2 +- .../glyphs/L_commaaccent.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/L_dot.glif | 4 +- .../glyphs/L_dotbelow.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/L_je-cy.glif | 6 - .../glyphs/L_linebelow.glif | 4 +- .../glyphs/L_middletilde.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/L_small.glif | 10 +- sources/CascadiaCode-Bold.ufo/glyphs/M_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/M_.half.glif | 44 + sources/CascadiaCode-Bold.ufo/glyphs/M_u.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/N_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/N_.half.glif | 34 + .../CascadiaCode-Bold.ufo/glyphs/N_acute.glif | 4 +- .../glyphs/N_acute.loclP_L_K_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/N_caron.glif | 2 +- .../glyphs/N_commaaccent.glif | 4 +- .../glyphs/N_hookleft.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/N_je-cy.glif | 6 - .../glyphs/N_linebelow.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/N_tilde.glif | 4 +- sources/CascadiaCode-Bold.ufo/glyphs/N_u.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/O_-cy.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/O_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/O_.half.glif | 40 + .../CascadiaCode-Bold.ufo/glyphs/O_acute.glif | 4 +- .../glyphs/O_acute.loclP_L_K_.glif | 2 +- .../glyphs/O_barred-cy.glif | 2 - .../CascadiaCode-Bold.ufo/glyphs/O_breve.glif | 2 +- .../glyphs/O_circumflex.glif | 2 +- .../glyphs/O_circumflexacute.glif | 17 +- .../glyphs/O_circumflexdotbelow.glif | 4 +- .../glyphs/O_circumflexgrave.glif | 6 +- .../glyphs/O_circumflexhookabove.glif | 15 +- .../glyphs/O_circumflextilde.glif | 4 +- .../glyphs/O_dieresis.glif | 2 +- .../glyphs/O_dotbelow.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/O_grave.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/O_hm.glif | 2 +- .../glyphs/O_hookabove.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/O_horn.glif | 2 +- .../glyphs/O_hornacute.glif | 4 +- .../glyphs/O_horndotbelow.glif | 4 +- .../glyphs/O_horngrave.glif | 4 +- .../glyphs/O_hornhookabove.glif | 2 +- .../glyphs/O_horntilde.glif | 4 +- .../glyphs/O_hungarumlaut.glif | 2 +- .../glyphs/O_macron.glif | 2 +- .../glyphs/O_macronacute.glif | 8 +- .../glyphs/O_macrongrave.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/O_mega.glif | 6 - .../glyphs/O_megatonos.glif | 6 - .../glyphs/O_micron.glif | 6 - .../glyphs/O_microntonos.glif | 6 - .../glyphs/O_ogonek.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/O_open.glif | 52 +- .../glyphs/O_slashacute.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/O_tilde.glif | 4 +- sources/CascadiaCode-Bold.ufo/glyphs/P_.glif | 14 +- .../CascadiaCode-Bold.ufo/glyphs/P_.half.glif | 38 + .../glyphs/P_alochka-cy.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/P_e-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/P_hi.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/P_i.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/P_si.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/Q_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/Q_.half.glif | 38 + sources/CascadiaCode-Bold.ufo/glyphs/R_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/R_.half.glif | 44 + .../CascadiaCode-Bold.ufo/glyphs/R_acute.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/R_caron.glif | 2 +- .../glyphs/R_commaaccent.glif | 6 +- .../glyphs/R_dotbelow.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/R_ho.glif | 8 +- sources/CascadiaCode-Bold.ufo/glyphs/S_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/S_.half.glif | 54 + .../CascadiaCode-Bold.ufo/glyphs/S_acute.glif | 6 +- .../glyphs/S_acute.loclP_L_K_.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/S_caron.glif | 4 +- .../glyphs/S_cedilla.glif | 6 +- .../glyphs/S_chwa-cy.glif | 6 - .../glyphs/S_circumflex.glif | 4 +- .../glyphs/S_commaaccent.glif | 4 +- .../glyphs/S_dotbelow.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/S_ha-cy.glif | 6 - .../glyphs/S_hcha-cy.glif | 6 - .../glyphs/S_hha-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/S_igma.glif | 6 - .../glyphs/S_oftsign-cy.glif | 50 +- sources/CascadiaCode-Bold.ufo/glyphs/T_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/T_.half.glif | 24 + .../CascadiaCode-Bold.ufo/glyphs/T_au.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/T_caron.glif | 2 +- .../glyphs/T_cedilla.glif | 6 +- .../glyphs/T_commaaccent.glif | 4 +- .../glyphs/T_diagonalstroke.glif | 14 +- .../CascadiaCode-Bold.ufo/glyphs/T_e-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/T_heta.glif | 2 - .../glyphs/T_linebelow.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/T_se-cy.glif | 6 - .../glyphs/T_she-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/U_-cy.glif | 42 +- sources/CascadiaCode-Bold.ufo/glyphs/U_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/U_.half.glif | 32 + .../CascadiaCode-Bold.ufo/glyphs/U_acute.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/U_breve.glif | 2 +- .../glyphs/U_circumflex.glif | 2 +- .../glyphs/U_dieresis.glif | 2 +- .../glyphs/U_dotbelow.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/U_grave.glif | 4 +- .../glyphs/U_hookabove.glif | 2 +- .../glyphs/U_hornacute.glif | 4 +- .../glyphs/U_horndotbelow.glif | 4 +- .../glyphs/U_horngrave.glif | 4 +- .../glyphs/U_hornhookabove.glif | 2 +- .../glyphs/U_horntilde.glif | 4 +- .../glyphs/U_hungarumlaut.glif | 2 +- .../glyphs/U_macron-cy.glif | 14 +- .../glyphs/U_macron.glif | 2 +- .../glyphs/U_ogonek.glif | 2 +- .../glyphs/U_psilon.glif | 6 - .../glyphs/U_psilonafrican.glif | 18 +- .../glyphs/U_psilondieresis.glif | 6 - .../glyphs/U_psilontonos.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/U_ring.glif | 2 +- .../glyphs/U_short-cy.glif | 14 +- .../glyphs/U_straight-cy.glif | 6 - .../glyphs/U_straightstroke-cy.glif | 2 - .../CascadiaCode-Bold.ufo/glyphs/U_tilde.glif | 4 +- sources/CascadiaCode-Bold.ufo/glyphs/V_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/V_.half.glif | 22 + .../CascadiaCode-Bold.ufo/glyphs/V_e-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/V_hook.glif | 6 + .../glyphs/V_turned.glif | 2 +- sources/CascadiaCode-Bold.ufo/glyphs/W_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/W_acute.glif | 4 +- .../glyphs/W_circumflex.glif | 2 +- .../glyphs/W_dieresis.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/W_grave.glif | 4 +- sources/CascadiaCode-Bold.ufo/glyphs/X_.glif | 18 +- .../CascadiaCode-Bold.ufo/glyphs/X_.half.glif | 28 + sources/CascadiaCode-Bold.ufo/glyphs/X_i.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/Y_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/Y_.half.glif | 28 + .../CascadiaCode-Bold.ufo/glyphs/Y_acute.glif | 4 +- .../glyphs/Y_circumflex.glif | 2 +- .../glyphs/Y_dieresis.glif | 2 +- .../glyphs/Y_dotbelow.glif | 4 +- .../glyphs/Y_eru-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/Y_grave.glif | 4 +- .../glyphs/Y_hookabove.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/Y_i-cy.glif | 8 +- .../glyphs/Y_macron.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/Y_tilde.glif | 4 +- sources/CascadiaCode-Bold.ufo/glyphs/Z_.glif | 26 +- .../CascadiaCode-Bold.ufo/glyphs/Z_acute.glif | 4 +- .../glyphs/Z_acute.loclP_L_K_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/Z_caron.glif | 2 +- .../glyphs/Z_dotaccent.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/Z_e-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/Z_eta.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/Z_he-cy.glif | 6 - .../glyphs/Z_hedescender-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/a-cy.glif | 8 +- sources/CascadiaCode-Bold.ufo/glyphs/a.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/aacute.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/abreve.glif | 4 +- .../glyphs/abreveacute.glif | 8 +- .../glyphs/abrevedotbelow.glif | 6 +- .../glyphs/abrevegrave.glif | 8 +- .../glyphs/abrevehookabove.glif | 6 +- .../glyphs/abrevetilde.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/acaron.glif | 4 +- .../glyphs/acircumflex.glif | 4 +- .../glyphs/acircumflexacute.glif | 8 +- .../glyphs/acircumflexdotbelow.glif | 6 +- .../glyphs/acircumflexgrave.glif | 8 +- .../glyphs/acircumflexhookabove.glif | 19 +- .../glyphs/acircumflextilde.glif | 6 +- ...ual.liga.glif => acknowledgeC_ontrol.glif} | 24 +- .../glyphs/acknowledgeC_ontrol.ss20.glif | 24 + .../glyphs/acutecomb.case.glif | 16 +- .../glyphs/acutecomb.case.loclP_L_K_.glif | 2 +- .../glyphs/acutecomb.glif | 14 +- .../glyphs/acutecomb.loclP_L_K_.glif | 2 +- .../glyphs/acutetonecomb.glif | 4 +- .../glyphs/adieresis.glif | 4 +- .../glyphs/adotbelow.glif | 6 +- sources/CascadiaCode-Bold.ufo/glyphs/ae.glif | 12 +- .../CascadiaCode-Bold.ufo/glyphs/aeacute.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/agrave.glif | 6 +- .../glyphs/ahookabove.glif | 6 +- .../glyphs/alpha-latin.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/alpha.glif | 84 +- .../glyphs/alphatonos.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/amacron.glif | 4 +- .../glyphs/ampersand_ampersand.liga.glif | 178 +- .../CascadiaCode-Bold.ufo/glyphs/aogonek.glif | 4 +- .../glyphs/apostrophemod.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/aring.glif | 4 +- .../glyphs/aringacute.glif | 6 +- .../glyphs/asciicircum.glif | 16 +- .../glyphs/asciicircum_equal.liga.glif | 34 +- .../glyphs/asciitilde_asciitilde.liga.glif | 110 +- .../asciitilde_asciitilde_greater.liga.glif | 133 +- .../glyphs/asciitilde_at.liga.glif | 180 +- .../glyphs/asciitilde_equal.liga.glif | 36 +- .../glyphs/asciitilde_greater.liga.glif | 85 +- .../glyphs/asciitilde_hyphen.liga.glif | 70 +- .../glyphs/asterisk.glif | 40 +- .../glyphs/asterisk_asterisk.liga.glif | 6 +- .../asterisk_asterisk_asterisk.liga.glif | 8 +- .../glyphs/asterisk_greater.liga.glif | 6 +- .../glyphs/asterisk_parenright.liga.glif | 48 +- .../glyphs/asterisk_slash.liga.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/atilde.glif | 4 +- sources/CascadiaCode-Bold.ufo/glyphs/b.glif | 64 +- .../glyphs/backslash.glif | 8 +- .../glyphs/backslash_backslash.liga.glif | 6 +- .../glyphs/backslash_slash.liga.glif | 14 + .../glyphs/backspaceC_ontrol.glif | 36 + .../glyphs/backspaceC_ontrol.ss20.glif | 36 + .../glyphs/baht.B_R_A_C_K_E_T_.600.glif | 4 +- .../glyphs/bar_bar.liga.glif | 6 +- .../glyphs/bar_bar_bar.liga.glif | 15 + .../glyphs/bar_bar_bar_greater.liga.glif | 28 +- .../glyphs/bar_bar_equal.liga.glif | 45 - .../glyphs/bar_bar_equal_end.seq.glif | 26 + .../glyphs/bar_bar_equal_middle.seq.glif | 38 + .../glyphs/bar_bar_equal_start.seq.glif | 26 + .../glyphs/bar_bar_greater.liga.glif | 26 +- .../glyphs/bar_bar_hyphen_end.seq.glif | 20 + .../glyphs/bar_bar_hyphen_middle.seq.glif | 26 + .../glyphs/bar_bar_hyphen_start.seq.glif | 20 + .../glyphs/bar_braceright.liga.glif | 108 +- .../glyphs/bar_bracketright.liga.glif | 28 +- .../glyphs/bar_equal.liga.glif | 36 - .../glyphs/bar_equal_end.seq.glif | 25 + .../glyphs/bar_equal_middle.seq.glif | 14 + .../glyphs/bar_equal_start.seq.glif | 25 + .../glyphs/bar_greater.liga.glif | 24 +- .../glyphs/bar_hyphen.liga.glif | 30 - .../glyphs/bar_hyphen_end.seq.glif | 19 + .../glyphs/bar_hyphen_middle.seq.glif | 14 + .../glyphs/bar_hyphen_start.seq.glif | 19 + .../glyphs/bar_underscore_middle.seq.glif | 19 + .../CascadiaCode-Bold.ufo/glyphs/be-cy.glif | 82 +- .../glyphs/be-cy.loclS_R_B_.glif | 32 +- ...less_colon.liga.glif => bellC_ontrol.glif} | 15 +- .../glyphs/bellC_ontrol.ss20.glif | 40 + .../CascadiaCode-Bold.ufo/glyphs/beta.glif | 6 - .../glyphs/blackC_ircle.glif | 18 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackH_exagon.glif | 2 +- .../glyphs/blackH_orizontalE_llipse.glif | 2 +- .../glyphs/blackI_nW_hiteD_iamond.glif | 2 +- .../glyphs/blackL_argeC_ircle.glif | 2 +- .../glyphs/blackL_argeS_quare.glif | 2 +- .../glyphs/blackM_ediumD_iamond.glif | 2 +- .../blackM_ediumD_ownT_riangleC_entred.glif | 2 +- .../blackM_ediumL_eftT_riangleC_entred.glif | 2 +- .../glyphs/blackM_ediumL_ozenge.glif | 2 +- .../blackM_ediumR_ightT_riangleC_entred.glif | 2 +- .../blackM_ediumU_pT_riangleC_entred.glif | 2 +- .../glyphs/blackP_arallelogram.glif | 2 +- .../glyphs/blackP_entagon.glif | 2 +- .../glyphs/blackS_mallD_iamond.glif | 2 +- .../glyphs/blackS_mallL_ozenge.glif | 2 +- .../glyphs/blackS_mallS_quare.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/blackV_erticalE_llipse.glif | 2 +- .../glyphs/blackV_erticalR_ect.glif | 2 +- .../glyphs/blackV_erysmallS_quare.glif | 2 +- .../glyphs/blank-braille.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/blank.glif | 33 + .../glyphs/blankS_ymbol.glif | 56 + .../glyphs/bottomH_alfB_lackC_ircle.glif | 2 +- .../glyphs/bottomH_alfB_lackD_iamond.glif | 2 +- .../boxD_oubleD_ownA_ndH_orizontal.glif | 2 +- .../glyphs/boxD_oubleD_ownA_ndL_eft.glif | 2 +- .../glyphs/boxD_oubleD_ownA_ndR_ight.glif | 2 +- .../glyphs/boxD_oubleH_orizontal.glif | 2 +- .../glyphs/boxD_oubleU_pA_ndH_orizontal.glif | 2 +- .../glyphs/boxD_oubleU_pA_ndL_eft.glif | 2 +- .../glyphs/boxD_oubleU_pA_ndR_ight.glif | 2 +- .../glyphs/boxD_oubleV_ertical.glif | 2 +- .../boxD_oubleV_erticalA_ndH_orizontal.glif | 2 +- .../glyphs/boxD_oubleV_erticalA_ndL_eft.glif | 2 +- .../glyphs/boxD_oubleV_erticalA_ndR_ight.glif | 2 +- ...boxD_ownD_oubleA_ndH_orizontalS_ingle.glif | 2 +- .../boxD_ownD_oubleA_ndL_eftS_ingle.glif | 2 +- .../boxD_ownD_oubleA_ndR_ightS_ingle.glif | 2 +- .../boxD_ownH_eavyA_ndH_orizontalL_ight.glif | 2 +- .../glyphs/boxD_ownH_eavyA_ndL_eftL_ight.glif | 2 +- .../boxD_ownH_eavyA_ndL_eftU_pL_ight.glif | 2 +- .../boxD_ownH_eavyA_ndR_ightL_ight.glif | 2 +- .../boxD_ownH_eavyA_ndR_ightU_pL_ight.glif | 2 +- ...oxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif | 2 +- .../boxD_ownL_ightA_ndH_orizontalH_eavy.glif | 2 +- .../glyphs/boxD_ownL_ightA_ndL_eftH_eavy.glif | 2 +- .../boxD_ownL_ightA_ndL_eftU_pH_eavy.glif | 2 +- .../boxD_ownL_ightA_ndR_ightH_eavy.glif | 2 +- .../boxD_ownL_ightA_ndR_ightU_pH_eavy.glif | 2 +- ...oxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif | 2 +- ...boxD_ownS_ingleA_ndH_orizontalD_ouble.glif | 2 +- .../boxD_ownS_ingleA_ndL_eftD_ouble.glif | 2 +- .../boxD_ownS_ingleA_ndR_ightD_ouble.glif | 2 +- .../boxH_eavyD_oubleD_ashH_orizontal.glif | 2 +- .../boxH_eavyD_oubleD_ashV_ertical.glif | 2 +- .../glyphs/boxH_eavyD_own.glif | 2 +- .../glyphs/boxH_eavyD_ownA_ndH_orizontal.glif | 2 +- .../glyphs/boxH_eavyD_ownA_ndL_eft.glif | 2 +- .../glyphs/boxH_eavyD_ownA_ndR_ight.glif | 2 +- .../glyphs/boxH_eavyH_orizontal.glif | 2 +- .../glyphs/boxH_eavyL_eft.glif | 2 +- .../boxH_eavyL_eftA_ndL_ightR_ight.glif | 2 +- .../boxH_eavyQ_uadrupleD_ashH_orizontal.glif | 2 +- .../boxH_eavyQ_uadrupleD_ashV_ertical.glif | 2 +- .../glyphs/boxH_eavyR_ight.glif | 2 +- .../boxH_eavyT_ripleD_ashH_orizontal.glif | 2 +- .../boxH_eavyT_ripleD_ashV_ertical.glif | 2 +- .../glyphs/boxH_eavyU_p.glif | 2 +- .../glyphs/boxH_eavyU_pA_ndH_orizontal.glif | 2 +- .../glyphs/boxH_eavyU_pA_ndL_eft.glif | 2 +- .../glyphs/boxH_eavyU_pA_ndL_ightD_own.glif | 2 +- .../glyphs/boxH_eavyU_pA_ndR_ight.glif | 2 +- .../glyphs/boxH_eavyV_ertical.glif | 2 +- .../boxH_eavyV_erticalA_ndH_orizontal.glif | 2 +- .../glyphs/boxH_eavyV_erticalA_ndL_eft.glif | 2 +- .../glyphs/boxH_eavyV_erticalA_ndR_ight.glif | 2 +- ...oxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif | 2 +- .../boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif | 2 +- .../boxL_eftH_eavyA_ndR_ightU_pL_ight.glif | 2 +- ...xL_eftH_eavyA_ndR_ightV_erticalL_ight.glif | 2 +- .../boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif | 2 +- .../boxL_eftL_ightA_ndR_ightU_pH_eavy.glif | 2 +- ...xL_eftL_ightA_ndR_ightV_erticalH_eavy.glif | 2 +- ...oxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif | 2 +- .../glyphs/boxL_ightA_rcD_ownA_ndL_eft.glif | 2 +- .../glyphs/boxL_ightA_rcD_ownA_ndR_ight.glif | 2 +- .../glyphs/boxL_ightA_rcU_pA_ndL_eft.glif | 2 +- .../glyphs/boxL_ightA_rcU_pA_ndR_ight.glif | 2 +- .../glyphs/boxL_ightD_iagonalC_ross.glif | 2 +- ...htD_iagonalU_pperL_eftT_oL_owerR_ight.glif | 2 +- ...htD_iagonalU_pperR_ightT_oL_owerL_eft.glif | 2 +- .../boxL_ightD_oubleD_ashH_orizontal.glif | 2 +- .../boxL_ightD_oubleD_ashV_ertical.glif | 2 +- .../glyphs/boxL_ightD_own.glif | 2 +- .../glyphs/boxL_ightD_ownA_ndH_orizontal.glif | 2 +- .../glyphs/boxL_ightD_ownA_ndL_eft.glif | 2 +- .../glyphs/boxL_ightD_ownA_ndR_ight.glif | 2 +- .../glyphs/boxL_ightH_orizontal.glif | 2 +- .../glyphs/boxL_ightL_eft.glif | 2 +- .../boxL_ightL_eftA_ndH_eavyR_ight.glif | 2 +- .../boxL_ightQ_uadrupleD_ashH_orizontal.glif | 2 +- .../boxL_ightQ_uadrupleD_ashV_ertical.glif | 2 +- .../glyphs/boxL_ightR_ight.glif | 2 +- .../boxL_ightT_ripleD_ashH_orizontal.glif | 2 +- .../boxL_ightT_ripleD_ashV_ertical.glif | 2 +- .../glyphs/boxL_ightU_p.glif | 2 +- .../glyphs/boxL_ightU_pA_ndH_eavyD_own.glif | 2 +- .../glyphs/boxL_ightU_pA_ndH_orizontal.glif | 2 +- .../glyphs/boxL_ightU_pA_ndL_eft.glif | 2 +- .../glyphs/boxL_ightU_pA_ndR_ight.glif | 2 +- .../glyphs/boxL_ightV_ertical.glif | 2 +- .../boxL_ightV_erticalA_ndH_orizontal.glif | 2 +- .../glyphs/boxL_ightV_erticalA_ndL_eft.glif | 2 +- .../glyphs/boxL_ightV_erticalA_ndR_ight.glif | 2 +- ...oxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif | 2 +- .../boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif | 2 +- .../boxR_ightH_eavyA_ndL_eftU_pL_ight.glif | 2 +- ...xR_ightH_eavyA_ndL_eftV_erticalL_ight.glif | 2 +- .../boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif | 2 +- .../boxR_ightL_ightA_ndL_eftU_pH_eavy.glif | 2 +- ...xR_ightL_ightA_ndL_eftV_erticalH_eavy.glif | 2 +- ...oxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif | 2 +- .../boxU_pD_oubleA_ndH_orizontalS_ingle.glif | 2 +- .../glyphs/boxU_pD_oubleA_ndL_eftS_ingle.glif | 2 +- .../boxU_pD_oubleA_ndR_ightS_ingle.glif | 2 +- ...oxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif | 2 +- .../boxU_pH_eavyA_ndH_orizontalL_ight.glif | 2 +- .../boxU_pH_eavyA_ndL_eftD_ownL_ight.glif | 2 +- .../glyphs/boxU_pH_eavyA_ndL_eftL_ight.glif | 2 +- .../boxU_pH_eavyA_ndR_ightD_ownL_ight.glif | 2 +- .../glyphs/boxU_pH_eavyA_ndR_ightL_ight.glif | 2 +- ...oxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif | 2 +- .../boxU_pL_ightA_ndH_orizontalH_eavy.glif | 2 +- .../boxU_pL_ightA_ndL_eftD_ownH_eavy.glif | 2 +- .../glyphs/boxU_pL_ightA_ndL_eftH_eavy.glif | 2 +- .../boxU_pL_ightA_ndR_ightD_ownH_eavy.glif | 2 +- .../glyphs/boxU_pL_ightA_ndR_ightH_eavy.glif | 2 +- .../boxU_pS_ingleA_ndH_orizontalD_ouble.glif | 2 +- .../glyphs/boxU_pS_ingleA_ndL_eftD_ouble.glif | 2 +- .../boxU_pS_ingleA_ndR_ightD_ouble.glif | 2 +- ..._erticalD_oubleA_ndH_orizontalS_ingle.glif | 2 +- .../boxV_erticalD_oubleA_ndL_eftS_ingle.glif | 2 +- .../boxV_erticalD_oubleA_ndR_ightS_ingle.glif | 2 +- ...xV_erticalH_eavyA_ndH_orizontalL_ight.glif | 2 +- .../boxV_erticalH_eavyA_ndL_eftL_ight.glif | 2 +- .../boxV_erticalH_eavyA_ndR_ightL_ight.glif | 2 +- ...xV_erticalL_ightA_ndH_orizontalH_eavy.glif | 2 +- .../boxV_erticalL_ightA_ndL_eftH_eavy.glif | 2 +- .../boxV_erticalL_ightA_ndR_ightH_eavy.glif | 2 +- ..._erticalS_ingleA_ndH_orizontalD_ouble.glif | 2 +- .../boxV_erticalS_ingleA_ndL_eftD_ouble.glif | 2 +- .../boxV_erticalS_ingleA_ndR_ightD_ouble.glif | 2 +- .../glyphs/braceleft.glif | 104 +- .../glyphs/braceleft_bar.liga.glif | 108 +- .../glyphs/braceright.glif | 104 +- .../glyphs/braceright_numbersign.liga.glif | 138 +- .../glyphs/bracketleft_bar.liga.glif | 28 +- .../glyphs/bracketright_numbersign.liga.glif | 36 +- .../CascadiaCode-Bold.ufo/glyphs/breve.glif | 2 +- .../glyphs/brevecomb-cy.case.glif | 2 +- .../glyphs/brevecomb-cy.glif | 2 +- .../glyphs/brevecomb.case.glif | 2 +- .../glyphs/brevecomb.glif | 2 +- .../glyphs/bullseye.glif | 2 +- sources/CascadiaCode-Bold.ufo/glyphs/c.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/cacute.glif | 4 +- .../glyphs/cacute.loclP_L_K_.glif | 2 +- .../glyphs/cancelC_ontrol.glif | 36 + .../glyphs/cancelC_ontrol.ss20.glif | 38 + .../CascadiaCode-Bold.ufo/glyphs/careof.glif | 108 +- .../CascadiaCode-Bold.ufo/glyphs/caron.glif | 2 +- .../glyphs/caroncomb.case.glif | 2 +- .../glyphs/caroncomb.glif | 2 +- .../glyphs/carriageR_eturnC_ontrol.glif | 36 + .../glyphs/carriageR_eturnC_ontrol.ss20.glif | 30 + .../CascadiaCode-Bold.ufo/glyphs/ccaron.glif | 2 +- .../glyphs/ccedilla.glif | 6 +- .../glyphs/ccircumflex.glif | 2 +- .../glyphs/cdotaccent.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/cedi.glif | 4 +- .../glyphs/cedillacomb.glif | 37 +- .../CascadiaCode-Bold.ufo/glyphs/che-cy.glif | 42 +- .../glyphs/chedescender-cy.glif | 6 +- sources/CascadiaCode-Bold.ufo/glyphs/chi.glif | 6 - .../glyphs/circumflexcomb.case.glif | 2 +- .../glyphs/circumflexcomb.glif | 4 +- .../glyphs/colon.center.glif} | 5 +- .../glyphs/colon_colon.liga.glif | 6 +- .../glyphs/colon_colon_colon.liga.glif | 8 +- .../glyphs/colon_colon_equal.liga.glif | 22 +- .../glyphs/colon_equal.liga.glif | 20 +- .../glyphs/colon_equal_middle.seq.glif | 37 + .../glyphs/colon_greater.liga.glif | 34 - .../glyphs/colon_less.liga.glif | 34 - .../glyphs/colon_slash_slash.liga.glif | 8 +- .../glyphs/colonsign.glif | 4 +- .../glyphs/colontriangularmod.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/comma.glif | 8 +- .../glyphs/commaabovecomb.glif | 2 +- .../glyphs/commaaboverightcomb.glif | 4 +- .../glyphs/commaaccentcomb.glif | 3 +- .../glyphs/commaturnedabovecomb.glif | 2 +- .../glyphs/commaturnedmod.glif | 10 +- .../glyphs/contents.plist | 410 +- .../glyphs/crosshatchF_illS_quare.glif | 2 +- sources/CascadiaCode-Bold.ufo/glyphs/d.glif | 57 +- .../glyphs/dashdownA_rrow.glif | 22 +- .../glyphs/dataL_inkE_scapeC_ontrol.glif | 36 + .../glyphs/dataL_inkE_scapeC_ontrol.ss20.glif | 21 + .../glyphs/dcaron.alt.glif | 65 +- .../CascadiaCode-Bold.ufo/glyphs/dcaron.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/dcroat.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/de-cy.glif | 6 - .../glyphs/de-cy.loclB_G_R_.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/degree.glif | 46 +- .../glyphs/deleteC_ontrol.glif | 36 + .../glyphs/deleteF_ormT_woC_ontrol.glif | 33 + .../CascadiaCode-Bold.ufo/glyphs/delta.glif | 6 - .../glyphs/deviceC_ontrolF_ourC_ontrol.glif | 36 + .../glyphs/deviceC_ontrolO_neC_ontrol.glif | 36 + .../glyphs/deviceC_ontrolT_hreeC_ontrol.glif | 36 + .../glyphs/deviceC_ontrolT_woC_ontrol.glif | 36 + .../diagonalcrosshatchF_illS_quare.glif | 2 +- .../glyphs/dieresiscomb.case.glif | 2 +- .../glyphs/dieresiscomb.glif | 2 +- .../glyphs/dieresistonos.glif | 2 +- .../glyphs/divisionslash.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/dje-cy.glif | 6 - .../glyphs/dollar.B_R_A_C_K_E_T_.600.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/dollar.glif | 2 +- ...ollar_greater.liga.B_R_A_C_K_E_T_.600.glif | 104 +- .../glyphs/dollar_greater.liga.glif | 94 +- .../CascadiaCode-Bold.ufo/glyphs/dong.glif | 4 +- .../glyphs/dotaccent.glif | 2 +- .../glyphs/dotaccentcomb.case.glif | 2 +- .../glyphs/dotaccentcomb.glif | 2 +- .../glyphs/dotbelowcomb.glif | 3 +- .../glyphs/dots1-braille.glif | 2 +- .../glyphs/dots12-braille.glif | 2 +- .../glyphs/dots123-braille.glif | 2 +- .../glyphs/dots1234-braille.glif | 2 +- .../glyphs/dots12345-braille.glif | 2 +- .../glyphs/dots123456-braille.glif | 2 +- .../glyphs/dots1234567-braille.glif | 2 +- .../glyphs/dots12345678-braille.glif | 2 +- .../glyphs/dots1234568-braille.glif | 2 +- .../glyphs/dots123457-braille.glif | 2 +- .../glyphs/dots1234578-braille.glif | 2 +- .../glyphs/dots123458-braille.glif | 2 +- .../glyphs/dots12346-braille.glif | 2 +- .../glyphs/dots123467-braille.glif | 2 +- .../glyphs/dots1234678-braille.glif | 2 +- .../glyphs/dots123468-braille.glif | 2 +- .../glyphs/dots12347-braille.glif | 2 +- .../glyphs/dots123478-braille.glif | 2 +- .../glyphs/dots12348-braille.glif | 2 +- .../glyphs/dots1235-braille.glif | 2 +- .../glyphs/dots12356-braille.glif | 2 +- .../glyphs/dots123567-braille.glif | 2 +- .../glyphs/dots1235678-braille.glif | 2 +- .../glyphs/dots123568-braille.glif | 2 +- .../glyphs/dots12357-braille.glif | 2 +- .../glyphs/dots123578-braille.glif | 2 +- .../glyphs/dots12358-braille.glif | 2 +- .../glyphs/dots1236-braille.glif | 2 +- .../glyphs/dots12367-braille.glif | 2 +- .../glyphs/dots123678-braille.glif | 2 +- .../glyphs/dots12368-braille.glif | 2 +- .../glyphs/dots1237-braille.glif | 2 +- .../glyphs/dots12378-braille.glif | 2 +- .../glyphs/dots1238-braille.glif | 2 +- .../glyphs/dots124-braille.glif | 2 +- .../glyphs/dots1245-braille.glif | 2 +- .../glyphs/dots12456-braille.glif | 2 +- .../glyphs/dots124567-braille.glif | 2 +- .../glyphs/dots1245678-braille.glif | 2 +- .../glyphs/dots124568-braille.glif | 2 +- .../glyphs/dots12457-braille.glif | 2 +- .../glyphs/dots124578-braille.glif | 2 +- .../glyphs/dots12458-braille.glif | 2 +- .../glyphs/dots1246-braille.glif | 2 +- .../glyphs/dots12467-braille.glif | 2 +- .../glyphs/dots124678-braille.glif | 2 +- .../glyphs/dots12468-braille.glif | 2 +- .../glyphs/dots1247-braille.glif | 2 +- .../glyphs/dots12478-braille.glif | 2 +- .../glyphs/dots1248-braille.glif | 2 +- .../glyphs/dots125-braille.glif | 2 +- .../glyphs/dots1256-braille.glif | 2 +- .../glyphs/dots12567-braille.glif | 2 +- .../glyphs/dots125678-braille.glif | 2 +- .../glyphs/dots12568-braille.glif | 2 +- .../glyphs/dots1257-braille.glif | 2 +- .../glyphs/dots12578-braille.glif | 2 +- .../glyphs/dots1258-braille.glif | 2 +- .../glyphs/dots126-braille.glif | 2 +- .../glyphs/dots1267-braille.glif | 2 +- .../glyphs/dots12678-braille.glif | 2 +- .../glyphs/dots1268-braille.glif | 2 +- .../glyphs/dots127-braille.glif | 2 +- .../glyphs/dots1278-braille.glif | 2 +- .../glyphs/dots128-braille.glif | 2 +- .../glyphs/dots13-braille.glif | 2 +- .../glyphs/dots134-braille.glif | 2 +- .../glyphs/dots1345-braille.glif | 2 +- .../glyphs/dots13456-braille.glif | 2 +- .../glyphs/dots134567-braille.glif | 2 +- .../glyphs/dots1345678-braille.glif | 2 +- .../glyphs/dots134568-braille.glif | 2 +- .../glyphs/dots13457-braille.glif | 2 +- .../glyphs/dots134578-braille.glif | 2 +- .../glyphs/dots13458-braille.glif | 2 +- .../glyphs/dots1346-braille.glif | 2 +- .../glyphs/dots13467-braille.glif | 2 +- .../glyphs/dots134678-braille.glif | 2 +- .../glyphs/dots13468-braille.glif | 2 +- .../glyphs/dots1347-braille.glif | 2 +- .../glyphs/dots13478-braille.glif | 2 +- .../glyphs/dots1348-braille.glif | 2 +- .../glyphs/dots135-braille.glif | 2 +- .../glyphs/dots1356-braille.glif | 2 +- .../glyphs/dots13567-braille.glif | 2 +- .../glyphs/dots135678-braille.glif | 2 +- .../glyphs/dots13568-braille.glif | 2 +- .../glyphs/dots1357-braille.glif | 2 +- .../glyphs/dots13578-braille.glif | 2 +- .../glyphs/dots1358-braille.glif | 2 +- .../glyphs/dots136-braille.glif | 2 +- .../glyphs/dots1367-braille.glif | 2 +- .../glyphs/dots13678-braille.glif | 2 +- .../glyphs/dots1368-braille.glif | 2 +- .../glyphs/dots137-braille.glif | 2 +- .../glyphs/dots1378-braille.glif | 2 +- .../glyphs/dots138-braille.glif | 2 +- .../glyphs/dots14-braille.glif | 2 +- .../glyphs/dots145-braille.glif | 2 +- .../glyphs/dots1456-braille.glif | 2 +- .../glyphs/dots14567-braille.glif | 2 +- .../glyphs/dots145678-braille.glif | 2 +- .../glyphs/dots14568-braille.glif | 2 +- .../glyphs/dots1457-braille.glif | 2 +- .../glyphs/dots14578-braille.glif | 2 +- .../glyphs/dots1458-braille.glif | 2 +- .../glyphs/dots146-braille.glif | 2 +- .../glyphs/dots1467-braille.glif | 2 +- .../glyphs/dots14678-braille.glif | 2 +- .../glyphs/dots1468-braille.glif | 2 +- .../glyphs/dots147-braille.glif | 2 +- .../glyphs/dots1478-braille.glif | 2 +- .../glyphs/dots148-braille.glif | 2 +- .../glyphs/dots15-braille.glif | 2 +- .../glyphs/dots156-braille.glif | 2 +- .../glyphs/dots1567-braille.glif | 2 +- .../glyphs/dots15678-braille.glif | 2 +- .../glyphs/dots1568-braille.glif | 2 +- .../glyphs/dots157-braille.glif | 2 +- .../glyphs/dots1578-braille.glif | 2 +- .../glyphs/dots158-braille.glif | 2 +- .../glyphs/dots16-braille.glif | 2 +- .../glyphs/dots167-braille.glif | 2 +- .../glyphs/dots1678-braille.glif | 2 +- .../glyphs/dots168-braille.glif | 2 +- .../glyphs/dots17-braille.glif | 2 +- .../glyphs/dots178-braille.glif | 2 +- .../glyphs/dots18-braille.glif | 2 +- .../glyphs/dots2-braille.glif | 2 +- .../glyphs/dots23-braille.glif | 2 +- .../glyphs/dots234-braille.glif | 2 +- .../glyphs/dots2345-braille.glif | 2 +- .../glyphs/dots23456-braille.glif | 2 +- .../glyphs/dots234567-braille.glif | 2 +- .../glyphs/dots2345678-braille.glif | 2 +- .../glyphs/dots234568-braille.glif | 2 +- .../glyphs/dots23457-braille.glif | 2 +- .../glyphs/dots234578-braille.glif | 2 +- .../glyphs/dots23458-braille.glif | 2 +- .../glyphs/dots2346-braille.glif | 2 +- .../glyphs/dots23467-braille.glif | 2 +- .../glyphs/dots234678-braille.glif | 2 +- .../glyphs/dots23468-braille.glif | 2 +- .../glyphs/dots2347-braille.glif | 2 +- .../glyphs/dots23478-braille.glif | 2 +- .../glyphs/dots2348-braille.glif | 2 +- .../glyphs/dots235-braille.glif | 2 +- .../glyphs/dots2356-braille.glif | 2 +- .../glyphs/dots23567-braille.glif | 2 +- .../glyphs/dots235678-braille.glif | 2 +- .../glyphs/dots23568-braille.glif | 2 +- .../glyphs/dots2357-braille.glif | 2 +- .../glyphs/dots23578-braille.glif | 2 +- .../glyphs/dots2358-braille.glif | 2 +- .../glyphs/dots236-braille.glif | 2 +- .../glyphs/dots2367-braille.glif | 2 +- .../glyphs/dots23678-braille.glif | 2 +- .../glyphs/dots2368-braille.glif | 2 +- .../glyphs/dots237-braille.glif | 2 +- .../glyphs/dots2378-braille.glif | 2 +- .../glyphs/dots238-braille.glif | 2 +- .../glyphs/dots24-braille.glif | 2 +- .../glyphs/dots245-braille.glif | 2 +- .../glyphs/dots2456-braille.glif | 2 +- .../glyphs/dots24567-braille.glif | 2 +- .../glyphs/dots245678-braille.glif | 2 +- .../glyphs/dots24568-braille.glif | 2 +- .../glyphs/dots2457-braille.glif | 2 +- .../glyphs/dots24578-braille.glif | 2 +- .../glyphs/dots2458-braille.glif | 2 +- .../glyphs/dots246-braille.glif | 2 +- .../glyphs/dots2467-braille.glif | 2 +- .../glyphs/dots24678-braille.glif | 2 +- .../glyphs/dots2468-braille.glif | 2 +- .../glyphs/dots247-braille.glif | 2 +- .../glyphs/dots2478-braille.glif | 2 +- .../glyphs/dots248-braille.glif | 2 +- .../glyphs/dots25-braille.glif | 2 +- .../glyphs/dots256-braille.glif | 2 +- .../glyphs/dots2567-braille.glif | 2 +- .../glyphs/dots25678-braille.glif | 2 +- .../glyphs/dots2568-braille.glif | 2 +- .../glyphs/dots257-braille.glif | 2 +- .../glyphs/dots2578-braille.glif | 2 +- .../glyphs/dots258-braille.glif | 2 +- .../glyphs/dots26-braille.glif | 2 +- .../glyphs/dots267-braille.glif | 2 +- .../glyphs/dots2678-braille.glif | 2 +- .../glyphs/dots268-braille.glif | 2 +- .../glyphs/dots27-braille.glif | 2 +- .../glyphs/dots278-braille.glif | 2 +- .../glyphs/dots28-braille.glif | 2 +- .../glyphs/dots3-braille.glif | 2 +- .../glyphs/dots34-braille.glif | 2 +- .../glyphs/dots345-braille.glif | 2 +- .../glyphs/dots3456-braille.glif | 2 +- .../glyphs/dots34567-braille.glif | 2 +- .../glyphs/dots345678-braille.glif | 2 +- .../glyphs/dots34568-braille.glif | 2 +- .../glyphs/dots3457-braille.glif | 2 +- .../glyphs/dots34578-braille.glif | 2 +- .../glyphs/dots3458-braille.glif | 2 +- .../glyphs/dots346-braille.glif | 2 +- .../glyphs/dots3467-braille.glif | 2 +- .../glyphs/dots34678-braille.glif | 2 +- .../glyphs/dots3468-braille.glif | 2 +- .../glyphs/dots347-braille.glif | 2 +- .../glyphs/dots3478-braille.glif | 2 +- .../glyphs/dots348-braille.glif | 2 +- .../glyphs/dots35-braille.glif | 2 +- .../glyphs/dots356-braille.glif | 2 +- .../glyphs/dots3567-braille.glif | 2 +- .../glyphs/dots35678-braille.glif | 2 +- .../glyphs/dots3568-braille.glif | 2 +- .../glyphs/dots357-braille.glif | 2 +- .../glyphs/dots3578-braille.glif | 2 +- .../glyphs/dots358-braille.glif | 2 +- .../glyphs/dots36-braille.glif | 2 +- .../glyphs/dots367-braille.glif | 2 +- .../glyphs/dots3678-braille.glif | 2 +- .../glyphs/dots368-braille.glif | 2 +- .../glyphs/dots37-braille.glif | 2 +- .../glyphs/dots378-braille.glif | 2 +- .../glyphs/dots38-braille.glif | 2 +- .../glyphs/dots4-braille.glif | 2 +- .../glyphs/dots45-braille.glif | 2 +- .../glyphs/dots456-braille.glif | 2 +- .../glyphs/dots4567-braille.glif | 2 +- .../glyphs/dots45678-braille.glif | 2 +- .../glyphs/dots4568-braille.glif | 2 +- .../glyphs/dots457-braille.glif | 2 +- .../glyphs/dots4578-braille.glif | 2 +- .../glyphs/dots458-braille.glif | 2 +- .../glyphs/dots46-braille.glif | 2 +- .../glyphs/dots467-braille.glif | 2 +- .../glyphs/dots4678-braille.glif | 2 +- .../glyphs/dots468-braille.glif | 2 +- .../glyphs/dots47-braille.glif | 2 +- .../glyphs/dots478-braille.glif | 2 +- .../glyphs/dots48-braille.glif | 2 +- .../glyphs/dots5-braille.glif | 2 +- .../glyphs/dots56-braille.glif | 2 +- .../glyphs/dots567-braille.glif | 2 +- .../glyphs/dots5678-braille.glif | 2 +- .../glyphs/dots568-braille.glif | 2 +- .../glyphs/dots57-braille.glif | 2 +- .../glyphs/dots578-braille.glif | 2 +- .../glyphs/dots58-braille.glif | 2 +- .../glyphs/dots6-braille.glif | 2 +- .../glyphs/dots67-braille.glif | 2 +- .../glyphs/dots678-braille.glif | 2 +- .../glyphs/dots68-braille.glif | 2 +- .../glyphs/dots7-braille.glif | 2 +- .../glyphs/dots78-braille.glif | 2 +- .../glyphs/dots8-braille.glif | 2 +- .../glyphs/dottedC_ircle.glif | 2 +- .../glyphs/dottedS_quare.glif | 2 +- .../glyphs/downA_rrow.glif | 30 +- .../glyphs/downB_lackS_mallT_riangle.glif | 2 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downT_ipL_eftA_rrow.glif | 14 + .../glyphs/downW_hiteS_mallT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/dze-cy.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/dzhe-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/e-cy.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/e.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/eacute.glif | 10 +- .../CascadiaCode-Bold.ufo/glyphs/ebreve.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/ecaron.glif | 8 +- .../glyphs/ecircumflex.glif | 8 +- .../glyphs/ecircumflexacute.glif | 10 +- .../glyphs/ecircumflexdotbelow.glif | 8 +- .../glyphs/ecircumflexgrave.glif | 21 +- .../glyphs/ecircumflexhookabove.glif | 21 +- .../glyphs/ecircumflextilde.glif | 6 +- .../glyphs/edieresis.glif | 6 +- .../glyphs/edotaccent.glif | 6 +- .../glyphs/edotbelow.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/ef-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/egrave.glif | 10 +- .../glyphs/ehookabove.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/el-cy.glif | 6 - .../glyphs/el-cy.loclB_G_R_.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/em-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/emacron.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/en-cy.glif | 6 - .../glyphs/endO_fM_ediumC_ontrol.glif | 36 + .../glyphs/endO_fM_ediumC_ontrol.ss20.glif | 34 + .../glyphs/endO_fT_extC_ontrol.glif | 36 + .../glyphs/endO_fT_extC_ontrol.ss20.glif | 26 + .../endO_fT_ransmissionB_lockC_ontrol.glif | 36 + ...ndO_fT_ransmissionB_lockC_ontrol.ss20.glif | 26 + .../glyphs/endO_fT_ransmissionC_ontrol.glif | 36 + .../endO_fT_ransmissionC_ontrol.ss20.glif | 24 + .../glyphs/endescender-cy.glif | 2 - .../glyphs/enquiryC_ontrol.glif | 36 + .../glyphs/enquiryC_ontrol.ss20.glif | 27 + .../CascadiaCode-Bold.ufo/glyphs/eogonek.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/eopen.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/epsilon.glif | 6 - .../glyphs/epsilontonos.glif | 10 +- .../CascadiaCode-Bold.ufo/glyphs/equal.glif | 8 +- .../glyphs/equal_colon_equal.liga.glif | 42 - .../glyphs/equal_end.seq.glif | 24 + .../glyphs/equal_equal.liga.glif | 34 +- .../glyphs/equal_equal_equal.liga.glif | 26 +- .../glyphs/equal_equal_greater.liga.glif | 38 - .../glyphs/equal_greater.liga.glif | 38 - .../glyphs/equal_greater_greater.liga.glif | 48 - .../glyphs/equal_less_less.liga.glif | 46 - .../glyphs/equal_middle.seq.glif | 24 + .../glyphs/equal_slash_equal.liga.glif | 30 - .../glyphs/equal_start.seq.glif | 24 + .../CascadiaCode-Bold.ufo/glyphs/er-cy.glif | 6 - .../glyphs/ereversed-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/es-cy.glif | 6 - .../glyphs/escapeC_ontrol.glif | 36 + .../glyphs/escapeC_ontrol.ss20.glif | 21 + sources/CascadiaCode-Bold.ufo/glyphs/esh.glif | 48 +- .../glyphs/estimated.glif | 80 +- sources/CascadiaCode-Bold.ufo/glyphs/eta.glif | 6 - .../glyphs/etatonos.glif | 12 +- sources/CascadiaCode-Bold.ufo/glyphs/eth.glif | 82 +- .../CascadiaCode-Bold.ufo/glyphs/etilde.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/eturned.glif | 6 +- .../glyphs/eurocurrency.glif | 24 +- .../glyphs/exclam_colon.liga.glif | 14 + .../glyphs/exclam_equal.liga.glif | 26 +- .../glyphs/exclam_equal_equal.liga.glif | 34 +- .../glyphs/exclam_equal_middle.seq.glif | 37 + .../glyphs/exclam_exclam.liga.glif | 6 +- .../glyphs/exclam_exclam_period.liga.glif | 8 +- .../glyphs/exclam_period.liga.glif | 14 + sources/CascadiaCode-Bold.ufo/glyphs/f.glif | 2 +- sources/CascadiaCode-Bold.ufo/glyphs/fi.glif | 6 +- .../glyphs/fileS_eparatorC_ontrol.glif | 36 + .../glyphs/filledR_ect.glif | 2 +- .../glyphs/firsttonechinese.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/fisheye.glif | 2 +- .../glyphs/fivesuperior.glif | 70 +- sources/CascadiaCode-Bold.ufo/glyphs/fl.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/florin.glif | 64 +- .../glyphs/formF_eedC_ontrol.glif | 36 + .../glyphs/formF_eedC_ontrol.ss20.glif | 40 + .../glyphs/four.half.glif | 36 + .../glyphs/foursuperior.glif | 32 +- .../glyphs/fraction.glif | 8 +- .../glyphs/fullB_lock.glif | 2 +- .../glyphs/fullB_lock.stypo.glif | 2 +- sources/CascadiaCode-Bold.ufo/glyphs/g.glif | 77 +- .../glyphs/gamma-latin.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/gamma.glif | 54 +- .../CascadiaCode-Bold.ufo/glyphs/gbreve.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/gcaron.glif | 4 +- .../glyphs/gcircumflex.glif | 4 +- .../glyphs/gcommaaccent.glif | 4 +- .../glyphs/gdotaccent.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/ge-cy.glif | 22 +- .../glyphs/ge-cy.loclB_G_R_.glif | 6 - .../glyphs/ghestroke-cy.glif | 12 +- .../glyphs/gheupturn-cy.glif | 30 +- .../CascadiaCode-Bold.ufo/glyphs/gje-cy.glif | 10 +- .../glyphs/glottalstop.glif | 64 +- .../glyphs/glottalstopmod.glif | 62 +- .../glyphs/glottalstopreversed.glif | 64 +- .../glyphs/gravecomb.case.glif | 14 +- .../glyphs/gravecomb.glif | 16 +- .../glyphs/gravetonecomb.glif | 4 +- .../glyphs/greater.alt.glif | 22 + .../glyphs/greater.center.glif | 22 + .../glyphs/greater_equal.liga.glif | 26 +- .../glyphs/greater_equal_end.seq.glif | 25 + .../glyphs/greater_equal_greater.liga.glif | 50 - .../glyphs/greater_equal_middle.seq.glif | 14 + .../glyphs/greater_equal_start.seq.glif | 36 + .../glyphs/greater_greater.liga.glif | 34 +- .../glyphs/greater_greater_equal.liga.glif | 46 - .../glyphs/greater_greater_equal_end.seq.glif | 26 + .../greater_greater_equal_middle.seq.glif | 49 + .../greater_greater_equal_start.seq.glif | 37 + .../glyphs/greater_greater_greater.liga.glif | 8 +- .../glyphs/greater_greater_hyphen.liga.glif | 38 - .../greater_greater_hyphen_end.seq.glif | 20 + .../greater_greater_hyphen_middle.seq.glif | 26 + .../greater_greater_hyphen_start.seq.glif | 20 + .../glyphs/greater_hyphen.liga.glif | 28 - .../glyphs/greater_hyphen_end.seq.glif | 19 + .../glyphs/greater_hyphen_greater.liga.glif | 42 - .../glyphs/greater_hyphen_middle.seq.glif | 14 + .../glyphs/greater_hyphen_start.seq.glif | 19 + .../glyphs/groupS_eparatorC_ontrol.glif | 36 + .../CascadiaCode-Bold.ufo/glyphs/gstroke.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/guarani.glif | 20 +- .../glyphs/guillemetleft.glif | 22 +- .../glyphs/guillemetright.glif | 22 +- .../glyphs/guilsinglleft.glif | 16 +- .../glyphs/guilsinglright.glif | 16 +- sources/CascadiaCode-Bold.ufo/glyphs/h.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/ha-cy.glif | 6 - .../glyphs/hadescender-cy.glif | 2 - .../glyphs/hardsign-cy.glif | 6 - .../glyphs/hardsign-cy.loclB_G_R_.glif | 10 +- .../CascadiaCode-Bold.ufo/glyphs/hbar.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/hcaron.glif | 4 +- .../glyphs/hcircumflex.glif | 4 +- .../glyphs/hdotbelow.glif | 6 +- ...heavyleftpointinganglebracketornament.glif | 23 + ...eftpointinganglequotationmarkornament.glif | 16 +- ...eavyrightpointinganglebracketornament.glif | 23 + ...ghtpointinganglequotationmarkornament.glif | 16 +- .../glyphs/hookabovecomb.case.glif | 2 +- .../glyphs/hookabovecomb.glif | 2 +- .../glyphs/horizontalB_lackH_exagon.glif | 2 +- .../glyphs/horizontalF_illS_quare.glif | 2 +- .../glyphs/horizontalT_abulationC_ontrol.glif | 36 + .../horizontalT_abulationC_ontrol.ss20.glif | 30 + .../glyphs/horizontallineextension.glif | 2 +- .../glyphs/horncomb.case.glif | 2 +- .../glyphs/horncomb.glif | 24 +- .../CascadiaCode-Bold.ufo/glyphs/house.glif | 29 + .../CascadiaCode-Bold.ufo/glyphs/hryvnia.glif | 16 +- .../glyphs/hungarumlaut.glif | 2 +- .../glyphs/hungarumlautcomb.case.glif | 2 +- .../glyphs/hungarumlautcomb.glif | 22 +- .../glyphs/hyphen_asciitilde.liga.glif | 70 +- .../glyphs/hyphen_bar.liga.glif | 30 - .../glyphs/hyphen_end.seq.glif | 18 + .../glyphs/hyphen_greater.liga.glif | 32 - .../glyphs/hyphen_greater_greater.liga.glif | 42 - .../glyphs/hyphen_hyphen.liga.glif | 18 +- .../glyphs/hyphen_hyphen_greater.liga.glif | 32 - .../glyphs/hyphen_hyphen_hyphen.liga.glif | 26 +- .../glyphs/hyphen_less.liga.glif | 28 - .../glyphs/hyphen_less_less.liga.glif | 38 - .../glyphs/hyphen_middle.seq.glif | 18 + .../glyphs/hyphen_start.seq.glif | 18 + .../CascadiaCode-Bold.ufo/glyphs/i-cy.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/i.glif | 14 +- .../CascadiaCode-Bold.ufo/glyphs/ia-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/iacute.glif | 6 +- .../glyphs/iacute_j.loclN_L_D_.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/ibreve.glif | 4 +- .../glyphs/icircumflex.glif | 4 +- .../glyphs/idieresis.glif | 4 +- .../glyphs/idotbelow.glif | 4 +- .../glyphs/idotless.glif | 12 +- .../CascadiaCode-Bold.ufo/glyphs/ie-cy.glif | 10 +- .../glyphs/iegrave-cy.glif | 12 +- .../CascadiaCode-Bold.ufo/glyphs/igrave.glif | 6 +- .../glyphs/ihookabove.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/ii-cy.glif | 6 - .../glyphs/ii-cy.loclB_G_R_.glif | 14 +- .../glyphs/iigrave-cy.glif | 8 +- .../glyphs/iigrave-cy.loclB_G_R_.glif | 16 +- .../glyphs/iishort-cy.glif | 6 - .../glyphs/iishort-cy.loclB_G_R_.glif | 16 +- .../glyphs/imacron-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/imacron.glif | 4 +- .../glyphs/increment.glif | 2 +- .../glyphs/infinity.glif | 104 +- .../glyphs/integral.glif | 8 +- .../glyphs/inverseB_ullet.glif | 2 +- .../glyphs/inverseW_hiteC_ircle.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/io-cy.glif | 12 +- .../CascadiaCode-Bold.ufo/glyphs/iogonek.glif | 2 +- .../glyphs/iota-latin.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/iota.glif | 6 - .../glyphs/iotadieresis.glif | 6 - .../glyphs/iotadieresistonos.glif | 8 +- .../glyphs/iotatonos.glif | 10 +- .../CascadiaCode-Bold.ufo/glyphs/itilde.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/iu-cy.glif | 6 - .../glyphs/iu-cy.loclB_G_R_.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/j.glif | 10 +- .../CascadiaCode-Bold.ufo/glyphs/jcaron.glif | 4 +- .../glyphs/jcircumflex.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/je-cy.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/k.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/ka-cy.glif | 102 +- .../glyphs/ka-cy.loclB_G_R_.glif | 6 - .../glyphs/kadescender-cy.glif | 110 +- .../glyphs/kaiS_ymbol.glif | 60 +- .../CascadiaCode-Bold.ufo/glyphs/kappa.glif | 44 +- .../glyphs/kcommaaccent.glif | 6 +- .../glyphs/kdotbelow.glif | 6 +- sources/CascadiaCode-Bold.ufo/glyphs/kip.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/kje-cy.glif | 12 +- .../glyphs/klinebelow.glif | 6 +- sources/CascadiaCode-Bold.ufo/glyphs/l.glif | 50 +- .../CascadiaCode-Bold.ufo/glyphs/lacute.glif | 12 +- .../CascadiaCode-Bold.ufo/glyphs/lambda.glif | 6 - .../glyphs/lambdastroke.glif | 8 +- .../glyphs/largeC_ircle.glif | 34 +- .../CascadiaCode-Bold.ufo/glyphs/lbar.glif | 18 +- .../CascadiaCode-Bold.ufo/glyphs/lbelt.glif | 56 +- .../CascadiaCode-Bold.ufo/glyphs/lcaron.glif | 16 +- .../glyphs/lcommaaccent.glif | 12 +- .../CascadiaCode-Bold.ufo/glyphs/ldot.glif | 10 +- .../glyphs/ldotbelow.glif | 12 +- .../glyphs/leftA_rrow.glif | 30 +- .../glyphs/leftB_lackP_ointer.glif | 2 +- .../glyphs/leftB_lackS_mallT_riangle.glif | 2 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftB_lock.glif | 2 +- .../glyphs/leftB_lock.stypo.glif | 2 +- .../glyphs/leftF_iveE_ighthsB_lock.glif | 2 +- .../glyphs/leftF_iveE_ighthsB_lock.stypo.glif | 2 +- .../glyphs/leftH_alfB_lackC_ircle.glif | 2 +- .../glyphs/leftH_alfB_lackD_iamond.glif | 2 +- .../glyphs/leftH_alfB_lackS_quare.glif | 2 +- .../glyphs/leftH_alfB_lackW_hiteC_ircle.glif | 2 +- .../glyphs/leftO_neE_ighthB_lock.glif | 2 +- .../glyphs/leftO_neE_ighthB_lock.stypo.glif | 2 +- .../glyphs/leftO_neQ_uarterB_lock.glif | 2 +- .../glyphs/leftO_neQ_uarterB_lock.stypo.glif | 2 +- .../glyphs/leftR_ightA_rrow.glif | 46 +- .../glyphs/leftS_evenE_ighthsB_lock.glif | 2 +- .../leftS_evenE_ighthsB_lock.stypo.glif | 2 +- .../glyphs/leftT_hreeE_ighthsB_lock.glif | 2 +- .../leftT_hreeE_ighthsB_lock.stypo.glif | 2 +- .../glyphs/leftT_hreeQ_uartersB_lock.glif | 2 +- .../leftT_hreeQ_uartersB_lock.stypo.glif | 2 +- .../glyphs/leftW_hiteP_ointer.glif | 2 +- .../glyphs/leftW_hiteS_mallT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/less.alt.glif | 22 + .../glyphs/less.center.glif | 22 + .../glyphs/less_asciitilde.liga.glif | 85 +- .../less_asciitilde_asciitilde.liga.glif | 133 +- .../glyphs/less_asciitilde_greater.liga.glif | 8 +- .../glyphs/less_asterisk.liga.glif | 6 +- .../glyphs/less_asterisk_greater.liga.glif | 8 +- .../glyphs/less_bar.liga.glif | 24 +- .../glyphs/less_bar_bar.liga.glif | 26 +- .../glyphs/less_bar_bar_bar.liga.glif | 28 +- .../glyphs/less_bar_greater.liga.glif | 8 +- .../less_dollar.liga.B_R_A_C_K_E_T_.600.glif | 104 +- .../glyphs/less_dollar.liga.glif | 94 +- ...ollar_greater.liga.B_R_A_C_K_E_T_.600.glif | 108 +- .../glyphs/less_dollar_greater.liga.glif | 98 +- .../glyphs/less_equal.liga.glif | 26 +- .../glyphs/less_equal_end.seq.glif | 36 + .../glyphs/less_equal_equal.liga.glif | 38 - .../glyphs/less_equal_equal_greater.liga.glif | 52 - .../glyphs/less_equal_greater.liga.glif | 52 - .../glyphs/less_equal_less.liga.glif | 50 - .../glyphs/less_equal_middle.seq.glif | 14 + .../glyphs/less_equal_start.seq.glif | 25 + .../less_exclam_hyphen_hyphen.liga.glif | 37 +- .../glyphs/less_greater.liga.glif | 6 +- .../glyphs/less_hyphen.liga.glif | 32 - .../glyphs/less_hyphen_end.seq.glif | 19 + .../glyphs/less_hyphen_greater.liga.glif | 46 - .../glyphs/less_hyphen_hyphen.liga.glif | 32 - .../glyphs/less_hyphen_less.liga.glif | 42 - .../glyphs/less_hyphen_middle.seq.glif | 14 + .../glyphs/less_hyphen_start.seq.glif | 19 + .../glyphs/less_less.liga.glif | 34 +- .../glyphs/less_less_equal.liga.glif | 48 - .../glyphs/less_less_equal_end.seq.glif | 37 + .../glyphs/less_less_equal_middle.seq.glif | 49 + .../glyphs/less_less_equal_start.seq.glif | 26 + .../glyphs/less_less_hyphen.liga.glif | 42 - .../glyphs/less_less_hyphen_end.seq.glif | 20 + .../glyphs/less_less_hyphen_middle.seq.glif | 26 + .../glyphs/less_less_hyphen_start.seq.glif | 20 + .../glyphs/less_less_less.liga.glif | 8 +- .../glyphs/less_plus.liga.glif | 14 +- .../glyphs/less_plus_greater.liga.glif | 8 +- .../glyphs/less_slash.liga.glif | 20 +- .../glyphs/less_slash_greater.liga.glif | 36 +- .../glyphs/lineF_eedC_ontrol.glif | 36 + .../glyphs/lineF_eedC_ontrol.ss20.glif | 32 + .../glyphs/literS_ign.glif | 54 +- .../CascadiaCode-Bold.ufo/glyphs/lje-cy.glif | 6 - .../glyphs/llinebelow.glif | 12 +- .../glyphs/lmiddletilde.glif | 70 +- .../CascadiaCode-Bold.ufo/glyphs/longs.glif | 40 +- .../glyphs/lowerF_iveE_ighthsB_lock.glif | 2 +- .../lowerF_iveE_ighthsB_lock.stypo.glif | 2 +- .../glyphs/lowerH_alfA_rc.glif | 2 +- .../glyphs/lowerH_alfB_lackW_hiteC_ircle.glif | 2 +- .../glyphs/lowerH_alfB_lock.glif | 2 +- .../glyphs/lowerH_alfB_lock.stypo.glif | 2 +- .../lowerH_alfI_nverseW_hiteC_ircle.glif | 2 +- .../glyphs/lowerH_alfW_hiteS_quare.glif | 2 +- .../glyphs/lowerL_eftA_rc.glif | 2 +- .../glyphs/lowerL_eftB_lackT_riangle.glif | 2 +- .../glyphs/lowerL_eftB_lock.glif | 2 +- .../glyphs/lowerL_eftB_lock.stypo.glif | 2 +- .../glyphs/lowerL_eftH_alfW_hiteS_quare.glif | 2 +- .../lowerL_eftQ_uadrantW_hiteC_ircle.glif | 2 +- .../glyphs/lowerL_eftT_riangle.glif | 2 +- .../glyphs/lowerO_neE_ighthB_lock.glif | 2 +- .../glyphs/lowerO_neE_ighthB_lock.stypo.glif | 2 +- .../glyphs/lowerO_neQ_uarterB_lock.glif | 2 +- .../glyphs/lowerO_neQ_uarterB_lock.stypo.glif | 2 +- .../glyphs/lowerR_ightA_rc.glif | 2 +- .../glyphs/lowerR_ightB_lackT_riangle.glif | 2 +- .../glyphs/lowerR_ightB_lock.glif | 2 +- .../glyphs/lowerR_ightB_lock.stypo.glif | 2 +- ...owerR_ightD_iagonalH_alfB_lackS_quare.glif | 2 +- .../lowerR_ightQ_uadrantW_hiteC_ircle.glif | 2 +- .../glyphs/lowerR_ightT_riangle.glif | 2 +- .../glyphs/lowerS_evenE_ighthsB_lock.glif | 2 +- .../lowerS_evenE_ighthsB_lock.stypo.glif | 2 +- .../glyphs/lowerT_hreeE_ighthsB_lock.glif | 2 +- .../lowerT_hreeE_ighthsB_lock.stypo.glif | 2 +- .../glyphs/lowerT_hreeQ_uartersB_lock.glif | 2 +- .../lowerT_hreeQ_uartersB_lock.stypo.glif | 2 +- .../glyphs/lowernumeral-greek.glif | 2 +- .../glyphs/lowlinecomb.glif | 3 +- .../CascadiaCode-Bold.ufo/glyphs/lozenge.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/lslash.glif | 16 +- sources/CascadiaCode-Bold.ufo/glyphs/m.glif | 2 +- .../glyphs/macronbelowcomb.glif | 3 +- .../glyphs/macroncomb.case.glif | 2 +- .../glyphs/macroncomb.glif | 2 +- .../glyphs/mediumB_lackS_mallS_quare.glif | 2 +- .../glyphs/mediumB_lackS_quare.glif | 2 +- .../glyphs/mediumW_hiteS_mallS_quare.glif | 2 +- .../glyphs/mediumW_hiteS_quare.glif | 2 +- ...ediumleftpointinganglebracketornament.glif | 16 +- ...diumrightpointinganglebracketornament.glif | 16 +- .../CascadiaCode-Bold.ufo/glyphs/micro.glif | 4 +- sources/CascadiaCode-Bold.ufo/glyphs/mu.glif | 72 +- sources/CascadiaCode-Bold.ufo/glyphs/n.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/nacute.glif | 4 +- .../glyphs/nacute.loclP_L_K_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/ncaron.glif | 2 +- .../glyphs/ncommaaccent.glif | 4 +- .../glyphs/negativeA_cknowledgeC_ontrol.glif | 36 + .../negativeA_cknowledgeC_ontrol.ss20.glif | 21 + .../glyphs/newlineC_ontrol.glif | 36 + .../glyphs/nhookleft.glif | 12 +- .../CascadiaCode-Bold.ufo/glyphs/nine.glif | 73 +- .../glyphs/ninesuperior.glif | 74 +- .../CascadiaCode-Bold.ufo/glyphs/nje-cy.glif | 6 - .../glyphs/nlinebelow.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/nmod.glif | 50 +- .../glyphs/notedbl-musical.glif | 44 +- .../CascadiaCode-Bold.ufo/glyphs/ntilde.glif | 2 +- sources/CascadiaCode-Bold.ufo/glyphs/nu.glif | 6 - ...ater_colon.liga.glif => nullC_ontrol.glif} | 15 +- .../glyphs/numbersign.glif | 32 +- .../glyphs/numbersign_braceleft.liga.glif | 138 +- .../glyphs/numbersign_bracketleft.liga.glif | 36 +- .../glyphs/numbersign_colon.liga.glif | 6 +- .../glyphs/numbersign_end.seq.glif | 36 + .../glyphs/numbersign_equal.liga.glif | 20 +- .../glyphs/numbersign_exclam.liga.glif | 6 +- .../glyphs/numbersign_middle.seq.glif | 36 + ...numbersign_numbersign_numbersign.liga.glif | 54 - ...numbersign_numbersign_numbersign.liga.glif | 63 - .../glyphs/numbersign_parenleft.liga.glif | 36 +- .../glyphs/numbersign_question.liga.glif | 92 +- .../glyphs/numbersign_start.seq.glif | 36 + .../glyphs/numbersign_underscore.liga.glif | 42 +- .../numbersign_underscore_parenleft.liga.glif | 80 +- .../glyphs/numeral-greek.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/numero.glif | 88 +- .../CascadiaCode-Bold.ufo/glyphs/o-cy.glif | 8 +- sources/CascadiaCode-Bold.ufo/glyphs/o.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/oacute.glif | 6 +- .../glyphs/oacute.loclP_L_K_.glif | 4 +- .../glyphs/obarred-cy.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/obreve.glif | 4 +- .../glyphs/ocircumflex.glif | 4 +- .../glyphs/ocircumflexacute.glif | 8 +- .../glyphs/ocircumflexdotbelow.glif | 6 +- .../glyphs/ocircumflexgrave.glif | 19 +- .../glyphs/ocircumflexhookabove.glif | 19 +- .../glyphs/ocircumflextilde.glif | 6 +- .../glyphs/odieresis.glif | 4 +- .../glyphs/odotbelow.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/ogonek.glif | 2 +- .../glyphs/ogonekcomb.glif | 49 +- .../CascadiaCode-Bold.ufo/glyphs/ograve.glif | 6 +- .../glyphs/ohookabove.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/ohorn.glif | 6 +- .../glyphs/ohornacute.glif | 6 +- .../glyphs/ohorndotbelow.glif | 6 +- .../glyphs/ohorngrave.glif | 6 +- .../glyphs/ohornhookabove.glif | 6 +- .../glyphs/ohorntilde.glif | 4 +- .../glyphs/ohungarumlaut.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/omacron.glif | 4 +- .../glyphs/omacronacute.glif | 8 +- .../glyphs/omacrongrave.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/omega.glif | 6 - .../glyphs/omegatonos.glif | 10 +- .../CascadiaCode-Bold.ufo/glyphs/omicron.glif | 8 +- .../glyphs/omicrontonos.glif | 12 +- .../glyphs/one.half.glif | 36 + .../glyphs/onesuperior.glif | 32 +- .../CascadiaCode-Bold.ufo/glyphs/oogonek.glif | 6 +- .../glyphs/ordfeminine.glif | 90 +- .../CascadiaCode-Bold.ufo/glyphs/oslash.glif | 2 +- .../glyphs/oslashacute.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/otilde.glif | 4 +- sources/CascadiaCode-Bold.ufo/glyphs/p.glif | 63 +- .../glyphs/palochka-cy.glif | 8 +- .../glyphs/parenleft.glif | 16 +- .../glyphs/parenleft_asterisk.liga.glif | 48 +- .../glyphs/parenright.glif | 16 +- .../CascadiaCode-Bold.ufo/glyphs/pe-cy.glif | 6 - .../glyphs/pe-cy.loclB_G_R_.glif | 6 - .../glyphs/percent_percent.liga.glif | 210 +- .../glyphs/period_equal.liga.glif | 20 +- .../glyphs/period_hyphen.liga.glif | 12 +- .../glyphs/period_period.liga.glif | 6 +- .../glyphs/period_period_equal.liga.glif | 22 +- .../glyphs/period_period_less.liga.glif | 22 +- .../glyphs/period_period_period.liga.glif | 8 +- .../glyphs/period_question.liga.glif | 6 +- .../glyphs/perispomenicomb.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/peseta.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/peso.glif | 6 +- sources/CascadiaCode-Bold.ufo/glyphs/phi.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/pi.glif | 58 +- .../glyphs/plus_greater.liga.glif | 6 +- .../glyphs/plus_plus.liga.glif | 6 +- .../glyphs/plus_plus_plus.liga.glif | 24 +- .../glyphs/prescription.glif | 51 + sources/CascadiaCode-Bold.ufo/glyphs/psi.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/q.glif | 2 +- .../glyphs/question.glif | 62 +- .../glyphs/question_colon.liga.glif | 6 +- .../glyphs/question_equal.liga.glif | 24 +- .../glyphs/question_period.liga.glif | 6 +- .../glyphs/question_question.liga.glif | 6 +- .../glyphs/question_question_equal.liga.glif | 39 + .../glyphs/questiondown.glif | 62 +- .../glyphs/quotedblbase.glif | 22 +- .../glyphs/quotedblleft.glif | 4 +- .../glyphs/quotedblright.glif | 4 +- .../glyphs/quoteleft.glif | 22 +- .../glyphs/quotereversed.glif | 22 +- .../glyphs/quoteright.glif | 22 +- .../glyphs/quotesinglbase.glif | 2 +- .../glyphs/quotesingle.glif | 8 +- sources/CascadiaCode-Bold.ufo/glyphs/r.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/racute.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/rcaron.glif | 2 +- .../glyphs/rcommaaccent.glif | 4 +- .../glyphs/rdotbelow.glif | 4 +- .../glyphs/recordS_eparatorC_ontrol.glif | 36 + .../glyphs/returnsymbol.glif | 41 + sources/CascadiaCode-Bold.ufo/glyphs/rho.glif | 21 +- .../glyphs/rightA_rrow.glif | 30 +- .../glyphs/rightB_lackP_ointer.glif | 2 +- .../glyphs/rightB_lackS_mallT_riangle.glif | 2 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightB_lock.glif | 2 +- .../glyphs/rightB_lock.stypo.glif | 2 +- .../glyphs/rightH_alfB_lackC_ircle.glif | 10 +- .../glyphs/rightH_alfB_lackD_iamond.glif | 2 +- .../glyphs/rightH_alfB_lackS_quare.glif | 2 +- .../glyphs/rightH_alfB_lackW_hiteC_ircle.glif | 2 +- .../glyphs/rightO_neE_ighthB_lock.glif | 2 +- .../glyphs/rightO_neE_ighthB_lock.stypo.glif | 2 +- .../glyphs/rightW_hiteP_ointer.glif | 2 +- .../glyphs/rightW_hiteS_mallT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/ring.glif | 2 +- .../glyphs/ringbelowcomb.glif | 3 +- .../glyphs/ringcomb.case.glif | 2 +- .../glyphs/ringcomb.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/ruble.glif | 2 +- .../glyphs/rupeeI_ndian.glif | 60 +- sources/CascadiaCode-Bold.ufo/glyphs/s.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/sacute.glif | 6 +- .../glyphs/sacute.loclP_L_K_.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/scaron.glif | 4 +- .../glyphs/scedilla.glif | 6 +- .../glyphs/schwa-cy.glif | 10 +- .../CascadiaCode-Bold.ufo/glyphs/schwa.glif | 6 +- .../glyphs/scircumflex.glif | 4 +- .../glyphs/scommaaccent.glif | 4 +- .../glyphs/sdotbelow.glif | 4 +- .../glyphs/semicolon_semicolon.liga.glif | 6 +- .../CascadiaCode-Bold.ufo/glyphs/sha-cy.glif | 6 - .../glyphs/sha-cy.loclB_G_R_.glif | 6 - .../glyphs/shadedark.glif | 2 +- .../glyphs/shadedark.stypo.glif | 2 +- .../glyphs/shadelight.glif | 2 +- .../glyphs/shadelight.stypo.glif | 2 +- .../glyphs/shademedium.glif | 2 +- .../glyphs/shademedium.stypo.glif | 2 +- .../glyphs/shcha-cy.glif | 6 - .../glyphs/shcha-cy.loclB_G_R_.glif | 2 - .../CascadiaCode-Bold.ufo/glyphs/shha-cy.glif | 8 +- .../glyphs/shiftI_nC_ontrol.glif | 36 + .../glyphs/shiftI_nC_ontrol.ss20.glif | 29 + .../glyphs/shiftO_utC_ontrol.glif | 36 + .../glyphs/shiftO_utC_ontrol.ss20.glif | 27 + .../CascadiaCode-Bold.ufo/glyphs/sigma.glif | 70 +- .../glyphs/sigmafinal.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/six.glif | 73 +- .../glyphs/sixsuperior.glif | 74 +- .../CascadiaCode-Bold.ufo/glyphs/slash.glif | 8 +- .../glyphs/slash_asterisk.liga.glif | 6 +- .../glyphs/slash_backslash.liga.glif | 14 + .../glyphs/slash_equal.liga.glif | 36 - .../glyphs/slash_equal_end.seq.glif | 25 + .../glyphs/slash_equal_equal.liga.glif | 48 - .../glyphs/slash_equal_middle.seq.glif | 25 + .../glyphs/slash_equal_start.seq.glif | 25 + .../glyphs/slash_greater.liga.glif | 20 +- .../glyphs/slash_slash.liga.glif | 6 +- .../glyphs/slash_slash_equal_end.seq.glif | 26 + .../glyphs/slash_slash_equal_middle.seq.glif | 38 + .../glyphs/slash_slash_equal_start.seq.glif | 26 + .../glyphs/slash_slash_slash.liga.glif | 8 +- .../glyphs/softsign-cy.glif | 6 - .../glyphs/softsign-cy.loclB_G_R_.glif | 62 +- .../CascadiaCode-Bold.ufo/glyphs/space.glif | 6 - .../glyphs/spaceC_ontrol.glif | 36 + .../glyphs/startO_fH_eadingC_ontrol.glif | 36 + .../glyphs/startO_fH_eadingC_ontrol.ss20.glif | 26 + .../glyphs/startO_fT_extC_ontrol.glif | 36 + .../glyphs/startO_fT_extC_ontrol.ss20.glif | 26 + .../glyphs/substituteC_ontrol.glif | 36 + .../glyphs/substituteC_ontrol.ss20.glif | 49 + .../glyphs/substituteF_ormT_woC_ontrol.glif | 61 + .../glyphs/sunW_ithR_ays.glif | 112 +- .../glyphs/synchronousI_dleC_ontrol.glif | 36 + .../glyphs/synchronousI_dleC_ontrol.ss20.glif | 44 + sources/CascadiaCode-Bold.ufo/glyphs/t.glif | 58 +- sources/CascadiaCode-Bold.ufo/glyphs/tau.glif | 50 +- .../CascadiaCode-Bold.ufo/glyphs/tbar.glif | 16 +- .../CascadiaCode-Bold.ufo/glyphs/tcaron.glif | 16 +- .../glyphs/tcedilla.glif | 12 +- .../glyphs/tcommaaccent.glif | 12 +- .../CascadiaCode-Bold.ufo/glyphs/te-cy.glif | 6 - .../glyphs/te-cy.loclB_G_R_.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/tesh.glif | 108 +- .../CascadiaCode-Bold.ufo/glyphs/theta.glif | 6 - .../glyphs/thetamod.glif | 60 +- .../CascadiaCode-Bold.ufo/glyphs/thorn.glif | 61 +- .../glyphs/three.half.glif | 60 + .../glyphs/threeeighths.glif | 8 +- .../glyphs/threesuperior.glif | 88 +- .../glyphs/tildecomb.case.glif | 2 +- .../glyphs/tildecomb.glif | 2 +- .../glyphs/tonos.case.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/tonos.glif | 2 +- .../glyphs/topH_alfB_lackC_ircle.glif | 2 +- .../glyphs/topH_alfB_lackD_iamond.glif | 2 +- .../glyphs/topH_alfW_hiteS_quare.glif | 2 +- .../glyphs/topR_ightH_alfW_hiteS_quare.glif | 2 +- .../glyphs/trademark.glif | 12 +- .../CascadiaCode-Bold.ufo/glyphs/tse-cy.glif | 6 - .../glyphs/tse-cy.loclB_G_R_.glif | 70 +- .../CascadiaCode-Bold.ufo/glyphs/tshe-cy.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/two.glif | 52 +- .../glyphs/two.half.glif | 42 + .../glyphs/twosuperior.glif | 52 +- .../CascadiaCode-Bold.ufo/glyphs/u-cy.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/u.glif | 66 +- .../CascadiaCode-Bold.ufo/glyphs/uacute.glif | 12 +- .../CascadiaCode-Bold.ufo/glyphs/ubreve.glif | 12 +- .../glyphs/ucircumflex.glif | 12 +- .../glyphs/udieresis.glif | 12 +- .../glyphs/udotbelow.glif | 12 +- .../CascadiaCode-Bold.ufo/glyphs/ugrave.glif | 12 +- .../glyphs/uhookabove.glif | 10 +- .../CascadiaCode-Bold.ufo/glyphs/uhorn.glif | 28 +- .../glyphs/uhornacute.glif | 12 +- .../glyphs/uhorndotbelow.glif | 12 +- .../glyphs/uhorngrave.glif | 12 +- .../glyphs/uhornhookabove.glif | 10 +- .../glyphs/uhorntilde.glif | 12 +- .../glyphs/uhungarumlaut.glif | 12 +- .../glyphs/umacron-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/umacron.glif | 12 +- .../underscore_bar_underscore.liga.glif | 24 - .../glyphs/underscore_end.seq.glif | 18 + .../glyphs/underscore_middle.seq.glif | 18 + .../glyphs/underscore_start.seq.glif | 18 + .../glyphs/underscore_underscore.liga.glif | 10 +- .../CascadiaCode-Bold.ufo/glyphs/uni0009.glif | 7 - .../glyphs/unitS_eparatorC_ontrol.glif | 36 + .../CascadiaCode-Bold.ufo/glyphs/uogonek.glif | 8 +- .../glyphs/upA_rrow.glif | 30 +- .../glyphs/upB_lackS_mallT_riangle.glif | 2 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upD_ashA_rrow.glif | 26 +- .../glyphs/upD_ownA_rrow.glif | 46 +- .../glyphs/upD_ownbaseA_rrow.glif | 10 +- .../glyphs/upL_eftH_alfB_lackT_riangle.glif | 2 +- .../glyphs/upR_ightH_alfB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteS_mallT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangleW_ithD_ot.glif | 2 +- .../glyphs/upperH_alfA_rc.glif | 2 +- .../glyphs/upperH_alfB_lackW_hiteC_ircle.glif | 2 +- .../glyphs/upperH_alfB_lock.glif | 2 +- .../glyphs/upperH_alfB_lock.stypo.glif | 2 +- .../upperH_alfI_nverseW_hiteC_ircle.glif | 2 +- ...A_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif | 2 +- ...owerL_eftA_ndL_owerR_ightB_lock.stypo.glif | 2 +- .../upperL_eftA_ndL_owerR_ightB_lock.glif | 2 +- ...pperL_eftA_ndL_owerR_ightB_lock.stypo.glif | 2 +- ...A_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif | 2 +- ...pperR_ightA_ndL_owerL_eftB_lock.stypo.glif | 2 +- ..._ndU_pperR_ightA_ndL_owerR_ightB_lock.glif | 2 +- ...perR_ightA_ndL_owerR_ightB_lock.stypo.glif | 2 +- .../glyphs/upperL_eftA_rc.glif | 2 +- .../glyphs/upperL_eftB_lackT_riangle.glif | 2 +- .../glyphs/upperL_eftB_lock.glif | 2 +- .../glyphs/upperL_eftB_lock.stypo.glif | 2 +- ...upperL_eftD_iagonalH_alfB_lackS_quare.glif | 2 +- .../upperL_eftQ_uadrantW_hiteC_ircle.glif | 2 +- .../glyphs/upperL_eftT_riangle.glif | 2 +- .../glyphs/upperL_eftW_hiteC_ircle.glif | 2 +- .../glyphs/upperO_neE_ighthB_lock.glif | 2 +- .../glyphs/upperO_neE_ighthB_lock.stypo.glif | 2 +- ...A_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif | 2 +- ...owerL_eftA_ndL_owerR_ightB_lock.stypo.glif | 2 +- .../upperR_ightA_ndL_owerL_eftB_lock.glif | 2 +- ...pperR_ightA_ndL_owerL_eftB_lock.stypo.glif | 2 +- .../glyphs/upperR_ightA_rc.glif | 2 +- .../glyphs/upperR_ightB_lackC_ircle.glif | 2 +- .../glyphs/upperR_ightB_lackT_riangle.glif | 2 +- .../glyphs/upperR_ightB_lock.glif | 2 +- .../glyphs/upperR_ightB_lock.stypo.glif | 2 +- .../upperR_ightQ_uadrantW_hiteC_ircle.glif | 2 +- .../glyphs/upperR_ightT_riangle.glif | 2 +- .../upperlefttolowerrightF_illS_quare.glif | 2 +- .../upperrighttolowerleftF_illS_quare.glif | 2 +- .../glyphs/upsilon-latin.glif | 30 +- .../CascadiaCode-Bold.ufo/glyphs/upsilon.glif | 6 - .../glyphs/upsilondieresis.glif | 6 - .../glyphs/upsilondieresistonos.glif | 8 +- .../glyphs/upsilontonos.glif | 10 +- .../CascadiaCode-Bold.ufo/glyphs/uring.glif | 12 +- .../glyphs/ushort-cy.glif | 6 - .../glyphs/ustraight-cy.glif | 6 - .../glyphs/ustraightstroke-cy.glif | 2 - .../CascadiaCode-Bold.ufo/glyphs/utilde.glif | 12 +- sources/CascadiaCode-Bold.ufo/glyphs/v.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/ve-cy.glif | 94 +- .../glyphs/ve-cy.loclB_G_R_.glif | 90 +- .../verticalB_isectingL_ineW_hiteS_quare.glif | 2 +- .../glyphs/verticalF_illC_ircle.glif | 2 +- .../glyphs/verticalF_illS_quare.glif | 2 +- .../glyphs/verticalT_abulationC_ontrol.glif | 36 + .../verticalT_abulationC_ontrol.ss20.glif | 30 + .../CascadiaCode-Bold.ufo/glyphs/vhook.glif | 20 +- .../CascadiaCode-Bold.ufo/glyphs/vturned.glif | 8 +- sources/CascadiaCode-Bold.ufo/glyphs/w.glif | 2 +- .../glyphs/w_w_w.liga.glif | 168 +- .../CascadiaCode-Bold.ufo/glyphs/wacute.glif | 4 +- .../glyphs/wcircumflex.glif | 2 +- .../glyphs/wdieresis.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/wgrave.glif | 4 +- .../glyphs/whiteB_ullet.glif | 2 +- .../glyphs/whiteC_ircle.glif | 34 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteH_exagon.glif | 2 +- .../glyphs/whiteH_orizontalE_llipse.glif | 2 +- .../glyphs/whiteI_nB_lackS_quare.glif | 2 +- .../glyphs/whiteL_argeS_quare.glif | 2 +- .../whiteL_owerL_eftQ_uadrantS_quare.glif | 2 +- .../whiteL_owerR_ightQ_uadrantS_quare.glif | 2 +- .../glyphs/whiteM_ediumD_iamond.glif | 2 +- .../glyphs/whiteM_ediumL_ozenge.glif | 2 +- .../glyphs/whiteP_arallelogram.glif | 2 +- .../glyphs/whiteP_entagon.glif | 2 +- .../glyphs/whiteR_ect.glif | 2 +- .../glyphs/whiteR_oundedC_ornersS_quare.glif | 2 +- .../glyphs/whiteS_mallL_ozenge.glif | 2 +- .../glyphs/whiteS_mallS_quare.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../whiteU_pperL_eftQ_uadrantS_quare.glif | 2 +- .../whiteU_pperR_ightQ_uadrantS_quare.glif | 2 +- .../glyphs/whiteV_erticalE_llipse.glif | 2 +- .../glyphs/whiteV_erticalR_ect.glif | 2 +- .../glyphs/whiteV_erysmallS_quare.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/wmod.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/won.glif | 8 +- sources/CascadiaCode-Bold.ufo/glyphs/x.glif | 2 +- .../glyphs/x.multiply.glif | 2 +- sources/CascadiaCode-Bold.ufo/glyphs/xi.glif | 6 - sources/CascadiaCode-Bold.ufo/glyphs/y.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/yacute.glif | 4 +- .../glyphs/ycircumflex.glif | 2 +- .../glyphs/ydieresis.glif | 2 +- .../glyphs/ydotbelow.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/yeru-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/ygrave.glif | 4 +- .../glyphs/yhookabove.glif | 4 +- .../CascadiaCode-Bold.ufo/glyphs/yi-cy.glif | 8 +- .../CascadiaCode-Bold.ufo/glyphs/ymacron.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/ymod.glif | 42 +- .../CascadiaCode-Bold.ufo/glyphs/ytilde.glif | 2 +- sources/CascadiaCode-Bold.ufo/glyphs/z.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/zacute.glif | 4 +- .../glyphs/zacute.loclP_L_K_.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/zcaron.glif | 2 +- .../glyphs/zdotaccent.glif | 2 +- .../CascadiaCode-Bold.ufo/glyphs/ze-cy.glif | 6 - .../glyphs/ze-cy.loclB_G_R_.glif | 6 - .../glyphs/zerosuperior.glif | 48 +- .../CascadiaCode-Bold.ufo/glyphs/zeta.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/zhe-cy.glif | 6 - .../glyphs/zhe-cy.loclB_G_R_.glif | 6 - .../glyphs/zhedescender-cy.glif | 6 - .../CascadiaCode-Bold.ufo/glyphs/zmod.glif | 6 - .../CascadiaCode-Bold.ufo/layercontents.plist | 4 + sources/CascadiaCode-Bold.ufo/lib.plist | 586 +- .../CascadiaCode-ExtraLight.ufo/features.fea | 1537 +- .../fontinfo.plist | 46 +- .../glyphs.J_un 16 20, 20_48/Z_he-cy.glif | 117 - .../A_lpha-latin.glif | 20 + .../glyphs.public.background/G_stroke.glif | 45 + .../glyphs.public.background/N_hookleft.glif | 19 + .../U_psilonafrican.glif | 47 + .../asterisk_parenright.liga.glif | 25 + .../bar_bar_equal_middle.seq.glif | 17 + .../bar_bar_hyphen_start.seq.glif | 17 + .../glyphs.public.background/be-cy.glif | 45 + .../glyphs.public.background/contents.plist | 108 + .../glyphs.public.background/d.glif | 42 + .../glyphs.public.background/dcaron.alt.glif | 46 + .../glyphs.public.background/degree.glif | 33 + .../glyphs.public.background/g.glif | 46 + .../gheupturn-cy.glif | 19 + .../glottalstopmod.glif | 39 + .../gravecomb.case.glif | 11 + .../glyphs.public.background/greater.alt.glif | 15 + .../greater.center.glif | 15 + .../greater_greater_equal_end.seq.glif | 25 + .../greater_greater_equal_middle.seq.glif | 25 + .../greater_greater_equal_start.seq.glif | 25 + .../greater_greater_hyphen_end.seq.glif | 25 + .../greater_greater_hyphen_middle.seq.glif | 25 + .../greater_greater_hyphen_start.seq.glif | 25 + .../glyphs.public.background/idotless.glif | 29 + .../glyphs.public.background/ka-cy.glif | 29 + .../kadescender-cy.glif | 61 + .../glyphs.public.background/kaiS_ymbol.glif | 28 + .../glyphs.public.background/kappa.glif | 29 + .../less_less_equal_end.seq.glif | 25 + .../less_less_equal_middle.seq.glif | 25 + .../less_less_equal_start.seq.glif | 25 + .../less_less_hyphen_end.seq.glif | 25 + .../less_less_hyphen_middle.seq.glif | 25 + .../glyphs.public.background/macroncomb.glif | 11 + .../glyphs.public.background/nhookleft.glif | 19 + .../glyphs.public.background/nine.glif | 47 + .../numbersign_middle.seq.glif | 29 + .../numbersign_underscore_parenleft.liga.glif | 25 + .../glyphs.public.background/p.glif | 52 + .../parenleft_asterisk.liga.glif | 25 + .../period_hyphen.liga.glif | 11 + .../quotedblbase.glif | 25 + .../glyphs.public.background/quoteleft.glif | 21 + .../glyphs.public.background/quoteright.glif | 45 + .../glyphs.public.background/rho.glif | 42 + .../slash_slash_equal_end.seq.glif | 17 + .../slash_slash_equal_middle.seq.glif | 17 + .../slash_slash_equal_start.seq.glif | 17 + .../glyphs.public.background/tau.glif | 43 + .../tse-cy.loclB_G_R_.glif | 39 + .../upsilon-latin.glif | 47 + .../glyphs/A_-cy.glif | 6 - .../glyphs/A_.glif | 2 +- .../glyphs/A_.half.glif | 28 + .../glyphs/A_E_acute.glif | 6 +- .../glyphs/A_acute.glif | 4 +- .../glyphs/A_breve.glif | 2 +- .../glyphs/A_breveacute.glif | 6 +- .../glyphs/A_brevedotbelow.glif | 4 +- .../glyphs/A_brevegrave.glif | 6 +- .../glyphs/A_brevehookabove.glif | 4 +- .../glyphs/A_brevetilde.glif | 4 +- .../glyphs/A_caron.glif | 2 +- .../glyphs/A_circumflex.glif | 2 +- .../glyphs/A_circumflexacute.glif | 17 +- .../glyphs/A_circumflexdotbelow.glif | 4 +- .../glyphs/A_circumflexgrave.glif | 17 +- .../glyphs/A_circumflexhookabove.glif | 17 +- .../glyphs/A_circumflextilde.glif | 4 +- .../glyphs/A_dieresis.glif | 2 +- .../glyphs/A_dotbelow.glif | 4 +- .../glyphs/A_grave.glif | 4 +- .../glyphs/A_hookabove.glif | 2 +- .../glyphs/A_lpha-latin.glif | 83 +- .../glyphs/A_lpha.glif | 6 - .../glyphs/A_lphatonos.glif | 6 - .../glyphs/A_macron.glif | 2 +- .../glyphs/A_ogonek.glif | 8 +- .../glyphs/A_ring.glif | 2 +- .../glyphs/A_ringacute.glif | 6 +- .../glyphs/A_small.glif | 2 +- .../glyphs/A_stroke.glif | 30 +- .../glyphs/A_tilde.glif | 4 +- .../glyphs/B_.glif | 2 +- .../glyphs/B_.half.glif | 64 + .../glyphs/B_e-cy.glif | 6 - .../glyphs/B_eta.glif | 6 - .../glyphs/C_.glif | 58 +- .../glyphs/C_.half.glif | 40 + .../glyphs/C_acute.glif | 8 +- .../glyphs/C_acute.loclP_L_K_.glif | 8 +- .../glyphs/C_caron.glif | 8 +- .../glyphs/C_cedilla.glif | 8 +- .../glyphs/C_circumflex.glif | 8 +- .../glyphs/C_dotaccent.glif | 8 +- .../glyphs/C_he-cy.glif | 42 +- .../glyphs/C_hedescender-cy.glif | 18 +- .../glyphs/C_hi.glif | 6 - .../glyphs/C_stroke.glif | 10 +- .../glyphs/D_.glif | 52 +- .../glyphs/D_.half.glif | 38 + .../glyphs/D_caron.glif | 10 +- .../glyphs/D_croat.glif | 8 +- .../glyphs/D_e-cy.glif | 6 - .../glyphs/D_e-cy.loclB_G_R_.glif | 6 - .../glyphs/D_elta.glif | 6 - .../glyphs/D_je-cy.glif | 58 +- .../glyphs/D_ze-cy.glif | 8 +- .../glyphs/D_zhe-cy.glif | 6 - .../glyphs/E_-cy.glif | 6 - .../glyphs/E_.glif | 2 +- .../glyphs/E_.half.glif | 36 + .../glyphs/E_acute.glif | 4 +- .../glyphs/E_breve.glif | 2 +- .../glyphs/E_caron.glif | 2 +- .../glyphs/E_circumflex.glif | 2 +- .../glyphs/E_circumflexacute.glif | 17 +- .../glyphs/E_circumflexdotbelow.glif | 4 +- .../glyphs/E_circumflexgrave.glif | 6 +- .../glyphs/E_circumflexhookabove.glif | 17 +- .../glyphs/E_circumflextilde.glif | 4 +- .../glyphs/E_dieresis.glif | 2 +- .../glyphs/E_dotaccent.glif | 2 +- .../glyphs/E_dotbelow.glif | 4 +- .../glyphs/E_f-cy.glif | 6 - .../glyphs/E_f-cy.loclB_G_R_.glif | 6 - .../glyphs/E_grave.glif | 4 +- .../glyphs/E_hookabove.glif | 2 +- .../glyphs/E_l-cy.glif | 6 - .../glyphs/E_l-cy.loclB_G_R_.glif | 6 - .../glyphs/E_m-cy.glif | 6 - .../glyphs/E_macron.glif | 2 +- .../glyphs/E_n-cy.glif | 6 - .../glyphs/E_ndescender-cy.glif | 6 - .../glyphs/E_ng.glif | 4 +- .../glyphs/E_ogonek.glif | 2 +- .../glyphs/E_open.glif | 10 +- .../glyphs/E_psilon.glif | 6 - .../glyphs/E_psilontonos.glif | 6 - .../glyphs/E_r-cy.glif | 10 +- .../glyphs/E_reversed-cy.glif | 6 - .../glyphs/E_reversed.glif | 2 +- .../glyphs/E_s-cy.glif | 10 +- .../glyphs/E_sh.glif | 2 +- .../glyphs/E_ta.glif | 6 - .../glyphs/E_tatonos.glif | 6 - .../glyphs/E_th.glif | 14 +- .../glyphs/E_tilde.glif | 4 +- .../glyphs/E_zh.glif | 58 +- .../glyphs/F_.glif | 26 +- .../glyphs/F_.half.glif | 30 + .../glyphs/G_.glif | 74 +- .../glyphs/G_.half.glif | 52 + .../glyphs/G_amma.glif | 10 +- .../glyphs/G_ammaafrican.glif | 2 +- .../glyphs/G_breve.glif | 8 +- .../glyphs/G_caron.glif | 8 +- .../glyphs/G_circumflex.glif | 8 +- .../glyphs/G_commaaccent.glif | 8 +- .../glyphs/G_dotaccent.glif | 8 +- .../glyphs/G_e-cy.glif | 6 - .../glyphs/G_hestroke-cy.glif | 10 +- .../glyphs/G_heupturn-cy.glif | 6 - .../glyphs/G_je-cy.glif | 8 +- .../glyphs/G_small.glif | 70 +- .../glyphs/G_stroke.glif | 62 +- .../glyphs/H_.glif | 2 +- .../glyphs/H_.half.glif | 30 + .../glyphs/H_a-cy.glif | 6 - .../glyphs/H_adescender-cy.glif | 6 - .../glyphs/H_ardsign-cy.glif | 62 +- .../glyphs/H_bar.glif | 8 +- .../glyphs/H_caron.glif | 2 +- .../glyphs/H_circumflex.glif | 2 +- .../glyphs/H_dotbelow.glif | 4 +- .../glyphs/I_-cy.glif | 8 +- .../glyphs/I_.glif | 2 +- .../glyphs/I_.half.glif | 30 + .../glyphs/I_J_.glif | 68 +- .../glyphs/I_a-cy.glif | 6 - .../glyphs/I_acute.glif | 6 +- .../glyphs/I_acute_J_.loclN_L_D_.glif | 4 +- .../glyphs/I_breve.glif | 4 +- .../glyphs/I_circumflex.glif | 4 +- .../glyphs/I_dieresis.glif | 4 +- .../glyphs/I_dotaccent.glif | 4 +- .../glyphs/I_dotbelow.glif | 6 +- .../glyphs/I_e-cy.glif | 6 - .../glyphs/I_egrave-cy.glif | 8 +- .../glyphs/I_grave.glif | 6 +- .../glyphs/I_hookabove.glif | 4 +- .../glyphs/I_i-cy.glif | 6 - .../glyphs/I_igrave-cy.glif | 8 +- .../glyphs/I_ishort-cy.glif | 6 - .../glyphs/I_macron-cy.glif | 6 - .../glyphs/I_macron.glif | 4 +- .../glyphs/I_o-cy.glif | 6 - .../glyphs/I_ogonek.glif | 4 +- .../glyphs/I_ota.glif | 8 +- .../glyphs/I_otaafrican.glif | 10 +- .../glyphs/I_otadieresis.glif | 8 +- .../glyphs/I_otatonos.glif | 6 - .../glyphs/I_small.glif | 8 +- .../glyphs/I_tilde.glif | 6 +- .../glyphs/I_u-cy.glif | 6 - .../glyphs/J_.glif | 42 +- .../glyphs/J_circumflex.glif | 2 +- .../glyphs/J_e-cy.glif | 8 +- .../glyphs/K_.glif | 38 +- .../glyphs/K_.half.glif | 34 + .../glyphs/K_a-cy.glif | 6 - .../glyphs/K_acute.glif | 8 +- .../glyphs/K_adescender-cy.glif | 6 - .../glyphs/K_aiS_ymbol.glif | 54 +- .../glyphs/K_appa.glif | 10 +- .../glyphs/K_commaaccent.glif | 8 +- .../glyphs/K_dotbelow.glif | 8 +- .../glyphs/K_je-cy.glif | 8 +- .../glyphs/K_linebelow.glif | 8 +- .../glyphs/L_.glif | 2 +- .../glyphs/L_.half.glif | 24 + .../glyphs/L_acute.glif | 6 +- .../glyphs/L_ambda.glif | 6 - .../glyphs/L_bar.glif | 2 +- .../glyphs/L_caron.glif | 2 +- .../glyphs/L_commaaccent.glif | 6 +- .../glyphs/L_dot.glif | 4 +- .../glyphs/L_dotbelow.glif | 4 +- .../glyphs/L_je-cy.glif | 6 - .../glyphs/L_linebelow.glif | 4 +- .../glyphs/L_middletilde.glif | 2 +- .../glyphs/L_small.glif | 10 +- .../glyphs/M_.glif | 2 +- .../glyphs/M_.half.glif | 44 + .../glyphs/M_u.glif | 6 - .../glyphs/N_.glif | 2 +- .../glyphs/N_.half.glif | 34 + .../glyphs/N_acute.glif | 4 +- .../glyphs/N_acute.loclP_L_K_.glif | 4 +- .../glyphs/N_caron.glif | 2 +- .../glyphs/N_commaaccent.glif | 4 +- .../glyphs/N_hookleft.glif | 12 +- .../glyphs/N_je-cy.glif | 6 - .../glyphs/N_linebelow.glif | 4 +- .../glyphs/N_tilde.glif | 4 +- .../glyphs/N_u.glif | 6 - .../glyphs/O_-cy.glif | 6 - .../glyphs/O_.glif | 2 +- .../glyphs/O_.half.glif | 40 + .../glyphs/O_acute.glif | 4 +- .../glyphs/O_acute.loclP_L_K_.glif | 4 +- .../glyphs/O_barred-cy.glif | 6 - .../glyphs/O_breve.glif | 2 +- .../glyphs/O_circumflex.glif | 2 +- .../glyphs/O_circumflexacute.glif | 17 +- .../glyphs/O_circumflexdotbelow.glif | 4 +- .../glyphs/O_circumflexgrave.glif | 17 +- .../glyphs/O_circumflexhookabove.glif | 17 +- .../glyphs/O_circumflextilde.glif | 4 +- .../glyphs/O_dieresis.glif | 2 +- .../glyphs/O_dotbelow.glif | 4 +- .../glyphs/O_grave.glif | 4 +- .../glyphs/O_hm.glif | 2 +- .../glyphs/O_hookabove.glif | 2 +- .../glyphs/O_horn.glif | 2 +- .../glyphs/O_hornacute.glif | 4 +- .../glyphs/O_horndotbelow.glif | 4 +- .../glyphs/O_horngrave.glif | 4 +- .../glyphs/O_hornhookabove.glif | 2 +- .../glyphs/O_horntilde.glif | 4 +- .../glyphs/O_hungarumlaut.glif | 2 +- .../glyphs/O_macron.glif | 2 +- .../glyphs/O_macronacute.glif | 8 +- .../glyphs/O_macrongrave.glif | 8 +- .../glyphs/O_mega.glif | 6 - .../glyphs/O_megatonos.glif | 6 - .../glyphs/O_micron.glif | 6 - .../glyphs/O_microntonos.glif | 6 - .../glyphs/O_ogonek.glif | 2 +- .../glyphs/O_open.glif | 52 +- .../glyphs/O_slashacute.glif | 4 +- .../glyphs/O_tilde.glif | 4 +- .../glyphs/P_.glif | 2 +- .../glyphs/P_.half.glif | 38 + .../glyphs/P_alochka-cy.glif | 8 +- .../glyphs/P_e-cy.glif | 6 - .../glyphs/P_hi.glif | 6 - .../glyphs/P_i.glif | 6 - .../glyphs/P_si.glif | 6 - .../glyphs/Q_.glif | 2 +- .../glyphs/Q_.half.glif | 38 + .../glyphs/R_.glif | 2 +- .../glyphs/R_.half.glif | 44 + .../glyphs/R_acute.glif | 4 +- .../glyphs/R_caron.glif | 2 +- .../glyphs/R_commaaccent.glif | 6 +- .../glyphs/R_dotbelow.glif | 4 +- .../glyphs/R_ho.glif | 8 +- .../glyphs/S_.glif | 26 +- .../glyphs/S_.half.glif | 54 + .../glyphs/S_acute.glif | 6 +- .../glyphs/S_acute.loclP_L_K_.glif | 6 +- .../glyphs/S_caron.glif | 4 +- .../glyphs/S_cedilla.glif | 6 +- .../glyphs/S_chwa-cy.glif | 6 - .../glyphs/S_circumflex.glif | 4 +- .../glyphs/S_commaaccent.glif | 4 +- .../glyphs/S_dotbelow.glif | 4 +- .../glyphs/S_ha-cy.glif | 6 - .../glyphs/S_hcha-cy.glif | 6 - .../glyphs/S_hha-cy.glif | 6 - .../glyphs/S_igma.glif | 6 - .../glyphs/S_oftsign-cy.glif | 50 +- .../glyphs/T_.glif | 2 +- .../glyphs/T_.half.glif | 24 + .../glyphs/T_au.glif | 6 - .../glyphs/T_caron.glif | 2 +- .../glyphs/T_cedilla.glif | 6 +- .../glyphs/T_commaaccent.glif | 4 +- .../glyphs/T_diagonalstroke.glif | 6 +- .../glyphs/T_e-cy.glif | 6 - .../glyphs/T_heta.glif | 6 - .../glyphs/T_linebelow.glif | 4 +- .../glyphs/T_se-cy.glif | 6 - .../glyphs/T_she-cy.glif | 6 - .../glyphs/U_-cy.glif | 42 +- .../glyphs/U_.glif | 2 +- .../glyphs/U_.half.glif | 32 + .../glyphs/U_acute.glif | 4 +- .../glyphs/U_breve.glif | 2 +- .../glyphs/U_circumflex.glif | 2 +- .../glyphs/U_dieresis.glif | 2 +- .../glyphs/U_dotbelow.glif | 4 +- .../glyphs/U_grave.glif | 4 +- .../glyphs/U_hookabove.glif | 2 +- .../glyphs/U_hornacute.glif | 4 +- .../glyphs/U_horndotbelow.glif | 4 +- .../glyphs/U_horngrave.glif | 4 +- .../glyphs/U_hornhookabove.glif | 2 +- .../glyphs/U_horntilde.glif | 4 +- .../glyphs/U_hungarumlaut.glif | 2 +- .../glyphs/U_macron-cy.glif | 14 +- .../glyphs/U_macron.glif | 2 +- .../glyphs/U_ogonek.glif | 2 +- .../glyphs/U_psilon.glif | 6 - .../glyphs/U_psilonafrican.glif | 30 +- .../glyphs/U_psilondieresis.glif | 6 - .../glyphs/U_psilontonos.glif | 6 - .../glyphs/U_ring.glif | 2 +- .../glyphs/U_short-cy.glif | 14 +- .../glyphs/U_straight-cy.glif | 6 - .../glyphs/U_straightstroke-cy.glif | 6 - .../glyphs/U_tilde.glif | 4 +- .../glyphs/V_.glif | 2 +- .../glyphs/V_.half.glif | 22 + .../glyphs/V_e-cy.glif | 6 - .../glyphs/V_hook.glif | 6 + .../glyphs/V_turned.glif | 2 +- .../glyphs/W_.glif | 2 +- .../glyphs/W_acute.glif | 4 +- .../glyphs/W_circumflex.glif | 2 +- .../glyphs/W_dieresis.glif | 2 +- .../glyphs/W_grave.glif | 4 +- .../glyphs/X_.glif | 26 +- .../glyphs/X_.half.glif | 28 + .../glyphs/X_i.glif | 6 - .../glyphs/Y_.glif | 2 +- .../glyphs/Y_.half.glif | 28 + .../glyphs/Y_acute.glif | 4 +- .../glyphs/Y_circumflex.glif | 2 +- .../glyphs/Y_dieresis.glif | 2 +- .../glyphs/Y_dotbelow.glif | 4 +- .../glyphs/Y_eru-cy.glif | 6 - .../glyphs/Y_grave.glif | 4 +- .../glyphs/Y_hookabove.glif | 2 +- .../glyphs/Y_i-cy.glif | 8 +- .../glyphs/Y_macron.glif | 2 +- .../glyphs/Y_tilde.glif | 4 +- .../glyphs/Z_.glif | 2 +- .../glyphs/Z_acute.glif | 4 +- .../glyphs/Z_acute.loclP_L_K_.glif | 4 +- .../glyphs/Z_caron.glif | 2 +- .../glyphs/Z_dotaccent.glif | 2 +- .../glyphs/Z_e-cy.glif | 6 - .../glyphs/Z_eta.glif | 6 - .../glyphs/Z_he-cy.glif | 6 - .../glyphs/Z_hedescender-cy.glif | 6 - .../glyphs/a-cy.glif | 8 +- .../CascadiaCode-ExtraLight.ufo/glyphs/a.glif | 2 +- .../glyphs/aacute.glif | 6 +- .../glyphs/abreve.glif | 4 +- .../glyphs/abreveacute.glif | 8 +- .../glyphs/abrevedotbelow.glif | 6 +- .../glyphs/abrevegrave.glif | 8 +- .../glyphs/abrevehookabove.glif | 6 +- .../glyphs/abrevetilde.glif | 6 +- .../glyphs/acaron.glif | 4 +- .../glyphs/acircumflex.glif | 4 +- .../glyphs/acircumflexacute.glif | 8 +- .../glyphs/acircumflexdotbelow.glif | 6 +- .../glyphs/acircumflexgrave.glif | 19 +- .../glyphs/acircumflexhookabove.glif | 17 +- .../glyphs/acircumflextilde.glif | 6 +- .../glyphs/acknowledgeC_ontrol.glif | 36 + .../glyphs/acknowledgeC_ontrol.ss20.glif | 24 + .../glyphs/acutecomb.case.glif | 16 +- .../glyphs/acutecomb.case.loclP_L_K_.glif | 14 +- .../glyphs/acutecomb.glif | 14 +- .../glyphs/acutecomb.loclP_L_K_.glif | 14 +- .../glyphs/acutetonecomb.glif | 4 +- .../glyphs/adieresis.glif | 4 +- .../glyphs/adotbelow.glif | 6 +- .../glyphs/ae.glif | 146 +- .../glyphs/aeacute.glif | 4 +- .../glyphs/agrave.glif | 6 +- .../glyphs/ahookabove.glif | 6 +- .../glyphs/alpha-latin.glif | 6 +- .../glyphs/alpha.glif | 86 +- .../glyphs/alphatonos.glif | 8 +- .../glyphs/amacron.glif | 6 +- .../glyphs/ampersand_ampersand.liga.glif | 178 +- .../glyphs/aogonek.glif | 4 +- .../glyphs/apostrophemod.glif | 2 +- .../glyphs/aring.glif | 4 +- .../glyphs/aringacute.glif | 6 +- .../glyphs/asciicircum.glif | 16 +- .../glyphs/asciicircum_equal.liga.glif | 34 +- .../glyphs/asciitilde_asciitilde.liga.glif | 110 +- .../asciitilde_asciitilde_greater.liga.glif | 133 +- .../glyphs/asciitilde_at.liga.glif | 180 +- .../glyphs/asciitilde_equal.liga.glif | 36 +- .../glyphs/asciitilde_greater.liga.glif | 85 +- .../glyphs/asciitilde_hyphen.liga.glif | 70 +- .../glyphs/asterisk.glif | 40 +- .../glyphs/asterisk_asterisk.liga.glif | 6 +- .../asterisk_asterisk_asterisk.liga.glif | 8 +- .../glyphs/asterisk_greater.liga.glif | 6 +- .../glyphs/asterisk_parenright.liga.glif | 48 +- .../glyphs/asterisk_slash.liga.glif | 6 +- .../glyphs/atilde.glif | 6 +- .../CascadiaCode-ExtraLight.ufo/glyphs/b.glif | 64 +- .../glyphs/backslash.glif | 8 +- .../glyphs/backslash_backslash.liga.glif | 6 +- .../glyphs/backslash_slash.liga.glif | 14 + .../glyphs/backspaceC_ontrol.glif | 36 + .../glyphs/backspaceC_ontrol.ss20.glif | 36 + .../glyphs/baht.B_R_A_C_K_E_T_.600.glif | 8 +- .../glyphs/bar_bar.liga.glif | 6 +- .../glyphs/bar_bar_bar.liga.glif | 15 + .../glyphs/bar_bar_bar_greater.liga.glif | 28 +- .../glyphs/bar_bar_equal.liga.glif | 26 - .../glyphs/bar_bar_equal_end.seq.glif | 26 + .../glyphs/bar_bar_equal_middle.seq.glif | 38 + .../glyphs/bar_bar_equal_start.seq.glif | 26 + .../glyphs/bar_bar_greater.liga.glif | 26 +- .../glyphs/bar_bar_hyphen_end.seq.glif | 20 + .../glyphs/bar_bar_hyphen_middle.seq.glif | 26 + .../glyphs/bar_bar_hyphen_start.seq.glif | 20 + .../glyphs/bar_braceright.liga.glif | 108 +- .../glyphs/bar_bracketright.liga.glif | 28 +- .../glyphs/bar_equal.liga.glif | 25 - .../glyphs/bar_equal_end.seq.glif | 25 + .../glyphs/bar_equal_middle.seq.glif | 14 + .../glyphs/bar_equal_start.seq.glif | 25 + .../glyphs/bar_greater.liga.glif | 24 +- .../glyphs/bar_hyphen.liga.glif | 19 - .../glyphs/bar_hyphen_end.seq.glif | 19 + .../glyphs/bar_hyphen_middle.seq.glif | 14 + .../glyphs/bar_hyphen_start.seq.glif | 19 + .../glyphs/bar_underscore_middle.seq.glif | 20 + .../glyphs/be-cy.glif | 82 +- .../glyphs/be-cy.loclS_R_B_.glif | 40 +- .../glyphs/bellC_ontrol.glif} | 15 +- .../glyphs/bellC_ontrol.ss20.glif | 40 + .../glyphs/beta.glif | 6 - .../glyphs/blackC_ircle.glif | 2 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackH_exagon.glif | 2 +- .../glyphs/blackH_orizontalE_llipse.glif | 2 +- .../glyphs/blackI_nW_hiteD_iamond.glif | 2 +- .../glyphs/blackL_argeC_ircle.glif | 2 +- .../glyphs/blackL_argeS_quare.glif | 2 +- .../glyphs/blackM_ediumD_iamond.glif | 2 +- .../blackM_ediumD_ownT_riangleC_entred.glif | 2 +- .../blackM_ediumL_eftT_riangleC_entred.glif | 2 +- .../glyphs/blackM_ediumL_ozenge.glif | 2 +- .../blackM_ediumR_ightT_riangleC_entred.glif | 2 +- .../blackM_ediumU_pT_riangleC_entred.glif | 2 +- .../glyphs/blackP_arallelogram.glif | 2 +- .../glyphs/blackP_entagon.glif | 2 +- .../glyphs/blackS_mallD_iamond.glif | 2 +- .../glyphs/blackS_mallL_ozenge.glif | 2 +- .../glyphs/blackS_mallS_quare.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/blackV_erticalE_llipse.glif | 2 +- .../glyphs/blackV_erticalR_ect.glif | 2 +- .../glyphs/blackV_erysmallS_quare.glif | 2 +- .../glyphs/blank-braille.glif | 2 +- .../glyphs/blank.glif | 33 + .../glyphs/blankS_ymbol.glif | 56 + .../glyphs/bottomH_alfB_lackC_ircle.glif | 2 +- .../glyphs/bottomH_alfB_lackD_iamond.glif | 2 +- .../boxD_oubleD_ownA_ndH_orizontal.glif | 2 +- .../glyphs/boxD_oubleD_ownA_ndL_eft.glif | 2 +- .../glyphs/boxD_oubleD_ownA_ndR_ight.glif | 2 +- .../glyphs/boxD_oubleH_orizontal.glif | 2 +- .../glyphs/boxD_oubleU_pA_ndH_orizontal.glif | 2 +- .../glyphs/boxD_oubleU_pA_ndL_eft.glif | 2 +- .../glyphs/boxD_oubleU_pA_ndR_ight.glif | 2 +- .../glyphs/boxD_oubleV_ertical.glif | 2 +- .../boxD_oubleV_erticalA_ndH_orizontal.glif | 2 +- .../glyphs/boxD_oubleV_erticalA_ndL_eft.glif | 2 +- .../glyphs/boxD_oubleV_erticalA_ndR_ight.glif | 2 +- ...boxD_ownD_oubleA_ndH_orizontalS_ingle.glif | 2 +- .../boxD_ownD_oubleA_ndL_eftS_ingle.glif | 2 +- .../boxD_ownD_oubleA_ndR_ightS_ingle.glif | 2 +- .../boxD_ownH_eavyA_ndH_orizontalL_ight.glif | 2 +- .../glyphs/boxD_ownH_eavyA_ndL_eftL_ight.glif | 2 +- .../boxD_ownH_eavyA_ndL_eftU_pL_ight.glif | 2 +- .../boxD_ownH_eavyA_ndR_ightL_ight.glif | 2 +- .../boxD_ownH_eavyA_ndR_ightU_pL_ight.glif | 2 +- ...oxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif | 2 +- .../boxD_ownL_ightA_ndH_orizontalH_eavy.glif | 2 +- .../glyphs/boxD_ownL_ightA_ndL_eftH_eavy.glif | 2 +- .../boxD_ownL_ightA_ndL_eftU_pH_eavy.glif | 2 +- .../boxD_ownL_ightA_ndR_ightH_eavy.glif | 2 +- .../boxD_ownL_ightA_ndR_ightU_pH_eavy.glif | 2 +- ...oxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif | 2 +- ...boxD_ownS_ingleA_ndH_orizontalD_ouble.glif | 2 +- .../boxD_ownS_ingleA_ndL_eftD_ouble.glif | 2 +- .../boxD_ownS_ingleA_ndR_ightD_ouble.glif | 2 +- .../boxH_eavyD_oubleD_ashH_orizontal.glif | 2 +- .../boxH_eavyD_oubleD_ashV_ertical.glif | 2 +- .../glyphs/boxH_eavyD_own.glif | 2 +- .../glyphs/boxH_eavyD_ownA_ndH_orizontal.glif | 2 +- .../glyphs/boxH_eavyD_ownA_ndL_eft.glif | 2 +- .../glyphs/boxH_eavyD_ownA_ndR_ight.glif | 2 +- .../glyphs/boxH_eavyH_orizontal.glif | 2 +- .../glyphs/boxH_eavyL_eft.glif | 2 +- .../boxH_eavyL_eftA_ndL_ightR_ight.glif | 2 +- .../boxH_eavyQ_uadrupleD_ashH_orizontal.glif | 2 +- .../boxH_eavyQ_uadrupleD_ashV_ertical.glif | 2 +- .../glyphs/boxH_eavyR_ight.glif | 2 +- .../boxH_eavyT_ripleD_ashH_orizontal.glif | 2 +- .../boxH_eavyT_ripleD_ashV_ertical.glif | 2 +- .../glyphs/boxH_eavyU_p.glif | 2 +- .../glyphs/boxH_eavyU_pA_ndH_orizontal.glif | 2 +- .../glyphs/boxH_eavyU_pA_ndL_eft.glif | 2 +- .../glyphs/boxH_eavyU_pA_ndL_ightD_own.glif | 2 +- .../glyphs/boxH_eavyU_pA_ndR_ight.glif | 2 +- .../glyphs/boxH_eavyV_ertical.glif | 2 +- .../boxH_eavyV_erticalA_ndH_orizontal.glif | 2 +- .../glyphs/boxH_eavyV_erticalA_ndL_eft.glif | 2 +- .../glyphs/boxH_eavyV_erticalA_ndR_ight.glif | 2 +- ...oxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif | 2 +- .../boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif | 2 +- .../boxL_eftH_eavyA_ndR_ightU_pL_ight.glif | 2 +- ...xL_eftH_eavyA_ndR_ightV_erticalL_ight.glif | 2 +- .../boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif | 2 +- .../boxL_eftL_ightA_ndR_ightU_pH_eavy.glif | 2 +- ...xL_eftL_ightA_ndR_ightV_erticalH_eavy.glif | 2 +- ...oxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif | 2 +- .../glyphs/boxL_ightA_rcD_ownA_ndL_eft.glif | 2 +- .../glyphs/boxL_ightA_rcD_ownA_ndR_ight.glif | 2 +- .../glyphs/boxL_ightA_rcU_pA_ndL_eft.glif | 2 +- .../glyphs/boxL_ightA_rcU_pA_ndR_ight.glif | 2 +- .../glyphs/boxL_ightD_iagonalC_ross.glif | 2 +- ...htD_iagonalU_pperL_eftT_oL_owerR_ight.glif | 2 +- ...htD_iagonalU_pperR_ightT_oL_owerL_eft.glif | 2 +- .../boxL_ightD_oubleD_ashH_orizontal.glif | 2 +- .../boxL_ightD_oubleD_ashV_ertical.glif | 2 +- .../glyphs/boxL_ightD_own.glif | 2 +- .../glyphs/boxL_ightD_ownA_ndH_orizontal.glif | 2 +- .../glyphs/boxL_ightD_ownA_ndL_eft.glif | 2 +- .../glyphs/boxL_ightD_ownA_ndR_ight.glif | 2 +- .../glyphs/boxL_ightH_orizontal.glif | 2 +- .../glyphs/boxL_ightL_eft.glif | 2 +- .../boxL_ightL_eftA_ndH_eavyR_ight.glif | 2 +- .../boxL_ightQ_uadrupleD_ashH_orizontal.glif | 2 +- .../boxL_ightQ_uadrupleD_ashV_ertical.glif | 2 +- .../glyphs/boxL_ightR_ight.glif | 2 +- .../boxL_ightT_ripleD_ashH_orizontal.glif | 2 +- .../boxL_ightT_ripleD_ashV_ertical.glif | 2 +- .../glyphs/boxL_ightU_p.glif | 2 +- .../glyphs/boxL_ightU_pA_ndH_eavyD_own.glif | 2 +- .../glyphs/boxL_ightU_pA_ndH_orizontal.glif | 2 +- .../glyphs/boxL_ightU_pA_ndL_eft.glif | 2 +- .../glyphs/boxL_ightU_pA_ndR_ight.glif | 2 +- .../glyphs/boxL_ightV_ertical.glif | 2 +- .../boxL_ightV_erticalA_ndH_orizontal.glif | 2 +- .../glyphs/boxL_ightV_erticalA_ndL_eft.glif | 2 +- .../glyphs/boxL_ightV_erticalA_ndR_ight.glif | 2 +- ...oxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif | 2 +- .../boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif | 2 +- .../boxR_ightH_eavyA_ndL_eftU_pL_ight.glif | 2 +- ...xR_ightH_eavyA_ndL_eftV_erticalL_ight.glif | 2 +- .../boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif | 2 +- .../boxR_ightL_ightA_ndL_eftU_pH_eavy.glif | 2 +- ...xR_ightL_ightA_ndL_eftV_erticalH_eavy.glif | 2 +- ...oxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif | 2 +- .../boxU_pD_oubleA_ndH_orizontalS_ingle.glif | 2 +- .../glyphs/boxU_pD_oubleA_ndL_eftS_ingle.glif | 2 +- .../boxU_pD_oubleA_ndR_ightS_ingle.glif | 2 +- ...oxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif | 2 +- .../boxU_pH_eavyA_ndH_orizontalL_ight.glif | 2 +- .../boxU_pH_eavyA_ndL_eftD_ownL_ight.glif | 2 +- .../glyphs/boxU_pH_eavyA_ndL_eftL_ight.glif | 2 +- .../boxU_pH_eavyA_ndR_ightD_ownL_ight.glif | 2 +- .../glyphs/boxU_pH_eavyA_ndR_ightL_ight.glif | 2 +- ...oxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif | 2 +- .../boxU_pL_ightA_ndH_orizontalH_eavy.glif | 2 +- .../boxU_pL_ightA_ndL_eftD_ownH_eavy.glif | 2 +- .../glyphs/boxU_pL_ightA_ndL_eftH_eavy.glif | 2 +- .../boxU_pL_ightA_ndR_ightD_ownH_eavy.glif | 2 +- .../glyphs/boxU_pL_ightA_ndR_ightH_eavy.glif | 2 +- .../boxU_pS_ingleA_ndH_orizontalD_ouble.glif | 2 +- .../glyphs/boxU_pS_ingleA_ndL_eftD_ouble.glif | 2 +- .../boxU_pS_ingleA_ndR_ightD_ouble.glif | 2 +- ..._erticalD_oubleA_ndH_orizontalS_ingle.glif | 2 +- .../boxV_erticalD_oubleA_ndL_eftS_ingle.glif | 2 +- .../boxV_erticalD_oubleA_ndR_ightS_ingle.glif | 2 +- ...xV_erticalH_eavyA_ndH_orizontalL_ight.glif | 2 +- .../boxV_erticalH_eavyA_ndL_eftL_ight.glif | 2 +- .../boxV_erticalH_eavyA_ndR_ightL_ight.glif | 2 +- ...xV_erticalL_ightA_ndH_orizontalH_eavy.glif | 2 +- .../boxV_erticalL_ightA_ndL_eftH_eavy.glif | 2 +- .../boxV_erticalL_ightA_ndR_ightH_eavy.glif | 2 +- ..._erticalS_ingleA_ndH_orizontalD_ouble.glif | 2 +- .../boxV_erticalS_ingleA_ndL_eftD_ouble.glif | 2 +- .../boxV_erticalS_ingleA_ndR_ightD_ouble.glif | 2 +- .../glyphs/braceleft.glif | 104 +- .../glyphs/braceleft_bar.liga.glif | 108 +- .../glyphs/braceright.glif | 104 +- .../glyphs/braceright_numbersign.liga.glif | 138 +- .../glyphs/bracketleft_bar.liga.glif | 28 +- .../glyphs/bracketright_numbersign.liga.glif | 36 +- .../glyphs/breve.glif | 2 +- .../glyphs/brevecomb-cy.case.glif | 2 +- .../glyphs/brevecomb-cy.glif | 2 +- .../glyphs/brevecomb.case.glif | 2 +- .../glyphs/brevecomb.glif | 2 +- .../glyphs/bullseye.glif | 2 +- .../CascadiaCode-ExtraLight.ufo/glyphs/c.glif | 16 +- .../glyphs/cacute.glif | 4 +- .../glyphs/cacute.loclP_L_K_.glif | 4 +- .../glyphs/cancelC_ontrol.glif | 36 + .../glyphs/cancelC_ontrol.ss20.glif | 38 + .../glyphs/careof.glif | 108 +- .../glyphs/caron.glif | 2 +- .../glyphs/caroncomb.case.glif | 2 +- .../glyphs/caroncomb.glif | 2 +- .../glyphs/carriageR_eturnC_ontrol.glif | 36 + .../glyphs/carriageR_eturnC_ontrol.ss20.glif | 30 + .../glyphs/ccaron.glif | 2 +- .../glyphs/ccedilla.glif | 6 +- .../glyphs/ccircumflex.glif | 2 +- .../glyphs/cdotaccent.glif | 2 +- .../glyphs/cedi.glif | 4 +- .../glyphs/cedilla.glif | 2 +- .../glyphs/cedillacomb.glif | 37 +- .../glyphs/che-cy.glif | 42 +- .../glyphs/chedescender-cy.glif | 18 +- .../glyphs/chi.glif | 6 - .../glyphs/circumflexcomb.case.glif | 4 +- .../glyphs/circumflexcomb.glif | 2 +- .../glyphs/colon.center.glif} | 5 +- .../glyphs/colon_colon.liga.glif | 6 +- .../glyphs/colon_colon_colon.liga.glif | 8 +- .../glyphs/colon_colon_equal.liga.glif | 22 +- .../glyphs/colon_equal.liga.glif | 20 +- .../glyphs/colon_equal_middle.seq.glif | 37 + .../glyphs/colon_greater.liga.glif | 23 - .../glyphs/colon_less.liga.glif | 23 - .../glyphs/colon_slash_slash.liga.glif | 8 +- .../glyphs/colonsign.glif | 4 +- .../glyphs/colontriangularmod.glif | 2 +- .../glyphs/comma.glif | 8 +- .../glyphs/commaabovecomb.glif | 2 +- .../glyphs/commaaboverightcomb.glif | 4 +- .../glyphs/commaaccentcomb.glif | 3 +- .../glyphs/commaturnedabovecomb.glif | 2 +- .../glyphs/commaturnedmod.glif | 2 +- .../glyphs/contents.plist | 410 +- .../glyphs/crosshatchF_illS_quare.glif | 2 +- .../CascadiaCode-ExtraLight.ufo/glyphs/d.glif | 47 +- .../glyphs/dashdownA_rrow.glif | 22 +- .../glyphs/dataL_inkE_scapeC_ontrol.glif | 36 + .../glyphs/dataL_inkE_scapeC_ontrol.ss20.glif | 21 + .../glyphs/dcaron.alt.glif | 75 +- .../glyphs/dcaron.glif | 4 +- .../glyphs/dcroat.glif | 4 +- .../glyphs/de-cy.glif | 6 - .../glyphs/de-cy.loclB_G_R_.glif | 8 +- .../glyphs/degree.glif | 44 +- .../glyphs/deleteC_ontrol.glif | 36 + .../glyphs/deleteF_ormT_woC_ontrol.glif | 33 + .../glyphs/delta.glif | 32 +- .../glyphs/deviceC_ontrolF_ourC_ontrol.glif | 36 + .../glyphs/deviceC_ontrolO_neC_ontrol.glif | 36 + .../glyphs/deviceC_ontrolT_hreeC_ontrol.glif | 36 + .../glyphs/deviceC_ontrolT_woC_ontrol.glif | 36 + .../diagonalcrosshatchF_illS_quare.glif | 2 +- .../glyphs/dieresiscomb.case.glif | 2 +- .../glyphs/dieresiscomb.glif | 2 +- .../glyphs/dieresistonos.glif | 2 +- .../glyphs/divisionslash.glif | 2 +- .../glyphs/dje-cy.glif | 6 - .../glyphs/dollar.B_R_A_C_K_E_T_.600.glif | 4 +- .../glyphs/dollar.glif | 2 +- ...ollar_greater.liga.B_R_A_C_K_E_T_.600.glif | 104 +- .../glyphs/dollar_greater.liga.glif | 94 +- .../glyphs/dong.glif | 4 +- .../glyphs/dotaccent.glif | 2 +- .../glyphs/dotaccentcomb.case.glif | 2 +- .../glyphs/dotaccentcomb.glif | 2 +- .../glyphs/dotbelowcomb.glif | 3 +- .../glyphs/dots1-braille.glif | 2 +- .../glyphs/dots12-braille.glif | 2 +- .../glyphs/dots123-braille.glif | 2 +- .../glyphs/dots1234-braille.glif | 2 +- .../glyphs/dots12345-braille.glif | 2 +- .../glyphs/dots123456-braille.glif | 2 +- .../glyphs/dots1234567-braille.glif | 2 +- .../glyphs/dots12345678-braille.glif | 2 +- .../glyphs/dots1234568-braille.glif | 2 +- .../glyphs/dots123457-braille.glif | 2 +- .../glyphs/dots1234578-braille.glif | 2 +- .../glyphs/dots123458-braille.glif | 2 +- .../glyphs/dots12346-braille.glif | 2 +- .../glyphs/dots123467-braille.glif | 2 +- .../glyphs/dots1234678-braille.glif | 2 +- .../glyphs/dots123468-braille.glif | 2 +- .../glyphs/dots12347-braille.glif | 2 +- .../glyphs/dots123478-braille.glif | 2 +- .../glyphs/dots12348-braille.glif | 2 +- .../glyphs/dots1235-braille.glif | 2 +- .../glyphs/dots12356-braille.glif | 2 +- .../glyphs/dots123567-braille.glif | 2 +- .../glyphs/dots1235678-braille.glif | 2 +- .../glyphs/dots123568-braille.glif | 2 +- .../glyphs/dots12357-braille.glif | 2 +- .../glyphs/dots123578-braille.glif | 2 +- .../glyphs/dots12358-braille.glif | 2 +- .../glyphs/dots1236-braille.glif | 2 +- .../glyphs/dots12367-braille.glif | 2 +- .../glyphs/dots123678-braille.glif | 2 +- .../glyphs/dots12368-braille.glif | 2 +- .../glyphs/dots1237-braille.glif | 2 +- .../glyphs/dots12378-braille.glif | 2 +- .../glyphs/dots1238-braille.glif | 2 +- .../glyphs/dots124-braille.glif | 2 +- .../glyphs/dots1245-braille.glif | 2 +- .../glyphs/dots12456-braille.glif | 2 +- .../glyphs/dots124567-braille.glif | 2 +- .../glyphs/dots1245678-braille.glif | 2 +- .../glyphs/dots124568-braille.glif | 2 +- .../glyphs/dots12457-braille.glif | 2 +- .../glyphs/dots124578-braille.glif | 2 +- .../glyphs/dots12458-braille.glif | 2 +- .../glyphs/dots1246-braille.glif | 2 +- .../glyphs/dots12467-braille.glif | 2 +- .../glyphs/dots124678-braille.glif | 2 +- .../glyphs/dots12468-braille.glif | 2 +- .../glyphs/dots1247-braille.glif | 2 +- .../glyphs/dots12478-braille.glif | 2 +- .../glyphs/dots1248-braille.glif | 2 +- .../glyphs/dots125-braille.glif | 2 +- .../glyphs/dots1256-braille.glif | 2 +- .../glyphs/dots12567-braille.glif | 2 +- .../glyphs/dots125678-braille.glif | 2 +- .../glyphs/dots12568-braille.glif | 2 +- .../glyphs/dots1257-braille.glif | 2 +- .../glyphs/dots12578-braille.glif | 2 +- .../glyphs/dots1258-braille.glif | 2 +- .../glyphs/dots126-braille.glif | 2 +- .../glyphs/dots1267-braille.glif | 2 +- .../glyphs/dots12678-braille.glif | 2 +- .../glyphs/dots1268-braille.glif | 2 +- .../glyphs/dots127-braille.glif | 2 +- .../glyphs/dots1278-braille.glif | 2 +- .../glyphs/dots128-braille.glif | 2 +- .../glyphs/dots13-braille.glif | 2 +- .../glyphs/dots134-braille.glif | 2 +- .../glyphs/dots1345-braille.glif | 2 +- .../glyphs/dots13456-braille.glif | 2 +- .../glyphs/dots134567-braille.glif | 2 +- .../glyphs/dots1345678-braille.glif | 2 +- .../glyphs/dots134568-braille.glif | 2 +- .../glyphs/dots13457-braille.glif | 2 +- .../glyphs/dots134578-braille.glif | 2 +- .../glyphs/dots13458-braille.glif | 2 +- .../glyphs/dots1346-braille.glif | 2 +- .../glyphs/dots13467-braille.glif | 2 +- .../glyphs/dots134678-braille.glif | 2 +- .../glyphs/dots13468-braille.glif | 2 +- .../glyphs/dots1347-braille.glif | 2 +- .../glyphs/dots13478-braille.glif | 2 +- .../glyphs/dots1348-braille.glif | 2 +- .../glyphs/dots135-braille.glif | 2 +- .../glyphs/dots1356-braille.glif | 2 +- .../glyphs/dots13567-braille.glif | 2 +- .../glyphs/dots135678-braille.glif | 2 +- .../glyphs/dots13568-braille.glif | 2 +- .../glyphs/dots1357-braille.glif | 2 +- .../glyphs/dots13578-braille.glif | 2 +- .../glyphs/dots1358-braille.glif | 2 +- .../glyphs/dots136-braille.glif | 2 +- .../glyphs/dots1367-braille.glif | 2 +- .../glyphs/dots13678-braille.glif | 2 +- .../glyphs/dots1368-braille.glif | 2 +- .../glyphs/dots137-braille.glif | 2 +- .../glyphs/dots1378-braille.glif | 2 +- .../glyphs/dots138-braille.glif | 2 +- .../glyphs/dots14-braille.glif | 2 +- .../glyphs/dots145-braille.glif | 2 +- .../glyphs/dots1456-braille.glif | 2 +- .../glyphs/dots14567-braille.glif | 2 +- .../glyphs/dots145678-braille.glif | 2 +- .../glyphs/dots14568-braille.glif | 2 +- .../glyphs/dots1457-braille.glif | 2 +- .../glyphs/dots14578-braille.glif | 2 +- .../glyphs/dots1458-braille.glif | 2 +- .../glyphs/dots146-braille.glif | 2 +- .../glyphs/dots1467-braille.glif | 2 +- .../glyphs/dots14678-braille.glif | 2 +- .../glyphs/dots1468-braille.glif | 2 +- .../glyphs/dots147-braille.glif | 2 +- .../glyphs/dots1478-braille.glif | 2 +- .../glyphs/dots148-braille.glif | 2 +- .../glyphs/dots15-braille.glif | 2 +- .../glyphs/dots156-braille.glif | 2 +- .../glyphs/dots1567-braille.glif | 2 +- .../glyphs/dots15678-braille.glif | 2 +- .../glyphs/dots1568-braille.glif | 2 +- .../glyphs/dots157-braille.glif | 2 +- .../glyphs/dots1578-braille.glif | 2 +- .../glyphs/dots158-braille.glif | 2 +- .../glyphs/dots16-braille.glif | 2 +- .../glyphs/dots167-braille.glif | 2 +- .../glyphs/dots1678-braille.glif | 2 +- .../glyphs/dots168-braille.glif | 2 +- .../glyphs/dots17-braille.glif | 2 +- .../glyphs/dots178-braille.glif | 2 +- .../glyphs/dots18-braille.glif | 2 +- .../glyphs/dots2-braille.glif | 2 +- .../glyphs/dots23-braille.glif | 2 +- .../glyphs/dots234-braille.glif | 2 +- .../glyphs/dots2345-braille.glif | 2 +- .../glyphs/dots23456-braille.glif | 2 +- .../glyphs/dots234567-braille.glif | 2 +- .../glyphs/dots2345678-braille.glif | 2 +- .../glyphs/dots234568-braille.glif | 2 +- .../glyphs/dots23457-braille.glif | 2 +- .../glyphs/dots234578-braille.glif | 2 +- .../glyphs/dots23458-braille.glif | 2 +- .../glyphs/dots2346-braille.glif | 2 +- .../glyphs/dots23467-braille.glif | 2 +- .../glyphs/dots234678-braille.glif | 2 +- .../glyphs/dots23468-braille.glif | 2 +- .../glyphs/dots2347-braille.glif | 2 +- .../glyphs/dots23478-braille.glif | 2 +- .../glyphs/dots2348-braille.glif | 2 +- .../glyphs/dots235-braille.glif | 2 +- .../glyphs/dots2356-braille.glif | 2 +- .../glyphs/dots23567-braille.glif | 2 +- .../glyphs/dots235678-braille.glif | 2 +- .../glyphs/dots23568-braille.glif | 2 +- .../glyphs/dots2357-braille.glif | 2 +- .../glyphs/dots23578-braille.glif | 2 +- .../glyphs/dots2358-braille.glif | 2 +- .../glyphs/dots236-braille.glif | 2 +- .../glyphs/dots2367-braille.glif | 2 +- .../glyphs/dots23678-braille.glif | 2 +- .../glyphs/dots2368-braille.glif | 2 +- .../glyphs/dots237-braille.glif | 2 +- .../glyphs/dots2378-braille.glif | 2 +- .../glyphs/dots238-braille.glif | 2 +- .../glyphs/dots24-braille.glif | 2 +- .../glyphs/dots245-braille.glif | 2 +- .../glyphs/dots2456-braille.glif | 2 +- .../glyphs/dots24567-braille.glif | 2 +- .../glyphs/dots245678-braille.glif | 2 +- .../glyphs/dots24568-braille.glif | 2 +- .../glyphs/dots2457-braille.glif | 2 +- .../glyphs/dots24578-braille.glif | 2 +- .../glyphs/dots2458-braille.glif | 2 +- .../glyphs/dots246-braille.glif | 2 +- .../glyphs/dots2467-braille.glif | 2 +- .../glyphs/dots24678-braille.glif | 2 +- .../glyphs/dots2468-braille.glif | 2 +- .../glyphs/dots247-braille.glif | 2 +- .../glyphs/dots2478-braille.glif | 2 +- .../glyphs/dots248-braille.glif | 2 +- .../glyphs/dots25-braille.glif | 2 +- .../glyphs/dots256-braille.glif | 2 +- .../glyphs/dots2567-braille.glif | 2 +- .../glyphs/dots25678-braille.glif | 2 +- .../glyphs/dots2568-braille.glif | 2 +- .../glyphs/dots257-braille.glif | 2 +- .../glyphs/dots2578-braille.glif | 2 +- .../glyphs/dots258-braille.glif | 2 +- .../glyphs/dots26-braille.glif | 2 +- .../glyphs/dots267-braille.glif | 2 +- .../glyphs/dots2678-braille.glif | 2 +- .../glyphs/dots268-braille.glif | 2 +- .../glyphs/dots27-braille.glif | 2 +- .../glyphs/dots278-braille.glif | 2 +- .../glyphs/dots28-braille.glif | 2 +- .../glyphs/dots3-braille.glif | 2 +- .../glyphs/dots34-braille.glif | 2 +- .../glyphs/dots345-braille.glif | 2 +- .../glyphs/dots3456-braille.glif | 2 +- .../glyphs/dots34567-braille.glif | 2 +- .../glyphs/dots345678-braille.glif | 2 +- .../glyphs/dots34568-braille.glif | 2 +- .../glyphs/dots3457-braille.glif | 2 +- .../glyphs/dots34578-braille.glif | 2 +- .../glyphs/dots3458-braille.glif | 2 +- .../glyphs/dots346-braille.glif | 2 +- .../glyphs/dots3467-braille.glif | 2 +- .../glyphs/dots34678-braille.glif | 2 +- .../glyphs/dots3468-braille.glif | 2 +- .../glyphs/dots347-braille.glif | 2 +- .../glyphs/dots3478-braille.glif | 2 +- .../glyphs/dots348-braille.glif | 2 +- .../glyphs/dots35-braille.glif | 2 +- .../glyphs/dots356-braille.glif | 2 +- .../glyphs/dots3567-braille.glif | 2 +- .../glyphs/dots35678-braille.glif | 2 +- .../glyphs/dots3568-braille.glif | 2 +- .../glyphs/dots357-braille.glif | 2 +- .../glyphs/dots3578-braille.glif | 2 +- .../glyphs/dots358-braille.glif | 2 +- .../glyphs/dots36-braille.glif | 2 +- .../glyphs/dots367-braille.glif | 2 +- .../glyphs/dots3678-braille.glif | 2 +- .../glyphs/dots368-braille.glif | 2 +- .../glyphs/dots37-braille.glif | 2 +- .../glyphs/dots378-braille.glif | 2 +- .../glyphs/dots38-braille.glif | 2 +- .../glyphs/dots4-braille.glif | 2 +- .../glyphs/dots45-braille.glif | 2 +- .../glyphs/dots456-braille.glif | 2 +- .../glyphs/dots4567-braille.glif | 2 +- .../glyphs/dots45678-braille.glif | 2 +- .../glyphs/dots4568-braille.glif | 2 +- .../glyphs/dots457-braille.glif | 2 +- .../glyphs/dots4578-braille.glif | 2 +- .../glyphs/dots458-braille.glif | 2 +- .../glyphs/dots46-braille.glif | 2 +- .../glyphs/dots467-braille.glif | 2 +- .../glyphs/dots4678-braille.glif | 2 +- .../glyphs/dots468-braille.glif | 2 +- .../glyphs/dots47-braille.glif | 2 +- .../glyphs/dots478-braille.glif | 2 +- .../glyphs/dots48-braille.glif | 2 +- .../glyphs/dots5-braille.glif | 2 +- .../glyphs/dots56-braille.glif | 2 +- .../glyphs/dots567-braille.glif | 2 +- .../glyphs/dots5678-braille.glif | 2 +- .../glyphs/dots568-braille.glif | 2 +- .../glyphs/dots57-braille.glif | 2 +- .../glyphs/dots578-braille.glif | 2 +- .../glyphs/dots58-braille.glif | 2 +- .../glyphs/dots6-braille.glif | 2 +- .../glyphs/dots67-braille.glif | 2 +- .../glyphs/dots678-braille.glif | 2 +- .../glyphs/dots68-braille.glif | 2 +- .../glyphs/dots7-braille.glif | 2 +- .../glyphs/dots78-braille.glif | 2 +- .../glyphs/dots8-braille.glif | 2 +- .../glyphs/dottedC_ircle.glif | 2 +- .../glyphs/dottedS_quare.glif | 2 +- .../glyphs/downA_rrow.glif | 30 +- .../glyphs/downB_lackS_mallT_riangle.glif | 2 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downT_ipL_eftA_rrow.glif | 14 + .../glyphs/downW_hiteS_mallT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../glyphs/dze-cy.glif | 8 +- .../glyphs/dzhe-cy.glif | 6 - .../glyphs/e-cy.glif | 6 - .../CascadiaCode-ExtraLight.ufo/glyphs/e.glif | 2 +- .../glyphs/eacute.glif | 10 +- .../glyphs/ebreve.glif | 8 +- .../glyphs/ecaron.glif | 8 +- .../glyphs/ecircumflex.glif | 8 +- .../glyphs/ecircumflexacute.glif | 10 +- .../glyphs/ecircumflexdotbelow.glif | 8 +- .../glyphs/ecircumflexgrave.glif | 21 +- .../glyphs/ecircumflexhookabove.glif | 19 +- .../glyphs/ecircumflextilde.glif | 6 +- .../glyphs/edieresis.glif | 6 +- .../glyphs/edotaccent.glif | 6 +- .../glyphs/edotbelow.glif | 8 +- .../glyphs/ef-cy.glif | 6 - .../glyphs/egrave.glif | 10 +- .../glyphs/ehookabove.glif | 6 +- .../glyphs/el-cy.glif | 6 - .../glyphs/el-cy.loclB_G_R_.glif | 6 - .../glyphs/em-cy.glif | 6 - .../glyphs/emacron.glif | 6 +- .../glyphs/en-cy.glif | 6 - .../glyphs/endO_fM_ediumC_ontrol.glif | 36 + .../glyphs/endO_fM_ediumC_ontrol.ss20.glif | 34 + .../glyphs/endO_fT_extC_ontrol.glif | 36 + .../glyphs/endO_fT_extC_ontrol.ss20.glif | 26 + .../endO_fT_ransmissionB_lockC_ontrol.glif | 36 + ...ndO_fT_ransmissionB_lockC_ontrol.ss20.glif | 26 + .../glyphs/endO_fT_ransmissionC_ontrol.glif | 36 + .../endO_fT_ransmissionC_ontrol.ss20.glif | 24 + .../glyphs/endescender-cy.glif | 6 - .../glyphs/enquiryC_ontrol.glif | 36 + .../glyphs/enquiryC_ontrol.ss20.glif | 27 + .../glyphs/eogonek.glif | 6 +- .../glyphs/eopen.glif | 2 +- .../glyphs/epsilon.glif | 6 - .../glyphs/epsilontonos.glif | 10 +- .../glyphs/equal_colon_equal.liga.glif | 15 - .../glyphs/equal_end.seq.glif | 24 + .../glyphs/equal_equal.liga.glif | 34 +- .../glyphs/equal_equal_equal.liga.glif | 26 +- .../glyphs/equal_equal_greater.liga.glif | 38 - .../glyphs/equal_exclam_equal.liga.glif | 15 - .../glyphs/equal_greater.liga.glif | 38 - .../glyphs/equal_greater_greater.liga.glif | 48 - .../glyphs/equal_less_less.liga.glif | 46 - .../glyphs/equal_middle.seq.glif | 24 + .../glyphs/equal_slash_equal.liga.glif | 30 - .../glyphs/equal_start.seq.glif | 24 + .../glyphs/er-cy.glif | 6 - .../glyphs/ereversed-cy.glif | 6 - .../glyphs/es-cy.glif | 6 - .../glyphs/escapeC_ontrol.glif | 36 + .../glyphs/escapeC_ontrol.ss20.glif | 21 + .../glyphs/esh.glif | 37 +- .../glyphs/estimated.glif | 80 +- .../glyphs/eta.glif | 6 - .../glyphs/etatonos.glif | 12 +- .../glyphs/eth.glif | 80 +- .../glyphs/etilde.glif | 6 +- .../glyphs/eturned.glif | 2 +- .../glyphs/eurocurrency.glif | 24 +- .../glyphs/exclam_colon.liga.glif | 14 + .../glyphs/exclam_equal.liga.glif | 26 +- .../glyphs/exclam_equal_equal.liga.glif | 34 +- .../glyphs/exclam_equal_middle.seq.glif | 37 + .../glyphs/exclam_exclam.liga.glif | 6 +- .../glyphs/exclam_exclam_period.liga.glif | 8 +- .../glyphs/exclam_period.liga.glif | 14 + .../glyphs/ezh.glif | 12 +- .../CascadiaCode-ExtraLight.ufo/glyphs/f.glif | 2 +- .../glyphs/fi.glif | 6 +- .../glyphs/fileS_eparatorC_ontrol.glif | 36 + .../glyphs/filledR_ect.glif | 2 +- .../glyphs/firsttonechinese.glif | 2 +- .../glyphs/fisheye.glif | 2 +- .../glyphs/fivesuperior.glif | 70 +- .../glyphs/fl.glif | 6 +- .../glyphs/florin.glif | 64 +- .../glyphs/formF_eedC_ontrol.glif | 36 + .../glyphs/formF_eedC_ontrol.ss20.glif | 40 + .../glyphs/four.half.glif | 36 + .../glyphs/foursuperior.glif | 32 +- .../glyphs/fraction.glif | 8 +- .../glyphs/fullB_lock.glif | 2 +- .../glyphs/fullB_lock.stypo.glif | 2 +- .../CascadiaCode-ExtraLight.ufo/glyphs/g.glif | 75 +- .../glyphs/gamma-latin.glif | 2 +- .../glyphs/gamma.glif | 54 +- .../glyphs/gbreve.glif | 4 +- .../glyphs/gcaron.glif | 4 +- .../glyphs/gcircumflex.glif | 4 +- .../glyphs/gcommaaccent.glif | 4 +- .../glyphs/gdotaccent.glif | 4 +- .../glyphs/ge-cy.glif | 22 +- .../glyphs/ge-cy.loclB_G_R_.glif | 6 - .../glyphs/ghestroke-cy.glif | 16 +- .../glyphs/gheupturn-cy.glif | 30 +- .../glyphs/gje-cy.glif | 10 +- .../glyphs/glottalstop.glif | 64 +- .../glyphs/glottalstopmod.glif | 62 +- .../glyphs/glottalstopreversed.glif | 64 +- .../glyphs/gravecomb.case.glif | 14 +- .../glyphs/gravecomb.glif | 16 +- .../glyphs/gravetonecomb.glif | 4 +- .../glyphs/greater.alt.glif | 22 + .../glyphs/greater.center.glif | 22 + .../glyphs/greater_equal.liga.glif | 26 +- .../glyphs/greater_equal_end.seq.glif | 25 + .../glyphs/greater_equal_greater.liga.glif | 50 - .../glyphs/greater_equal_middle.seq.glif | 14 + .../glyphs/greater_equal_start.seq.glif | 36 + .../glyphs/greater_greater.liga.glif | 34 +- .../glyphs/greater_greater_equal.liga.glif | 46 - .../glyphs/greater_greater_equal_end.seq.glif | 26 + .../greater_greater_equal_middle.seq.glif | 49 + .../greater_greater_equal_start.seq.glif | 37 + .../glyphs/greater_greater_greater.liga.glif | 8 +- .../glyphs/greater_greater_hyphen.liga.glif | 38 - .../greater_greater_hyphen_end.seq.glif | 20 + .../greater_greater_hyphen_middle.seq.glif | 26 + .../greater_greater_hyphen_start.seq.glif | 20 + .../glyphs/greater_hyphen.liga.glif | 28 - .../glyphs/greater_hyphen_end.seq.glif | 19 + .../glyphs/greater_hyphen_greater.liga.glif | 42 - .../glyphs/greater_hyphen_middle.seq.glif | 14 + .../glyphs/greater_hyphen_start.seq.glif | 19 + .../glyphs/groupS_eparatorC_ontrol.glif | 36 + .../glyphs/gstroke.glif | 8 +- .../glyphs/guarani.glif | 20 +- .../glyphs/guillemetleft.glif | 22 +- .../glyphs/guillemetright.glif | 22 +- .../glyphs/guilsinglleft.glif | 16 +- .../glyphs/guilsinglright.glif | 16 +- .../CascadiaCode-ExtraLight.ufo/glyphs/h.glif | 2 +- .../glyphs/ha-cy.glif | 6 - .../glyphs/hadescender-cy.glif | 6 - .../glyphs/hardsign-cy.glif | 6 - .../glyphs/hardsign-cy.loclB_G_R_.glif | 10 +- .../glyphs/hbar.glif | 4 +- .../glyphs/hcaron.glif | 4 +- .../glyphs/hcircumflex.glif | 4 +- .../glyphs/hdotbelow.glif | 6 +- ...heavyleftpointinganglebracketornament.glif | 23 + ...eftpointinganglequotationmarkornament.glif | 16 +- ...eavyrightpointinganglebracketornament.glif | 23 + ...ghtpointinganglequotationmarkornament.glif | 16 +- .../glyphs/hookabovecomb.case.glif | 2 +- .../glyphs/hookabovecomb.glif | 38 +- .../glyphs/horizontalB_lackH_exagon.glif | 2 +- .../glyphs/horizontalF_illS_quare.glif | 2 +- .../glyphs/horizontalT_abulationC_ontrol.glif | 36 + .../horizontalT_abulationC_ontrol.ss20.glif | 30 + .../glyphs/horizontallineextension.glif | 2 +- .../glyphs/horncomb.case.glif | 2 +- .../glyphs/horncomb.glif | 24 +- .../glyphs/house.glif | 29 + .../glyphs/hryvnia.glif | 16 +- .../glyphs/hungarumlaut.glif | 2 +- .../glyphs/hungarumlautcomb.case.glif | 2 +- .../glyphs/hungarumlautcomb.glif | 22 +- .../glyphs/hyphen_asciitilde.liga.glif | 70 +- .../glyphs/hyphen_bar.liga.glif | 19 - .../glyphs/hyphen_end.seq.glif | 18 + .../glyphs/hyphen_greater.liga.glif | 32 - .../glyphs/hyphen_greater_greater.liga.glif | 42 - .../glyphs/hyphen_hyphen.liga.glif | 18 +- .../glyphs/hyphen_hyphen_greater.liga.glif | 33 - .../glyphs/hyphen_hyphen_hyphen.liga.glif | 26 +- .../glyphs/hyphen_less.liga.glif | 28 - .../glyphs/hyphen_less_less.liga.glif | 38 - .../glyphs/hyphen_middle.seq.glif | 18 + .../glyphs/hyphen_start.seq.glif | 18 + .../glyphs/i-cy.glif | 8 +- .../CascadiaCode-ExtraLight.ufo/glyphs/i.glif | 28 +- .../glyphs/ia-cy.glif | 6 - .../glyphs/iacute.glif | 6 +- .../glyphs/iacute_j.loclN_L_D_.glif | 4 +- .../glyphs/ibreve.glif | 4 +- .../glyphs/icircumflex.glif | 4 +- .../glyphs/idieresis.glif | 4 +- .../glyphs/idotbelow.glif | 6 +- .../glyphs/ie-cy.glif | 10 +- .../glyphs/iegrave-cy.glif | 12 +- .../glyphs/igrave.glif | 6 +- .../glyphs/ihookabove.glif | 6 +- .../glyphs/ii-cy.glif | 6 - .../glyphs/ii-cy.loclB_G_R_.glif | 14 +- .../glyphs/iigrave-cy.glif | 8 +- .../glyphs/iigrave-cy.loclB_G_R_.glif | 16 +- .../glyphs/iishort-cy.glif | 6 - .../glyphs/iishort-cy.loclB_G_R_.glif | 16 +- .../glyphs/imacron-cy.glif | 8 +- .../glyphs/imacron.glif | 6 +- .../glyphs/increment.glif | 2 +- .../glyphs/infinity.glif | 104 +- .../glyphs/integral.glif | 36 +- .../glyphs/integraltp.glif | 28 +- .../glyphs/inverseB_ullet.glif | 2 +- .../glyphs/inverseW_hiteC_ircle.glif | 2 +- .../glyphs/io-cy.glif | 12 +- .../glyphs/iogonek.glif | 4 +- .../glyphs/iota-latin.glif | 2 +- .../glyphs/iota.glif | 6 - .../glyphs/iotadieresis.glif | 6 - .../glyphs/iotadieresistonos.glif | 8 +- .../glyphs/iotatonos.glif | 10 +- .../glyphs/itilde.glif | 6 +- .../glyphs/iu-cy.glif | 6 - .../glyphs/iu-cy.loclB_G_R_.glif | 6 - .../CascadiaCode-ExtraLight.ufo/glyphs/j.glif | 2 +- .../glyphs/jcaron.glif | 4 +- .../glyphs/jcircumflex.glif | 2 +- .../glyphs/je-cy.glif | 6 - .../CascadiaCode-ExtraLight.ufo/glyphs/k.glif | 4 +- .../glyphs/ka-cy.glif | 102 +- .../glyphs/ka-cy.loclB_G_R_.glif | 6 - .../glyphs/kadescender-cy.glif | 110 +- .../glyphs/kaiS_ymbol.glif | 60 +- .../glyphs/kappa.glif | 44 +- .../glyphs/kcommaaccent.glif | 6 +- .../glyphs/kdotbelow.glif | 6 +- .../glyphs/kip.glif | 4 +- .../glyphs/kje-cy.glif | 12 +- .../glyphs/klinebelow.glif | 6 +- .../CascadiaCode-ExtraLight.ufo/glyphs/l.glif | 50 +- .../glyphs/lacute.glif | 12 +- .../glyphs/lambda.glif | 18 +- .../glyphs/lambdastroke.glif | 8 +- .../glyphs/largeC_ircle.glif | 2 +- .../glyphs/lbar.glif | 18 +- .../glyphs/lbelt.glif | 56 +- .../glyphs/lcaron.glif | 16 +- .../glyphs/lcommaaccent.glif | 12 +- .../glyphs/ldot.glif | 10 +- .../glyphs/ldotbelow.glif | 12 +- .../glyphs/leftA_rrow.glif | 30 +- .../glyphs/leftB_lackP_ointer.glif | 2 +- .../glyphs/leftB_lackS_mallT_riangle.glif | 2 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftB_lock.glif | 2 +- .../glyphs/leftB_lock.stypo.glif | 2 +- .../glyphs/leftF_iveE_ighthsB_lock.glif | 2 +- .../glyphs/leftF_iveE_ighthsB_lock.stypo.glif | 2 +- .../glyphs/leftH_alfB_lackC_ircle.glif | 2 +- .../glyphs/leftH_alfB_lackD_iamond.glif | 2 +- .../glyphs/leftH_alfB_lackS_quare.glif | 2 +- .../glyphs/leftH_alfB_lackW_hiteC_ircle.glif | 2 +- .../glyphs/leftO_neE_ighthB_lock.glif | 2 +- .../glyphs/leftO_neE_ighthB_lock.stypo.glif | 2 +- .../glyphs/leftO_neQ_uarterB_lock.glif | 2 +- .../glyphs/leftO_neQ_uarterB_lock.stypo.glif | 2 +- .../glyphs/leftR_ightA_rrow.glif | 46 +- .../glyphs/leftS_evenE_ighthsB_lock.glif | 2 +- .../leftS_evenE_ighthsB_lock.stypo.glif | 2 +- .../glyphs/leftT_hreeE_ighthsB_lock.glif | 2 +- .../leftT_hreeE_ighthsB_lock.stypo.glif | 2 +- .../glyphs/leftT_hreeQ_uartersB_lock.glif | 2 +- .../leftT_hreeQ_uartersB_lock.stypo.glif | 2 +- .../glyphs/leftW_hiteP_ointer.glif | 2 +- .../glyphs/leftW_hiteS_mallT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/less.alt.glif | 22 + .../glyphs/less.center.glif | 22 + .../glyphs/less_asciitilde.liga.glif | 85 +- .../less_asciitilde_asciitilde.liga.glif | 133 +- .../glyphs/less_asciitilde_greater.liga.glif | 8 +- .../glyphs/less_asterisk.liga.glif | 6 +- .../glyphs/less_asterisk_greater.liga.glif | 8 +- .../glyphs/less_bar.liga.glif | 24 +- .../glyphs/less_bar_bar.liga.glif | 26 +- .../glyphs/less_bar_bar_bar.liga.glif | 28 +- .../glyphs/less_bar_greater.liga.glif | 8 +- .../less_dollar.liga.B_R_A_C_K_E_T_.600.glif | 104 +- .../glyphs/less_dollar.liga.glif | 94 +- ...ollar_greater.liga.B_R_A_C_K_E_T_.600.glif | 108 +- .../glyphs/less_dollar_greater.liga.glif | 98 +- .../glyphs/less_equal.liga.glif | 26 +- .../glyphs/less_equal_end.seq.glif | 36 + .../glyphs/less_equal_equal.liga.glif | 38 - .../glyphs/less_equal_equal_greater.liga.glif | 52 - .../glyphs/less_equal_greater.liga.glif | 52 - .../glyphs/less_equal_less.liga.glif | 50 - .../glyphs/less_equal_middle.seq.glif | 14 + .../glyphs/less_equal_start.seq.glif | 25 + .../less_exclam_hyphen_hyphen.liga.glif | 35 +- .../glyphs/less_greater.liga.glif | 6 +- .../glyphs/less_hyphen.liga.glif | 32 - .../glyphs/less_hyphen_end.seq.glif | 19 + .../glyphs/less_hyphen_greater.liga.glif | 46 - .../glyphs/less_hyphen_hyphen.liga.glif | 32 - .../glyphs/less_hyphen_less.liga.glif | 42 - .../glyphs/less_hyphen_middle.seq.glif | 14 + .../glyphs/less_hyphen_start.seq.glif | 19 + .../glyphs/less_less.liga.glif | 34 +- .../glyphs/less_less_equal.liga.glif | 48 - .../glyphs/less_less_equal_end.seq.glif | 37 + .../glyphs/less_less_equal_middle.seq.glif | 49 + .../glyphs/less_less_equal_start.seq.glif | 26 + .../glyphs/less_less_hyphen.liga.glif | 42 - .../glyphs/less_less_hyphen_end.seq.glif | 20 + .../glyphs/less_less_hyphen_middle.seq.glif | 26 + .../glyphs/less_less_hyphen_start.seq.glif | 20 + .../glyphs/less_less_less.liga.glif | 8 +- .../glyphs/less_plus.liga.glif | 6 +- .../glyphs/less_plus_greater.liga.glif | 8 +- .../glyphs/less_slash.liga.glif | 20 +- .../glyphs/less_slash_greater.liga.glif | 36 +- .../glyphs/lineF_eedC_ontrol.glif | 36 + .../glyphs/lineF_eedC_ontrol.ss20.glif | 32 + .../glyphs/literS_ign.glif | 54 +- .../glyphs/lje-cy.glif | 6 - .../glyphs/llinebelow.glif | 12 +- .../glyphs/lmiddletilde.glif | 70 +- .../glyphs/longs.glif | 40 +- .../glyphs/lowerF_iveE_ighthsB_lock.glif | 2 +- .../lowerF_iveE_ighthsB_lock.stypo.glif | 2 +- .../glyphs/lowerH_alfA_rc.glif | 2 +- .../glyphs/lowerH_alfB_lackW_hiteC_ircle.glif | 2 +- .../glyphs/lowerH_alfB_lock.glif | 2 +- .../glyphs/lowerH_alfB_lock.stypo.glif | 2 +- .../lowerH_alfI_nverseW_hiteC_ircle.glif | 2 +- .../glyphs/lowerH_alfW_hiteS_quare.glif | 2 +- .../glyphs/lowerL_eftA_rc.glif | 2 +- .../glyphs/lowerL_eftB_lackT_riangle.glif | 2 +- .../glyphs/lowerL_eftB_lock.glif | 2 +- .../glyphs/lowerL_eftB_lock.stypo.glif | 2 +- .../glyphs/lowerL_eftH_alfW_hiteS_quare.glif | 2 +- .../lowerL_eftQ_uadrantW_hiteC_ircle.glif | 2 +- .../glyphs/lowerL_eftT_riangle.glif | 2 +- .../glyphs/lowerO_neE_ighthB_lock.glif | 2 +- .../glyphs/lowerO_neE_ighthB_lock.stypo.glif | 2 +- .../glyphs/lowerO_neQ_uarterB_lock.glif | 2 +- .../glyphs/lowerO_neQ_uarterB_lock.stypo.glif | 2 +- .../glyphs/lowerR_ightA_rc.glif | 2 +- .../glyphs/lowerR_ightB_lackT_riangle.glif | 2 +- .../glyphs/lowerR_ightB_lock.glif | 2 +- .../glyphs/lowerR_ightB_lock.stypo.glif | 2 +- ...owerR_ightD_iagonalH_alfB_lackS_quare.glif | 2 +- .../lowerR_ightQ_uadrantW_hiteC_ircle.glif | 2 +- .../glyphs/lowerR_ightT_riangle.glif | 2 +- .../glyphs/lowerS_evenE_ighthsB_lock.glif | 2 +- .../lowerS_evenE_ighthsB_lock.stypo.glif | 2 +- .../glyphs/lowerT_hreeE_ighthsB_lock.glif | 2 +- .../lowerT_hreeE_ighthsB_lock.stypo.glif | 2 +- .../glyphs/lowerT_hreeQ_uartersB_lock.glif | 2 +- .../lowerT_hreeQ_uartersB_lock.stypo.glif | 2 +- .../glyphs/lowernumeral-greek.glif | 2 +- .../glyphs/lowlinecomb.glif | 3 +- .../glyphs/lozenge.glif | 2 +- .../glyphs/lslash.glif | 16 +- .../CascadiaCode-ExtraLight.ufo/glyphs/m.glif | 2 +- .../glyphs/macronbelowcomb.glif | 11 +- .../glyphs/macroncomb.case.glif | 2 +- .../glyphs/macroncomb.glif | 12 +- .../glyphs/mediumB_lackS_mallS_quare.glif | 2 +- .../glyphs/mediumB_lackS_quare.glif | 2 +- .../glyphs/mediumW_hiteS_mallS_quare.glif | 2 +- .../glyphs/mediumW_hiteS_quare.glif | 2 +- .../glyphs/micro.glif | 4 +- .../glyphs/mu.glif | 72 +- .../CascadiaCode-ExtraLight.ufo/glyphs/n.glif | 2 +- .../glyphs/nacute.glif | 4 +- .../glyphs/nacute.loclP_L_K_.glif | 4 +- .../glyphs/ncaron.glif | 2 +- .../glyphs/ncommaaccent.glif | 4 +- .../glyphs/negativeA_cknowledgeC_ontrol.glif | 36 + .../negativeA_cknowledgeC_ontrol.ss20.glif | 21 + .../glyphs/newlineC_ontrol.glif | 36 + .../glyphs/nhookleft.glif | 12 +- .../glyphs/nine.glif | 73 +- .../glyphs/ninesuperior.glif | 74 +- .../glyphs/nje-cy.glif | 6 - .../glyphs/nlinebelow.glif | 4 +- .../glyphs/nmod.glif | 50 +- .../glyphs/ntilde.glif | 4 +- .../glyphs/nu.glif | 6 - .../glyphs/nullC_ontrol.glif | 36 + .../glyphs/numbersign.glif | 32 +- .../glyphs/numbersign_braceleft.liga.glif | 138 +- .../glyphs/numbersign_bracketleft.liga.glif | 36 +- .../glyphs/numbersign_colon.liga.glif | 6 +- .../glyphs/numbersign_end.seq.glif | 36 + .../glyphs/numbersign_equal.liga.glif | 20 +- .../glyphs/numbersign_exclam.liga.glif | 6 +- .../glyphs/numbersign_middle.seq.glif | 36 + .../glyphs/numbersign_numbersign.liga.glif | 14 - ...numbersign_numbersign_numbersign.liga.glif | 27 - ...numbersign_numbersign_numbersign.liga.glif | 28 - .../glyphs/numbersign_parenleft.liga.glif | 36 +- .../glyphs/numbersign_question.liga.glif | 92 +- .../glyphs/numbersign_start.seq.glif | 36 + .../glyphs/numbersign_underscore.liga.glif | 42 +- .../numbersign_underscore_parenleft.liga.glif | 80 +- .../glyphs/numeral-greek.glif | 2 +- .../glyphs/o-cy.glif | 8 +- .../CascadiaCode-ExtraLight.ufo/glyphs/o.glif | 2 +- .../glyphs/oacute.glif | 6 +- .../glyphs/oacute.loclP_L_K_.glif | 6 +- .../glyphs/obarred-cy.glif | 8 +- .../glyphs/obreve.glif | 4 +- .../glyphs/ocircumflex.glif | 4 +- .../glyphs/ocircumflexacute.glif | 8 +- .../glyphs/ocircumflexdotbelow.glif | 6 +- .../glyphs/ocircumflexgrave.glif | 19 +- .../glyphs/ocircumflexhookabove.glif | 17 +- .../glyphs/ocircumflextilde.glif | 6 +- .../glyphs/odieresis.glif | 4 +- .../glyphs/odotbelow.glif | 6 +- .../glyphs/ogonek.glif | 2 +- .../glyphs/ogonekcomb.glif | 49 +- .../glyphs/ograve.glif | 6 +- .../glyphs/ohookabove.glif | 6 +- .../glyphs/ohorn.glif | 6 +- .../glyphs/ohornacute.glif | 6 +- .../glyphs/ohorndotbelow.glif | 6 +- .../glyphs/ohorngrave.glif | 6 +- .../glyphs/ohornhookabove.glif | 6 +- .../glyphs/ohorntilde.glif | 6 +- .../glyphs/ohungarumlaut.glif | 8 +- .../glyphs/omacron.glif | 6 +- .../glyphs/omacronacute.glif | 10 +- .../glyphs/omacrongrave.glif | 10 +- .../glyphs/omega.glif | 6 - .../glyphs/omegatonos.glif | 10 +- .../glyphs/omicron.glif | 8 +- .../glyphs/omicrontonos.glif | 12 +- .../glyphs/one.half.glif | 36 + .../glyphs/onesuperior.glif | 32 +- .../glyphs/oogonek.glif | 6 +- .../glyphs/ordfeminine.glif | 90 +- .../glyphs/oslash.glif | 2 +- .../glyphs/oslashacute.glif | 6 +- .../glyphs/otilde.glif | 6 +- .../CascadiaCode-ExtraLight.ufo/glyphs/p.glif | 65 +- .../glyphs/palochka-cy.glif | 8 +- .../glyphs/parenleft.glif | 12 +- .../glyphs/parenleft_asterisk.liga.glif | 48 +- .../glyphs/parenright.glif | 12 +- .../glyphs/pe-cy.glif | 6 - .../glyphs/pe-cy.loclB_G_R_.glif | 6 - .../glyphs/percent_percent.liga.glif | 210 +- .../glyphs/period_equal.liga.glif | 20 +- .../glyphs/period_hyphen.liga.glif | 12 +- .../glyphs/period_period.liga.glif | 6 +- .../glyphs/period_period_equal.liga.glif | 22 +- .../glyphs/period_period_less.liga.glif | 22 +- .../glyphs/period_period_period.liga.glif | 8 +- .../glyphs/period_question.liga.glif | 6 +- .../glyphs/perispomenicomb.glif | 4 +- .../glyphs/peseta.glif | 6 +- .../glyphs/peso.glif | 6 +- .../glyphs/phi.glif | 6 - .../glyphs/pi.glif | 58 +- .../glyphs/plus_greater.liga.glif | 17 +- .../glyphs/plus_plus.liga.glif | 6 +- .../glyphs/plus_plus_plus.liga.glif | 24 +- .../glyphs/prescription.glif | 51 + .../glyphs/psi.glif | 6 - .../CascadiaCode-ExtraLight.ufo/glyphs/q.glif | 2 +- .../glyphs/question.glif | 62 +- .../glyphs/question_colon.liga.glif | 6 +- .../glyphs/question_equal.liga.glif | 24 +- .../glyphs/question_period.liga.glif | 6 +- .../glyphs/question_question.liga.glif | 6 +- .../glyphs/question_question_equal.liga.glif | 28 + .../glyphs/questiondown.glif | 62 +- .../glyphs/quotedblbase.glif | 3 +- .../glyphs/quotedblleft.glif | 4 +- .../glyphs/quotedblright.glif | 4 +- .../glyphs/quoteleft.glif | 22 +- .../glyphs/quotereversed.glif | 22 +- .../glyphs/quoteright.glif | 22 +- .../glyphs/quotesinglbase.glif | 2 +- .../glyphs/quotesingle.glif | 8 +- .../CascadiaCode-ExtraLight.ufo/glyphs/r.glif | 2 +- .../glyphs/racute.glif | 4 +- .../glyphs/rcaron.glif | 2 +- .../glyphs/rcommaaccent.glif | 4 +- .../glyphs/rdotbelow.glif | 4 +- .../glyphs/recordS_eparatorC_ontrol.glif | 36 + .../glyphs/returnsymbol.glif | 41 + .../glyphs/rho.glif | 21 +- .../glyphs/rightA_rrow.glif | 30 +- .../glyphs/rightB_lackP_ointer.glif | 2 +- .../glyphs/rightB_lackS_mallT_riangle.glif | 2 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightB_lock.glif | 2 +- .../glyphs/rightB_lock.stypo.glif | 2 +- .../glyphs/rightH_alfB_lackC_ircle.glif | 2 +- .../glyphs/rightH_alfB_lackD_iamond.glif | 2 +- .../glyphs/rightH_alfB_lackS_quare.glif | 2 +- .../glyphs/rightH_alfB_lackW_hiteC_ircle.glif | 2 +- .../glyphs/rightO_neE_ighthB_lock.glif | 2 +- .../glyphs/rightO_neE_ighthB_lock.stypo.glif | 2 +- .../glyphs/rightW_hiteP_ointer.glif | 2 +- .../glyphs/rightW_hiteS_mallT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../glyphs/ring.glif | 2 +- .../glyphs/ringbelowcomb.glif | 3 +- .../glyphs/ringcomb.case.glif | 2 +- .../glyphs/ringcomb.glif | 2 +- .../glyphs/ruble.glif | 2 +- .../glyphs/rupeeI_ndian.glif | 60 +- .../CascadiaCode-ExtraLight.ufo/glyphs/s.glif | 2 +- .../glyphs/sacute.glif | 6 +- .../glyphs/sacute.loclP_L_K_.glif | 6 +- .../glyphs/scaron.glif | 4 +- .../glyphs/scedilla.glif | 6 +- .../glyphs/schwa-cy.glif | 8 +- .../glyphs/schwa.glif | 2 +- .../glyphs/scircumflex.glif | 4 +- .../glyphs/scommaaccent.glif | 4 +- .../glyphs/sdotbelow.glif | 4 +- .../glyphs/semicolon_semicolon.liga.glif | 6 +- .../glyphs/seven.glif | 24 +- .../glyphs/sevensuperior.glif | 24 +- .../glyphs/sha-cy.glif | 6 - .../glyphs/sha-cy.loclB_G_R_.glif | 6 - .../glyphs/shadedark.glif | 2 +- .../glyphs/shadedark.stypo.glif | 2 +- .../glyphs/shadelight.glif | 2 +- .../glyphs/shadelight.stypo.glif | 2 +- .../glyphs/shademedium.glif | 2 +- .../glyphs/shademedium.stypo.glif | 2 +- .../glyphs/shcha-cy.glif | 6 - .../glyphs/shcha-cy.loclB_G_R_.glif | 6 - .../glyphs/shha-cy.glif | 8 +- .../glyphs/shiftI_nC_ontrol.glif | 36 + .../glyphs/shiftI_nC_ontrol.ss20.glif | 29 + .../glyphs/shiftO_utC_ontrol.glif | 36 + .../glyphs/shiftO_utC_ontrol.ss20.glif | 27 + .../glyphs/sigma.glif | 70 +- .../glyphs/sigmafinal.glif | 6 - .../glyphs/six.glif | 73 +- .../glyphs/sixsuperior.glif | 74 +- .../glyphs/slash.glif | 8 +- .../glyphs/slash_asterisk.liga.glif | 6 +- .../glyphs/slash_backslash.liga.glif | 14 + .../glyphs/slash_equal.liga.glif | 25 - .../glyphs/slash_equal_end.seq.glif | 25 + .../glyphs/slash_equal_equal.liga.glif | 37 - .../glyphs/slash_equal_middle.seq.glif | 25 + .../glyphs/slash_equal_start.seq.glif | 25 + .../glyphs/slash_greater.liga.glif | 20 +- .../glyphs/slash_slash.liga.glif | 25 +- .../glyphs/slash_slash_equal_end.seq.glif | 26 + .../glyphs/slash_slash_equal_middle.seq.glif | 38 + .../glyphs/slash_slash_equal_start.seq.glif | 26 + .../glyphs/slash_slash_slash.liga.glif | 35 +- .../glyphs/softsign-cy.glif | 6 - .../glyphs/softsign-cy.loclB_G_R_.glif | 62 +- .../glyphs/space.glif | 6 - .../glyphs/spaceC_ontrol.glif | 36 + .../glyphs/startO_fH_eadingC_ontrol.glif | 36 + .../glyphs/startO_fH_eadingC_ontrol.ss20.glif | 26 + .../glyphs/startO_fT_extC_ontrol.glif | 36 + .../glyphs/startO_fT_extC_ontrol.ss20.glif | 26 + .../glyphs/substituteC_ontrol.glif | 36 + .../glyphs/substituteC_ontrol.ss20.glif | 49 + .../glyphs/substituteF_ormT_woC_ontrol.glif | 50 + .../glyphs/sunW_ithR_ays.glif | 112 +- .../glyphs/synchronousI_dleC_ontrol.glif | 36 + .../glyphs/synchronousI_dleC_ontrol.ss20.glif | 44 + .../CascadiaCode-ExtraLight.ufo/glyphs/t.glif | 58 +- .../glyphs/tau.glif | 50 +- .../glyphs/tbar.glif | 16 +- .../glyphs/tcaron.glif | 16 +- .../glyphs/tcedilla.glif | 12 +- .../glyphs/tcommaaccent.glif | 12 +- .../glyphs/te-cy.glif | 6 - .../glyphs/te-cy.loclB_G_R_.glif | 6 - .../glyphs/tesh.glif | 108 +- .../glyphs/theta.glif | 6 - .../glyphs/thetamod.glif | 58 +- .../glyphs/thorn.glif | 61 +- .../glyphs/three.half.glif | 60 + .../glyphs/threesuperior.glif | 88 +- .../glyphs/tildecomb.case.glif | 2 +- .../glyphs/tildecomb.glif | 2 +- .../glyphs/tonos.case.glif | 2 +- .../glyphs/tonos.glif | 2 +- .../glyphs/topH_alfB_lackC_ircle.glif | 2 +- .../glyphs/topH_alfB_lackD_iamond.glif | 2 +- .../glyphs/topH_alfW_hiteS_quare.glif | 2 +- .../glyphs/topR_ightH_alfW_hiteS_quare.glif | 2 +- .../glyphs/trademark.glif | 64 +- .../glyphs/tse-cy.glif | 6 - .../glyphs/tse-cy.loclB_G_R_.glif | 70 +- .../glyphs/tshe-cy.glif | 6 - .../glyphs/two.glif | 52 +- .../glyphs/two.half.glif | 42 + .../glyphs/twosuperior.glif | 52 +- .../glyphs/u-cy.glif | 6 - .../CascadiaCode-ExtraLight.ufo/glyphs/u.glif | 66 +- .../glyphs/uacute.glif | 12 +- .../glyphs/ubreve.glif | 12 +- .../glyphs/ucircumflex.glif | 12 +- .../glyphs/udieresis.glif | 12 +- .../glyphs/udotbelow.glif | 12 +- .../glyphs/ugrave.glif | 12 +- .../glyphs/uhookabove.glif | 10 +- .../glyphs/uhorn.glif | 28 +- .../glyphs/uhornacute.glif | 12 +- .../glyphs/uhorndotbelow.glif | 12 +- .../glyphs/uhorngrave.glif | 12 +- .../glyphs/uhornhookabove.glif | 10 +- .../glyphs/uhorntilde.glif | 12 +- .../glyphs/uhungarumlaut.glif | 12 +- .../glyphs/umacron-cy.glif | 8 +- .../glyphs/umacron.glif | 12 +- .../underscore_bar_underscore.liga.glif | 24 - .../glyphs/underscore_end.seq.glif | 18 + .../glyphs/underscore_middle.seq.glif | 18 + .../glyphs/underscore_start.seq.glif | 18 + .../glyphs/underscore_underscore.liga.glif | 10 +- .../glyphs/uni0009.glif | 7 - .../glyphs/unitS_eparatorC_ontrol.glif | 36 + .../glyphs/uogonek.glif | 52 +- .../glyphs/upA_rrow.glif | 30 +- .../glyphs/upB_lackS_mallT_riangle.glif | 2 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upD_ashA_rrow.glif | 30 +- .../glyphs/upD_ownA_rrow.glif | 38 +- .../glyphs/upD_ownbaseA_rrow.glif | 14 +- .../glyphs/upL_eftH_alfB_lackT_riangle.glif | 2 +- .../glyphs/upR_ightH_alfB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteS_mallT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangleW_ithD_ot.glif | 2 +- .../glyphs/upperH_alfA_rc.glif | 2 +- .../glyphs/upperH_alfB_lackW_hiteC_ircle.glif | 2 +- .../glyphs/upperH_alfB_lock.glif | 2 +- .../glyphs/upperH_alfB_lock.stypo.glif | 2 +- .../upperH_alfI_nverseW_hiteC_ircle.glif | 2 +- ...A_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif | 2 +- ...owerL_eftA_ndL_owerR_ightB_lock.stypo.glif | 2 +- .../upperL_eftA_ndL_owerR_ightB_lock.glif | 2 +- ...pperL_eftA_ndL_owerR_ightB_lock.stypo.glif | 2 +- ...A_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif | 2 +- ...pperR_ightA_ndL_owerL_eftB_lock.stypo.glif | 2 +- ..._ndU_pperR_ightA_ndL_owerR_ightB_lock.glif | 2 +- ...perR_ightA_ndL_owerR_ightB_lock.stypo.glif | 2 +- .../glyphs/upperL_eftA_rc.glif | 2 +- .../glyphs/upperL_eftB_lackT_riangle.glif | 2 +- .../glyphs/upperL_eftB_lock.glif | 2 +- .../glyphs/upperL_eftB_lock.stypo.glif | 2 +- ...upperL_eftD_iagonalH_alfB_lackS_quare.glif | 2 +- .../upperL_eftQ_uadrantW_hiteC_ircle.glif | 2 +- .../glyphs/upperL_eftT_riangle.glif | 2 +- .../glyphs/upperL_eftW_hiteC_ircle.glif | 2 +- .../glyphs/upperO_neE_ighthB_lock.glif | 2 +- .../glyphs/upperO_neE_ighthB_lock.stypo.glif | 2 +- ...A_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif | 2 +- ...owerL_eftA_ndL_owerR_ightB_lock.stypo.glif | 2 +- .../upperR_ightA_ndL_owerL_eftB_lock.glif | 2 +- ...pperR_ightA_ndL_owerL_eftB_lock.stypo.glif | 2 +- .../glyphs/upperR_ightA_rc.glif | 2 +- .../glyphs/upperR_ightB_lackC_ircle.glif | 2 +- .../glyphs/upperR_ightB_lackT_riangle.glif | 2 +- .../glyphs/upperR_ightB_lock.glif | 2 +- .../glyphs/upperR_ightB_lock.stypo.glif | 2 +- .../upperR_ightQ_uadrantW_hiteC_ircle.glif | 2 +- .../glyphs/upperR_ightT_riangle.glif | 2 +- .../upperlefttolowerrightF_illS_quare.glif | 2 +- .../upperrighttolowerleftF_illS_quare.glif | 2 +- .../glyphs/upsilon-latin.glif | 18 +- .../glyphs/upsilon.glif | 6 - .../glyphs/upsilondieresis.glif | 6 - .../glyphs/upsilondieresistonos.glif | 8 +- .../glyphs/upsilontonos.glif | 10 +- .../glyphs/uring.glif | 12 +- .../glyphs/ushort-cy.glif | 6 - .../glyphs/ustraight-cy.glif | 6 - .../glyphs/ustraightstroke-cy.glif | 6 - .../glyphs/utilde.glif | 12 +- .../CascadiaCode-ExtraLight.ufo/glyphs/v.glif | 2 +- .../glyphs/ve-cy.glif | 94 +- .../glyphs/ve-cy.loclB_G_R_.glif | 90 +- .../verticalB_isectingL_ineW_hiteS_quare.glif | 2 +- .../glyphs/verticalF_illC_ircle.glif | 2 +- .../glyphs/verticalF_illS_quare.glif | 2 +- .../glyphs/verticalT_abulationC_ontrol.glif | 36 + .../verticalT_abulationC_ontrol.ss20.glif | 30 + .../glyphs/vhook.glif | 22 +- .../glyphs/vturned.glif | 8 +- .../CascadiaCode-ExtraLight.ufo/glyphs/w.glif | 2 +- .../glyphs/w_w_w.liga.glif | 168 +- .../glyphs/wacute.glif | 4 +- .../glyphs/wcircumflex.glif | 2 +- .../glyphs/wdieresis.glif | 2 +- .../glyphs/wgrave.glif | 4 +- .../glyphs/whiteB_ullet.glif | 2 +- .../glyphs/whiteC_ircle.glif | 2 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteH_exagon.glif | 2 +- .../glyphs/whiteH_orizontalE_llipse.glif | 2 +- .../glyphs/whiteI_nB_lackS_quare.glif | 2 +- .../glyphs/whiteL_argeS_quare.glif | 2 +- .../whiteL_owerL_eftQ_uadrantS_quare.glif | 2 +- .../whiteL_owerR_ightQ_uadrantS_quare.glif | 2 +- .../glyphs/whiteM_ediumD_iamond.glif | 2 +- .../glyphs/whiteM_ediumL_ozenge.glif | 2 +- .../glyphs/whiteP_arallelogram.glif | 2 +- .../glyphs/whiteP_entagon.glif | 2 +- .../glyphs/whiteR_ect.glif | 2 +- .../glyphs/whiteR_oundedC_ornersS_quare.glif | 2 +- .../glyphs/whiteS_mallL_ozenge.glif | 2 +- .../glyphs/whiteS_mallS_quare.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../whiteU_pperL_eftQ_uadrantS_quare.glif | 2 +- .../whiteU_pperR_ightQ_uadrantS_quare.glif | 2 +- .../glyphs/whiteV_erticalE_llipse.glif | 2 +- .../glyphs/whiteV_erticalR_ect.glif | 2 +- .../glyphs/whiteV_erysmallS_quare.glif | 2 +- .../glyphs/wmod.glif | 6 - .../CascadiaCode-ExtraLight.ufo/glyphs/x.glif | 2 +- .../glyphs/x.multiply.glif | 2 +- .../glyphs/xi.glif | 6 - .../CascadiaCode-ExtraLight.ufo/glyphs/y.glif | 2 +- .../glyphs/yacute.glif | 4 +- .../glyphs/ycircumflex.glif | 2 +- .../glyphs/ydieresis.glif | 2 +- .../glyphs/ydotbelow.glif | 4 +- .../glyphs/yeru-cy.glif | 6 - .../glyphs/ygrave.glif | 4 +- .../glyphs/yhookabove.glif | 4 +- .../glyphs/yi-cy.glif | 8 +- .../glyphs/ymacron.glif | 4 +- .../glyphs/ymod.glif | 42 +- .../glyphs/ytilde.glif | 4 +- .../CascadiaCode-ExtraLight.ufo/glyphs/z.glif | 2 +- .../glyphs/zacute.glif | 4 +- .../glyphs/zacute.loclP_L_K_.glif | 4 +- .../glyphs/zcaron.glif | 2 +- .../glyphs/zdotaccent.glif | 2 +- .../glyphs/ze-cy.glif | 44 +- .../glyphs/ze-cy.loclB_G_R_.glif | 6 - .../glyphs/zerosuperior.glif | 48 +- .../glyphs/zeta.glif | 6 - .../glyphs/zhe-cy.glif | 6 - .../glyphs/zhe-cy.loclB_G_R_.glif | 6 - .../glyphs/zhedescender-cy.glif | 6 - .../glyphs/zmod.glif | 6 - .../layercontents.plist | 4 +- sources/CascadiaCode-ExtraLight.ufo/lib.plist | 596 +- sources/CascadiaCode-Regular.ufo/features.fea | 1537 +- .../CascadiaCode-Regular.ufo/fontinfo.plist | 42 +- .../glyphs.J_an 6 21, 14_03}/contents.plist | 4 +- .../glyphs.J_an 6 21, 14_03/quoteleft.glif | 19 + .../A_lpha-latin.glif | 35 + .../glyphs.public.background/G_small.glif | 45 + .../glyphs.public.background/G_stroke.glif | 47 + .../glyphs.public.background/V_hook.glif | 25 + .../glyphs.public.background/ae.glif | 66 + .../asciitilde_equal.liga.glif | 37 + .../asterisk_parenright.liga.glif | 25 + .../bar_bar_equal_middle.seq.glif | 17 + .../glyphs.public.background/contents.plist | 100 + .../glyphs.public.background/d.glif | 44 + .../glyphs.public.background/dcaron.alt.glif | 46 + .../glyphs.public.background/g.glif | 46 + .../gheupturn-cy.glif | 17 + .../glottalstopmod.glif | 39 + .../glyphs.public.background/greater.alt.glif | 15 + .../greater.center.glif | 15 + .../greater_greater_equal_end.seq.glif | 25 + .../greater_greater_equal_middle.seq.glif | 25 + .../greater_greater_equal_start.seq.glif | 25 + .../greater_greater_hyphen_end.seq.glif | 25 + .../greater_greater_hyphen_middle.seq.glif | 25 + .../greater_greater_hyphen_start.seq.glif | 25 + .../glyphs.public.background/idotless.glif | 29 + .../glyphs.public.background/ka-cy.glif | 29 + .../kadescender-cy.glif | 61 + .../glyphs.public.background/kaiS_ymbol.glif | 28 + .../glyphs.public.background/kappa.glif | 29 + .../less_less_equal_end.seq.glif | 25 + .../less_less_equal_middle.seq.glif | 25 + .../less_less_equal_start.seq.glif | 25 + .../less_less_hyphen_end.seq.glif | 25 + .../less_less_hyphen_middle.seq.glif | 25 + .../less_less_hyphen_start.seq.glif | 25 + .../less_plus.liga.glif | 27 + .../glyphs.public.background/minus.glif | 11 + .../glyphs.public.background/nhookleft.glif | 33 + .../glyphs.public.background/nine.glif | 47 + .../numbersign_middle.seq.glif | 53 + .../numbersign_underscore_parenleft.liga.glif | 25 + .../glyphs.public.background/p.glif | 52 + .../parenleft_asterisk.liga.glif | 25 + .../glyphs.public.background/quoteleft.glif | 21 + .../glyphs.public.background/quoteright.glif | 25 + .../glyphs.public.background/rho.glif | 42 + .../glyphs.public.background/six.glif | 48 + .../slash_slash_equal_end.seq.glif | 17 + .../glyphs.public.background/twosuperior.glif | 35 + .../upsilon-latin.glif | 33 + .../glyphs/A_-cy.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/A_.glif | 2 +- .../glyphs/A_.half.glif | 28 + .../CascadiaCode-Regular.ufo/glyphs/A_E_.glif | 24 +- .../glyphs/A_E_acute.glif | 6 +- .../glyphs/A_acute.glif | 4 +- .../glyphs/A_breve.glif | 2 +- .../glyphs/A_breveacute.glif | 6 +- .../glyphs/A_brevedotbelow.glif | 4 +- .../glyphs/A_brevegrave.glif | 6 +- .../glyphs/A_brevehookabove.glif | 4 +- .../glyphs/A_brevetilde.glif | 4 +- .../glyphs/A_caron.glif | 2 +- .../glyphs/A_circumflex.glif | 2 +- .../glyphs/A_circumflexacute.glif | 17 +- .../glyphs/A_circumflexdotbelow.glif | 4 +- .../glyphs/A_circumflexgrave.glif | 6 +- .../glyphs/A_circumflexhookabove.glif | 15 +- .../glyphs/A_circumflextilde.glif | 4 +- .../glyphs/A_dieresis.glif | 2 +- .../glyphs/A_dotbelow.glif | 4 +- .../glyphs/A_grave.glif | 4 +- .../glyphs/A_hookabove.glif | 2 +- .../glyphs/A_lpha-latin.glif | 83 +- .../glyphs/A_lpha.glif | 6 - .../glyphs/A_lphatonos.glif | 6 - .../glyphs/A_macron.glif | 2 +- .../glyphs/A_ogonek.glif | 10 +- .../glyphs/A_ring.glif | 2 +- .../glyphs/A_ringacute.glif | 6 +- .../glyphs/A_small.glif | 14 +- .../glyphs/A_stroke.glif | 6 +- .../glyphs/A_tilde.glif | 4 +- .../CascadiaCode-Regular.ufo/glyphs/B_.glif | 2 +- .../glyphs/B_.half.glif | 64 + .../glyphs/B_e-cy.glif | 14 +- .../glyphs/B_eta.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/C_.glif | 58 +- .../glyphs/C_.half.glif | 40 + .../glyphs/C_acute.glif | 8 +- .../glyphs/C_acute.loclP_L_K_.glif | 8 +- .../glyphs/C_caron.glif | 8 +- .../glyphs/C_cedilla.glif | 8 +- .../glyphs/C_circumflex.glif | 8 +- .../glyphs/C_dotaccent.glif | 8 +- .../glyphs/C_he-cy.glif | 42 +- .../glyphs/C_hedescender-cy.glif | 18 +- .../CascadiaCode-Regular.ufo/glyphs/C_hi.glif | 6 - .../glyphs/C_stroke.glif | 6 +- .../CascadiaCode-Regular.ufo/glyphs/D_.glif | 52 +- .../glyphs/D_.half.glif | 38 + .../glyphs/D_caron.glif | 10 +- .../glyphs/D_croat.glif | 8 +- .../glyphs/D_e-cy.glif | 6 - .../glyphs/D_e-cy.loclB_G_R_.glif | 6 - .../glyphs/D_elta.glif | 6 - .../glyphs/D_je-cy.glif | 58 +- .../glyphs/D_ze-cy.glif | 8 +- .../glyphs/D_zhe-cy.glif | 6 - .../glyphs/E_-cy.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/E_.glif | 2 +- .../glyphs/E_.half.glif | 36 + .../glyphs/E_acute.glif | 4 +- .../glyphs/E_breve.glif | 2 +- .../glyphs/E_caron.glif | 2 +- .../glyphs/E_circumflex.glif | 2 +- .../glyphs/E_circumflexacute.glif | 17 +- .../glyphs/E_circumflexdotbelow.glif | 4 +- .../glyphs/E_circumflexgrave.glif | 6 +- .../glyphs/E_circumflexhookabove.glif | 15 +- .../glyphs/E_circumflextilde.glif | 4 +- .../glyphs/E_dieresis.glif | 2 +- .../glyphs/E_dotaccent.glif | 2 +- .../glyphs/E_dotbelow.glif | 4 +- .../glyphs/E_f-cy.glif | 6 - .../glyphs/E_f-cy.loclB_G_R_.glif | 6 - .../glyphs/E_grave.glif | 4 +- .../glyphs/E_hookabove.glif | 2 +- .../glyphs/E_l-cy.glif | 6 - .../glyphs/E_l-cy.loclB_G_R_.glif | 6 - .../glyphs/E_m-cy.glif | 6 - .../glyphs/E_macron.glif | 2 +- .../glyphs/E_n-cy.glif | 6 - .../glyphs/E_ndescender-cy.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/E_ng.glif | 4 +- .../glyphs/E_ogonek.glif | 2 +- .../glyphs/E_psilon.glif | 6 - .../glyphs/E_psilontonos.glif | 6 - .../glyphs/E_r-cy.glif | 10 +- .../glyphs/E_reversed-cy.glif | 6 - .../glyphs/E_reversed.glif | 2 +- .../glyphs/E_s-cy.glif | 10 +- .../CascadiaCode-Regular.ufo/glyphs/E_sh.glif | 2 +- .../CascadiaCode-Regular.ufo/glyphs/E_ta.glif | 6 - .../glyphs/E_tatonos.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/E_th.glif | 14 +- .../glyphs/E_tilde.glif | 4 +- .../CascadiaCode-Regular.ufo/glyphs/E_zh.glif | 58 +- .../CascadiaCode-Regular.ufo/glyphs/F_.glif | 26 +- .../glyphs/F_.half.glif | 30 + .../CascadiaCode-Regular.ufo/glyphs/G_.glif | 74 +- .../glyphs/G_.half.glif | 52 + .../glyphs/G_amma.glif | 10 +- .../glyphs/G_ammaafrican.glif | 34 +- .../glyphs/G_breve.glif | 8 +- .../glyphs/G_caron.glif | 8 +- .../glyphs/G_circumflex.glif | 8 +- .../glyphs/G_commaaccent.glif | 8 +- .../glyphs/G_dotaccent.glif | 8 +- .../glyphs/G_e-cy.glif | 6 - .../glyphs/G_ermandbls.glif | 4 +- .../glyphs/G_hestroke-cy.glif | 10 +- .../glyphs/G_heupturn-cy.glif | 6 - .../glyphs/G_je-cy.glif | 8 +- .../glyphs/G_small.glif | 70 +- .../glyphs/G_stroke.glif | 62 +- .../CascadiaCode-Regular.ufo/glyphs/H_.glif | 2 +- .../glyphs/H_.half.glif | 30 + .../glyphs/H_a-cy.glif | 6 - .../glyphs/H_adescender-cy.glif | 6 - .../glyphs/H_ardsign-cy.glif | 62 +- .../glyphs/H_bar.glif | 8 +- .../glyphs/H_caron.glif | 2 +- .../glyphs/H_circumflex.glif | 2 +- .../glyphs/H_dotbelow.glif | 4 +- .../glyphs/I_-cy.glif | 8 +- .../CascadiaCode-Regular.ufo/glyphs/I_.glif | 2 +- .../glyphs/I_.half.glif | 30 + .../CascadiaCode-Regular.ufo/glyphs/I_J_.glif | 68 +- .../glyphs/I_a-cy.glif | 24 +- .../glyphs/I_acute.glif | 6 +- .../glyphs/I_acute_J_.loclN_L_D_.glif | 4 +- .../glyphs/I_breve.glif | 4 +- .../glyphs/I_circumflex.glif | 4 +- .../glyphs/I_dieresis.glif | 4 +- .../glyphs/I_dotaccent.glif | 4 +- .../glyphs/I_dotbelow.glif | 6 +- .../glyphs/I_e-cy.glif | 6 - .../glyphs/I_egrave-cy.glif | 8 +- .../glyphs/I_grave.glif | 6 +- .../glyphs/I_hookabove.glif | 4 +- .../glyphs/I_i-cy.glif | 6 - .../glyphs/I_igrave-cy.glif | 8 +- .../glyphs/I_ishort-cy.glif | 6 - .../glyphs/I_macron-cy.glif | 6 - .../glyphs/I_macron.glif | 4 +- .../glyphs/I_o-cy.glif | 6 - .../glyphs/I_ogonek.glif | 4 +- .../glyphs/I_ota.glif | 8 +- .../glyphs/I_otaafrican.glif | 10 +- .../glyphs/I_otadieresis.glif | 8 +- .../glyphs/I_otatonos.glif | 6 - .../glyphs/I_small.glif | 16 +- .../glyphs/I_tilde.glif | 6 +- .../glyphs/I_u-cy.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/J_.glif | 42 +- .../glyphs/J_circumflex.glif | 2 +- .../glyphs/J_e-cy.glif | 8 +- .../CascadiaCode-Regular.ufo/glyphs/K_.glif | 38 +- .../glyphs/K_.half.glif | 34 + .../glyphs/K_a-cy.glif | 42 +- .../glyphs/K_acute.glif | 8 +- .../glyphs/K_adescender-cy.glif | 42 +- .../glyphs/K_aiS_ymbol.glif | 54 +- .../glyphs/K_appa.glif | 10 +- .../glyphs/K_commaaccent.glif | 8 +- .../glyphs/K_dotbelow.glif | 8 +- .../glyphs/K_je-cy.glif | 8 +- .../glyphs/K_linebelow.glif | 8 +- .../CascadiaCode-Regular.ufo/glyphs/L_.glif | 2 +- .../glyphs/L_.half.glif | 24 + .../glyphs/L_acute.glif | 4 +- .../glyphs/L_ambda.glif | 6 - .../glyphs/L_bar.glif | 2 +- .../glyphs/L_commaaccent.glif | 4 +- .../glyphs/L_dot.glif | 2 +- .../glyphs/L_dotbelow.glif | 4 +- .../glyphs/L_je-cy.glif | 6 - .../glyphs/L_linebelow.glif | 4 +- .../glyphs/L_middletilde.glif | 2 +- .../glyphs/L_small.glif | 6 +- .../CascadiaCode-Regular.ufo/glyphs/M_.glif | 2 +- .../glyphs/M_.half.glif | 44 + .../CascadiaCode-Regular.ufo/glyphs/M_u.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/N_.glif | 2 +- .../glyphs/N_.half.glif | 34 + .../glyphs/N_acute.glif | 4 +- .../glyphs/N_acute.loclP_L_K_.glif | 2 +- .../glyphs/N_caron.glif | 2 +- .../glyphs/N_commaaccent.glif | 4 +- .../glyphs/N_hookleft.glif | 12 +- .../glyphs/N_je-cy.glif | 6 - .../glyphs/N_linebelow.glif | 4 +- .../glyphs/N_tilde.glif | 4 +- .../CascadiaCode-Regular.ufo/glyphs/N_u.glif | 6 - .../glyphs/O_-cy.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/O_.glif | 2 +- .../glyphs/O_.half.glif | 41 + .../glyphs/O_acute.glif | 4 +- .../glyphs/O_acute.loclP_L_K_.glif | 2 +- .../glyphs/O_barred-cy.glif | 6 - .../glyphs/O_breve.glif | 2 +- .../glyphs/O_circumflex.glif | 2 +- .../glyphs/O_circumflexacute.glif | 17 +- .../glyphs/O_circumflexdotbelow.glif | 4 +- .../glyphs/O_circumflexgrave.glif | 6 +- .../glyphs/O_circumflexhookabove.glif | 15 +- .../glyphs/O_circumflextilde.glif | 4 +- .../glyphs/O_dieresis.glif | 2 +- .../glyphs/O_dotbelow.glif | 4 +- .../glyphs/O_grave.glif | 4 +- .../CascadiaCode-Regular.ufo/glyphs/O_hm.glif | 2 +- .../glyphs/O_hookabove.glif | 2 +- .../glyphs/O_horn.glif | 2 +- .../glyphs/O_hornacute.glif | 4 +- .../glyphs/O_horndotbelow.glif | 4 +- .../glyphs/O_horngrave.glif | 4 +- .../glyphs/O_hornhookabove.glif | 2 +- .../glyphs/O_horntilde.glif | 4 +- .../glyphs/O_hungarumlaut.glif | 2 +- .../glyphs/O_macron.glif | 2 +- .../glyphs/O_macronacute.glif | 8 +- .../glyphs/O_macrongrave.glif | 8 +- .../glyphs/O_mega.glif | 6 - .../glyphs/O_megatonos.glif | 6 - .../glyphs/O_micron.glif | 6 - .../glyphs/O_microntonos.glif | 6 - .../glyphs/O_ogonek.glif | 2 +- .../glyphs/O_open.glif | 52 +- .../glyphs/O_slashacute.glif | 4 +- .../glyphs/O_tilde.glif | 4 +- .../CascadiaCode-Regular.ufo/glyphs/P_.glif | 20 +- .../glyphs/P_.half.glif | 38 + .../glyphs/P_alochka-cy.glif | 8 +- .../glyphs/P_e-cy.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/P_hi.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/P_i.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/P_si.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/Q_.glif | 2 +- .../glyphs/Q_.half.glif | 27 + .../CascadiaCode-Regular.ufo/glyphs/R_.glif | 2 +- .../glyphs/R_.half.glif | 44 + .../glyphs/R_acute.glif | 4 +- .../glyphs/R_caron.glif | 2 +- .../glyphs/R_commaaccent.glif | 6 +- .../glyphs/R_dotbelow.glif | 4 +- .../CascadiaCode-Regular.ufo/glyphs/R_ho.glif | 8 +- .../CascadiaCode-Regular.ufo/glyphs/S_.glif | 2 +- .../glyphs/S_.half.glif | 54 + .../glyphs/S_acute.glif | 6 +- .../glyphs/S_acute.loclP_L_K_.glif | 4 +- .../glyphs/S_caron.glif | 4 +- .../glyphs/S_cedilla.glif | 6 +- .../glyphs/S_chwa-cy.glif | 6 - .../glyphs/S_circumflex.glif | 4 +- .../glyphs/S_commaaccent.glif | 4 +- .../glyphs/S_dotbelow.glif | 4 +- .../glyphs/S_ha-cy.glif | 6 - .../glyphs/S_hcha-cy.glif | 6 - .../glyphs/S_hha-cy.glif | 6 - .../glyphs/S_igma.glif | 6 - .../glyphs/S_oftsign-cy.glif | 50 +- .../CascadiaCode-Regular.ufo/glyphs/T_.glif | 2 +- .../glyphs/T_.half.glif | 24 + .../CascadiaCode-Regular.ufo/glyphs/T_au.glif | 6 - .../glyphs/T_caron.glif | 2 +- .../glyphs/T_cedilla.glif | 6 +- .../glyphs/T_commaaccent.glif | 4 +- .../glyphs/T_diagonalstroke.glif | 10 +- .../glyphs/T_e-cy.glif | 6 - .../glyphs/T_heta.glif | 6 - .../glyphs/T_linebelow.glif | 4 +- .../glyphs/T_se-cy.glif | 6 - .../glyphs/T_she-cy.glif | 6 - .../glyphs/U_-cy.glif | 42 +- .../CascadiaCode-Regular.ufo/glyphs/U_.glif | 2 +- .../glyphs/U_.half.glif | 32 + .../glyphs/U_acute.glif | 4 +- .../glyphs/U_breve.glif | 2 +- .../glyphs/U_circumflex.glif | 2 +- .../glyphs/U_dieresis.glif | 2 +- .../glyphs/U_dotbelow.glif | 4 +- .../glyphs/U_grave.glif | 4 +- .../glyphs/U_hookabove.glif | 2 +- .../glyphs/U_hornacute.glif | 4 +- .../glyphs/U_horndotbelow.glif | 4 +- .../glyphs/U_horngrave.glif | 4 +- .../glyphs/U_hornhookabove.glif | 2 +- .../glyphs/U_horntilde.glif | 4 +- .../glyphs/U_hungarumlaut.glif | 2 +- .../glyphs/U_macron-cy.glif | 14 +- .../glyphs/U_macron.glif | 2 +- .../glyphs/U_ogonek.glif | 2 +- .../glyphs/U_psilon.glif | 6 - .../glyphs/U_psilonafrican.glif | 2 +- .../glyphs/U_psilondieresis.glif | 6 - .../glyphs/U_psilontonos.glif | 6 - .../glyphs/U_ring.glif | 2 +- .../glyphs/U_short-cy.glif | 14 +- .../glyphs/U_straight-cy.glif | 6 - .../glyphs/U_straightstroke-cy.glif | 6 - .../glyphs/U_tilde.glif | 4 +- .../CascadiaCode-Regular.ufo/glyphs/V_.glif | 2 +- .../glyphs/V_.half.glif | 22 + .../glyphs/V_e-cy.glif | 6 - .../glyphs/V_hook.glif | 14 +- .../glyphs/V_turned.glif | 2 +- .../CascadiaCode-Regular.ufo/glyphs/W_.glif | 2 +- .../glyphs/W_acute.glif | 4 +- .../glyphs/W_circumflex.glif | 2 +- .../glyphs/W_dieresis.glif | 2 +- .../glyphs/W_grave.glif | 4 +- .../CascadiaCode-Regular.ufo/glyphs/X_.glif | 26 +- .../glyphs/X_.half.glif | 28 + .../CascadiaCode-Regular.ufo/glyphs/X_i.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/Y_.glif | 2 +- .../glyphs/Y_.half.glif | 28 + .../glyphs/Y_acute.glif | 4 +- .../glyphs/Y_circumflex.glif | 2 +- .../glyphs/Y_dieresis.glif | 2 +- .../glyphs/Y_dotbelow.glif | 4 +- .../glyphs/Y_eru-cy.glif | 6 - .../glyphs/Y_grave.glif | 4 +- .../glyphs/Y_hookabove.glif | 2 +- .../glyphs/Y_i-cy.glif | 8 +- .../glyphs/Y_macron.glif | 2 +- .../glyphs/Y_tilde.glif | 4 +- .../CascadiaCode-Regular.ufo/glyphs/Z_.glif | 2 +- .../glyphs/Z_acute.glif | 4 +- .../glyphs/Z_acute.loclP_L_K_.glif | 2 +- .../glyphs/Z_caron.glif | 2 +- .../glyphs/Z_dotaccent.glif | 2 +- .../glyphs/Z_e-cy.glif | 6 - .../glyphs/Z_eta.glif | 6 - .../glyphs/Z_he-cy.glif | 6 - .../glyphs/Z_hedescender-cy.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/a-cy.glif | 8 +- .../CascadiaCode-Regular.ufo/glyphs/a.glif | 8 +- .../glyphs/aacute.glif | 6 +- .../glyphs/abreve.glif | 4 +- .../glyphs/abreveacute.glif | 8 +- .../glyphs/abrevedotbelow.glif | 6 +- .../glyphs/abrevegrave.glif | 8 +- .../glyphs/abrevehookabove.glif | 6 +- .../glyphs/abrevetilde.glif | 6 +- .../glyphs/acaron.glif | 4 +- .../glyphs/acircumflex.glif | 4 +- .../glyphs/acircumflexacute.glif | 8 +- .../glyphs/acircumflexdotbelow.glif | 6 +- .../glyphs/acircumflexgrave.glif | 19 +- .../glyphs/acircumflexhookabove.glif | 17 +- .../glyphs/acircumflextilde.glif | 6 +- .../glyphs/acknowledgeC_ontrol.glif | 36 + .../glyphs/acknowledgeC_ontrol.ss20.glif | 24 + .../glyphs/acutecomb.case.glif | 16 +- .../glyphs/acutecomb.case.loclP_L_K_.glif | 2 +- .../glyphs/acutecomb.glif | 14 +- .../glyphs/acutecomb.loclP_L_K_.glif | 2 +- .../glyphs/acutetonecomb.glif | 4 +- .../glyphs/adieresis.glif | 4 +- .../glyphs/adotbelow.glif | 6 +- .../CascadiaCode-Regular.ufo/glyphs/ae.glif | 40 +- .../glyphs/aeacute.glif | 4 +- .../glyphs/agrave.glif | 6 +- .../glyphs/ahookabove.glif | 6 +- .../glyphs/alpha-latin.glif | 4 +- .../glyphs/alpha.glif | 48 +- .../glyphs/alphatonos.glif | 6 +- .../glyphs/amacron.glif | 4 +- .../glyphs/ampersand_ampersand.liga.glif | 178 +- .../glyphs/aogonek.glif | 4 +- .../glyphs/apostrophemod.glif | 2 +- .../glyphs/aring.glif | 4 +- .../glyphs/aringacute.glif | 6 +- .../glyphs/asciicircum.glif | 16 +- .../glyphs/asciicircum_equal.liga.glif | 34 +- .../glyphs/asciitilde_asciitilde.liga.glif | 110 +- .../asciitilde_asciitilde_greater.liga.glif | 133 +- .../glyphs/asciitilde_at.liga.glif | 180 +- .../glyphs/asciitilde_equal.liga.glif | 36 +- .../glyphs/asciitilde_greater.liga.glif | 85 +- .../glyphs/asciitilde_hyphen.liga.glif | 70 +- .../glyphs/asterisk.glif | 40 +- .../glyphs/asterisk_asterisk.liga.glif | 6 +- .../asterisk_asterisk_asterisk.liga.glif | 8 +- .../glyphs/asterisk_greater.liga.glif | 6 +- .../glyphs/asterisk_parenright.liga.glif | 48 +- .../glyphs/asterisk_slash.liga.glif | 6 +- .../glyphs/atilde.glif | 4 +- .../CascadiaCode-Regular.ufo/glyphs/b.glif | 64 +- .../glyphs/backslash.glif | 8 +- .../glyphs/backslash_backslash.liga.glif | 6 +- .../glyphs/backslash_slash.liga.glif | 14 + .../glyphs/backspaceC_ontrol.glif | 36 + .../glyphs/backspaceC_ontrol.ss20.glif | 36 + .../glyphs/baht.B_R_A_C_K_E_T_.600.glif | 4 +- .../glyphs/bar_bar.liga.glif | 6 +- .../glyphs/bar_bar_bar.liga.glif | 15 + .../glyphs/bar_bar_bar_greater.liga.glif | 28 +- .../glyphs/bar_bar_equal.liga.glif | 26 - .../glyphs/bar_bar_equal_end.seq.glif | 26 + .../glyphs/bar_bar_equal_middle.seq.glif | 38 + .../glyphs/bar_bar_equal_start.seq.glif | 26 + .../glyphs/bar_bar_greater.liga.glif | 26 +- .../glyphs/bar_bar_hyphen_end.seq.glif | 20 + .../glyphs/bar_bar_hyphen_middle.seq.glif | 26 + .../glyphs/bar_bar_hyphen_start.seq.glif | 20 + .../glyphs/bar_braceright.liga.glif | 108 +- .../glyphs/bar_bracketright.liga.glif | 28 +- .../glyphs/bar_equal.liga.glif | 25 - .../glyphs/bar_equal_end.seq.glif | 25 + .../glyphs/bar_equal_middle.seq.glif | 14 + .../glyphs/bar_equal_start.seq.glif | 25 + .../glyphs/bar_greater.liga.glif | 24 +- .../glyphs/bar_hyphen.liga.glif | 19 - .../glyphs/bar_hyphen_end.seq.glif | 19 + .../glyphs/bar_hyphen_middle.seq.glif | 14 + .../glyphs/bar_hyphen_start.seq.glif | 19 + .../glyphs/bar_underscore_middle.seq.glif | 19 + .../glyphs/be-cy.glif | 82 +- .../glyphs/be-cy.loclS_R_B_.glif | 34 +- .../glyphs/bellC_ontrol.glif | 36 + .../glyphs/bellC_ontrol.ss20.glif | 40 + .../CascadiaCode-Regular.ufo/glyphs/beta.glif | 26 +- .../glyphs/blackC_ircle.glif | 2 +- .../glyphs/blackD_iamond.glif | 2 +- .../glyphs/blackH_exagon.glif | 2 +- .../glyphs/blackH_orizontalE_llipse.glif | 2 +- .../glyphs/blackI_nW_hiteD_iamond.glif | 2 +- .../glyphs/blackL_argeC_ircle.glif | 2 +- .../glyphs/blackL_argeS_quare.glif | 2 +- .../glyphs/blackM_ediumD_iamond.glif | 2 +- .../blackM_ediumD_ownT_riangleC_entred.glif | 2 +- .../blackM_ediumL_eftT_riangleC_entred.glif | 2 +- .../glyphs/blackM_ediumL_ozenge.glif | 2 +- .../blackM_ediumR_ightT_riangleC_entred.glif | 2 +- .../blackM_ediumU_pT_riangleC_entred.glif | 2 +- .../glyphs/blackP_arallelogram.glif | 2 +- .../glyphs/blackP_entagon.glif | 2 +- .../glyphs/blackS_mallD_iamond.glif | 2 +- .../glyphs/blackS_mallL_ozenge.glif | 2 +- .../glyphs/blackS_mallS_quare.glif | 2 +- .../glyphs/blackS_quare.glif | 2 +- .../glyphs/blackV_erticalE_llipse.glif | 2 +- .../glyphs/blackV_erticalR_ect.glif | 2 +- .../glyphs/blackV_erysmallS_quare.glif | 2 +- .../glyphs/blank-braille.glif | 2 +- .../glyphs/blank.glif | 33 + .../glyphs/blankS_ymbol.glif | 56 + .../glyphs/bottomH_alfB_lackC_ircle.glif | 2 +- .../glyphs/bottomH_alfB_lackD_iamond.glif | 2 +- .../boxD_oubleD_ownA_ndH_orizontal.glif | 2 +- .../glyphs/boxD_oubleD_ownA_ndL_eft.glif | 2 +- .../glyphs/boxD_oubleD_ownA_ndR_ight.glif | 2 +- .../glyphs/boxD_oubleH_orizontal.glif | 2 +- .../glyphs/boxD_oubleU_pA_ndH_orizontal.glif | 2 +- .../glyphs/boxD_oubleU_pA_ndL_eft.glif | 2 +- .../glyphs/boxD_oubleU_pA_ndR_ight.glif | 2 +- .../glyphs/boxD_oubleV_ertical.glif | 2 +- .../boxD_oubleV_erticalA_ndH_orizontal.glif | 2 +- .../glyphs/boxD_oubleV_erticalA_ndL_eft.glif | 2 +- .../glyphs/boxD_oubleV_erticalA_ndR_ight.glif | 2 +- ...boxD_ownD_oubleA_ndH_orizontalS_ingle.glif | 2 +- .../boxD_ownD_oubleA_ndL_eftS_ingle.glif | 2 +- .../boxD_ownD_oubleA_ndR_ightS_ingle.glif | 2 +- .../boxD_ownH_eavyA_ndH_orizontalL_ight.glif | 2 +- .../glyphs/boxD_ownH_eavyA_ndL_eftL_ight.glif | 2 +- .../boxD_ownH_eavyA_ndL_eftU_pL_ight.glif | 2 +- .../boxD_ownH_eavyA_ndR_ightL_ight.glif | 2 +- .../boxD_ownH_eavyA_ndR_ightU_pL_ight.glif | 2 +- ...oxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif | 2 +- .../boxD_ownL_ightA_ndH_orizontalH_eavy.glif | 2 +- .../glyphs/boxD_ownL_ightA_ndL_eftH_eavy.glif | 2 +- .../boxD_ownL_ightA_ndL_eftU_pH_eavy.glif | 2 +- .../boxD_ownL_ightA_ndR_ightH_eavy.glif | 2 +- .../boxD_ownL_ightA_ndR_ightU_pH_eavy.glif | 2 +- ...oxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif | 2 +- ...boxD_ownS_ingleA_ndH_orizontalD_ouble.glif | 2 +- .../boxD_ownS_ingleA_ndL_eftD_ouble.glif | 2 +- .../boxD_ownS_ingleA_ndR_ightD_ouble.glif | 2 +- .../boxH_eavyD_oubleD_ashH_orizontal.glif | 2 +- .../boxH_eavyD_oubleD_ashV_ertical.glif | 2 +- .../glyphs/boxH_eavyD_own.glif | 2 +- .../glyphs/boxH_eavyD_ownA_ndH_orizontal.glif | 2 +- .../glyphs/boxH_eavyD_ownA_ndL_eft.glif | 2 +- .../glyphs/boxH_eavyD_ownA_ndR_ight.glif | 2 +- .../glyphs/boxH_eavyH_orizontal.glif | 2 +- .../glyphs/boxH_eavyL_eft.glif | 2 +- .../boxH_eavyL_eftA_ndL_ightR_ight.glif | 2 +- .../boxH_eavyQ_uadrupleD_ashH_orizontal.glif | 2 +- .../boxH_eavyQ_uadrupleD_ashV_ertical.glif | 2 +- .../glyphs/boxH_eavyR_ight.glif | 2 +- .../boxH_eavyT_ripleD_ashH_orizontal.glif | 2 +- .../boxH_eavyT_ripleD_ashV_ertical.glif | 2 +- .../glyphs/boxH_eavyU_p.glif | 2 +- .../glyphs/boxH_eavyU_pA_ndH_orizontal.glif | 2 +- .../glyphs/boxH_eavyU_pA_ndL_eft.glif | 2 +- .../glyphs/boxH_eavyU_pA_ndL_ightD_own.glif | 2 +- .../glyphs/boxH_eavyU_pA_ndR_ight.glif | 2 +- .../glyphs/boxH_eavyV_ertical.glif | 2 +- .../boxH_eavyV_erticalA_ndH_orizontal.glif | 2 +- .../glyphs/boxH_eavyV_erticalA_ndL_eft.glif | 2 +- .../glyphs/boxH_eavyV_erticalA_ndR_ight.glif | 2 +- ...oxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif | 2 +- .../boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif | 2 +- .../boxL_eftH_eavyA_ndR_ightU_pL_ight.glif | 2 +- ...xL_eftH_eavyA_ndR_ightV_erticalL_ight.glif | 2 +- .../boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif | 2 +- .../boxL_eftL_ightA_ndR_ightU_pH_eavy.glif | 2 +- ...xL_eftL_ightA_ndR_ightV_erticalH_eavy.glif | 2 +- ...oxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif | 2 +- .../glyphs/boxL_ightA_rcD_ownA_ndL_eft.glif | 2 +- .../glyphs/boxL_ightA_rcD_ownA_ndR_ight.glif | 2 +- .../glyphs/boxL_ightA_rcU_pA_ndL_eft.glif | 2 +- .../glyphs/boxL_ightA_rcU_pA_ndR_ight.glif | 2 +- .../glyphs/boxL_ightD_iagonalC_ross.glif | 2 +- ...htD_iagonalU_pperL_eftT_oL_owerR_ight.glif | 2 +- ...htD_iagonalU_pperR_ightT_oL_owerL_eft.glif | 2 +- .../boxL_ightD_oubleD_ashH_orizontal.glif | 2 +- .../boxL_ightD_oubleD_ashV_ertical.glif | 2 +- .../glyphs/boxL_ightD_own.glif | 2 +- .../glyphs/boxL_ightD_ownA_ndH_orizontal.glif | 2 +- .../glyphs/boxL_ightD_ownA_ndL_eft.glif | 2 +- .../glyphs/boxL_ightD_ownA_ndR_ight.glif | 2 +- .../glyphs/boxL_ightH_orizontal.glif | 2 +- .../glyphs/boxL_ightL_eft.glif | 2 +- .../boxL_ightL_eftA_ndH_eavyR_ight.glif | 2 +- .../boxL_ightQ_uadrupleD_ashH_orizontal.glif | 2 +- .../boxL_ightQ_uadrupleD_ashV_ertical.glif | 2 +- .../glyphs/boxL_ightR_ight.glif | 2 +- .../boxL_ightT_ripleD_ashH_orizontal.glif | 2 +- .../boxL_ightT_ripleD_ashV_ertical.glif | 2 +- .../glyphs/boxL_ightU_p.glif | 2 +- .../glyphs/boxL_ightU_pA_ndH_eavyD_own.glif | 2 +- .../glyphs/boxL_ightU_pA_ndH_orizontal.glif | 2 +- .../glyphs/boxL_ightU_pA_ndL_eft.glif | 2 +- .../glyphs/boxL_ightU_pA_ndR_ight.glif | 2 +- .../glyphs/boxL_ightV_ertical.glif | 2 +- .../boxL_ightV_erticalA_ndH_orizontal.glif | 2 +- .../glyphs/boxL_ightV_erticalA_ndL_eft.glif | 2 +- .../glyphs/boxL_ightV_erticalA_ndR_ight.glif | 2 +- ...oxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif | 2 +- .../boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif | 2 +- .../boxR_ightH_eavyA_ndL_eftU_pL_ight.glif | 2 +- ...xR_ightH_eavyA_ndL_eftV_erticalL_ight.glif | 2 +- .../boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif | 2 +- .../boxR_ightL_ightA_ndL_eftU_pH_eavy.glif | 2 +- ...xR_ightL_ightA_ndL_eftV_erticalH_eavy.glif | 2 +- ...oxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif | 2 +- .../boxU_pD_oubleA_ndH_orizontalS_ingle.glif | 2 +- .../glyphs/boxU_pD_oubleA_ndL_eftS_ingle.glif | 2 +- .../boxU_pD_oubleA_ndR_ightS_ingle.glif | 2 +- ...oxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif | 2 +- .../boxU_pH_eavyA_ndH_orizontalL_ight.glif | 2 +- .../boxU_pH_eavyA_ndL_eftD_ownL_ight.glif | 2 +- .../glyphs/boxU_pH_eavyA_ndL_eftL_ight.glif | 2 +- .../boxU_pH_eavyA_ndR_ightD_ownL_ight.glif | 2 +- .../glyphs/boxU_pH_eavyA_ndR_ightL_ight.glif | 2 +- ...oxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif | 2 +- .../boxU_pL_ightA_ndH_orizontalH_eavy.glif | 2 +- .../boxU_pL_ightA_ndL_eftD_ownH_eavy.glif | 2 +- .../glyphs/boxU_pL_ightA_ndL_eftH_eavy.glif | 2 +- .../boxU_pL_ightA_ndR_ightD_ownH_eavy.glif | 2 +- .../glyphs/boxU_pL_ightA_ndR_ightH_eavy.glif | 2 +- .../boxU_pS_ingleA_ndH_orizontalD_ouble.glif | 2 +- .../glyphs/boxU_pS_ingleA_ndL_eftD_ouble.glif | 2 +- .../boxU_pS_ingleA_ndR_ightD_ouble.glif | 2 +- ..._erticalD_oubleA_ndH_orizontalS_ingle.glif | 2 +- .../boxV_erticalD_oubleA_ndL_eftS_ingle.glif | 2 +- .../boxV_erticalD_oubleA_ndR_ightS_ingle.glif | 2 +- ...xV_erticalH_eavyA_ndH_orizontalL_ight.glif | 2 +- .../boxV_erticalH_eavyA_ndL_eftL_ight.glif | 2 +- .../boxV_erticalH_eavyA_ndR_ightL_ight.glif | 2 +- ...xV_erticalL_ightA_ndH_orizontalH_eavy.glif | 2 +- .../boxV_erticalL_ightA_ndL_eftH_eavy.glif | 2 +- .../boxV_erticalL_ightA_ndR_ightH_eavy.glif | 2 +- ..._erticalS_ingleA_ndH_orizontalD_ouble.glif | 2 +- .../boxV_erticalS_ingleA_ndL_eftD_ouble.glif | 2 +- .../boxV_erticalS_ingleA_ndR_ightD_ouble.glif | 2 +- .../glyphs/braceleft.glif | 104 +- .../glyphs/braceleft_bar.liga.glif | 108 +- .../glyphs/braceright.glif | 104 +- .../glyphs/braceright_numbersign.liga.glif | 138 +- .../glyphs/bracketleft_bar.liga.glif | 28 +- .../glyphs/bracketright_numbersign.liga.glif | 36 +- .../glyphs/breve.glif | 2 +- .../glyphs/brevecomb-cy.case.glif | 2 +- .../glyphs/brevecomb-cy.glif | 12 +- .../glyphs/brevecomb.case.glif | 2 +- .../glyphs/brevecomb.glif | 2 +- .../glyphs/bullseye.glif | 2 +- .../CascadiaCode-Regular.ufo/glyphs/c.glif | 26 +- .../glyphs/cacute.glif | 4 +- .../glyphs/cacute.loclP_L_K_.glif | 2 +- .../glyphs/cancelC_ontrol.glif | 36 + .../glyphs/cancelC_ontrol.ss20.glif | 38 + .../glyphs/careof.glif | 108 +- .../glyphs/caron.glif | 2 +- .../glyphs/caroncomb.case.glif | 2 +- .../glyphs/caroncomb.glif | 2 +- .../glyphs/carriageR_eturnC_ontrol.glif | 36 + .../glyphs/carriageR_eturnC_ontrol.ss20.glif | 30 + .../glyphs/ccaron.glif | 2 +- .../glyphs/ccedilla.glif | 6 +- .../glyphs/ccircumflex.glif | 2 +- .../glyphs/cdotaccent.glif | 2 +- .../CascadiaCode-Regular.ufo/glyphs/cedi.glif | 4 +- .../glyphs/cedillacomb.glif | 37 +- .../glyphs/che-cy.glif | 42 +- .../glyphs/chedescender-cy.glif | 18 +- .../CascadiaCode-Regular.ufo/glyphs/chi.glif | 6 - .../glyphs/circumflexcomb.case.glif | 2 +- .../glyphs/circumflexcomb.glif | 2 +- .../glyphs/colon.center.glif} | 5 +- .../glyphs/colon_colon.liga.glif | 6 +- .../glyphs/colon_colon_colon.liga.glif | 8 +- .../glyphs/colon_colon_equal.liga.glif | 22 +- .../glyphs/colon_equal.liga.glif | 20 +- .../glyphs/colon_equal_middle.seq.glif | 37 + .../glyphs/colon_greater.liga.glif | 23 - .../glyphs/colon_less.liga.glif | 23 - .../glyphs/colon_slash_slash.liga.glif | 8 +- .../glyphs/colonsign.glif | 4 +- .../glyphs/colontriangularmod.glif | 2 +- .../glyphs/comma.glif | 8 +- .../glyphs/commaabovecomb.glif | 2 +- .../glyphs/commaaboverightcomb.glif | 4 +- .../glyphs/commaaccentcomb.glif | 3 +- .../glyphs/commaturnedabovecomb.glif | 2 +- .../glyphs/commaturnedmod.glif | 10 +- .../glyphs/contents.plist | 410 +- .../glyphs/crosshatchF_illS_quare.glif | 2 +- .../glyphs/currency.glif | 4 +- .../CascadiaCode-Regular.ufo/glyphs/d.glif | 51 +- .../glyphs/dashdownA_rrow.glif | 26 +- .../glyphs/dataL_inkE_scapeC_ontrol.glif | 36 + .../glyphs/dataL_inkE_scapeC_ontrol.ss20.glif | 21 + .../glyphs/dcaron.alt.glif | 59 +- .../glyphs/dcaron.glif | 4 +- .../glyphs/dcroat.glif | 4 +- .../glyphs/de-cy.glif | 6 - .../glyphs/de-cy.loclB_G_R_.glif | 8 +- .../glyphs/degree.glif | 46 +- .../glyphs/deleteC_ontrol.glif | 36 + .../glyphs/deleteF_ormT_woC_ontrol.glif | 33 + .../glyphs/delta.glif | 42 +- .../glyphs/deviceC_ontrolF_ourC_ontrol.glif | 36 + .../glyphs/deviceC_ontrolO_neC_ontrol.glif | 36 + .../glyphs/deviceC_ontrolT_hreeC_ontrol.glif | 36 + .../glyphs/deviceC_ontrolT_woC_ontrol.glif | 36 + .../diagonalcrosshatchF_illS_quare.glif | 2 +- .../glyphs/dieresiscomb.case.glif | 2 +- .../glyphs/dieresiscomb.glif | 2 +- .../glyphs/dieresistonos.glif | 2 +- .../glyphs/divisionslash.glif | 2 +- .../glyphs/dje-cy.glif | 6 - .../glyphs/dollar.B_R_A_C_K_E_T_.600.glif | 4 +- .../glyphs/dollar.glif | 2 +- ...ollar_greater.liga.B_R_A_C_K_E_T_.600.glif | 104 +- .../glyphs/dollar_greater.liga.glif | 94 +- .../CascadiaCode-Regular.ufo/glyphs/dong.glif | 4 +- .../glyphs/dotaccent.glif | 2 +- .../glyphs/dotaccentcomb.case.glif | 2 +- .../glyphs/dotaccentcomb.glif | 2 +- .../glyphs/dotbelowcomb.glif | 3 +- .../glyphs/dots1-braille.glif | 2 +- .../glyphs/dots12-braille.glif | 2 +- .../glyphs/dots123-braille.glif | 2 +- .../glyphs/dots1234-braille.glif | 2 +- .../glyphs/dots12345-braille.glif | 2 +- .../glyphs/dots123456-braille.glif | 2 +- .../glyphs/dots1234567-braille.glif | 2 +- .../glyphs/dots12345678-braille.glif | 2 +- .../glyphs/dots1234568-braille.glif | 2 +- .../glyphs/dots123457-braille.glif | 2 +- .../glyphs/dots1234578-braille.glif | 2 +- .../glyphs/dots123458-braille.glif | 2 +- .../glyphs/dots12346-braille.glif | 2 +- .../glyphs/dots123467-braille.glif | 2 +- .../glyphs/dots1234678-braille.glif | 2 +- .../glyphs/dots123468-braille.glif | 2 +- .../glyphs/dots12347-braille.glif | 2 +- .../glyphs/dots123478-braille.glif | 2 +- .../glyphs/dots12348-braille.glif | 2 +- .../glyphs/dots1235-braille.glif | 2 +- .../glyphs/dots12356-braille.glif | 2 +- .../glyphs/dots123567-braille.glif | 2 +- .../glyphs/dots1235678-braille.glif | 2 +- .../glyphs/dots123568-braille.glif | 2 +- .../glyphs/dots12357-braille.glif | 2 +- .../glyphs/dots123578-braille.glif | 2 +- .../glyphs/dots12358-braille.glif | 2 +- .../glyphs/dots1236-braille.glif | 2 +- .../glyphs/dots12367-braille.glif | 2 +- .../glyphs/dots123678-braille.glif | 2 +- .../glyphs/dots12368-braille.glif | 2 +- .../glyphs/dots1237-braille.glif | 2 +- .../glyphs/dots12378-braille.glif | 2 +- .../glyphs/dots1238-braille.glif | 2 +- .../glyphs/dots124-braille.glif | 2 +- .../glyphs/dots1245-braille.glif | 2 +- .../glyphs/dots12456-braille.glif | 2 +- .../glyphs/dots124567-braille.glif | 2 +- .../glyphs/dots1245678-braille.glif | 2 +- .../glyphs/dots124568-braille.glif | 2 +- .../glyphs/dots12457-braille.glif | 2 +- .../glyphs/dots124578-braille.glif | 2 +- .../glyphs/dots12458-braille.glif | 2 +- .../glyphs/dots1246-braille.glif | 2 +- .../glyphs/dots12467-braille.glif | 2 +- .../glyphs/dots124678-braille.glif | 2 +- .../glyphs/dots12468-braille.glif | 2 +- .../glyphs/dots1247-braille.glif | 2 +- .../glyphs/dots12478-braille.glif | 2 +- .../glyphs/dots1248-braille.glif | 2 +- .../glyphs/dots125-braille.glif | 2 +- .../glyphs/dots1256-braille.glif | 2 +- .../glyphs/dots12567-braille.glif | 2 +- .../glyphs/dots125678-braille.glif | 2 +- .../glyphs/dots12568-braille.glif | 2 +- .../glyphs/dots1257-braille.glif | 2 +- .../glyphs/dots12578-braille.glif | 2 +- .../glyphs/dots1258-braille.glif | 2 +- .../glyphs/dots126-braille.glif | 2 +- .../glyphs/dots1267-braille.glif | 2 +- .../glyphs/dots12678-braille.glif | 2 +- .../glyphs/dots1268-braille.glif | 2 +- .../glyphs/dots127-braille.glif | 2 +- .../glyphs/dots1278-braille.glif | 2 +- .../glyphs/dots128-braille.glif | 2 +- .../glyphs/dots13-braille.glif | 2 +- .../glyphs/dots134-braille.glif | 2 +- .../glyphs/dots1345-braille.glif | 2 +- .../glyphs/dots13456-braille.glif | 2 +- .../glyphs/dots134567-braille.glif | 2 +- .../glyphs/dots1345678-braille.glif | 2 +- .../glyphs/dots134568-braille.glif | 2 +- .../glyphs/dots13457-braille.glif | 2 +- .../glyphs/dots134578-braille.glif | 2 +- .../glyphs/dots13458-braille.glif | 2 +- .../glyphs/dots1346-braille.glif | 2 +- .../glyphs/dots13467-braille.glif | 2 +- .../glyphs/dots134678-braille.glif | 2 +- .../glyphs/dots13468-braille.glif | 2 +- .../glyphs/dots1347-braille.glif | 2 +- .../glyphs/dots13478-braille.glif | 2 +- .../glyphs/dots1348-braille.glif | 2 +- .../glyphs/dots135-braille.glif | 2 +- .../glyphs/dots1356-braille.glif | 2 +- .../glyphs/dots13567-braille.glif | 2 +- .../glyphs/dots135678-braille.glif | 2 +- .../glyphs/dots13568-braille.glif | 2 +- .../glyphs/dots1357-braille.glif | 2 +- .../glyphs/dots13578-braille.glif | 2 +- .../glyphs/dots1358-braille.glif | 2 +- .../glyphs/dots136-braille.glif | 2 +- .../glyphs/dots1367-braille.glif | 2 +- .../glyphs/dots13678-braille.glif | 2 +- .../glyphs/dots1368-braille.glif | 2 +- .../glyphs/dots137-braille.glif | 2 +- .../glyphs/dots1378-braille.glif | 2 +- .../glyphs/dots138-braille.glif | 2 +- .../glyphs/dots14-braille.glif | 2 +- .../glyphs/dots145-braille.glif | 2 +- .../glyphs/dots1456-braille.glif | 2 +- .../glyphs/dots14567-braille.glif | 2 +- .../glyphs/dots145678-braille.glif | 2 +- .../glyphs/dots14568-braille.glif | 2 +- .../glyphs/dots1457-braille.glif | 2 +- .../glyphs/dots14578-braille.glif | 2 +- .../glyphs/dots1458-braille.glif | 2 +- .../glyphs/dots146-braille.glif | 2 +- .../glyphs/dots1467-braille.glif | 2 +- .../glyphs/dots14678-braille.glif | 2 +- .../glyphs/dots1468-braille.glif | 2 +- .../glyphs/dots147-braille.glif | 2 +- .../glyphs/dots1478-braille.glif | 2 +- .../glyphs/dots148-braille.glif | 2 +- .../glyphs/dots15-braille.glif | 2 +- .../glyphs/dots156-braille.glif | 2 +- .../glyphs/dots1567-braille.glif | 2 +- .../glyphs/dots15678-braille.glif | 2 +- .../glyphs/dots1568-braille.glif | 2 +- .../glyphs/dots157-braille.glif | 2 +- .../glyphs/dots1578-braille.glif | 2 +- .../glyphs/dots158-braille.glif | 2 +- .../glyphs/dots16-braille.glif | 2 +- .../glyphs/dots167-braille.glif | 2 +- .../glyphs/dots1678-braille.glif | 2 +- .../glyphs/dots168-braille.glif | 2 +- .../glyphs/dots17-braille.glif | 2 +- .../glyphs/dots178-braille.glif | 2 +- .../glyphs/dots18-braille.glif | 2 +- .../glyphs/dots2-braille.glif | 2 +- .../glyphs/dots23-braille.glif | 2 +- .../glyphs/dots234-braille.glif | 2 +- .../glyphs/dots2345-braille.glif | 2 +- .../glyphs/dots23456-braille.glif | 2 +- .../glyphs/dots234567-braille.glif | 2 +- .../glyphs/dots2345678-braille.glif | 2 +- .../glyphs/dots234568-braille.glif | 2 +- .../glyphs/dots23457-braille.glif | 2 +- .../glyphs/dots234578-braille.glif | 2 +- .../glyphs/dots23458-braille.glif | 2 +- .../glyphs/dots2346-braille.glif | 2 +- .../glyphs/dots23467-braille.glif | 2 +- .../glyphs/dots234678-braille.glif | 2 +- .../glyphs/dots23468-braille.glif | 2 +- .../glyphs/dots2347-braille.glif | 2 +- .../glyphs/dots23478-braille.glif | 2 +- .../glyphs/dots2348-braille.glif | 2 +- .../glyphs/dots235-braille.glif | 2 +- .../glyphs/dots2356-braille.glif | 2 +- .../glyphs/dots23567-braille.glif | 2 +- .../glyphs/dots235678-braille.glif | 2 +- .../glyphs/dots23568-braille.glif | 2 +- .../glyphs/dots2357-braille.glif | 2 +- .../glyphs/dots23578-braille.glif | 2 +- .../glyphs/dots2358-braille.glif | 2 +- .../glyphs/dots236-braille.glif | 2 +- .../glyphs/dots2367-braille.glif | 2 +- .../glyphs/dots23678-braille.glif | 2 +- .../glyphs/dots2368-braille.glif | 2 +- .../glyphs/dots237-braille.glif | 2 +- .../glyphs/dots2378-braille.glif | 2 +- .../glyphs/dots238-braille.glif | 2 +- .../glyphs/dots24-braille.glif | 2 +- .../glyphs/dots245-braille.glif | 2 +- .../glyphs/dots2456-braille.glif | 2 +- .../glyphs/dots24567-braille.glif | 2 +- .../glyphs/dots245678-braille.glif | 2 +- .../glyphs/dots24568-braille.glif | 2 +- .../glyphs/dots2457-braille.glif | 2 +- .../glyphs/dots24578-braille.glif | 2 +- .../glyphs/dots2458-braille.glif | 2 +- .../glyphs/dots246-braille.glif | 2 +- .../glyphs/dots2467-braille.glif | 2 +- .../glyphs/dots24678-braille.glif | 2 +- .../glyphs/dots2468-braille.glif | 2 +- .../glyphs/dots247-braille.glif | 2 +- .../glyphs/dots2478-braille.glif | 2 +- .../glyphs/dots248-braille.glif | 2 +- .../glyphs/dots25-braille.glif | 2 +- .../glyphs/dots256-braille.glif | 2 +- .../glyphs/dots2567-braille.glif | 2 +- .../glyphs/dots25678-braille.glif | 2 +- .../glyphs/dots2568-braille.glif | 2 +- .../glyphs/dots257-braille.glif | 2 +- .../glyphs/dots2578-braille.glif | 2 +- .../glyphs/dots258-braille.glif | 2 +- .../glyphs/dots26-braille.glif | 2 +- .../glyphs/dots267-braille.glif | 2 +- .../glyphs/dots2678-braille.glif | 2 +- .../glyphs/dots268-braille.glif | 2 +- .../glyphs/dots27-braille.glif | 2 +- .../glyphs/dots278-braille.glif | 2 +- .../glyphs/dots28-braille.glif | 2 +- .../glyphs/dots3-braille.glif | 2 +- .../glyphs/dots34-braille.glif | 2 +- .../glyphs/dots345-braille.glif | 2 +- .../glyphs/dots3456-braille.glif | 2 +- .../glyphs/dots34567-braille.glif | 2 +- .../glyphs/dots345678-braille.glif | 2 +- .../glyphs/dots34568-braille.glif | 2 +- .../glyphs/dots3457-braille.glif | 2 +- .../glyphs/dots34578-braille.glif | 2 +- .../glyphs/dots3458-braille.glif | 2 +- .../glyphs/dots346-braille.glif | 2 +- .../glyphs/dots3467-braille.glif | 2 +- .../glyphs/dots34678-braille.glif | 2 +- .../glyphs/dots3468-braille.glif | 2 +- .../glyphs/dots347-braille.glif | 2 +- .../glyphs/dots3478-braille.glif | 2 +- .../glyphs/dots348-braille.glif | 2 +- .../glyphs/dots35-braille.glif | 2 +- .../glyphs/dots356-braille.glif | 2 +- .../glyphs/dots3567-braille.glif | 2 +- .../glyphs/dots35678-braille.glif | 2 +- .../glyphs/dots3568-braille.glif | 2 +- .../glyphs/dots357-braille.glif | 2 +- .../glyphs/dots3578-braille.glif | 2 +- .../glyphs/dots358-braille.glif | 2 +- .../glyphs/dots36-braille.glif | 2 +- .../glyphs/dots367-braille.glif | 2 +- .../glyphs/dots3678-braille.glif | 2 +- .../glyphs/dots368-braille.glif | 2 +- .../glyphs/dots37-braille.glif | 2 +- .../glyphs/dots378-braille.glif | 2 +- .../glyphs/dots38-braille.glif | 2 +- .../glyphs/dots4-braille.glif | 2 +- .../glyphs/dots45-braille.glif | 2 +- .../glyphs/dots456-braille.glif | 2 +- .../glyphs/dots4567-braille.glif | 2 +- .../glyphs/dots45678-braille.glif | 2 +- .../glyphs/dots4568-braille.glif | 2 +- .../glyphs/dots457-braille.glif | 2 +- .../glyphs/dots4578-braille.glif | 2 +- .../glyphs/dots458-braille.glif | 2 +- .../glyphs/dots46-braille.glif | 2 +- .../glyphs/dots467-braille.glif | 2 +- .../glyphs/dots4678-braille.glif | 2 +- .../glyphs/dots468-braille.glif | 2 +- .../glyphs/dots47-braille.glif | 2 +- .../glyphs/dots478-braille.glif | 2 +- .../glyphs/dots48-braille.glif | 2 +- .../glyphs/dots5-braille.glif | 2 +- .../glyphs/dots56-braille.glif | 2 +- .../glyphs/dots567-braille.glif | 2 +- .../glyphs/dots5678-braille.glif | 2 +- .../glyphs/dots568-braille.glif | 2 +- .../glyphs/dots57-braille.glif | 2 +- .../glyphs/dots578-braille.glif | 2 +- .../glyphs/dots58-braille.glif | 2 +- .../glyphs/dots6-braille.glif | 2 +- .../glyphs/dots67-braille.glif | 2 +- .../glyphs/dots678-braille.glif | 2 +- .../glyphs/dots68-braille.glif | 2 +- .../glyphs/dots7-braille.glif | 2 +- .../glyphs/dots78-braille.glif | 2 +- .../glyphs/dots8-braille.glif | 2 +- .../glyphs/dottedC_ircle.glif | 2 +- .../glyphs/dottedS_quare.glif | 2 +- .../glyphs/downA_rrow.glif | 30 +- .../glyphs/downB_lackS_mallT_riangle.glif | 2 +- .../glyphs/downB_lackT_riangle.glif | 2 +- .../glyphs/downT_ipL_eftA_rrow.glif | 14 + .../glyphs/downW_hiteS_mallT_riangle.glif | 2 +- .../glyphs/downW_hiteT_riangle.glif | 2 +- .../glyphs/dze-cy.glif | 8 +- .../glyphs/dzhe-cy.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/e-cy.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/e.glif | 2 +- .../glyphs/eacute.glif | 10 +- .../glyphs/ebreve.glif | 8 +- .../glyphs/ecaron.glif | 8 +- .../glyphs/ecircumflex.glif | 8 +- .../glyphs/ecircumflexacute.glif | 10 +- .../glyphs/ecircumflexdotbelow.glif | 8 +- .../glyphs/ecircumflexgrave.glif | 21 +- .../glyphs/ecircumflexhookabove.glif | 19 +- .../glyphs/ecircumflextilde.glif | 6 +- .../glyphs/edieresis.glif | 6 +- .../glyphs/edotaccent.glif | 6 +- .../glyphs/edotbelow.glif | 8 +- .../glyphs/ef-cy.glif | 6 - .../glyphs/egrave.glif | 10 +- .../glyphs/ehookabove.glif | 6 +- .../glyphs/eight.glif | 40 +- .../glyphs/el-cy.glif | 6 - .../glyphs/el-cy.loclB_G_R_.glif | 6 - .../glyphs/em-cy.glif | 6 - .../glyphs/emacron.glif | 6 +- .../glyphs/en-cy.glif | 6 - .../glyphs/endO_fM_ediumC_ontrol.glif | 36 + .../glyphs/endO_fM_ediumC_ontrol.ss20.glif | 34 + .../glyphs/endO_fT_extC_ontrol.glif | 36 + .../glyphs/endO_fT_extC_ontrol.ss20.glif | 26 + .../endO_fT_ransmissionB_lockC_ontrol.glif | 36 + ...ndO_fT_ransmissionB_lockC_ontrol.ss20.glif | 26 + .../glyphs/endO_fT_ransmissionC_ontrol.glif | 36 + .../endO_fT_ransmissionC_ontrol.ss20.glif | 24 + .../glyphs/endescender-cy.glif | 6 - .../glyphs/enquiryC_ontrol.glif | 36 + .../glyphs/enquiryC_ontrol.ss20.glif | 27 + .../glyphs/eogonek.glif | 6 +- .../glyphs/eopen.glif | 2 +- .../glyphs/epsilon.glif | 6 - .../glyphs/epsilontonos.glif | 10 +- .../glyphs/equal_colon_equal.liga.glif | 15 - .../glyphs/equal_end.seq.glif | 24 + .../glyphs/equal_equal.liga.glif | 34 +- .../glyphs/equal_equal_equal.liga.glif | 26 +- .../glyphs/equal_equal_greater.liga.glif | 38 - .../glyphs/equal_exclam_equal.liga.glif | 15 - .../glyphs/equal_greater.liga.glif | 38 - .../glyphs/equal_greater_greater.liga.glif | 48 - .../glyphs/equal_less_less.liga.glif | 46 - .../glyphs/equal_middle.seq.glif | 24 + .../glyphs/equal_slash_equal.liga.glif | 30 - .../glyphs/equal_start.seq.glif | 24 + .../glyphs/er-cy.glif | 6 - .../glyphs/ereversed-cy.glif | 6 - .../glyphs/es-cy.glif | 6 - .../glyphs/escapeC_ontrol.glif | 36 + .../glyphs/escapeC_ontrol.ss20.glif | 21 + .../CascadiaCode-Regular.ufo/glyphs/esh.glif | 37 +- .../glyphs/estimated.glif | 80 +- .../CascadiaCode-Regular.ufo/glyphs/eta.glif | 6 - .../glyphs/etatonos.glif | 12 +- .../CascadiaCode-Regular.ufo/glyphs/eth.glif | 82 +- .../glyphs/etilde.glif | 6 +- .../glyphs/eturned.glif | 6 +- .../glyphs/eurocurrency.glif | 26 +- .../glyphs/exclam_colon.liga.glif | 14 + .../glyphs/exclam_equal.liga.glif | 26 +- .../glyphs/exclam_equal_equal.liga.glif | 34 +- .../glyphs/exclam_equal_middle.seq.glif | 37 + .../glyphs/exclam_exclam.liga.glif | 6 +- .../glyphs/exclam_exclam_period.liga.glif | 8 +- .../glyphs/exclam_period.liga.glif | 14 + .../CascadiaCode-Regular.ufo/glyphs/ezh.glif | 6 +- .../CascadiaCode-Regular.ufo/glyphs/f.glif | 2 +- .../CascadiaCode-Regular.ufo/glyphs/fi.glif | 6 +- .../glyphs/fileS_eparatorC_ontrol.glif | 36 + .../glyphs/filledR_ect.glif | 2 +- .../glyphs/firsttonechinese.glif | 2 +- .../glyphs/fisheye.glif | 2 +- .../CascadiaCode-Regular.ufo/glyphs/five.glif | 14 +- .../glyphs/fivesuperior.glif | 70 +- .../CascadiaCode-Regular.ufo/glyphs/fl.glif | 6 +- .../glyphs/florin.glif | 64 +- .../glyphs/formF_eedC_ontrol.glif | 36 + .../glyphs/formF_eedC_ontrol.ss20.glif | 40 + .../CascadiaCode-Regular.ufo/glyphs/four.glif | 8 +- .../glyphs/four.half.glif | 36 + .../glyphs/foursuperior.glif | 32 +- .../glyphs/fraction.glif | 8 +- .../glyphs/fullB_lock.glif | 2 +- .../glyphs/fullB_lock.stypo.glif | 2 +- .../CascadiaCode-Regular.ufo/glyphs/g.glif | 73 +- .../glyphs/gamma-latin.glif | 2 +- .../glyphs/gamma.glif | 54 +- .../glyphs/gbreve.glif | 4 +- .../glyphs/gcaron.glif | 4 +- .../glyphs/gcircumflex.glif | 4 +- .../glyphs/gcommaaccent.glif | 4 +- .../glyphs/gdotaccent.glif | 4 +- .../glyphs/ge-cy.glif | 22 +- .../glyphs/ge-cy.loclB_G_R_.glif | 6 - .../glyphs/ghestroke-cy.glif | 16 +- .../glyphs/gheupturn-cy.glif | 30 +- .../glyphs/gje-cy.glif | 10 +- .../glyphs/glottalstop.glif | 64 +- .../glyphs/glottalstopmod.glif | 62 +- .../glyphs/glottalstopreversed.glif | 64 +- .../glyphs/gravecomb.case.glif | 14 +- .../glyphs/gravecomb.glif | 16 +- .../glyphs/gravetonecomb.glif | 4 +- .../glyphs/greater.alt.glif | 22 + .../glyphs/greater.center.glif | 22 + .../glyphs/greater_colon.liga.glif | 14 - .../glyphs/greater_equal.liga.glif | 26 +- .../glyphs/greater_equal_end.seq.glif | 25 + .../glyphs/greater_equal_greater.liga.glif | 50 - .../glyphs/greater_equal_middle.seq.glif | 14 + .../glyphs/greater_equal_start.seq.glif | 36 + .../glyphs/greater_greater.liga.glif | 34 +- .../glyphs/greater_greater_equal.liga.glif | 46 - .../glyphs/greater_greater_equal_end.seq.glif | 26 + .../greater_greater_equal_middle.seq.glif | 49 + .../greater_greater_equal_start.seq.glif | 37 + .../glyphs/greater_greater_greater.liga.glif | 8 +- .../glyphs/greater_greater_hyphen.liga.glif | 38 - .../greater_greater_hyphen_end.seq.glif | 20 + .../greater_greater_hyphen_middle.seq.glif | 26 + .../greater_greater_hyphen_start.seq.glif | 20 + .../glyphs/greater_hyphen.liga.glif | 28 - .../glyphs/greater_hyphen_end.seq.glif | 19 + .../glyphs/greater_hyphen_greater.liga.glif | 42 - .../glyphs/greater_hyphen_middle.seq.glif | 14 + .../glyphs/greater_hyphen_start.seq.glif | 19 + .../glyphs/groupS_eparatorC_ontrol.glif | 36 + .../glyphs/gstroke.glif | 8 +- .../glyphs/guarani.glif | 20 +- .../glyphs/guillemetleft.glif | 22 +- .../glyphs/guillemetright.glif | 22 +- .../glyphs/guilsinglleft.glif | 16 +- .../glyphs/guilsinglright.glif | 16 +- .../CascadiaCode-Regular.ufo/glyphs/h.glif | 2 +- .../glyphs/ha-cy.glif | 6 - .../glyphs/hadescender-cy.glif | 6 - .../glyphs/hardsign-cy.glif | 6 - .../glyphs/hardsign-cy.loclB_G_R_.glif | 10 +- .../CascadiaCode-Regular.ufo/glyphs/hbar.glif | 6 +- .../glyphs/hcaron.glif | 4 +- .../glyphs/hcircumflex.glif | 4 +- .../glyphs/hdotbelow.glif | 6 +- ...heavyleftpointinganglebracketornament.glif | 23 + ...eftpointinganglequotationmarkornament.glif | 16 +- ...eavyrightpointinganglebracketornament.glif | 23 + ...ghtpointinganglequotationmarkornament.glif | 16 +- .../glyphs/hookabovecomb.case.glif | 2 +- .../glyphs/hookabovecomb.glif | 2 +- .../glyphs/horizontalB_lackH_exagon.glif | 2 +- .../glyphs/horizontalF_illS_quare.glif | 2 +- .../glyphs/horizontalT_abulationC_ontrol.glif | 36 + .../horizontalT_abulationC_ontrol.ss20.glif | 30 + .../glyphs/horizontallineextension.glif | 2 +- .../glyphs/horncomb.case.glif | 2 +- .../glyphs/horncomb.glif | 24 +- .../glyphs/house.glif | 29 + .../glyphs/hryvnia.glif | 16 +- .../glyphs/hungarumlaut.glif | 2 +- .../glyphs/hungarumlautcomb.case.glif | 2 +- .../glyphs/hungarumlautcomb.glif | 22 +- .../glyphs/hyphen_asciitilde.liga.glif | 70 +- .../glyphs/hyphen_bar.liga.glif | 19 - .../glyphs/hyphen_end.seq.glif | 18 + .../glyphs/hyphen_greater.liga.glif | 32 - .../glyphs/hyphen_greater_greater.liga.glif | 42 - .../glyphs/hyphen_hyphen.liga.glif | 18 +- .../glyphs/hyphen_hyphen_greater.liga.glif | 33 - .../glyphs/hyphen_hyphen_hyphen.liga.glif | 26 +- .../glyphs/hyphen_less.liga.glif | 28 - .../glyphs/hyphen_less_less.liga.glif | 38 - .../glyphs/hyphen_middle.seq.glif | 18 + .../glyphs/hyphen_start.seq.glif | 18 + .../CascadiaCode-Regular.ufo/glyphs/i-cy.glif | 8 +- .../CascadiaCode-Regular.ufo/glyphs/i.glif | 32 +- .../glyphs/ia-cy.glif | 26 +- .../glyphs/iacute.glif | 6 +- .../glyphs/iacute_j.loclN_L_D_.glif | 4 +- .../glyphs/ibreve.glif | 4 +- .../glyphs/icircumflex.glif | 4 +- .../glyphs/idieresis.glif | 4 +- .../glyphs/idotbelow.glif | 6 +- .../glyphs/ie-cy.glif | 10 +- .../glyphs/iegrave-cy.glif | 12 +- .../glyphs/igrave.glif | 6 +- .../glyphs/ihookabove.glif | 6 +- .../glyphs/ii-cy.glif | 6 - .../glyphs/ii-cy.loclB_G_R_.glif | 14 +- .../glyphs/iigrave-cy.glif | 8 +- .../glyphs/iigrave-cy.loclB_G_R_.glif | 16 +- .../glyphs/iishort-cy.glif | 6 - .../glyphs/iishort-cy.loclB_G_R_.glif | 16 +- .../glyphs/imacron-cy.glif | 6 - .../glyphs/imacron.glif | 4 +- .../glyphs/increment.glif | 2 +- .../glyphs/infinity.glif | 104 +- .../glyphs/integral.glif | 8 +- .../glyphs/inverseB_ullet.glif | 2 +- .../glyphs/inverseW_hiteC_ircle.glif | 2 +- .../glyphs/io-cy.glif | 12 +- .../glyphs/iogonek.glif | 4 +- .../glyphs/iota-latin.glif | 2 +- .../CascadiaCode-Regular.ufo/glyphs/iota.glif | 6 - .../glyphs/iotadieresis.glif | 6 - .../glyphs/iotadieresistonos.glif | 8 +- .../glyphs/iotatonos.glif | 10 +- .../glyphs/itilde.glif | 4 +- .../glyphs/iu-cy.glif | 6 - .../glyphs/iu-cy.loclB_G_R_.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/j.glif | 2 +- .../glyphs/jcaron.glif | 4 +- .../glyphs/jcircumflex.glif | 4 +- .../glyphs/je-cy.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/k.glif | 4 +- .../glyphs/ka-cy.glif | 102 +- .../glyphs/ka-cy.loclB_G_R_.glif | 42 +- .../glyphs/kadescender-cy.glif | 110 +- .../glyphs/kaiS_ymbol.glif | 60 +- .../glyphs/kappa.glif | 44 +- .../glyphs/kcommaaccent.glif | 6 +- .../glyphs/kdotbelow.glif | 6 +- .../CascadiaCode-Regular.ufo/glyphs/kip.glif | 4 +- .../glyphs/kje-cy.glif | 12 +- .../glyphs/klinebelow.glif | 6 +- .../CascadiaCode-Regular.ufo/glyphs/l.glif | 50 +- .../glyphs/lacute.glif | 12 +- .../glyphs/lambda.glif | 16 +- .../glyphs/lambdastroke.glif | 8 +- .../glyphs/largeC_ircle.glif | 2 +- .../CascadiaCode-Regular.ufo/glyphs/lbar.glif | 18 +- .../glyphs/lbelt.glif | 56 +- .../glyphs/lcaron.glif | 16 +- .../glyphs/lcommaaccent.glif | 12 +- .../CascadiaCode-Regular.ufo/glyphs/ldot.glif | 10 +- .../glyphs/ldotbelow.glif | 12 +- .../glyphs/leftA_rrow.glif | 30 +- .../glyphs/leftB_lackP_ointer.glif | 2 +- .../glyphs/leftB_lackS_mallT_riangle.glif | 2 +- .../glyphs/leftB_lackT_riangle.glif | 2 +- .../glyphs/leftB_lock.glif | 2 +- .../glyphs/leftB_lock.stypo.glif | 2 +- .../glyphs/leftF_iveE_ighthsB_lock.glif | 2 +- .../glyphs/leftF_iveE_ighthsB_lock.stypo.glif | 2 +- .../glyphs/leftH_alfB_lackC_ircle.glif | 2 +- .../glyphs/leftH_alfB_lackD_iamond.glif | 2 +- .../glyphs/leftH_alfB_lackS_quare.glif | 2 +- .../glyphs/leftH_alfB_lackW_hiteC_ircle.glif | 2 +- .../glyphs/leftO_neE_ighthB_lock.glif | 2 +- .../glyphs/leftO_neE_ighthB_lock.stypo.glif | 2 +- .../glyphs/leftO_neQ_uarterB_lock.glif | 2 +- .../glyphs/leftO_neQ_uarterB_lock.stypo.glif | 2 +- .../glyphs/leftR_ightA_rrow.glif | 46 +- .../glyphs/leftS_evenE_ighthsB_lock.glif | 2 +- .../leftS_evenE_ighthsB_lock.stypo.glif | 2 +- .../glyphs/leftT_hreeE_ighthsB_lock.glif | 2 +- .../leftT_hreeE_ighthsB_lock.stypo.glif | 2 +- .../glyphs/leftT_hreeQ_uartersB_lock.glif | 2 +- .../leftT_hreeQ_uartersB_lock.stypo.glif | 2 +- .../glyphs/leftW_hiteP_ointer.glif | 2 +- .../glyphs/leftW_hiteS_mallT_riangle.glif | 2 +- .../glyphs/leftW_hiteT_riangle.glif | 2 +- .../glyphs/less.alt.glif | 22 + .../glyphs/less.center.glif | 22 + .../glyphs/less_asciitilde.liga.glif | 85 +- .../less_asciitilde_asciitilde.liga.glif | 133 +- .../glyphs/less_asciitilde_greater.liga.glif | 8 +- .../glyphs/less_asterisk.liga.glif | 6 +- .../glyphs/less_asterisk_greater.liga.glif | 8 +- .../glyphs/less_bar.liga.glif | 24 +- .../glyphs/less_bar_bar.liga.glif | 26 +- .../glyphs/less_bar_bar_bar.liga.glif | 28 +- .../glyphs/less_bar_greater.liga.glif | 8 +- .../less_dollar.liga.B_R_A_C_K_E_T_.600.glif | 104 +- .../glyphs/less_dollar.liga.glif | 94 +- ...ollar_greater.liga.B_R_A_C_K_E_T_.600.glif | 108 +- .../glyphs/less_dollar_greater.liga.glif | 98 +- .../glyphs/less_equal.liga.glif | 26 +- .../glyphs/less_equal_end.seq.glif | 36 + .../glyphs/less_equal_equal.liga.glif | 38 - .../glyphs/less_equal_equal_greater.liga.glif | 52 - .../glyphs/less_equal_greater.liga.glif | 52 - .../glyphs/less_equal_less.liga.glif | 50 - .../glyphs/less_equal_middle.seq.glif | 14 + .../glyphs/less_equal_start.seq.glif | 25 + .../less_exclam_hyphen_hyphen.liga.glif | 35 +- .../glyphs/less_greater.liga.glif | 6 +- .../glyphs/less_hyphen.liga.glif | 32 - .../glyphs/less_hyphen_end.seq.glif | 19 + .../glyphs/less_hyphen_greater.liga.glif | 46 - .../glyphs/less_hyphen_hyphen.liga.glif | 32 - .../glyphs/less_hyphen_less.liga.glif | 42 - .../glyphs/less_hyphen_middle.seq.glif | 14 + .../glyphs/less_hyphen_start.seq.glif | 19 + .../glyphs/less_less.liga.glif | 34 +- .../glyphs/less_less_equal.liga.glif | 48 - .../glyphs/less_less_equal_end.seq.glif | 37 + .../glyphs/less_less_equal_middle.seq.glif | 49 + .../glyphs/less_less_equal_start.seq.glif | 26 + .../glyphs/less_less_hyphen.liga.glif | 42 - .../glyphs/less_less_hyphen_end.seq.glif | 20 + .../glyphs/less_less_hyphen_middle.seq.glif | 26 + .../glyphs/less_less_hyphen_start.seq.glif | 20 + .../glyphs/less_less_less.liga.glif | 8 +- .../glyphs/less_plus.liga.glif | 6 +- .../glyphs/less_plus_greater.liga.glif | 8 +- .../glyphs/less_slash.liga.glif | 20 +- .../glyphs/less_slash_greater.liga.glif | 36 +- .../glyphs/lineF_eedC_ontrol.glif | 36 + .../glyphs/lineF_eedC_ontrol.ss20.glif | 32 + .../glyphs/liraT_urkish.glif | 8 +- .../glyphs/literS_ign.glif | 54 +- .../glyphs/lje-cy.glif | 6 - .../glyphs/llinebelow.glif | 12 +- .../glyphs/lmiddletilde.glif | 70 +- .../glyphs/longs.glif | 40 +- .../glyphs/lowerF_iveE_ighthsB_lock.glif | 2 +- .../lowerF_iveE_ighthsB_lock.stypo.glif | 2 +- .../glyphs/lowerH_alfA_rc.glif | 2 +- .../glyphs/lowerH_alfB_lackW_hiteC_ircle.glif | 2 +- .../glyphs/lowerH_alfB_lock.glif | 2 +- .../glyphs/lowerH_alfB_lock.stypo.glif | 2 +- .../lowerH_alfI_nverseW_hiteC_ircle.glif | 2 +- .../glyphs/lowerH_alfW_hiteS_quare.glif | 2 +- .../glyphs/lowerL_eftA_rc.glif | 2 +- .../glyphs/lowerL_eftB_lackT_riangle.glif | 2 +- .../glyphs/lowerL_eftB_lock.glif | 2 +- .../glyphs/lowerL_eftB_lock.stypo.glif | 2 +- .../glyphs/lowerL_eftH_alfW_hiteS_quare.glif | 2 +- .../lowerL_eftQ_uadrantW_hiteC_ircle.glif | 2 +- .../glyphs/lowerL_eftT_riangle.glif | 2 +- .../glyphs/lowerO_neE_ighthB_lock.glif | 2 +- .../glyphs/lowerO_neE_ighthB_lock.stypo.glif | 2 +- .../glyphs/lowerO_neQ_uarterB_lock.glif | 2 +- .../glyphs/lowerO_neQ_uarterB_lock.stypo.glif | 2 +- .../glyphs/lowerR_ightA_rc.glif | 2 +- .../glyphs/lowerR_ightB_lackT_riangle.glif | 2 +- .../glyphs/lowerR_ightB_lock.glif | 2 +- .../glyphs/lowerR_ightB_lock.stypo.glif | 2 +- ...owerR_ightD_iagonalH_alfB_lackS_quare.glif | 2 +- .../lowerR_ightQ_uadrantW_hiteC_ircle.glif | 2 +- .../glyphs/lowerR_ightT_riangle.glif | 2 +- .../glyphs/lowerS_evenE_ighthsB_lock.glif | 2 +- .../lowerS_evenE_ighthsB_lock.stypo.glif | 2 +- .../glyphs/lowerT_hreeE_ighthsB_lock.glif | 2 +- .../lowerT_hreeE_ighthsB_lock.stypo.glif | 2 +- .../glyphs/lowerT_hreeQ_uartersB_lock.glif | 2 +- .../lowerT_hreeQ_uartersB_lock.stypo.glif | 2 +- .../glyphs/lowernumeral-greek.glif | 2 +- .../glyphs/lowlinecomb.glif | 3 +- .../glyphs/lozenge.glif | 2 +- .../glyphs/lslash.glif | 16 +- .../CascadiaCode-Regular.ufo/glyphs/m.glif | 2 +- .../glyphs/macronbelowcomb.glif | 3 +- .../glyphs/macroncomb.case.glif | 2 +- .../glyphs/macroncomb.glif | 2 +- .../glyphs/mediumB_lackS_mallS_quare.glif | 2 +- .../glyphs/mediumB_lackS_quare.glif | 2 +- .../glyphs/mediumW_hiteS_mallS_quare.glif | 2 +- .../glyphs/mediumW_hiteS_quare.glif | 2 +- ...ediumleftpointinganglebracketornament.glif | 16 +- ...diumrightpointinganglebracketornament.glif | 16 +- .../glyphs/micro.glif | 4 +- .../CascadiaCode-Regular.ufo/glyphs/mu.glif | 72 +- .../CascadiaCode-Regular.ufo/glyphs/n.glif | 2 +- .../glyphs/nacute.glif | 4 +- .../glyphs/nacute.loclP_L_K_.glif | 2 +- .../glyphs/ncaron.glif | 2 +- .../glyphs/ncommaaccent.glif | 4 +- .../glyphs/negativeA_cknowledgeC_ontrol.glif | 36 + .../negativeA_cknowledgeC_ontrol.ss20.glif | 21 + .../glyphs/newlineC_ontrol.glif | 36 + .../glyphs/nhookleft.glif | 8 +- .../CascadiaCode-Regular.ufo/glyphs/nine.glif | 73 +- .../glyphs/ninesuperior.glif | 74 +- .../glyphs/nje-cy.glif | 6 - .../glyphs/nlinebelow.glif | 4 +- .../CascadiaCode-Regular.ufo/glyphs/nmod.glif | 50 +- .../glyphs/notedbl-musical.glif | 52 +- .../glyphs/ntilde.glif | 2 +- .../CascadiaCode-Regular.ufo/glyphs/nu.glif | 6 - .../glyphs/nullC_ontrol.glif | 36 + .../glyphs/numbersign.glif | 32 +- .../glyphs/numbersign_braceleft.liga.glif | 138 +- .../glyphs/numbersign_bracketleft.liga.glif | 36 +- .../glyphs/numbersign_colon.liga.glif | 6 +- .../glyphs/numbersign_end.seq.glif | 36 + .../glyphs/numbersign_equal.liga.glif | 20 +- .../glyphs/numbersign_exclam.liga.glif | 6 +- .../glyphs/numbersign_middle.seq.glif | 36 + .../glyphs/numbersign_numbersign.liga.glif | 14 - ...numbersign_numbersign_numbersign.liga.glif | 27 - ...numbersign_numbersign_numbersign.liga.glif | 28 - .../glyphs/numbersign_parenleft.liga.glif | 36 +- .../glyphs/numbersign_question.liga.glif | 92 +- .../glyphs/numbersign_start.seq.glif | 36 + .../glyphs/numbersign_underscore.liga.glif | 42 +- .../numbersign_underscore_parenleft.liga.glif | 80 +- .../glyphs/numeral-greek.glif | 2 +- .../CascadiaCode-Regular.ufo/glyphs/o-cy.glif | 8 +- .../CascadiaCode-Regular.ufo/glyphs/o.glif | 2 +- .../glyphs/oacute.glif | 6 +- .../glyphs/oacute.loclP_L_K_.glif | 4 +- .../glyphs/obarred-cy.glif | 8 +- .../glyphs/obreve.glif | 4 +- .../glyphs/ocircumflex.glif | 4 +- .../glyphs/ocircumflexacute.glif | 8 +- .../glyphs/ocircumflexdotbelow.glif | 6 +- .../glyphs/ocircumflexgrave.glif | 19 +- .../glyphs/ocircumflexhookabove.glif | 17 +- .../glyphs/ocircumflextilde.glif | 6 +- .../glyphs/odieresis.glif | 4 +- .../glyphs/odotbelow.glif | 6 +- .../glyphs/ogonek.glif | 2 +- .../glyphs/ogonekcomb.glif | 49 +- .../glyphs/ograve.glif | 6 +- .../glyphs/ohookabove.glif | 6 +- .../glyphs/ohorn.glif | 6 +- .../glyphs/ohornacute.glif | 6 +- .../glyphs/ohorndotbelow.glif | 6 +- .../glyphs/ohorngrave.glif | 6 +- .../glyphs/ohornhookabove.glif | 6 +- .../glyphs/ohorntilde.glif | 4 +- .../glyphs/ohungarumlaut.glif | 8 +- .../glyphs/omacron.glif | 4 +- .../glyphs/omacronacute.glif | 8 +- .../glyphs/omacrongrave.glif | 8 +- .../glyphs/omega.glif | 6 - .../glyphs/omegatonos.glif | 10 +- .../glyphs/omicron.glif | 8 +- .../glyphs/omicrontonos.glif | 12 +- .../CascadiaCode-Regular.ufo/glyphs/one.glif | 24 +- .../glyphs/one.half.glif | 36 + .../glyphs/onesuperior.glif | 32 +- .../glyphs/oogonek.glif | 6 +- .../glyphs/ordfeminine.glif | 90 +- .../glyphs/oslash.glif | 2 +- .../glyphs/oslashacute.glif | 6 +- .../glyphs/otilde.glif | 4 +- .../CascadiaCode-Regular.ufo/glyphs/p.glif | 63 +- .../glyphs/palochka-cy.glif | 8 +- .../glyphs/parenleft.glif | 5 +- .../glyphs/parenleft_asterisk.liga.glif | 48 +- .../glyphs/parenright.glif | 5 +- .../glyphs/pe-cy.glif | 6 - .../glyphs/pe-cy.loclB_G_R_.glif | 6 - .../glyphs/percent_percent.liga.glif | 210 +- .../glyphs/period_equal.liga.glif | 20 +- .../glyphs/period_hyphen.liga.glif | 12 +- .../glyphs/period_period.liga.glif | 6 +- .../glyphs/period_period_equal.liga.glif | 22 +- .../glyphs/period_period_less.liga.glif | 22 +- .../glyphs/period_period_period.liga.glif | 8 +- .../glyphs/period_question.liga.glif | 6 +- .../glyphs/perispomenicomb.glif | 4 +- .../glyphs/peseta.glif | 6 +- .../CascadiaCode-Regular.ufo/glyphs/peso.glif | 6 +- .../CascadiaCode-Regular.ufo/glyphs/phi.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/pi.glif | 58 +- .../glyphs/plus_greater.liga.glif | 17 +- .../glyphs/plus_plus.liga.glif | 6 +- .../glyphs/plus_plus_plus.liga.glif | 24 +- .../glyphs/prescription.glif | 51 + .../CascadiaCode-Regular.ufo/glyphs/psi.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/q.glif | 2 +- .../glyphs/question.glif | 62 +- .../glyphs/question_colon.liga.glif | 6 +- .../glyphs/question_equal.liga.glif | 24 +- .../glyphs/question_period.liga.glif | 6 +- .../glyphs/question_question.liga.glif | 6 +- .../glyphs/question_question_equal.liga.glif | 28 + .../glyphs/questiondown.glif | 62 +- .../glyphs/quotedblbase.glif | 3 +- .../glyphs/quotedblleft.glif | 4 +- .../glyphs/quotedblright.glif | 2 +- .../glyphs/quoteleft.glif | 22 +- .../glyphs/quotereversed.glif | 22 +- .../glyphs/quoteright.glif | 22 +- .../glyphs/quotesinglbase.glif | 2 +- .../glyphs/quotesingle.glif | 8 +- .../CascadiaCode-Regular.ufo/glyphs/r.glif | 2 +- .../glyphs/racute.glif | 4 +- .../glyphs/rcaron.glif | 2 +- .../glyphs/rcommaaccent.glif | 4 +- .../glyphs/rdotbelow.glif | 4 +- .../glyphs/recordS_eparatorC_ontrol.glif | 36 + .../glyphs/registered.glif | 2 +- .../glyphs/returnsymbol.glif | 41 + .../reversedR_otatedF_loralH_eartB_ullet.glif | 16 +- .../CascadiaCode-Regular.ufo/glyphs/rho.glif | 51 +- .../glyphs/rightA_rrow.glif | 30 +- .../glyphs/rightB_lackP_ointer.glif | 2 +- .../glyphs/rightB_lackS_mallT_riangle.glif | 2 +- .../glyphs/rightB_lackT_riangle.glif | 2 +- .../glyphs/rightB_lock.glif | 2 +- .../glyphs/rightB_lock.stypo.glif | 2 +- .../glyphs/rightH_alfB_lackC_ircle.glif | 2 +- .../glyphs/rightH_alfB_lackD_iamond.glif | 2 +- .../glyphs/rightH_alfB_lackS_quare.glif | 2 +- .../glyphs/rightH_alfB_lackW_hiteC_ircle.glif | 2 +- .../glyphs/rightO_neE_ighthB_lock.glif | 2 +- .../glyphs/rightO_neE_ighthB_lock.stypo.glif | 2 +- .../glyphs/rightW_hiteP_ointer.glif | 2 +- .../glyphs/rightW_hiteS_mallT_riangle.glif | 2 +- .../glyphs/rightW_hiteT_riangle.glif | 2 +- .../CascadiaCode-Regular.ufo/glyphs/ring.glif | 2 +- .../glyphs/ringbelowcomb.glif | 3 +- .../glyphs/ringcomb.case.glif | 2 +- .../glyphs/ringcomb.glif | 2 +- .../glyphs/ruble.glif | 2 +- .../glyphs/rupeeI_ndian.glif | 60 +- .../CascadiaCode-Regular.ufo/glyphs/s.glif | 2 +- .../glyphs/sacute.glif | 6 +- .../glyphs/sacute.loclP_L_K_.glif | 4 +- .../glyphs/scaron.glif | 4 +- .../glyphs/scedilla.glif | 6 +- .../glyphs/schwa-cy.glif | 10 +- .../glyphs/schwa.glif | 6 +- .../glyphs/scircumflex.glif | 4 +- .../glyphs/scommaaccent.glif | 4 +- .../glyphs/sdotbelow.glif | 4 +- .../glyphs/semicolon_semicolon.liga.glif | 6 +- .../glyphs/sevensuperior.glif | 24 +- .../glyphs/sha-cy.glif | 6 - .../glyphs/sha-cy.loclB_G_R_.glif | 6 - .../glyphs/shadedark.glif | 2 +- .../glyphs/shadedark.stypo.glif | 2 +- .../glyphs/shadelight.glif | 2 +- .../glyphs/shadelight.stypo.glif | 2 +- .../glyphs/shademedium.glif | 2 +- .../glyphs/shademedium.stypo.glif | 2 +- .../glyphs/shcha-cy.glif | 6 - .../glyphs/shcha-cy.loclB_G_R_.glif | 6 - .../glyphs/shha-cy.glif | 8 +- .../glyphs/shiftI_nC_ontrol.glif | 36 + .../glyphs/shiftI_nC_ontrol.ss20.glif | 29 + .../glyphs/shiftO_utC_ontrol.glif | 36 + .../glyphs/shiftO_utC_ontrol.ss20.glif | 27 + .../glyphs/sigma.glif | 70 +- .../glyphs/sigmafinal.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/six.glif | 73 +- .../glyphs/sixsuperior.glif | 74 +- .../glyphs/slash.glif | 8 +- .../glyphs/slash_asterisk.liga.glif | 6 +- .../glyphs/slash_backslash.liga.glif | 14 + .../glyphs/slash_equal.liga.glif | 25 - .../glyphs/slash_equal_end.seq.glif | 25 + .../glyphs/slash_equal_equal.liga.glif | 37 - .../glyphs/slash_equal_middle.seq.glif | 25 + .../glyphs/slash_equal_start.seq.glif | 25 + .../glyphs/slash_greater.liga.glif | 20 +- .../glyphs/slash_slash.liga.glif | 25 +- .../glyphs/slash_slash_equal_end.seq.glif | 26 + .../glyphs/slash_slash_equal_middle.seq.glif | 38 + .../glyphs/slash_slash_equal_start.seq.glif | 26 + .../glyphs/slash_slash_slash.liga.glif | 35 +- .../glyphs/softsign-cy.glif | 6 - .../glyphs/softsign-cy.loclB_G_R_.glif | 62 +- .../glyphs/space.glif | 6 - .../glyphs/spaceC_ontrol.glif | 36 + .../glyphs/startO_fH_eadingC_ontrol.glif | 36 + .../glyphs/startO_fH_eadingC_ontrol.ss20.glif | 26 + .../glyphs/startO_fT_extC_ontrol.glif | 36 + .../glyphs/startO_fT_extC_ontrol.ss20.glif | 26 + .../glyphs/sterling.glif | 16 +- .../glyphs/substituteC_ontrol.glif | 36 + .../glyphs/substituteC_ontrol.ss20.glif | 49 + .../glyphs/substituteF_ormT_woC_ontrol.glif | 50 + .../glyphs/sunW_ithR_ays.glif | 112 +- .../glyphs/synchronousI_dleC_ontrol.glif | 36 + .../glyphs/synchronousI_dleC_ontrol.ss20.glif | 44 + .../CascadiaCode-Regular.ufo/glyphs/t.glif | 58 +- .../CascadiaCode-Regular.ufo/glyphs/tau.glif | 50 +- .../CascadiaCode-Regular.ufo/glyphs/tbar.glif | 16 +- .../glyphs/tcaron.glif | 16 +- .../glyphs/tcedilla.glif | 12 +- .../glyphs/tcommaaccent.glif | 12 +- .../glyphs/te-cy.glif | 6 - .../glyphs/te-cy.loclB_G_R_.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/tesh.glif | 108 +- .../glyphs/theta.glif | 6 - .../glyphs/thetamod.glif | 58 +- .../glyphs/thorn.glif | 61 +- .../glyphs/three.glif | 20 +- .../glyphs/three.half.glif | 60 + .../glyphs/threesuperior.glif | 88 +- .../glyphs/tildecomb.case.glif | 2 +- .../glyphs/tildecomb.glif | 2 +- .../glyphs/tonos.case.glif | 2 +- .../glyphs/tonos.glif | 2 +- .../glyphs/topH_alfB_lackC_ircle.glif | 2 +- .../glyphs/topH_alfB_lackD_iamond.glif | 2 +- .../glyphs/topH_alfW_hiteS_quare.glif | 2 +- .../glyphs/topR_ightH_alfW_hiteS_quare.glif | 2 +- .../glyphs/trademark.glif | 64 +- .../glyphs/tse-cy.glif | 6 - .../glyphs/tse-cy.loclB_G_R_.glif | 70 +- .../glyphs/tshe-cy.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/two.glif | 52 +- .../glyphs/two.half.glif | 42 + .../glyphs/twosuperior.glif | 52 +- .../CascadiaCode-Regular.ufo/glyphs/u-cy.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/u.glif | 66 +- .../glyphs/uacute.glif | 12 +- .../glyphs/ubreve.glif | 12 +- .../glyphs/ucircumflex.glif | 12 +- .../glyphs/udieresis.glif | 12 +- .../glyphs/udotbelow.glif | 12 +- .../glyphs/ugrave.glif | 12 +- .../glyphs/uhookabove.glif | 10 +- .../glyphs/uhorn.glif | 28 +- .../glyphs/uhornacute.glif | 12 +- .../glyphs/uhorndotbelow.glif | 12 +- .../glyphs/uhorngrave.glif | 12 +- .../glyphs/uhornhookabove.glif | 10 +- .../glyphs/uhorntilde.glif | 12 +- .../glyphs/uhungarumlaut.glif | 12 +- .../glyphs/umacron-cy.glif | 6 - .../glyphs/umacron.glif | 12 +- .../underscore_bar_underscore.liga.glif | 24 - .../glyphs/underscore_end.seq.glif | 18 + .../glyphs/underscore_middle.seq.glif | 18 + .../glyphs/underscore_start.seq.glif | 18 + .../glyphs/underscore_underscore.liga.glif | 10 +- .../glyphs/uni0009.glif | 7 - .../glyphs/unitS_eparatorC_ontrol.glif | 36 + .../glyphs/uogonek.glif | 52 +- .../glyphs/upA_rrow.glif | 30 +- .../glyphs/upB_lackS_mallT_riangle.glif | 2 +- .../glyphs/upB_lackT_riangle.glif | 2 +- .../glyphs/upD_ashA_rrow.glif | 30 +- .../glyphs/upD_ownA_rrow.glif | 46 +- .../glyphs/upD_ownbaseA_rrow.glif | 14 +- .../glyphs/upL_eftH_alfB_lackT_riangle.glif | 2 +- .../glyphs/upR_ightH_alfB_lackT_riangle.glif | 2 +- .../glyphs/upW_hiteS_mallT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangle.glif | 2 +- .../glyphs/upW_hiteT_riangleW_ithD_ot.glif | 2 +- .../glyphs/upperH_alfA_rc.glif | 2 +- .../glyphs/upperH_alfB_lackW_hiteC_ircle.glif | 2 +- .../glyphs/upperH_alfB_lock.glif | 2 +- .../glyphs/upperH_alfB_lock.stypo.glif | 2 +- .../upperH_alfI_nverseW_hiteC_ircle.glif | 2 +- ...A_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif | 2 +- ...owerL_eftA_ndL_owerR_ightB_lock.stypo.glif | 2 +- .../upperL_eftA_ndL_owerR_ightB_lock.glif | 2 +- ...pperL_eftA_ndL_owerR_ightB_lock.stypo.glif | 2 +- ...A_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif | 2 +- ...pperR_ightA_ndL_owerL_eftB_lock.stypo.glif | 2 +- ..._ndU_pperR_ightA_ndL_owerR_ightB_lock.glif | 2 +- ...perR_ightA_ndL_owerR_ightB_lock.stypo.glif | 2 +- .../glyphs/upperL_eftA_rc.glif | 2 +- .../glyphs/upperL_eftB_lackT_riangle.glif | 2 +- .../glyphs/upperL_eftB_lock.glif | 2 +- .../glyphs/upperL_eftB_lock.stypo.glif | 2 +- ...upperL_eftD_iagonalH_alfB_lackS_quare.glif | 2 +- .../upperL_eftQ_uadrantW_hiteC_ircle.glif | 2 +- .../glyphs/upperL_eftT_riangle.glif | 2 +- .../glyphs/upperL_eftW_hiteC_ircle.glif | 2 +- .../glyphs/upperO_neE_ighthB_lock.glif | 2 +- .../glyphs/upperO_neE_ighthB_lock.stypo.glif | 2 +- ...A_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif | 2 +- ...owerL_eftA_ndL_owerR_ightB_lock.stypo.glif | 2 +- .../upperR_ightA_ndL_owerL_eftB_lock.glif | 2 +- ...pperR_ightA_ndL_owerL_eftB_lock.stypo.glif | 2 +- .../glyphs/upperR_ightA_rc.glif | 2 +- .../glyphs/upperR_ightB_lackC_ircle.glif | 2 +- .../glyphs/upperR_ightB_lackT_riangle.glif | 2 +- .../glyphs/upperR_ightB_lock.glif | 2 +- .../glyphs/upperR_ightB_lock.stypo.glif | 2 +- .../upperR_ightQ_uadrantW_hiteC_ircle.glif | 2 +- .../glyphs/upperR_ightT_riangle.glif | 2 +- .../upperlefttolowerrightF_illS_quare.glif | 2 +- .../upperrighttolowerleftF_illS_quare.glif | 2 +- .../glyphs/upsilon-latin.glif | 42 +- .../glyphs/upsilon.glif | 6 - .../glyphs/upsilondieresis.glif | 6 - .../glyphs/upsilondieresistonos.glif | 8 +- .../glyphs/upsilontonos.glif | 10 +- .../glyphs/uring.glif | 12 +- .../glyphs/ushort-cy.glif | 6 - .../glyphs/ustraight-cy.glif | 6 - .../glyphs/ustraightstroke-cy.glif | 6 - .../glyphs/utilde.glif | 12 +- .../CascadiaCode-Regular.ufo/glyphs/v.glif | 2 +- .../glyphs/ve-cy.glif | 94 +- .../glyphs/ve-cy.loclB_G_R_.glif | 90 +- .../verticalB_isectingL_ineW_hiteS_quare.glif | 2 +- .../glyphs/verticalF_illC_ircle.glif | 2 +- .../glyphs/verticalF_illS_quare.glif | 2 +- .../glyphs/verticalT_abulationC_ontrol.glif | 36 + .../verticalT_abulationC_ontrol.ss20.glif | 30 + .../glyphs/vhook.glif | 22 +- .../glyphs/vturned.glif | 8 +- .../CascadiaCode-Regular.ufo/glyphs/w.glif | 2 +- .../glyphs/w_w_w.liga.glif | 168 +- .../glyphs/wacute.glif | 4 +- .../glyphs/wcircumflex.glif | 2 +- .../glyphs/wdieresis.glif | 2 +- .../glyphs/wgrave.glif | 4 +- .../glyphs/whiteB_ullet.glif | 2 +- .../glyphs/whiteC_ircle.glif | 2 +- .../glyphs/whiteD_iamond.glif | 2 +- .../glyphs/whiteH_exagon.glif | 2 +- .../glyphs/whiteH_orizontalE_llipse.glif | 2 +- .../glyphs/whiteI_nB_lackS_quare.glif | 2 +- .../glyphs/whiteL_argeS_quare.glif | 2 +- .../whiteL_owerL_eftQ_uadrantS_quare.glif | 2 +- .../whiteL_owerR_ightQ_uadrantS_quare.glif | 2 +- .../glyphs/whiteM_ediumD_iamond.glif | 2 +- .../glyphs/whiteM_ediumL_ozenge.glif | 2 +- .../glyphs/whiteP_arallelogram.glif | 2 +- .../glyphs/whiteP_entagon.glif | 2 +- .../glyphs/whiteR_ect.glif | 2 +- .../glyphs/whiteR_oundedC_ornersS_quare.glif | 2 +- .../glyphs/whiteS_mallL_ozenge.glif | 2 +- .../glyphs/whiteS_mallS_quare.glif | 2 +- .../glyphs/whiteS_quare.glif | 2 +- .../whiteU_pperL_eftQ_uadrantS_quare.glif | 2 +- .../whiteU_pperR_ightQ_uadrantS_quare.glif | 2 +- .../glyphs/whiteV_erticalE_llipse.glif | 2 +- .../glyphs/whiteV_erticalR_ect.glif | 2 +- .../glyphs/whiteV_erysmallS_quare.glif | 2 +- .../CascadiaCode-Regular.ufo/glyphs/wmod.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/won.glif | 8 +- .../CascadiaCode-Regular.ufo/glyphs/x.glif | 2 +- .../glyphs/x.multiply.glif | 2 +- .../CascadiaCode-Regular.ufo/glyphs/xi.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/y.glif | 2 +- .../glyphs/yacute.glif | 4 +- .../glyphs/ycircumflex.glif | 2 +- .../glyphs/ydieresis.glif | 2 +- .../glyphs/ydotbelow.glif | 4 +- .../glyphs/yeru-cy.glif | 6 - .../glyphs/ygrave.glif | 4 +- .../glyphs/yhookabove.glif | 4 +- .../glyphs/yi-cy.glif | 8 +- .../glyphs/ymacron.glif | 2 +- .../CascadiaCode-Regular.ufo/glyphs/ymod.glif | 42 +- .../glyphs/ytilde.glif | 2 +- .../CascadiaCode-Regular.ufo/glyphs/z.glif | 2 +- .../glyphs/zacute.glif | 4 +- .../glyphs/zacute.loclP_L_K_.glif | 2 +- .../glyphs/zcaron.glif | 2 +- .../glyphs/zdotaccent.glif | 2 +- .../glyphs/ze-cy.glif | 22 +- .../glyphs/ze-cy.loclB_G_R_.glif | 6 - .../glyphs/zerosuperior.glif | 48 +- .../CascadiaCode-Regular.ufo/glyphs/zeta.glif | 6 - .../glyphs/zhe-cy.glif | 6 - .../glyphs/zhe-cy.loclB_G_R_.glif | 6 - .../glyphs/zhedescender-cy.glif | 6 - .../CascadiaCode-Regular.ufo/glyphs/zmod.glif | 6 - .../layercontents.plist | 8 + sources/CascadiaCode-Regular.ufo/lib.plist | 596 +- sources/CascadiaCode.designspace | 83 + sources/STAT.plist | 4 - sources/cvar.ttx | 20 - sources/features/features_code.fea | 1555 +- sources/features/features_code_PL.fea | 1557 +- sources/features/features_mono.fea | 74 +- sources/features/features_mono_PL.fea | 72 +- sources/vtt_data/CascadiaCode.ttx | 39773 ---------------- sources/vtt_data/CascadiaCode_VTT.ttf | Bin 0 -> 988140 bytes 5209 files changed, 47577 insertions(+), 74399 deletions(-) create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/A_lpha-latin.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/G_stroke.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/K_aiS_ymbol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/N_hookleft.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/asciitilde_equal.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/asterisk_parenright.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/contents.plist create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/d.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/dashdownA_rrow.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/dcaron.alt.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/degree.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/g.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/gheupturn-cy.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater.alt.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater.center.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_equal_end.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_equal_start.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_hyphen_end.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/idotless.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/integralbt.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/integraltp.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/ka-cy.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/kadescender-cy.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/kaiS_ymbol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/kappa.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_equal_end.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_equal_start.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_hyphen_end.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_hyphen_start.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/nhookleft.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/nine.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/notedbl-musical.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/numbersign_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/numbersign_underscore_parenleft.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/onehalf.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/p.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/parenleft_asterisk.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/quotedblbase.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/quoteleft.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/quoteright.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/quotesinglbase.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/rho.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs.public.background/six.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/A_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/B_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/C_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/D_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/E_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/F_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/G_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/H_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/I_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/K_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/L_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/M_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/N_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/O_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/P_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/Q_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/R_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/S_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/T_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/U_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/V_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/X_.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/Y_.half.glif rename sources/CascadiaCode-Bold.ufo/glyphs/{equal_exclam_equal.liga.glif => acknowledgeC_ontrol.glif} (54%) create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/acknowledgeC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/backslash_slash.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/backspaceC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/backspaceC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_bar.liga.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal_end.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal_start.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_hyphen_end.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_hyphen_start.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/bar_equal.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/bar_equal_end.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/bar_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/bar_equal_start.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen_end.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen_start.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/bar_underscore_middle.seq.glif rename sources/CascadiaCode-Bold.ufo/glyphs/{less_colon.liga.glif => bellC_ontrol.glif} (62%) create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/bellC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/blank.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/blankS_ymbol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/cancelC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/cancelC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/carriageR_eturnC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/carriageR_eturnC_ontrol.ss20.glif rename sources/{CascadiaCode-ExtraLight.ufo/glyphs/less_colon.liga.glif => CascadiaCode-Bold.ufo/glyphs/colon.center.glif} (59%) create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/colon_equal_middle.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/colon_greater.liga.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/colon_less.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/dataL_inkE_scapeC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/dataL_inkE_scapeC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/deleteC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/deleteF_ormT_woC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolF_ourC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolO_neC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolT_hreeC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolT_woC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/downT_ipL_eftA_rrow.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/endO_fM_ediumC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/endO_fM_ediumC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_extC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_extC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/enquiryC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/enquiryC_ontrol.ss20.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/equal_colon_equal.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/equal_end.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/equal_equal_greater.liga.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/equal_greater.liga.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/equal_greater_greater.liga.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/equal_less_less.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/equal_middle.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/equal_slash_equal.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/equal_start.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/escapeC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/escapeC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/exclam_colon.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/exclam_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/exclam_period.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/fileS_eparatorC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/formF_eedC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/formF_eedC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/four.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater.alt.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater.center.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_end.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_greater.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_start.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal_end.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal_start.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen_end.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen_start.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_end.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_greater.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_start.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/groupS_eparatorC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/heavyleftpointinganglebracketornament.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/heavyrightpointinganglebracketornament.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/horizontalT_abulationC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/horizontalT_abulationC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/house.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/hyphen_bar.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/hyphen_end.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/hyphen_greater.liga.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/hyphen_greater_greater.liga.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/hyphen_hyphen_greater.liga.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/hyphen_less.liga.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/hyphen_less_less.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/hyphen_start.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less.alt.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less.center.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_equal_end.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_equal_equal.liga.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_equal_equal_greater.liga.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_equal_greater.liga.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_equal_less.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_equal_start.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_end.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_greater.liga.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_hyphen.liga.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_less.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_start.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal_end.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal_start.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen_end.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen_start.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/lineF_eedC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/lineF_eedC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/negativeA_cknowledgeC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/negativeA_cknowledgeC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/newlineC_ontrol.glif rename sources/CascadiaCode-Bold.ufo/glyphs/{greater_colon.liga.glif => nullC_ontrol.glif} (62%) create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/numbersign_end.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/numbersign_middle.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/numbersign_start.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/one.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/prescription.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/question_question_equal.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/recordS_eparatorC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/returnsymbol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/shiftI_nC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/shiftI_nC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/shiftO_utC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/shiftO_utC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/slash_backslash.liga.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/slash_equal.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_end.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_equal.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_start.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_equal_end.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_equal_start.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/spaceC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/startO_fH_eadingC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/startO_fH_eadingC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/startO_fT_extC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/startO_fT_extC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/substituteC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/substituteC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/substituteF_ormT_woC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/synchronousI_dleC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/synchronousI_dleC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/three.half.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/two.half.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/underscore_bar_underscore.liga.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/underscore_end.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/underscore_middle.seq.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/underscore_start.seq.glif delete mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/uni0009.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/unitS_eparatorC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/verticalT_abulationC_ontrol.glif create mode 100644 sources/CascadiaCode-Bold.ufo/glyphs/verticalT_abulationC_ontrol.ss20.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.J_un 16 20, 20_48/Z_he-cy.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/A_lpha-latin.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/G_stroke.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/N_hookleft.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/U_psilonafrican.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/asterisk_parenright.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/bar_bar_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/bar_bar_hyphen_start.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/be-cy.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/contents.plist create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/d.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/dcaron.alt.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/degree.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/g.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/gheupturn-cy.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/glottalstopmod.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/gravecomb.case.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater.alt.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater.center.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_equal_end.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_equal_start.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_hyphen_end.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_hyphen_start.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/idotless.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/ka-cy.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/kadescender-cy.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/kaiS_ymbol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/kappa.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_equal_end.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_equal_start.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_hyphen_end.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/macroncomb.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/nhookleft.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/nine.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/numbersign_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/numbersign_underscore_parenleft.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/p.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/parenleft_asterisk.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/period_hyphen.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/quotedblbase.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/quoteleft.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/quoteright.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/rho.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/slash_slash_equal_end.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/slash_slash_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/slash_slash_equal_start.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/tau.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/tse-cy.loclB_G_R_.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/upsilon-latin.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/A_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/B_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/C_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/D_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/E_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/F_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/G_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/H_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/I_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/K_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/L_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/M_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/N_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/O_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/P_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/Q_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/R_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/S_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/T_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/U_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/V_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/X_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/acknowledgeC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/acknowledgeC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/backslash_slash.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/backspaceC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/backspaceC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_bar.liga.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal_end.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal_start.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_hyphen_end.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_hyphen_start.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal_end.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal_start.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen_end.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen_start.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_underscore_middle.seq.glif rename sources/{CascadiaCode-Bold.ufo/glyphs/numbersign_numbersign.liga.glif => CascadiaCode-ExtraLight.ufo/glyphs/bellC_ontrol.glif} (62%) create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/bellC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/blank.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/blankS_ymbol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/cancelC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/cancelC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/carriageR_eturnC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/carriageR_eturnC_ontrol.ss20.glif rename sources/{CascadiaCode-Regular.ufo/glyphs/less_colon.liga.glif => CascadiaCode-ExtraLight.ufo/glyphs/colon.center.glif} (59%) create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_equal_middle.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_greater.liga.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_less.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/dataL_inkE_scapeC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/dataL_inkE_scapeC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/deleteC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/deleteF_ormT_woC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolF_ourC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolO_neC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolT_hreeC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolT_woC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/downT_ipL_eftA_rrow.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fM_ediumC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fM_ediumC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_extC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_extC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_ransmissionC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_ransmissionC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/enquiryC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/enquiryC_ontrol.ss20.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_colon_equal.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_end.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_equal_greater.liga.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_exclam_equal.liga.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_greater.liga.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_greater_greater.liga.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_less_less.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_middle.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_slash_equal.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_start.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/escapeC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/escapeC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_colon.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_period.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/fileS_eparatorC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/formF_eedC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/formF_eedC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/four.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater.alt.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater.center.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_end.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_greater.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_start.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_equal.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_equal_end.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_equal_start.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_hyphen.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_hyphen_end.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_hyphen_start.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_end.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_greater.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_start.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/groupS_eparatorC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/heavyleftpointinganglebracketornament.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/heavyrightpointinganglebracketornament.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalT_abulationC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalT_abulationC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/house.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_bar.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_end.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_greater.liga.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_greater_greater.liga.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_hyphen_greater.liga.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_less.liga.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_less_less.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_start.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less.alt.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less.center.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_end.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_equal.liga.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_equal_greater.liga.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_greater.liga.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_less.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_start.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_end.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_greater.liga.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_hyphen.liga.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_less.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_start.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal_end.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal_start.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen_end.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen_start.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/lineF_eedC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/lineF_eedC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/negativeA_cknowledgeC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/negativeA_cknowledgeC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/newlineC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/nullC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_end.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_middle.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_numbersign.liga.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_start.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/one.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/prescription.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/question_question_equal.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/recordS_eparatorC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/returnsymbol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftI_nC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftI_nC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftO_utC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftO_utC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_backslash.liga.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_end.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_equal.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_start.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_equal_end.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_equal_start.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/spaceC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fH_eadingC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fH_eadingC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fT_extC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fT_extC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/substituteC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/substituteC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/substituteF_ormT_woC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/synchronousI_dleC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/synchronousI_dleC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/three.half.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/two.half.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_bar_underscore.liga.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_end.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_middle.seq.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_start.seq.glif delete mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/uni0009.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/unitS_eparatorC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalT_abulationC_ontrol.glif create mode 100644 sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalT_abulationC_ontrol.ss20.glif rename sources/{CascadiaCode-ExtraLight.ufo/glyphs.J_un 16 20, 20_48 => CascadiaCode-Regular.ufo/glyphs.J_an 6 21, 14_03}/contents.plist (75%) create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.J_an 6 21, 14_03/quoteleft.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/A_lpha-latin.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/G_small.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/G_stroke.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/V_hook.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/ae.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/asciitilde_equal.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/asterisk_parenright.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/bar_bar_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/contents.plist create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/d.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/dcaron.alt.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/g.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/gheupturn-cy.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/glottalstopmod.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater.alt.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater.center.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_equal_end.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_equal_start.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_hyphen_end.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_hyphen_start.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/idotless.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/ka-cy.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/kadescender-cy.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/kaiS_ymbol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/kappa.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_equal_end.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_equal_start.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_hyphen_end.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_hyphen_start.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_plus.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/minus.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/nhookleft.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/nine.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/numbersign_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/numbersign_underscore_parenleft.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/p.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/parenleft_asterisk.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/quoteleft.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/quoteright.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/rho.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/six.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/slash_slash_equal_end.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/twosuperior.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs.public.background/upsilon-latin.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/A_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/B_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/C_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/D_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/E_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/F_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/G_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/H_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/I_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/K_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/L_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/M_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/N_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/O_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/P_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/Q_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/R_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/S_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/T_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/U_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/V_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/X_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/Y_.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/acknowledgeC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/acknowledgeC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/backslash_slash.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/backspaceC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/backspaceC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_bar.liga.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal_end.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal_start.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_hyphen_end.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_hyphen_start.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bar_equal.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bar_equal_end.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bar_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bar_equal_start.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen_end.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen_start.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bar_underscore_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bellC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/bellC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/blank.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/blankS_ymbol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/cancelC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/cancelC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/carriageR_eturnC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/carriageR_eturnC_ontrol.ss20.glif rename sources/{CascadiaCode-ExtraLight.ufo/glyphs/greater_colon.liga.glif => CascadiaCode-Regular.ufo/glyphs/colon.center.glif} (58%) create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/colon_equal_middle.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/colon_greater.liga.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/colon_less.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/dataL_inkE_scapeC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/dataL_inkE_scapeC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/deleteC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/deleteF_ormT_woC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolF_ourC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolO_neC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolT_hreeC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolT_woC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/downT_ipL_eftA_rrow.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/endO_fM_ediumC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/endO_fM_ediumC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_extC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_extC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/enquiryC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/enquiryC_ontrol.ss20.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/equal_colon_equal.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/equal_end.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/equal_equal_greater.liga.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/equal_exclam_equal.liga.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/equal_greater.liga.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/equal_greater_greater.liga.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/equal_less_less.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/equal_middle.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/equal_slash_equal.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/equal_start.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/escapeC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/escapeC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/exclam_colon.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/exclam_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/exclam_period.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/fileS_eparatorC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/formF_eedC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/formF_eedC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/four.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater.alt.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater.center.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater_colon.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_end.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_greater.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_start.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal_end.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal_start.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen_end.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen_start.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_end.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_greater.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_start.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/groupS_eparatorC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/heavyleftpointinganglebracketornament.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/heavyrightpointinganglebracketornament.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/horizontalT_abulationC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/horizontalT_abulationC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/house.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/hyphen_bar.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/hyphen_end.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/hyphen_greater.liga.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/hyphen_greater_greater.liga.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/hyphen_hyphen_greater.liga.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/hyphen_less.liga.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/hyphen_less_less.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/hyphen_start.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less.alt.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less.center.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_equal_end.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_equal_equal.liga.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_equal_equal_greater.liga.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_equal_greater.liga.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_equal_less.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_equal_start.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_end.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_greater.liga.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_hyphen.liga.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_less.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_start.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal_end.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal_start.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen_end.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen_start.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/lineF_eedC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/lineF_eedC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/negativeA_cknowledgeC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/negativeA_cknowledgeC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/newlineC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/nullC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/numbersign_end.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/numbersign_middle.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/numbersign_numbersign.liga.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/numbersign_start.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/one.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/prescription.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/question_question_equal.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/recordS_eparatorC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/returnsymbol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/shiftI_nC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/shiftI_nC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/shiftO_utC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/shiftO_utC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/slash_backslash.liga.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/slash_equal.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_end.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_equal.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_start.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_equal_end.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_equal_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_equal_start.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/spaceC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/startO_fH_eadingC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/startO_fH_eadingC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/startO_fT_extC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/startO_fT_extC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/substituteC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/substituteC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/substituteF_ormT_woC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/synchronousI_dleC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/synchronousI_dleC_ontrol.ss20.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/three.half.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/two.half.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/underscore_bar_underscore.liga.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/underscore_end.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/underscore_middle.seq.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/underscore_start.seq.glif delete mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/uni0009.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/unitS_eparatorC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/verticalT_abulationC_ontrol.glif create mode 100644 sources/CascadiaCode-Regular.ufo/glyphs/verticalT_abulationC_ontrol.ss20.glif delete mode 100644 sources/cvar.ttx delete mode 100755 sources/vtt_data/CascadiaCode.ttx create mode 100644 sources/vtt_data/CascadiaCode_VTT.ttf diff --git a/.gitignore b/.gitignore index 0b9d6d48d..4f8ac16f3 100644 --- a/.gitignore +++ b/.gitignore @@ -337,3 +337,5 @@ newVTT.xml converter.py salishan/ fixTSI1.py +venv/ +.vscode/settings.json diff --git a/build.py b/build.py index b26ecb0fa..1669a677e 100644 --- a/build.py +++ b/build.py @@ -5,6 +5,8 @@ import subprocess from pathlib import Path from typing import cast +import xml.etree.cElementTree as ET +import tempfile import cffsubr.__main__ import fontmake.instantiator @@ -18,9 +20,10 @@ import ufoLib2 import vttLib import vttLib.transfer +from vttmisc import tsi1, tsic -VERSION_YEAR_MONTH = 2009 -VERSION_DAY = 22 +VERSION_YEAR_MONTH = 2102 +VERSION_DAY = 3 OUTPUT_DIR = Path("build") OUTPUT_OTF_DIR = OUTPUT_DIR / "otf" @@ -30,7 +33,7 @@ OUTPUT_STATIC_TTF_DIR = OUTPUT_TTF_DIR / "static" OUTPUT_STATIC_WOFF2_DIR = OUTPUT_WOFF2_DIR / "static" INPUT_DIR = Path("sources") -VTT_DATA_FILE = INPUT_DIR / "vtt_data" / "CascadiaCode.ttx" +VTT_DATA_FILE = INPUT_DIR / "vtt_data" / "CascadiaCode_VTT.ttf" FEATURES_DIR = INPUT_DIR / "features" NERDFONTS_DIR = INPUT_DIR / "nerdfonts" @@ -89,11 +92,6 @@ def set_overlap_flag(varfont: fontTools.ttLib.TTFont) -> fontTools.ttLib.TTFont: # Set OVERLAP_SIMPLE bit for simple glyphs glyph.flags[0] |= 0x40 -def manualHacks(varfont: fontTools.ttLib.TTFont) -> fontTools.ttLib.TTFont: - varfont["head"].flags = 0x000b - varfont.importXML(INPUT_DIR / "cvar.ttx") - - def prepare_fonts( designspace: fontTools.designspaceLib.DesignSpaceDocument, name: str ) -> None: @@ -134,7 +132,6 @@ def to_woff2(source_path: Path, target_path: Path) -> None: target_path.parent.mkdir(exist_ok=True, parents=True) font.save(target_path) - # Build fonts # **************************************************************** @@ -179,16 +176,43 @@ def compile_variable_and_save( statmake.lib.apply_stylespace_to_variable_font(styleSpace, varFont, {}) print(f"[{familyName}] Merging VTT") - vttLib.transfer.merge_from_file(varFont, VTT_DATA_FILE) + + font_vtt = fontTools.ttLib.TTFont(VTT_DATA_FILE) + + for table in ["TSI0", "TSI1", "TSI2", "TSI3", "TSI5", "TSIC", "maxp"]: + varFont[table] = fontTools.ttLib.newTable(table) + varFont[table] = font_vtt[table] + + # this will correct the OFFSET[R] commands in TSI1 + if font_vtt.getGlyphOrder() != varFont.getGlyphOrder(): + tsi1.fixOFFSET(varFont, font_vtt) + pass + if vtt_compile: print(f"[{familyName}] Compiling VTT") + + tree = ET.ElementTree() + TSICfile = tempfile.NamedTemporaryFile() + varFont.saveXML(TSICfile.name, tables=["TSIC"]) + tree = ET.parse(TSICfile.name) vttLib.compile_instructions(varFont, ship=True) + tsic.makeCVAR(varFont, tree) + + else: + file_path = Path(str(file_path)[:-4]+"_VTT.ttf") set_overlap_flag(varFont) # last minute manual corrections to set things correctly - manualHacks(varFont) - + # flag to enable proper rendering + # Adjusted the font full name so that it aligns with font spec, and also shows as expected! + # Adjusting postscript name to make room for the upcoming Italic + # Helping mac office generage the postscript name correctly for variable fonts + varFont["head"].flags = 0x000b + varFont["name"].setName(familyName, 4, 3, 1, 1033) + varFont["name"].setName(familyName.replace(" ","")+"-Roman", 6, 3, 1, 1033) + varFont["name"].setName("Roman", 17, 3, 1, 1033) + varFont["name"].setName(familyName.replace(" ","")+"Roman", 25, 3, 1, 1033) print(f"[{familyName}] Saving") file_path.parent.mkdir(exist_ok=True, parents=True) @@ -250,6 +274,8 @@ def ttfautohint(path: str) -> None: "ttfautohint", "--stem-width", "nsn", + "--increase-x-height", + "0", "--reference", os.fspath(OUTPUT_STATIC_TTF_DIR / "CascadiaCode-Regular.ttf"), path, @@ -302,7 +328,7 @@ def ttfautohint(path: str) -> None: ) ) if args.mono: - processes.append( + processes.append( pool.apply_async( build_font_variable, ( diff --git a/requirements.in b/requirements.in index 81676dcf7..d7bf5d58e 100644 --- a/requirements.in +++ b/requirements.in @@ -8,3 +8,4 @@ statmake vttLib skia-pathops fontTools[ufo,lxml,woff] +vttmisc diff --git a/requirements.txt b/requirements.txt index 07691de8d..9f17aa5c5 100755 --- a/requirements.txt +++ b/requirements.txt @@ -14,9 +14,10 @@ compreffor==0.5.0 # via ufo2ft cu2qu==1.6.7 # via fontmake, ufo2ft fontmake==2.2.1 # via -r requirements.in fontmath==0.6.0 # via fontmake -fonttools[lxml,ufo,unicode,woff]==4.15.0 # via -r requirements.in, booleanoperations, cffsubr, compreffor, cu2qu, fontmake, fontmath, glyphslib, psautohint, statmake, ufo2ft, ufolib2, vttlib +fonttools[lxml,ufo,unicode,woff]==4.15.0 # via -r requirements.in, booleanoperations, cffsubr, compreffor, cu2qu, fontmake, fontmath, glyphslib, psautohint, statmake, ufo2ft, ufolib2, vttlib, vttmisc fs==2.4.11 # via fonttools glyphslib==5.2.0 # via fontmake +importlib-metadata==1.7.0 # via statmake lxml==4.5.2 # via fonttools psautohint==2.1.0 # via -r requirements.in pyclipper==1.2.0 # via booleanoperations @@ -25,10 +26,13 @@ pytz==2020.1 # via fs six==1.15.0 # via fs skia-pathops==0.4.1 # via -r requirements.in statmake==0.3.0 # via -r requirements.in +typing-extensions==3.7.4.3 # via ufolib2 ufo2ft[cffsubr]==2.16.0 # via fontmake ufolib2==0.8.0 # via fontmake, glyphslib, vttlib unicodedata2==13.0.0.post2 # via fonttools vttlib==0.9.1.post2 # via -r requirements.in +vttmisc==0.0.2 # via -r requirements.in +zipp==3.2.0 # via importlib-metadata zopfli==0.1.7 # via fonttools # The following packages are considered to be unsafe in a requirements file: diff --git a/sources/CascadiaCode-Bold.ufo/features.fea b/sources/CascadiaCode-Bold.ufo/features.fea index eae95c9e7..5f4ced14d 100644 --- a/sources/CascadiaCode-Bold.ufo/features.fea +++ b/sources/CascadiaCode-Bold.ufo/features.fea @@ -1,8 +1,8 @@ # automatic -@Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Amacron Aogonek Aring Aringacute Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent H Hbar Hcaron Hcircumflex I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Itilde J Jcircumflex K Kcommaaccent L Lacute Lcaron Lcommaaccent Ldot Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scircumflex Scommaaccent Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Uring Utilde V Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol ]; +@Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol ]; # automatic -@Lowercase = [ Ismall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde schwa ezh f g gbreve gcaron gcircumflex gcommaaccent gdotaccent h hbar hcaron hcircumflex i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek itilde j jdotless jcircumflex k kcommaaccent kgreenlandic l lacute lcaron lcommaaccent ldot lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent s sacute scaron scedilla scircumflex scommaaccent germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek uring utilde v vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol ]; +@Lowercase = [ Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol ]; @OpeningBracket = [ bracketleft braceleft parenleft ]; @@ -14,6 +14,8 @@ @Tall = [ @Uppercase @Digit @OpeningBracket @ClosingBracket bar ]; +@NotSpace = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply fi fl w_w_w.liga ordfeminine ordmasculine nmod wmod ymod A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol thetamod zmod zero one two three four five six seven eight nine zero.zero zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk exclamdouble numbersign onedotenleader overline slash backslash colon.center parenleft parenright braceleft braceright bracketleft bracketright heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament hyphen softhyphen endash emdash horizontalbar hyphentwo nonbreakinghyphen underscore underscoredbl quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright quotereversed guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga braceright_numbersign.liga bracketleft_bar.liga bracketright_numbersign.liga period_hyphen.liga period_period.liga period_period_period.liga period_period_equal.liga period_period_less.liga period_question.liga period_equal.liga colon_colon.liga colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga colon_slash_slash.liga semicolon_semicolon.liga exclam_period.liga exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga exclam_equal_equal.liga question_period.liga question_colon.liga question_question.liga question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga asterisk_asterisk_asterisk.liga asterisk_greater.liga asterisk_slash.liga numbersign_parenleft.liga numbersign_braceleft.liga numbersign_bracketleft.liga numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga slash_backslash.liga backslash_slash.liga backslash_backslash.liga underscore_underscore.liga hyphen_middle.seq hyphen_start.seq hyphen_end.seq colon_equal_middle.seq exclam_equal_middle.seq numbersign_end.seq numbersign_middle.seq numbersign_start.seq slash_equal_end.seq slash_equal_middle.seq slash_equal_start.seq slash_slash_equal_end.seq slash_slash_equal_middle.seq slash_slash_equal_start.seq underscore_end.seq underscore_middle.seq underscore_start.seq anoteleia questiongreek baht cedi cent colonsign currency dollar dong euro eurocurrency florin franc guarani hryvnia kip lari lira liraTurkish manat naira peseta peso ruble rupee rupeeIndian sheqel sterling tenge tugrik won yen bulletoperator divisionslash equivalence horizontallineextension integralbt integraltp logicalnotReversed notidentical plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal asciitilde logicalnot asciicircum infinity intersection integral Ohm increment product summation radical micro partialdiff orthogonal percent perthousand strictlyequivalentto vectorOrCrossProduct greater.center less.center upArrow rightArrow downArrow leftArrow leftRightArrow upDownArrow upDownbaseArrow downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock lowerOneQuarterBlock lowerThreeEighthsBlock lowerHalfBlock lowerFiveEighthsBlock lowerThreeQuartersBlock lowerSevenEighthsBlock fullBlock upperHalfBlock upperOneEighthBlock leftOneEighthBlock leftOneQuarterBlock leftThreeEighthsBlock leftBlock leftFiveEighthsBlock leftThreeQuartersBlock leftSevenEighthsBlock rightBlock rightOneEighthBlock lowerLeftBlock lowerRightBlock upperLeftBlock upperLeftAndLowerLeftAndLowerRightBlock upperLeftAndLowerRightBlock upperLeftAndUpperRightAndLowerLeftBlock upperLeftAndUpperRightAndLowerRightBlock upperRightBlock upperRightAndLowerLeftBlock upperRightAndLowerLeftAndLowerRightBlock shadelight shademedium shadedark blackCircle whiteCircle largeCircle leftHalfBlackWhiteCircle rightHalfBlackWhiteCircle lowerHalfBlackWhiteCircle upperHalfBlackWhiteCircle leftHalfBlackCircle rightHalfBlackCircle upperRightBlackCircle upperLeftWhiteCircle upperLeftQuadrantWhiteCircle lowerLeftQuadrantWhiteCircle lowerRightQuadrantWhiteCircle upperRightQuadrantWhiteCircle verticalFillCircle dottedCircle fisheye bullseye whiteBullet inverseBullet inverseWhiteCircle upperHalfInverseWhiteCircle lowerHalfInverseWhiteCircle upperHalfArc lowerHalfArc upperLeftArc upperRightArc lowerRightArc lowerLeftArc blackDiamond whiteDiamond leftHalfBlackDiamond rightHalfBlackDiamond topHalfBlackDiamond bottomHalfBlackDiamond blackInWhiteDiamond lozenge blackParallelogram whiteParallelogram blackVerticalRect filledRect whiteRect whiteVerticalRect blackSquare whiteSquare whiteRoundedCornersSquare whiteInBlackSquare dottedSquare horizontalFillSquare verticalFillSquare crosshatchFillSquare upperlefttolowerrightFillSquare upperrighttolowerleftFillSquare diagonalcrosshatchFillSquare blackSmallSquare whiteSmallSquare leftHalfBlackSquare rightHalfBlackSquare upperLeftDiagonalHalfBlackSquare lowerRightDiagonalHalfBlackSquare verticalBisectingLineWhiteSquare whiteUpperLeftQuadrantSquare whiteLowerLeftQuadrantSquare whiteLowerRightQuadrantSquare whiteUpperRightQuadrantSquare mediumWhiteSquare mediumBlackSquare mediumWhiteSmallSquare mediumBlackSmallSquare upBlackTriangle rightBlackTriangle downBlackTriangle leftBlackTriangle upWhiteTriangle rightWhiteTriangle downWhiteTriangle leftWhiteTriangle upWhiteTriangleWithDot upLeftHalfBlackTriangle upRightHalfBlackTriangle rightBlackPointer leftBlackPointer rightWhitePointer leftWhitePointer upBlackSmallTriangle rightBlackSmallTriangle downBlackSmallTriangle leftBlackSmallTriangle upWhiteSmallTriangle rightWhiteSmallTriangle downWhiteSmallTriangle leftWhiteSmallTriangle upperRightBlackTriangle lowerRightBlackTriangle lowerLeftBlackTriangle upperLeftBlackTriangle upperRightTriangle lowerRightTriangle lowerLeftTriangle upperLeftTriangle boxDoubleDownAndHorizontal boxDoubleDownAndLeft boxDoubleDownAndRight boxDoubleHorizontal boxDoubleUpAndHorizontal boxDoubleUpAndLeft boxDoubleUpAndRight boxDoubleVertical boxDoubleVerticalAndHorizontal boxDoubleVerticalAndLeft boxDoubleVerticalAndRight boxDownDoubleAndHorizontalSingle boxDownDoubleAndLeftSingle boxDownDoubleAndRightSingle boxDownHeavyAndHorizontalLight boxDownHeavyAndLeftLight boxDownHeavyAndLeftUpLight boxDownHeavyAndRightLight boxDownHeavyAndRightUpLight boxDownHeavyAndUpHorizontalLight boxDownLightAndHorizontalHeavy boxDownLightAndLeftHeavy boxDownLightAndLeftUpHeavy boxDownLightAndRightHeavy boxDownLightAndRightUpHeavy boxDownLightAndUpHorizontalHeavy boxDownSingleAndHorizontalDouble boxDownSingleAndLeftDouble boxDownSingleAndRightDouble boxHeavyDoubleDashHorizontal boxHeavyDoubleDashVertical boxHeavyDown boxHeavyDownAndHorizontal boxHeavyDownAndLeft boxHeavyDownAndRight boxHeavyHorizontal boxHeavyLeft boxHeavyLeftAndLightRight boxHeavyQuadrupleDashHorizontal boxHeavyQuadrupleDashVertical boxHeavyRight boxHeavyTripleDashHorizontal boxHeavyTripleDashVertical boxHeavyUp boxHeavyUpAndHorizontal boxHeavyUpAndLeft boxHeavyUpAndLightDown boxHeavyUpAndRight boxHeavyVertical boxHeavyVerticalAndHorizontal boxHeavyVerticalAndLeft boxHeavyVerticalAndRight boxLeftDownHeavyAndRightUpLight boxLeftHeavyAndRightDownLight boxLeftHeavyAndRightUpLight boxLeftHeavyAndRightVerticalLight boxLeftLightAndRightDownHeavy boxLeftLightAndRightUpHeavy boxLeftLightAndRightVerticalHeavy boxLeftUpHeavyAndRightDownLight boxLightArcDownAndLeft boxLightArcDownAndRight boxLightArcUpAndLeft boxLightArcUpAndRight boxLightDiagonalCross boxLightDiagonalUpperLeftToLowerRight boxLightDiagonalUpperRightToLowerLeft boxLightDoubleDashHorizontal boxLightDoubleDashVertical boxLightDown boxLightDownAndHorizontal boxLightDownAndLeft boxLightDownAndRight boxLightHorizontal boxLightLeft boxLightLeftAndHeavyRight boxLightQuadrupleDashHorizontal boxLightQuadrupleDashVertical boxLightRight boxLightTripleDashHorizontal boxLightTripleDashVertical boxLightUp boxLightUpAndHeavyDown boxLightUpAndHorizontal boxLightUpAndLeft boxLightUpAndRight boxLightVertical boxLightVerticalAndHorizontal boxLightVerticalAndLeft boxLightVerticalAndRight boxRightDownHeavyAndLeftUpLight boxRightHeavyAndLeftDownLight boxRightHeavyAndLeftUpLight boxRightHeavyAndLeftVerticalLight boxRightLightAndLeftDownHeavy boxRightLightAndLeftUpHeavy boxRightLightAndLeftVerticalHeavy boxRightUpHeavyAndLeftDownLight boxUpDoubleAndHorizontalSingle boxUpDoubleAndLeftSingle boxUpDoubleAndRightSingle boxUpHeavyAndDownHorizontalLight boxUpHeavyAndHorizontalLight boxUpHeavyAndLeftDownLight boxUpHeavyAndLeftLight boxUpHeavyAndRightDownLight boxUpHeavyAndRightLight boxUpLightAndDownHorizontalHeavy boxUpLightAndHorizontalHeavy boxUpLightAndLeftDownHeavy boxUpLightAndLeftHeavy boxUpLightAndRightDownHeavy boxUpLightAndRightHeavy boxUpSingleAndHorizontalDouble boxUpSingleAndLeftDouble boxUpSingleAndRightDouble boxVerticalDoubleAndHorizontalSingle boxVerticalDoubleAndLeftSingle boxVerticalDoubleAndRightSingle boxVerticalHeavyAndHorizontalLight boxVerticalHeavyAndLeftLight boxVerticalHeavyAndRightLight boxVerticalLightAndHorizontalHeavy boxVerticalLightAndLeftHeavy boxVerticalLightAndRightHeavy boxVerticalSingleAndHorizontalDouble boxVerticalSingleAndLeftDouble boxVerticalSingleAndRightDouble lowerOneEighthBlock.stypo lowerOneQuarterBlock.stypo lowerThreeEighthsBlock.stypo lowerHalfBlock.stypo lowerFiveEighthsBlock.stypo lowerThreeQuartersBlock.stypo lowerSevenEighthsBlock.stypo fullBlock.stypo upperHalfBlock.stypo upperOneEighthBlock.stypo leftOneEighthBlock.stypo leftOneQuarterBlock.stypo leftThreeEighthsBlock.stypo leftBlock.stypo leftFiveEighthsBlock.stypo leftThreeQuartersBlock.stypo leftSevenEighthsBlock.stypo rightBlock.stypo rightOneEighthBlock.stypo lowerLeftBlock.stypo lowerRightBlock.stypo upperLeftBlock.stypo upperLeftAndLowerLeftAndLowerRightBlock.stypo upperLeftAndLowerRightBlock.stypo upperLeftAndUpperRightAndLowerLeftBlock.stypo upperLeftAndUpperRightAndLowerRightBlock.stypo upperRightBlock.stypo upperRightAndLowerLeftBlock.stypo upperRightAndLowerLeftAndLowerRightBlock.stypo shadelight.stypo shademedium.stypo shadedark.stypo reversedRotatedFloralHeartBullet whiteSmilingFace blackSmilingFace sunWithRays venus mars spadeBlackSuit clubBlackSuit heartBlackSuit diamondBlackSuit checkmark rotatedFloralHeartBullet acknowledgeControl backspaceControl at ampersand paragraph section copyright registered published trademark careof degree minute second bar brokenbar dagger literSign daggerdbl estimated numero bellControl blackHexagon blackHorizontalEllipse blackLargeCircle blackLargeSquare blackMediumDiamond blackMediumDownTriangleCentred blackMediumLeftTriangleCentred blackMediumLozenge blackMediumRightTriangleCentred blackMediumUpTriangleCentred blackPentagon blackSmallDiamond blackSmallLozenge blackVerticalEllipse blackVerysmallSquare blank blankSymbol bottomHalfBlackCircle cancelControl carriageReturnControl dataLinkEscapeControl deleteControl deleteFormTwoControl deviceControlFourControl deviceControlOneControl deviceControlThreeControl deviceControlTwoControl endOfMediumControl endOfTextControl endOfTransmissionBlockControl endOfTransmissionControl enquiryControl escapeControl fileSeparatorControl formFeedControl groupSeparatorControl horizontalBlackHexagon horizontalTabulationControl house returnsymbol lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare negativeAcknowledgeControl newlineControl nullControl prescription recordSeparatorControl shiftInControl shiftOutControl spaceControl startOfHeadingControl startOfTextControl substituteControl substituteFormTwoControl synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare unitSeparatorControl verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare whiteMediumDiamond whiteMediumLozenge whitePentagon whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare acknowledgeControl.ss20 backspaceControl.ss20 bellControl.ss20 cancelControl.ss20 carriageReturnControl.ss20 dataLinkEscapeControl.ss20 endOfMediumControl.ss20 endOfTextControl.ss20 endOfTransmissionBlockControl.ss20 endOfTransmissionControl.ss20 enquiryControl.ss20 escapeControl.ss20 formFeedControl.ss20 horizontalTabulationControl.ss20 lineFeedControl.ss20 negativeAcknowledgeControl.ss20 shiftInControl.ss20 shiftOutControl.ss20 startOfHeadingControl.ss20 startOfTextControl.ss20 substituteControl.ss20 synchronousIdleControl.ss20 verticalTabulationControl.ss20 ampersand_ampersand.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga bar_bar_bar.liga bar_bar_bar_greater.liga bar_bar_greater.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga equal_equal.liga equal_equal_equal.liga greater_equal.liga greater_greater.liga greater_greater_greater.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga less_bar.liga less_bar_bar.liga less_bar_bar_bar.liga less_bar_greater.liga less_dollar.liga less_dollar_greater.liga less_plus.liga less_plus_greater.liga less_equal.liga less_greater.liga less_less.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga less_asciitilde_asciitilde.liga less_slash.liga less_slash_greater.liga asciitilde_hyphen.liga asciitilde_at.liga asciitilde_equal.liga asciitilde_greater.liga asciitilde_asciitilde.liga asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga bar_underscore_middle.seq bar_bar_equal_middle.seq bar_equal_middle.seq bar_bar_equal_end.seq bar_bar_equal_start.seq bar_bar_hyphen_middle.seq bar_hyphen_middle.seq bar_bar_hyphen_end.seq bar_bar_hyphen_start.seq bar_equal_end.seq bar_equal_start.seq bar_hyphen_end.seq bar_hyphen_start.seq equal_middle.seq equal_end.seq equal_start.seq greater_greater_equal_middle.seq greater_equal_middle.seq greater_greater_equal_end.seq greater_greater_equal_start.seq greater_equal_start.seq greater_equal_end.seq greater_greater_hyphen_middle.seq greater_hyphen_middle.seq greater_greater_hyphen_end.seq greater_greater_hyphen_start.seq greater_hyphen_start.seq greater_hyphen_end.seq less_less_equal_middle.seq less_equal_middle.seq less_less_equal_end.seq less_less_equal_start.seq less_equal_end.seq less_equal_start.seq less_less_hyphen_middle.seq less_hyphen_middle.seq less_less_hyphen_end.seq less_less_hyphen_start.seq less_hyphen_end.seq less_hyphen_start.seq note-musical notedbl-musical blank-braille dots1-braille dots12-braille dots123-braille dots1234-braille dots12345-braille dots123456-braille dots1234567-braille dots12345678-braille dots1234568-braille dots123457-braille dots1234578-braille dots123458-braille dots12346-braille dots123467-braille dots1234678-braille dots123468-braille dots12347-braille dots123478-braille dots12348-braille dots1235-braille dots12356-braille dots123567-braille dots1235678-braille dots123568-braille dots12357-braille dots123578-braille dots12358-braille dots1236-braille dots12367-braille dots123678-braille dots12368-braille dots1237-braille dots12378-braille dots1238-braille dots124-braille dots1245-braille dots12456-braille dots124567-braille dots1245678-braille dots124568-braille dots12457-braille dots124578-braille dots12458-braille dots1246-braille dots12467-braille dots124678-braille dots12468-braille dots1247-braille dots12478-braille dots1248-braille dots125-braille dots1256-braille dots12567-braille dots125678-braille dots12568-braille dots1257-braille dots12578-braille dots1258-braille dots126-braille dots1267-braille dots12678-braille dots1268-braille dots127-braille dots1278-braille dots128-braille dots13-braille dots134-braille dots1345-braille dots13456-braille dots134567-braille dots1345678-braille dots134568-braille dots13457-braille dots134578-braille dots13458-braille dots1346-braille dots13467-braille dots134678-braille dots13468-braille dots1347-braille dots13478-braille dots1348-braille dots135-braille dots1356-braille dots13567-braille dots135678-braille dots13568-braille dots1357-braille dots13578-braille dots1358-braille dots136-braille dots1367-braille dots13678-braille dots1368-braille dots137-braille dots1378-braille dots138-braille dots14-braille dots145-braille dots1456-braille dots14567-braille dots145678-braille dots14568-braille dots1457-braille dots14578-braille dots1458-braille dots146-braille dots1467-braille dots14678-braille dots1468-braille dots147-braille dots1478-braille dots148-braille dots15-braille dots156-braille dots1567-braille dots15678-braille dots1568-braille dots157-braille dots1578-braille dots158-braille dots16-braille dots167-braille dots1678-braille dots168-braille dots17-braille dots178-braille dots18-braille dots2-braille dots23-braille dots234-braille dots2345-braille dots23456-braille dots234567-braille dots2345678-braille dots234568-braille dots23457-braille dots234578-braille dots23458-braille dots2346-braille dots23467-braille dots234678-braille dots23468-braille dots2347-braille dots23478-braille dots2348-braille dots235-braille dots2356-braille dots23567-braille dots235678-braille dots23568-braille dots2357-braille dots23578-braille dots2358-braille dots236-braille dots2367-braille dots23678-braille dots2368-braille dots237-braille dots2378-braille dots238-braille dots24-braille dots245-braille dots2456-braille dots24567-braille dots245678-braille dots24568-braille dots2457-braille dots24578-braille dots2458-braille dots246-braille dots2467-braille dots24678-braille dots2468-braille dots247-braille dots2478-braille dots248-braille dots25-braille dots256-braille dots2567-braille dots25678-braille dots2568-braille dots257-braille dots2578-braille dots258-braille dots26-braille dots267-braille dots2678-braille dots268-braille dots27-braille dots278-braille dots28-braille dots3-braille dots34-braille dots345-braille dots3456-braille dots34567-braille dots345678-braille dots34568-braille dots3457-braille dots34578-braille dots3458-braille dots346-braille dots3467-braille dots34678-braille dots3468-braille dots347-braille dots3478-braille dots348-braille dots35-braille dots356-braille dots3567-braille dots35678-braille dots3568-braille dots357-braille dots3578-braille dots358-braille dots36-braille dots367-braille dots3678-braille dots368-braille dots37-braille dots378-braille dots38-braille dots4-braille dots45-braille dots456-braille dots4567-braille dots45678-braille dots4568-braille dots457-braille dots4578-braille dots458-braille dots46-braille dots467-braille dots4678-braille dots468-braille dots47-braille dots478-braille dots48-braille dots5-braille dots56-braille dots567-braille dots5678-braille dots568-braille dots57-braille dots578-braille dots58-braille dots6-braille dots67-braille dots678-braille dots68-braille dots7-braille dots78-braille dots8-braille numeral-greek lowernumeral-greek apostrophemod colontriangularmod commaturnedmod firsttonechinese glottalstopmod dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb tonos tonos.case dieresistonos brevecomb-cy brevecomb-cy.case LIG ]; + # Prefix: Languagesystems # automatic languagesystem DFLT dflt; @@ -46,556 +48,233 @@ feature ss02; feature zero; feature ss19; feature rclt; +feature zero; +feature ss20; } aalt; feature calt { -### start of generated calt -lookup bar_bar_bar_greater { - ignore sub bar bar' bar bar greater; - ignore sub bar' bar bar greater greater; - sub LIG LIG LIG greater' by bar_bar_bar_greater.liga; - sub LIG LIG bar' greater by LIG; - sub LIG bar' bar greater by LIG; - sub bar' bar bar greater by LIG; -} bar_bar_bar_greater; - -lookup less_bar_bar_bar { - ignore sub less less' bar bar bar; - ignore sub less' bar bar bar bar; - sub LIG LIG LIG bar' by less_bar_bar_bar.liga; - sub LIG LIG bar' bar by LIG; - sub LIG bar' bar bar by LIG; - sub less' bar bar bar by LIG; -} less_bar_bar_bar; - -lookup less_equal_equal_greater { - ignore sub less less' equal equal greater; - ignore sub less' equal equal greater greater; - ignore sub parenleft question less' equal equal greater; - sub LIG LIG LIG greater' by less_equal_equal_greater.liga; - sub LIG LIG equal' greater by LIG; - sub LIG equal' equal greater by LIG; - sub less' equal equal greater by LIG; -} less_equal_equal_greater; - -lookup less_exclam_hyphen_hyphen { - ignore sub less less' exclam hyphen hyphen; - ignore sub less' exclam hyphen hyphen hyphen; - ignore sub parenleft question less' exclam hyphen hyphen; - sub LIG LIG LIG hyphen' by less_exclam_hyphen_hyphen.liga; - sub LIG LIG hyphen' hyphen by LIG; - sub LIG exclam' hyphen hyphen by LIG; - sub less' exclam hyphen hyphen by LIG; -} less_exclam_hyphen_hyphen; - -lookup numbersign_numbersign_numbersign_numbersign { - ignore sub numbersign numbersign' numbersign numbersign numbersign; - ignore sub numbersign' numbersign numbersign numbersign numbersign; - sub LIG LIG LIG numbersign' by numbersign_numbersign_numbersign_numbersign.liga; - sub LIG LIG numbersign' numbersign by LIG; - sub LIG numbersign' numbersign numbersign by LIG; - sub numbersign' numbersign numbersign numbersign by LIG; -} numbersign_numbersign_numbersign_numbersign; - -lookup asciitilde_asciitilde_greater { - ignore sub asciitilde asciitilde' asciitilde greater; - ignore sub asciitilde' asciitilde greater greater; - sub LIG LIG greater' by asciitilde_asciitilde_greater.liga; - sub LIG asciitilde' greater by LIG; - sub asciitilde' asciitilde greater by LIG; -} asciitilde_asciitilde_greater; - -lookup asterisk_asterisk_asterisk { - ignore sub asterisk asterisk' asterisk asterisk; - ignore sub asterisk' asterisk asterisk asterisk; - ignore sub slash asterisk' asterisk asterisk; - ignore sub asterisk' asterisk asterisk slash; - sub LIG LIG asterisk' by asterisk_asterisk_asterisk.liga; - sub LIG asterisk' asterisk by LIG; - sub asterisk' asterisk asterisk by LIG; -} asterisk_asterisk_asterisk; - -lookup bar_bar_equal { - ignore sub bar bar' bar equal; - ignore sub bar' bar equal equal; - sub LIG LIG equal' by bar_bar_equal.liga; - sub LIG bar' equal by LIG; - sub bar' bar equal by LIG; -} bar_bar_equal; - -lookup bar_bar_greater { - ignore sub bar bar' bar greater; - ignore sub bar' bar greater greater; - ignore sub less bar' bar greater; - sub LIG LIG greater' by bar_bar_greater.liga; - sub LIG bar' greater by LIG; - sub bar' bar greater by LIG; -} bar_bar_greater; - -lookup colon_colon_colon { - ignore sub colon colon' colon colon; - ignore sub colon' colon colon colon; - ignore sub parenleft question colon' colon colon; - sub LIG LIG colon' by colon_colon_colon.liga; - sub LIG colon' colon by LIG; - sub colon' colon colon by LIG; -} colon_colon_colon; +### Less - It is convenient to have this lookup set at the start. +lookup less_asciitilde { + ignore sub less less' asciitilde; + ignore sub less' asciitilde asciitilde asciitilde; + sub less_asciitilde.liga asciitilde' by LIG; + sub less' asciitilde by less_asciitilde.liga; +} less_asciitilde; -lookup colon_colon_equal { - ignore sub colon colon' colon equal; - ignore sub colon' colon equal equal; - ignore sub parenleft question colon' colon equal; - sub LIG LIG equal' by colon_colon_equal.liga; - sub LIG colon' equal by LIG; - sub colon' colon equal by LIG; -} colon_colon_equal; +lookup less_asciitilde_asciitilde { + sub less_asciitilde_asciitilde.liga LIG asciitilde' by LIG; + sub less_asciitilde.liga' LIG asciitilde by less_asciitilde_asciitilde.liga; +} less_asciitilde_asciitilde; -lookup colon_slash_slash { - ignore sub colon colon' slash slash; - ignore sub colon' slash slash slash; - sub LIG LIG slash' by colon_slash_slash.liga; - sub LIG slash' slash by LIG; - sub colon' slash slash by LIG; -} colon_slash_slash; +lookup less_asterisk { + ignore sub less less' asterisk; + ignore sub less' asterisk asterisk; + sub less_asterisk.liga asterisk' by LIG; + sub less' asterisk by less_asterisk.liga; +} less_asterisk; -lookup equal_colon_equal { - ignore sub equal equal' colon equal; - ignore sub equal' colon equal equal; - ignore sub parenleft question equal' colon equal; - ignore sub parenleft question less equal' colon equal; - sub LIG LIG equal' by equal_colon_equal.liga; - sub LIG colon' equal by LIG; - sub equal' colon equal by LIG; -} equal_colon_equal; +lookup less_dollar { + ignore sub less less' dollar; + ignore sub less' dollar dollar; + sub less_dollar.liga dollar' by LIG; + sub less' dollar by less_dollar.liga; +} less_dollar; -lookup equal_equal_equal { - ignore sub equal equal' equal equal; - ignore sub equal' equal equal equal; - ignore sub parenleft question equal' equal equal; - ignore sub parenleft question less equal' equal equal; - sub LIG LIG equal' by equal_equal_equal.liga; - sub LIG equal' equal by LIG; - sub equal' equal equal by LIG; -} equal_equal_equal; +lookup less_equal { + ignore sub less less' equal; + ignore sub less' equal equal; + ignore sub parenleft question less' equal; + ignore sub equal less' equal; + ignore sub less' equal [less greater bar colon exclam slash]; + sub less_equal.liga equal' by LIG; + sub less' equal by less_equal.liga; +} less_equal; -lookup equal_equal_greater { - ignore sub equal equal' equal greater; - ignore sub equal' equal greater greater; - ignore sub parenleft question equal' equal greater; - ignore sub parenleft question less equal' equal greater; - sub LIG LIG greater' by equal_equal_greater.liga; - sub LIG equal' greater by LIG; - sub equal' equal greater by LIG; -} equal_equal_greater; - -lookup equal_exclam_equal { - ignore sub equal equal' exclam equal; - ignore sub equal' exclam equal equal; - ignore sub parenleft question equal' exclam equal; - ignore sub parenleft question less equal' exclam equal; - sub LIG LIG equal' by equal_exclam_equal.liga; - sub LIG exclam' equal by LIG; - sub equal' exclam equal by LIG; -} equal_exclam_equal; - -lookup equal_greater_greater { - ignore sub equal equal' greater greater; - ignore sub equal' greater greater greater; - ignore sub parenleft question equal' greater greater; - ignore sub parenleft question less equal' greater greater; - sub LIG LIG greater' by equal_greater_greater.liga; - sub LIG greater' greater by LIG; - sub equal' greater greater by LIG; -} equal_greater_greater; - -lookup equal_less_less { - ignore sub equal equal' less less; - ignore sub equal' less less less; - ignore sub parenleft question equal' less less; - ignore sub parenleft question less equal' less less; - sub LIG LIG less' by equal_less_less.liga; - sub LIG less' less by LIG; - sub equal' less less by LIG; -} equal_less_less; - -lookup equal_slash_equal { - ignore sub equal equal' slash equal; - ignore sub equal' slash equal equal; - ignore sub parenleft question equal' slash equal; - ignore sub parenleft question less equal' slash equal; - sub LIG LIG equal' by equal_slash_equal.liga; - sub LIG slash' equal by LIG; - sub equal' slash equal by LIG; -} equal_slash_equal; +lookup less_greater { + ignore sub less less' greater; + ignore sub less' greater greater; + sub less_greater.liga greater' by LIG; + sub less' greater by less_greater.liga; +} less_greater; -lookup exclam_equal_equal { - ignore sub exclam exclam' equal equal; - ignore sub exclam' equal equal equal; - ignore sub parenleft question exclam' equal equal; - ignore sub parenleft question less exclam' equal equal; - sub LIG LIG equal' by exclam_equal_equal.liga; - sub LIG equal' equal by LIG; - sub exclam' equal equal by LIG; -} exclam_equal_equal; +lookup less_plus { + ignore sub less less' plus; + ignore sub less' plus plus; + sub less_plus.liga plus' by LIG; + sub less' plus by less_plus.liga; +} less_plus; -lookup exclam_exclam_period { - ignore sub exclam exclam' exclam period; - ignore sub exclam' exclam period period; - ignore sub parenleft question exclam' exclam period; - ignore sub parenleft question less exclam' exclam period; - sub LIG LIG period' by exclam_exclam_period.liga; - sub LIG exclam' period by LIG; - sub exclam' exclam period by LIG; -} exclam_exclam_period; +lookup less_slash { + ignore sub less less' slash; + ignore sub less' slash slash; + sub less_slash.liga slash' by LIG; + sub less' slash by less_slash.liga; +} less_slash; -lookup greater_equal_greater { - ignore sub greater greater' equal greater; - ignore sub greater' equal greater greater; - sub LIG LIG greater' by greater_equal_greater.liga; - sub LIG equal' greater by LIG; - sub greater' equal greater by LIG; -} greater_equal_greater; - -lookup greater_greater_equal { - ignore sub greater greater' greater equal; - ignore sub greater' greater equal equal; - sub LIG LIG equal' by greater_greater_equal.liga; - sub LIG greater' equal by LIG; - sub greater' greater equal by LIG; -} greater_greater_equal; +lookup less_bar { + ignore sub less less' bar; + ignore sub less' bar bar bar bar; + ignore sub less' bar bar greater; + sub less_bar.liga bar' by LIG; + sub less' bar by less_bar.liga; +} less_bar; -lookup greater_greater_greater { - ignore sub greater greater' greater greater; - ignore sub greater' greater greater greater; - ignore sub asterisk greater' greater greater; - ignore sub plus greater' greater greater; - ignore sub dollar greater' greater greater; - sub LIG LIG greater' by greater_greater_greater.liga; - sub LIG greater' greater by LIG; - sub greater' greater greater by LIG; -} greater_greater_greater; +lookup less_bar_bar { + sub less_bar_bar.liga LIG bar' by LIG; + sub less_bar.liga' LIG bar by less_bar_bar.liga; +} less_bar_bar; -lookup greater_greater_hyphen { - ignore sub greater greater' greater hyphen; - ignore sub greater' greater hyphen hyphen; - sub LIG LIG hyphen' by greater_greater_hyphen.liga; - sub LIG greater' hyphen by LIG; - sub greater' greater hyphen by LIG; -} greater_greater_hyphen; - -lookup greater_hyphen_greater { - ignore sub greater greater' hyphen greater; - ignore sub greater' hyphen greater greater; - sub LIG LIG greater' by greater_hyphen_greater.liga; - sub LIG hyphen' greater by LIG; - sub greater' hyphen greater by LIG; -} greater_hyphen_greater; - -lookup hyphen_greater_greater { - ignore sub hyphen hyphen' greater greater; - ignore sub hyphen' greater greater greater; - sub LIG LIG greater' by hyphen_greater_greater.liga; - sub LIG greater' greater by LIG; - sub hyphen' greater greater by LIG; -} hyphen_greater_greater; - -lookup hyphen_hyphen_greater { - ignore sub hyphen hyphen' hyphen greater; - ignore sub hyphen' hyphen greater greater; - sub LIG LIG greater' by hyphen_hyphen_greater.liga; - sub LIG hyphen' greater by LIG; - sub hyphen' hyphen greater by LIG; -} hyphen_hyphen_greater; +lookup less_bar_bar_bar { + sub less_bar_bar_bar.liga LIG LIG bar' by LIG; + sub less_bar_bar.liga' LIG LIG bar by less_bar_bar_bar.liga; +} less_bar_bar_bar; -lookup hyphen_hyphen_hyphen { - ignore sub hyphen hyphen' hyphen hyphen; - ignore sub hyphen' hyphen hyphen hyphen; - sub LIG LIG hyphen' by hyphen_hyphen_hyphen.liga; - sub LIG hyphen' hyphen by LIG; - sub hyphen' hyphen hyphen by LIG; -} hyphen_hyphen_hyphen; +# generally it is useful to have the duplicating sequences in a row. This avoids potential badness. -lookup hyphen_less_less { - ignore sub hyphen hyphen' less less; - ignore sub hyphen' less less less; - sub LIG LIG less' by hyphen_less_less.liga; - sub LIG less' less by LIG; - sub hyphen' less less by LIG; -} hyphen_less_less; +lookup less_less { + ignore sub less less' less; + ignore sub less' less less less; + ignore sub less' less [asterisk plus dollar]; + ignore sub [hyphen equal] less' less; + ignore sub less' less hyphen; + ignore sub less' less equal [equal less greater bar colon exclam slash]; + ignore sub less' less less [asterisk plus dollar]; + sub less_less.liga less' by LIG; + sub less' less by less_less.liga; +} less_less; -lookup less_asciitilde_asciitilde { - ignore sub less less' asciitilde asciitilde; - ignore sub less' asciitilde asciitilde asciitilde; - sub LIG LIG asciitilde' by less_asciitilde_asciitilde.liga; - sub LIG asciitilde' asciitilde by LIG; - sub less' asciitilde asciitilde by LIG; -} less_asciitilde_asciitilde; +lookup less_less_less { + sub less_less_less.liga LIG less' by LIG; + sub less_less.liga' LIG less by less_less_less.liga; +} less_less_less; lookup less_asciitilde_greater { - ignore sub less less' asciitilde greater; - ignore sub less' asciitilde greater greater; - sub LIG LIG greater' by less_asciitilde_greater.liga; - sub LIG asciitilde' greater by LIG; - sub less' asciitilde greater by LIG; + ignore sub less_asciitilde.liga' LIG greater greater; + sub less_asciitilde_greater.liga LIG greater' by LIG; + sub less_asciitilde.liga' LIG greater by less_asciitilde_greater.liga; } less_asciitilde_greater; lookup less_asterisk_greater { - sub LIG LIG greater' by less_asterisk_greater.liga; - sub LIG asterisk' greater by LIG; - sub less' asterisk greater by LIG; + sub less_asterisk_greater.liga LIG greater' by LIG; + sub less_asterisk.liga' LIG greater by less_asterisk_greater.liga; } less_asterisk_greater; -lookup less_bar_bar { - ignore sub less less' bar bar; - ignore sub less' bar bar bar; - ignore sub less' bar bar greater; - sub LIG LIG bar' by less_bar_bar.liga; - sub LIG bar' bar by LIG; - sub less' bar bar by LIG; -} less_bar_bar; - -lookup less_bar_greater { - ignore sub less less' bar greater; - ignore sub less' bar greater greater; - sub LIG LIG greater' by less_bar_greater.liga; - sub LIG bar' greater by LIG; - sub less' bar greater by LIG; -} less_bar_greater; - lookup less_dollar_greater { - sub LIG LIG greater' by less_dollar_greater.liga; - sub LIG dollar' greater by LIG; - sub less' dollar greater by LIG; + sub less_dollar_greater.liga LIG greater' by LIG; + sub less_dollar.liga' LIG greater by less_dollar_greater.liga; } less_dollar_greater; -lookup less_equal_equal { - ignore sub less less' equal equal; - ignore sub less' equal equal equal; - ignore sub parenleft question less' equal equal; - sub LIG LIG equal' by less_equal_equal.liga; - sub LIG equal' equal by LIG; - sub less' equal equal by LIG; -} less_equal_equal; - -lookup less_equal_greater { - ignore sub less less' equal greater; - ignore sub less' equal greater greater; - ignore sub parenleft question less' equal greater; - sub LIG LIG greater' by less_equal_greater.liga; - sub LIG equal' greater by LIG; - sub less' equal greater by LIG; -} less_equal_greater; - -lookup less_equal_less { - ignore sub less less' equal less; - ignore sub less' equal less less; - ignore sub parenleft question less' equal less; - sub LIG LIG less' by less_equal_less.liga; - sub LIG equal' less by LIG; - sub less' equal less by LIG; -} less_equal_less; - -lookup less_hyphen_greater { - ignore sub less less' hyphen greater; - ignore sub less' hyphen greater greater; - sub LIG LIG greater' by less_hyphen_greater.liga; - sub LIG hyphen' greater by LIG; - sub less' hyphen greater by LIG; -} less_hyphen_greater; - -lookup less_hyphen_hyphen { - ignore sub less less' hyphen hyphen; - ignore sub less' hyphen hyphen hyphen; - sub LIG LIG hyphen' by less_hyphen_hyphen.liga; - sub LIG hyphen' hyphen by LIG; - sub less' hyphen hyphen by LIG; -} less_hyphen_hyphen; - -lookup less_hyphen_less { - ignore sub less less' hyphen less; - ignore sub less' hyphen less less; - sub LIG LIG less' by less_hyphen_less.liga; - sub LIG hyphen' less by LIG; - sub less' hyphen less by LIG; -} less_hyphen_less; - -lookup less_less_equal { - ignore sub less less' less equal; - ignore sub less' less equal equal; - sub LIG LIG equal' by less_less_equal.liga; - sub LIG less' equal by LIG; - sub less' less equal by LIG; -} less_less_equal; - -lookup less_less_hyphen { - ignore sub less less' less hyphen; - ignore sub less' less hyphen hyphen; - sub LIG LIG hyphen' by less_less_hyphen.liga; - sub LIG less' hyphen by LIG; - sub less' less hyphen by LIG; -} less_less_hyphen; - -lookup less_less_less { - ignore sub less less' less less; - ignore sub less' less less less; - ignore sub less' less less asterisk; - ignore sub less' less less plus; - ignore sub less' less less dollar; - sub LIG LIG less' by less_less_less.liga; - sub LIG less' less by LIG; - sub less' less less by LIG; -} less_less_less; - lookup less_plus_greater { - sub LIG LIG greater' by less_plus_greater.liga; - sub LIG plus' greater by LIG; - sub less' plus greater by LIG; + sub less_plus_greater.liga LIG greater' by LIG; + sub less_plus.liga' LIG greater by less_plus_greater.liga; } less_plus_greater; lookup less_slash_greater { - ignore sub less less' slash greater; - ignore sub less' slash greater greater; - sub LIG LIG greater' by less_slash_greater.liga; - sub LIG slash' greater by LIG; - sub less' slash greater by LIG; + ignore sub less_slash.liga' LIG greater greater; + sub less_slash_greater.liga LIG greater' by LIG; + sub less_slash.liga' LIG greater by less_slash_greater.liga; } less_slash_greater; -lookup numbersign_numbersign_numbersign { - ignore sub numbersign numbersign' numbersign numbersign; - ignore sub numbersign' numbersign numbersign numbersign; - sub LIG LIG numbersign' by numbersign_numbersign_numbersign.liga; - sub LIG numbersign' numbersign by LIG; - sub numbersign' numbersign numbersign by LIG; -} numbersign_numbersign_numbersign; - -lookup numbersign_underscore_parenleft { - ignore sub numbersign numbersign' underscore parenleft; - ignore sub numbersign' underscore parenleft parenleft; - sub LIG LIG parenleft' by numbersign_underscore_parenleft.liga; - sub LIG underscore' parenleft by LIG; - sub numbersign' underscore parenleft by LIG; -} numbersign_underscore_parenleft; - -lookup period_period_less { - ignore sub period period' period less; - ignore sub period' period less less; - sub LIG LIG less' by period_period_less.liga; - sub LIG period' less by LIG; - sub period' period less by LIG; -} period_period_less; - -lookup period_period_period { - ignore sub period period' period period; - ignore sub period' period period period; - sub LIG LIG period' by period_period_period.liga; - sub LIG period' period by LIG; - sub period' period period by LIG; -} period_period_period; - -lookup plus_plus_plus { - ignore sub plus plus' plus plus; - ignore sub plus' plus plus plus; - sub LIG LIG plus' by plus_plus_plus.liga; - sub LIG plus' plus by LIG; - sub plus' plus plus by LIG; -} plus_plus_plus; - -lookup slash_equal_equal { - ignore sub slash slash' equal equal; - ignore sub slash' equal equal equal; - sub LIG LIG equal' by slash_equal_equal.liga; - sub LIG equal' equal by LIG; - sub slash' equal equal by LIG; -} slash_equal_equal; - -lookup slash_slash_slash { - ignore sub slash slash' slash slash; - ignore sub slash' slash slash slash; - sub LIG LIG slash' by slash_slash_slash.liga; - sub LIG slash' slash by LIG; - sub slash' slash slash by LIG; -} slash_slash_slash; +lookup less_bar_greater { + ignore sub less_bar.liga' LIG greater greater; + sub less_bar_greater.liga LIG greater' by LIG; + sub less_bar.liga' LIG greater by less_bar_greater.liga; +} less_bar_greater; -lookup underscore_bar_underscore { - ignore sub underscore underscore' bar underscore; - ignore sub underscore' bar underscore underscore; - sub LIG LIG underscore' by underscore_bar_underscore.liga; - sub LIG bar' underscore by LIG; - sub underscore' bar underscore by LIG; -} underscore_bar_underscore; +lookup less_exclam_hyphen_hyphen { + ignore sub less less' exclam hyphen hyphen; + ignore sub less' exclam hyphen hyphen hyphen; + ignore sub parenleft question less' exclam hyphen hyphen; + sub less_exclam_hyphen_hyphen.liga LIG LIG hyphen' by LIG; + sub less_exclam_hyphen_hyphen.liga LIG hyphen' hyphen by LIG; + sub less_exclam_hyphen_hyphen.liga exclam' hyphen hyphen by LIG; + sub less' exclam hyphen hyphen by less_exclam_hyphen_hyphen.liga; +} less_exclam_hyphen_hyphen; -lookup w_w_w { - ignore sub w w' w w; - ignore sub w' w w w; - sub LIG LIG w' by w_w_w.liga; - sub LIG w' w by LIG; - sub w' w w by LIG; -} w_w_w; +### Ampersand lookup ampersand_ampersand { ignore sub ampersand ampersand' ampersand; ignore sub ampersand' ampersand ampersand; - sub LIG ampersand' by ampersand_ampersand.liga; - sub ampersand' ampersand by LIG; + sub ampersand_ampersand.liga ampersand' by LIG; + sub ampersand' ampersand by ampersand_ampersand.liga; } ampersand_ampersand; + +### Asciicircum lookup asciicircum_equal { ignore sub asciicircum asciicircum' equal; ignore sub asciicircum' equal equal; - sub LIG equal' by asciicircum_equal.liga; - sub asciicircum' equal by LIG; + sub asciicircum_equal.liga equal' by LIG; + sub asciicircum' equal by asciicircum_equal.liga; } asciicircum_equal; + +### Asciitilde lookup asciitilde_asciitilde { ignore sub asciitilde asciitilde' asciitilde; ignore sub asciitilde' asciitilde asciitilde; - sub LIG asciitilde' by asciitilde_asciitilde.liga; - sub asciitilde' asciitilde by LIG; + sub asciitilde_asciitilde.liga asciitilde' by LIG; + sub asciitilde' asciitilde by asciitilde_asciitilde.liga; } asciitilde_asciitilde; lookup asciitilde_at { ignore sub asciitilde asciitilde' at; ignore sub asciitilde' at at; - sub LIG at' by asciitilde_at.liga; - sub asciitilde' at by LIG; + sub asciitilde_at.liga at' by LIG; + sub asciitilde' at by asciitilde_at.liga; } asciitilde_at; -lookup asciitilde_equal { - ignore sub asciitilde asciitilde' equal; - ignore sub asciitilde' equal equal; - sub LIG equal' by asciitilde_equal.liga; - sub asciitilde' equal by LIG; -} asciitilde_equal; - lookup asciitilde_greater { ignore sub asciitilde asciitilde' greater; ignore sub asciitilde' greater greater; - sub LIG greater' by asciitilde_greater.liga; - sub asciitilde' greater by LIG; + sub asciitilde_greater.liga greater' by LIG; + sub asciitilde' greater by asciitilde_greater.liga; } asciitilde_greater; lookup asciitilde_hyphen { ignore sub asciitilde asciitilde' hyphen; ignore sub asciitilde' hyphen hyphen; - sub LIG hyphen' by asciitilde_hyphen.liga; - sub asciitilde' hyphen by LIG; + sub asciitilde_hyphen.liga hyphen' by LIG; + sub asciitilde' hyphen by asciitilde_hyphen.liga; } asciitilde_hyphen; +lookup asciitilde_asciitilde_greater { + ignore sub asciitilde_asciitilde.liga' LIG greater greater; + sub asciitilde_asciitilde_greater.liga LIG greater' by LIG; + sub asciitilde_asciitilde.liga' LIG greater by asciitilde_asciitilde_greater.liga; +} asciitilde_asciitilde_greater; + +lookup asciitilde_equal { + ignore sub asciitilde asciitilde' equal; + ignore sub asciitilde' equal equal; + sub asciitilde_equal.liga equal' by LIG; + sub asciitilde' equal by asciitilde_equal.liga; +} asciitilde_equal; + + +### Asterisk lookup asterisk_asterisk { ignore sub asterisk asterisk' asterisk; - ignore sub asterisk' asterisk asterisk; + ignore sub asterisk' asterisk asterisk asterisk; ignore sub slash asterisk' asterisk; ignore sub asterisk' asterisk slash; - sub LIG asterisk' by asterisk_asterisk.liga; - sub asterisk' asterisk by LIG; + sub asterisk_asterisk.liga asterisk' by LIG; + sub asterisk' asterisk by asterisk_asterisk.liga; } asterisk_asterisk; +lookup asterisk_asterisk_asterisk { + ignore sub asterisk_asterisk.liga' LIG asterisk slash; + sub asterisk_asterisk_asterisk.liga LIG asterisk' by LIG; + sub asterisk_asterisk.liga' LIG asterisk by asterisk_asterisk_asterisk.liga; +} asterisk_asterisk_asterisk; + lookup asterisk_greater { ignore sub asterisk asterisk' greater; ignore sub asterisk' greater greater; - sub LIG greater' by asterisk_greater.liga; - sub asterisk' greater by LIG; + sub asterisk_greater.liga greater' by LIG; + sub asterisk' greater by asterisk_greater.liga; } asterisk_greater; lookup asterisk_slash { @@ -603,523 +282,742 @@ lookup asterisk_slash { ignore sub asterisk' slash slash; ignore sub slash asterisk' slash; ignore sub asterisk' slash asterisk; - sub LIG slash' by asterisk_slash.liga; - sub asterisk' slash by LIG; + sub asterisk_slash.liga slash' by LIG; + sub asterisk' slash by asterisk_slash.liga; } asterisk_slash; +lookup asterisk_parenright { + ignore sub asterisk asterisk' parenright; + ignore sub asterisk' parenright parenright; + sub asterisk_parenright.liga parenright' by LIG; + sub asterisk' parenright by asterisk_parenright.liga; +} asterisk_parenright; + +### Backslash +lookup backslash_slash { + ignore sub @NotSpace backslash' slash; + ignore sub backslash' slash @NotSpace; + sub backslash_slash.liga slash' by LIG; + sub backslash' slash by backslash_slash.liga; +} backslash_slash; + +lookup backslash_backslash { + ignore sub backslash backslash' backslash; + ignore sub backslash' backslash backslash; + sub backslash_backslash.liga backslash' by LIG; + sub backslash' backslash by backslash_backslash.liga; +} backslash_backslash; + + +### Bar lookup bar_bar { ignore sub bar bar' bar; - ignore sub bar' bar bar; - sub LIG bar' by bar_bar.liga; - sub bar' bar by LIG; + ignore sub bar' bar bar bar; + ignore sub [hyphen equal] bar' bar; + ignore sub bar' bar [hyphen equal]; + ignore sub bar' bar bar [hyphen equal]; + ignore sub bar' bar equal [equal less greater bar colon exclam slash]; + ignore sub bar bar' bar greater; + ignore sub [less greater] bar' bar [less greater]; + ignore sub less bar' bar; + ignore sub less bar bar'; + sub bar_bar.liga bar' by LIG; + sub bar' bar by bar_bar.liga; } bar_bar; +lookup bar_bar_bar { + sub bar_bar_bar.liga LIG bar' by LIG; + sub bar_bar.liga' LIG bar by bar_bar_bar.liga; +} bar_bar_bar; + +lookup bar_greater { + ignore sub bar bar' greater; + ignore sub bar' greater greater; + ignore sub less bar bar' greater; + sub bar_greater.liga greater' by LIG; + sub bar' greater by bar_greater.liga; +} bar_greater; + lookup bar_braceright { ignore sub bar bar' braceright; ignore sub bar' braceright braceright; ignore sub braceleft bar' braceright; - sub LIG braceright' by bar_braceright.liga; - sub bar' braceright by LIG; + sub bar_braceright.liga braceright' by LIG; + sub bar' braceright by bar_braceright.liga; } bar_braceright; lookup bar_bracketright { ignore sub bar bar' bracketright; ignore sub bar' bracketright bracketright; ignore sub bracketleft bar' bracketright; - sub LIG bracketright' by bar_bracketright.liga; - sub bar' bracketright by LIG; + sub bar_bracketright.liga bracketright' by LIG; + sub bar' bracketright by bar_bracketright.liga; } bar_bracketright; -lookup bar_equal { - ignore sub bar bar' equal; - ignore sub bar' equal equal; - sub LIG equal' by bar_equal.liga; - sub bar' equal by LIG; -} bar_equal; +lookup bar_bar_greater { + ignore sub bar_bar.liga' LIG greater greater; + sub bar_bar_greater.liga LIG greater' by LIG; + sub bar_bar.liga' LIG greater by bar_bar_greater.liga; +} bar_bar_greater; -lookup bar_greater { - ignore sub bar bar' greater; - ignore sub bar' greater greater; - sub LIG greater' by bar_greater.liga; - sub bar' greater by LIG; -} bar_greater; +lookup bar_bar_bar_greater { + ignore sub bar_bar_bar.liga' LIG LIG greater greater; + sub bar_bar_bar_greater.liga LIG LIG greater' by LIG; + sub bar_bar_bar.liga' LIG LIG greater by bar_bar_bar_greater.liga; + +} bar_bar_bar_greater; -lookup bar_hyphen { - ignore sub bar bar' hyphen; - ignore sub bar' hyphen hyphen; - ignore sub bar' hyphen bar; - sub LIG hyphen' by bar_hyphen.liga; - sub bar' hyphen by LIG; -} bar_hyphen; +### Brace left lookup braceleft_bar { ignore sub braceleft braceleft' bar; ignore sub braceleft' bar bar; ignore sub braceleft' bar braceright; - sub LIG bar' by braceleft_bar.liga; - sub braceleft' bar by LIG; + sub braceleft_bar.liga bar' by LIG; + sub braceleft' bar by braceleft_bar.liga; } braceleft_bar; +### Brace right +lookup braceright_numbersign { + ignore sub braceright braceright' numbersign; + ignore sub braceright' numbersign numbersign; + sub braceright_numbersign.liga numbersign' by LIG; + sub braceright' numbersign by braceright_numbersign.liga; +} braceright_numbersign; + +### Bracket left lookup bracketleft_bar { ignore sub bracketleft bracketleft' bar; ignore sub bracketleft' bar bar; ignore sub bracketleft' bar bracketright; - sub LIG bar' by bracketleft_bar.liga; - sub bracketleft' bar by LIG; + sub bracketleft_bar.liga bar' by LIG; + sub bracketleft' bar by bracketleft_bar.liga; } bracketleft_bar; + +### Bracket right lookup bracketright_numbersign { ignore sub bracketright bracketright' numbersign; ignore sub bracketright' numbersign numbersign; - sub LIG numbersign' by bracketright_numbersign.liga; - sub bracketright' numbersign by LIG; + sub bracketright_numbersign.liga numbersign' by LIG; + sub bracketright' numbersign by bracketright_numbersign.liga; } bracketright_numbersign; + +### Colon lookup colon_colon { ignore sub colon colon' colon; - ignore sub colon' colon colon; + ignore sub colon' colon colon colon; ignore sub parenleft question colon' colon; - sub LIG colon' by colon_colon.liga; - sub colon' colon by LIG; + ignore sub colon' colon [less greater]; + ignore sub [less greater] colon' colon; + sub colon_colon.liga colon' by LIG; + sub colon' colon by colon_colon.liga; } colon_colon; +lookup colon_colon_colon { + sub colon_colon_colon.liga LIG colon' by LIG; + sub colon_colon.liga' LIG colon by colon_colon_colon.liga; +} colon_colon_colon; + lookup colon_equal { ignore sub colon colon' equal; ignore sub colon' equal equal; ignore sub parenleft question colon' equal; - sub LIG equal' by colon_equal.liga; - sub colon' equal by LIG; + ignore sub equal colon' equal; + sub colon_equal.liga equal' by LIG; + sub colon' equal by colon_equal.liga; } colon_equal; -lookup colon_greater { - ignore sub colon colon' greater; - ignore sub colon' greater greater; - ignore sub parenleft question colon' greater; - ignore sub colon' greater equal; - sub LIG greater' by colon_greater.liga; - sub colon' greater by LIG; -} colon_greater; - -lookup colon_less { - ignore sub colon colon' less; - ignore sub colon' less less; - ignore sub parenleft question colon' less; - sub LIG less' by colon_less.liga; - sub colon' less by LIG; -} colon_less; +lookup colon_colon_equal { + ignore sub colon_colon.liga' LIG equal equal; + sub colon_colon_equal.liga LIG equal' by LIG; + sub colon_colon.liga' LIG equal by colon_colon_equal.liga; +} colon_colon_equal; + +lookup colon_slash_slash { + ignore sub colon colon' slash slash; + ignore sub colon' slash slash slash; + sub colon_slash_slash.liga LIG slash' by LIG; + sub colon_slash_slash.liga slash' slash by LIG; + sub colon' slash slash by colon_slash_slash.liga; +} colon_slash_slash; + +## Dollar lookup dollar_greater { ignore sub dollar dollar' greater; ignore sub dollar' greater greater; - sub LIG greater' by dollar_greater.liga; - sub dollar' greater by LIG; + sub dollar_greater.liga greater' by LIG; + sub dollar' greater by dollar_greater.liga; } dollar_greater; -lookup equal_equal { - ignore sub equal equal' equal; - ignore sub equal' equal equal; - ignore sub parenleft question equal' equal; - ignore sub parenleft question less equal' equal; - sub LIG equal' by equal_equal.liga; - sub equal' equal by LIG; -} equal_equal; - -lookup equal_greater { - ignore sub equal equal' greater; - ignore sub equal' greater greater; - ignore sub parenleft question equal' greater; - ignore sub parenleft question less equal' greater; - sub LIG greater' by equal_greater.liga; - sub equal' greater by LIG; -} equal_greater; +### Exclam (for equal see below) lookup exclam_equal { ignore sub exclam exclam' equal; - ignore sub exclam' equal equal; + ignore sub exclam' equal equal equal; ignore sub parenleft question exclam' equal; ignore sub parenleft question less exclam' equal; - sub LIG equal' by exclam_equal.liga; - sub exclam' equal by LIG; + ignore sub equal exclam' equal; + sub exclam_equal.liga equal' by LIG; + sub exclam' equal by exclam_equal.liga; } exclam_equal; +lookup exclam_equal_equal { + sub exclam_equal_equal.liga LIG equal' by LIG; + sub exclam_equal.liga' LIG equal by exclam_equal_equal.liga; +} exclam_equal_equal; + lookup exclam_exclam { ignore sub exclam exclam' exclam; ignore sub exclam' exclam exclam; ignore sub parenleft question exclam' exclam; ignore sub parenleft question less exclam' exclam; - sub LIG exclam' by exclam_exclam.liga; - sub exclam' exclam by LIG; + sub exclam_exclam.liga exclam' by LIG; + sub exclam' exclam by exclam_exclam.liga; } exclam_exclam; -lookup greater_colon { - ignore sub greater greater' colon; - ignore sub greater' colon colon; - sub LIG colon' by greater_colon.liga; - sub greater' colon by LIG; -} greater_colon; - -lookup greater_equal { - ignore sub greater greater' equal; - ignore sub greater' equal equal; - ignore sub greater' equal less; - sub LIG equal' by greater_equal.liga; - sub greater' equal by LIG; -} greater_equal; +lookup exclam_exclam_period { + ignore sub exclam_exclam.liga' LIG period period; + sub exclam_exclam_period.liga LIG period' by LIG; + sub exclam_exclam.liga' LIG period by exclam_exclam_period.liga; +} exclam_exclam_period; -lookup greater_greater { - ignore sub greater greater' greater; - ignore sub greater' greater greater; - ignore sub asterisk greater' greater; - ignore sub plus greater' greater; - ignore sub dollar greater' greater; - sub LIG greater' by greater_greater.liga; - sub greater' greater by LIG; -} greater_greater; +lookup exclam_period { + ignore sub exclam exclam' period; + ignore sub exclam' period period; + sub exclam_period.liga period' by LIG; + sub exclam' period by exclam_period.liga; +} exclam_period; + +lookup exclam_colon { + ignore sub exclam exclam' colon; + ignore sub exclam' colon colon; + sub exclam_colon.liga colon' by LIG; + sub exclam' colon by exclam_colon.liga; +} exclam_colon; + +## Equal - Made sense to shift this below the exclam to avoid issues +lookup equal_equal { + ignore sub equal equal' equal; + ignore sub equal' equal equal equal; + ignore sub parenleft question equal' equal; + ignore sub parenleft question less equal' equal; + ignore sub less question equal' equal; + ignore sub bracketleft equal' equal; + ignore sub equal' equal bracketright; + ignore sub equal [colon exclam] equal' equal; + ignore sub [less greater bar slash] equal' equal; + ignore sub equal' equal [less greater bar slash] ; + ignore sub equal' equal [colon exclam] equal; + sub equal_equal.liga equal' by LIG; + sub equal' equal by equal_equal.liga; +} equal_equal; -lookup greater_hyphen { - ignore sub greater greater' hyphen; - ignore sub greater' hyphen hyphen; - sub LIG hyphen' by greater_hyphen.liga; - sub greater' hyphen by LIG; -} greater_hyphen; +lookup equal_equal_equal { + sub equal_equal_equal.liga LIG equal' by LIG; + sub equal_equal.liga' LIG equal by equal_equal_equal.liga; +} equal_equal_equal; +### Hyphen lookup hyphen_asciitilde { ignore sub hyphen hyphen' asciitilde; ignore sub hyphen' asciitilde asciitilde; - sub LIG asciitilde' by hyphen_asciitilde.liga; - sub hyphen' asciitilde by LIG; + sub hyphen_asciitilde.liga asciitilde' by LIG; + sub hyphen' asciitilde by hyphen_asciitilde.liga; } hyphen_asciitilde; -lookup hyphen_bar { - ignore sub hyphen hyphen' bar; - ignore sub hyphen' bar bar; - ignore sub bar hyphen' bar; - sub LIG bar' by hyphen_bar.liga; - sub hyphen' bar by LIG; -} hyphen_bar; - -lookup hyphen_greater { - ignore sub hyphen hyphen' greater; - ignore sub hyphen' greater greater; - sub LIG greater' by hyphen_greater.liga; - sub hyphen' greater by LIG; -} hyphen_greater; - lookup hyphen_hyphen { ignore sub hyphen hyphen' hyphen; - ignore sub hyphen' hyphen hyphen; - sub LIG hyphen' by hyphen_hyphen.liga; - sub hyphen' hyphen by LIG; + ignore sub hyphen' hyphen hyphen hyphen; + ignore sub [less greater bar] hyphen' hyphen; + ignore sub hyphen' hyphen [less greater bar]; + sub hyphen_hyphen.liga hyphen' by LIG; + sub hyphen' hyphen by hyphen_hyphen.liga; } hyphen_hyphen; -lookup hyphen_less { - ignore sub hyphen hyphen' less; - ignore sub hyphen' less less; - sub LIG less' by hyphen_less.liga; - sub hyphen' less by LIG; -} hyphen_less; - -lookup less_asciitilde { - ignore sub less less' asciitilde; - ignore sub less' asciitilde asciitilde; - sub LIG asciitilde' by less_asciitilde.liga; - sub less' asciitilde by LIG; -} less_asciitilde; - -lookup less_asterisk { - ignore sub less less' asterisk; - ignore sub less' asterisk asterisk; - sub LIG asterisk' by less_asterisk.liga; - sub less' asterisk by LIG; -} less_asterisk; - -lookup less_bar { - ignore sub less less' bar; - ignore sub less' bar bar; - sub LIG bar' by less_bar.liga; - sub less' bar by LIG; -} less_bar; - -lookup less_colon { - ignore sub less less' colon; - ignore sub less' colon colon; - sub LIG colon' by less_colon.liga; - sub less' colon by LIG; -} less_colon; - -lookup less_dollar { - ignore sub less less' dollar; - ignore sub less' dollar dollar; - sub LIG dollar' by less_dollar.liga; - sub less' dollar by LIG; -} less_dollar; - -lookup less_equal { - ignore sub less less' equal; - ignore sub less' equal equal; - ignore sub parenleft question less' equal; - sub LIG equal' by less_equal.liga; - sub less' equal by LIG; -} less_equal; +lookup hyphen_hyphen_hyphen { + ignore sub hyphen_hyphen.liga' LIG hyphen [less greater bar]; + sub hyphen_hyphen_hyphen.liga LIG hyphen' by LIG; + sub hyphen_hyphen.liga' LIG hyphen by hyphen_hyphen_hyphen.liga; +} hyphen_hyphen_hyphen; -lookup less_greater { - ignore sub less less' greater; - ignore sub less' greater greater; - sub LIG greater' by less_greater.liga; - sub less' greater by LIG; -} less_greater; -lookup less_hyphen { - ignore sub less less' hyphen; - ignore sub less' hyphen hyphen; - sub LIG hyphen' by less_hyphen.liga; - sub less' hyphen by LIG; -} less_hyphen; +### Greater +lookup greater_greater { + ignore sub greater greater' greater; + ignore sub greater' greater greater greater; + ignore sub [asterisk plus dollar] greater' greater; + ignore sub [hyphen equal] greater' greater; + ignore sub greater' greater hyphen; + ignore sub greater' greater equal [equal less greater bar colon exclam slash]; + sub greater_greater.liga greater' by LIG; + sub greater' greater by greater_greater.liga; +} greater_greater; -lookup less_less { - ignore sub less less' less; - ignore sub less' less less; - ignore sub less' less asterisk; - ignore sub less' less plus; - ignore sub less' less dollar; - sub LIG less' by less_less.liga; - sub less' less by LIG; -} less_less; +lookup greater_greater_greater { + sub greater_greater_greater.liga LIG greater' by LIG; + sub greater_greater.liga' LIG greater by greater_greater_greater.liga; +} greater_greater_greater; -lookup less_plus { - ignore sub less less' plus; - ignore sub less' plus plus; - sub LIG plus' by less_plus.liga; - sub less' plus by LIG; -} less_plus; +lookup greater_equal { + ignore sub greater greater' equal; + ignore sub greater' equal equal; + ignore sub equal greater' equal; + ignore sub greater' equal [less greater bar colon exclam slash]; + sub greater_equal.liga equal' by LIG; + sub greater' equal by greater_equal.liga; +} greater_equal; -lookup less_slash { - ignore sub less less' slash; - ignore sub less' slash slash; - sub LIG slash' by less_slash.liga; - sub less' slash by LIG; -} less_slash; +### Less moved to top of CALT +### Numbersign lookup numbersign_braceleft { ignore sub numbersign numbersign' braceleft; ignore sub numbersign' braceleft braceleft; - sub LIG braceleft' by numbersign_braceleft.liga; - sub numbersign' braceleft by LIG; + sub numbersign_braceleft.liga braceleft' by LIG; + sub numbersign' braceleft by numbersign_braceleft.liga; } numbersign_braceleft; lookup numbersign_bracketleft { ignore sub numbersign numbersign' bracketleft; ignore sub numbersign' bracketleft bracketleft; - sub LIG bracketleft' by numbersign_bracketleft.liga; - sub numbersign' bracketleft by LIG; + sub numbersign_bracketleft.liga bracketleft' by LIG; + sub numbersign' bracketleft by numbersign_bracketleft.liga; } numbersign_bracketleft; lookup numbersign_colon { ignore sub numbersign numbersign' colon; ignore sub numbersign' colon colon; - sub LIG colon' by numbersign_colon.liga; - sub numbersign' colon by LIG; + sub numbersign_colon.liga colon' by LIG; + sub numbersign' colon by numbersign_colon.liga; } numbersign_colon; lookup numbersign_equal { ignore sub numbersign numbersign' equal; ignore sub numbersign' equal equal; - sub LIG equal' by numbersign_equal.liga; - sub numbersign' equal by LIG; + sub numbersign_equal.liga equal' by LIG; + sub numbersign' equal by numbersign_equal.liga; } numbersign_equal; lookup numbersign_exclam { ignore sub numbersign numbersign' exclam; ignore sub numbersign' exclam exclam; - sub LIG exclam' by numbersign_exclam.liga; - sub numbersign' exclam by LIG; + sub numbersign_exclam.liga exclam' by LIG; + sub numbersign' exclam by numbersign_exclam.liga; } numbersign_exclam; -lookup numbersign_numbersign { - ignore sub numbersign numbersign' numbersign; - ignore sub numbersign' numbersign numbersign; - sub LIG numbersign' by numbersign_numbersign.liga; - sub numbersign' numbersign by LIG; -} numbersign_numbersign; - lookup numbersign_parenleft { ignore sub numbersign numbersign' parenleft; ignore sub numbersign' parenleft parenleft; - sub LIG parenleft' by numbersign_parenleft.liga; - sub numbersign' parenleft by LIG; + sub numbersign_parenleft.liga parenleft' by LIG; + sub numbersign' parenleft by numbersign_parenleft.liga; } numbersign_parenleft; lookup numbersign_question { ignore sub numbersign numbersign' question; ignore sub numbersign' question question; - sub LIG question' by numbersign_question.liga; - sub numbersign' question by LIG; + sub numbersign_question.liga question' by LIG; + sub numbersign' question by numbersign_question.liga; } numbersign_question; lookup numbersign_underscore { ignore sub numbersign numbersign' underscore; ignore sub numbersign' underscore underscore; - sub LIG underscore' by numbersign_underscore.liga; - sub numbersign' underscore by LIG; + sub numbersign_underscore.liga underscore' by LIG; + sub numbersign' underscore by numbersign_underscore.liga; } numbersign_underscore; +lookup numbersign_underscore_parenleft { + ignore sub numbersign_underscore.liga' LIG parenleft parenleft; + sub numbersign_underscore_parenleft.liga LIG parenleft' by LIG; + sub numbersign_underscore.liga' LIG parenleft by numbersign_underscore_parenleft.liga; +} numbersign_underscore_parenleft; + + +### Paren left +lookup parenleft_asterisk { + ignore sub parenleft parenleft' asterisk; + ignore sub parenleft' asterisk asterisk; + sub parenleft_asterisk.liga asterisk' by LIG; + sub parenleft' asterisk by parenleft_asterisk.liga; +} parenleft_asterisk; + + +### Percent lookup percent_percent { ignore sub percent percent' percent; ignore sub percent' percent percent; - sub LIG percent' by percent_percent.liga; - sub percent' percent by LIG; + sub percent_percent.liga percent' by LIG; + sub percent' percent by percent_percent.liga; } percent_percent; + +### Period lookup period_equal { ignore sub period period' equal; ignore sub period' equal equal; - sub LIG equal' by period_equal.liga; - sub period' equal by LIG; + sub period_equal.liga equal' by LIG; + sub period' equal by period_equal.liga; } period_equal; -lookup period_hyphen { - ignore sub period period' hyphen; - ignore sub period' hyphen hyphen; - sub LIG hyphen' by period_hyphen.liga; - sub period' hyphen by LIG; -} period_hyphen; - lookup period_period { ignore sub period period' period; - ignore sub period' period period; - sub LIG period' by period_period.liga; - sub period' period by LIG; + ignore sub period' period period period; + sub period_period.liga period' by LIG; + sub period' period by period_period.liga; } period_period; +lookup period_period_period { + sub period_period_period.liga LIG period' by LIG; + sub period_period.liga' LIG period by period_period_period.liga; +} period_period_period; + lookup period_question { ignore sub period period' question; ignore sub period' question question; - sub LIG question' by period_question.liga; - sub period' question by LIG; + sub period_question.liga question' by LIG; + sub period' question by period_question.liga; } period_question; +lookup period_hyphen { + ignore sub period period' hyphen; + ignore sub period' hyphen hyphen; + sub period_hyphen.liga hyphen' by LIG; + sub period' hyphen by period_hyphen.liga; +} period_hyphen; + +lookup period_period_equal { + ignore sub period_period.liga' LIG equal equal; + sub period_period_equal.liga LIG equal' by LIG; + sub period_period.liga' LIG equal by period_period_equal.liga; +} period_period_equal; + +lookup period_period_less { + ignore sub period_period.liga' LIG less less; + sub period_period_less.liga LIG less' by LIG; + sub period_period.liga' LIG less by period_period_less.liga; +} period_period_less; + + +### Plus lookup plus_greater { ignore sub plus plus' greater; ignore sub plus' greater greater; - sub LIG greater' by plus_greater.liga; - sub plus' greater by LIG; + sub plus_greater.liga greater' by LIG; + sub plus' greater by plus_greater.liga; } plus_greater; lookup plus_plus { ignore sub plus plus' plus; - ignore sub plus' plus plus; - sub LIG plus' by plus_plus.liga; - sub plus' plus by LIG; + ignore sub plus' plus plus plus; + sub plus_plus.liga plus' by LIG; + sub plus' plus by plus_plus.liga; } plus_plus; -lookup question_colon { - ignore sub question question' colon; - ignore sub question' colon colon; - ignore sub parenleft question' colon; - sub LIG colon' by question_colon.liga; - sub question' colon by LIG; -} question_colon; +lookup plus_plus_plus { + ignore sub plus_plus.liga' LIG plus plus; + sub plus_plus_plus.liga LIG plus' by LIG; + sub plus_plus.liga' LIG plus by plus_plus_plus.liga; +} plus_plus_plus; +### Question lookup question_equal { ignore sub question question' equal; ignore sub question' equal equal; ignore sub parenleft question' equal; - sub LIG equal' by question_equal.liga; - sub question' equal by LIG; + ignore sub less question' equal; + sub question_equal.liga equal' by LIG; + sub question' equal by question_equal.liga; } question_equal; lookup question_period { ignore sub question question' period; ignore sub question' period period; - sub LIG period' by question_period.liga; - sub question' period by LIG; + sub question_period.liga period' by LIG; + sub question' period by question_period.liga; } question_period; lookup question_question { ignore sub question question' question; ignore sub question' question question; - sub LIG question' by question_question.liga; - sub question' question by LIG; + sub question_question.liga question' by LIG; + sub question' question by question_question.liga; } question_question; +lookup question_question_equal { + sub question_question_equal.liga LIG equal' by LIG; + sub question_question.liga' LIG equal by question_question_equal.liga; +} question_question_equal; + +lookup question_colon { + ignore sub question question' colon; + ignore sub question' colon colon; + sub question_colon.liga colon' by LIG; + sub question' colon by question_colon.liga; +} question_colon; + +### Semicolon lookup semicolon_semicolon { ignore sub semicolon semicolon' semicolon; ignore sub semicolon' semicolon semicolon; - sub LIG semicolon' by semicolon_semicolon.liga; - sub semicolon' semicolon by LIG; + sub semicolon_semicolon.liga semicolon' by LIG; + sub semicolon' semicolon by semicolon_semicolon.liga; } semicolon_semicolon; + +### Slash lookup slash_asterisk { ignore sub slash slash' asterisk; ignore sub slash' asterisk asterisk; ignore sub slash' asterisk slash; ignore sub asterisk slash' asterisk; - sub LIG asterisk' by slash_asterisk.liga; - sub slash' asterisk by LIG; + sub slash_asterisk.liga asterisk' by LIG; + sub slash' asterisk by slash_asterisk.liga; } slash_asterisk; -lookup slash_equal { - ignore sub slash slash' equal; - ignore sub slash' equal equal; - sub LIG equal' by slash_equal.liga; - sub slash' equal by LIG; -} slash_equal; - lookup slash_greater { ignore sub slash slash' greater; ignore sub slash' greater greater; - sub LIG greater' by slash_greater.liga; - sub slash' greater by LIG; + sub slash_greater.liga greater' by LIG; + sub slash' greater by slash_greater.liga; } slash_greater; lookup slash_slash { ignore sub slash slash' slash; - ignore sub slash' slash slash; - sub LIG slash' by slash_slash.liga; - sub slash' slash by LIG; + ignore sub slash' slash slash slash; + ignore sub equal slash' slash; + ignore sub slash' slash equal; + sub slash_slash.liga slash' by LIG; + sub slash' slash by slash_slash.liga; } slash_slash; -lookup underscore_underscore { - ignore sub underscore underscore' underscore; - ignore sub underscore' underscore underscore; - sub LIG underscore' by underscore_underscore.liga; - sub underscore' underscore by LIG; -} underscore_underscore; -### end of generated calt +lookup slash_slash_slash { + sub slash_slash_slash.liga LIG slash' by LIG; + sub slash_slash.liga' LIG slash by slash_slash_slash.liga; +} slash_slash_slash; -lookup parenleft_asterisk { - ignore sub parenleft parenleft' asterisk; - ignore sub parenleft' asterisk asterisk; - sub LIG asterisk' by parenleft_asterisk.liga; - sub parenleft' asterisk by LIG; -} parenleft_asterisk; +lookup slash_backslash { + ignore sub @NotSpace slash' backslash; + ignore sub slash' backslash @NotSpace; + sub slash_backslash.liga backslash' by LIG; + sub slash' backslash by slash_backslash.liga; +} slash_backslash; + + +### WWW +lookup w_w_w { + ignore sub w w' w w; + ignore sub w' w w w; + sub w_w_w.liga LIG w' by LIG; + sub w_w_w.liga w' w by LIG; + sub w' w w by w_w_w.liga; +} w_w_w; -lookup asterisk_parenright { - ignore sub asterisk asterisk' parenright; - ignore sub asterisk' parenright parenright; - sub LIG parenright' by asterisk_parenright.liga; - sub asterisk' parenright by LIG; -} asterisk_parenright; -lookup backslash_backslash { - ignore sub backslash backslash' backslash; - ignore sub backslash' backslash backslash; - sub LIG backslash' by backslash_backslash.liga; - sub backslash' backslash by LIG; -} backslash_backslash; -sub less asciitilde' greater by asciitilde_asciitilde.liga; +### Vertical-align colon/greater/less + +# :> :< >: <: +# :>: :<: +# <:> >:< <:< >:> +# <::> <::< >::< >::> +# <:::> <:::< >:::< >:::> +# <::::> <::::< >::::< >::::> + +lookup center { + #574 :>= :<= + ignore sub colon' [less greater] [equal hyphen]; + ignore sub colon colon' [less greater]; # ignores the :::< case + + # middles & ends + sub [less.center greater.center colon.center] colon' by colon.center; + sub colon.center [less greater]' by [less.center greater.center]; + + # starts + sub [less greater]' colon by [less.center greater.center]; + sub colon' [less greater] by colon.center; +} center; + +lookup equal_arrows { + # Disable ||| + ignore sub bar bar' bar equal; + ignore sub bar bar' equal; + ignore sub [equal_start.seq equal_middle.seq] bar' bar bar; + + # equal middle & end + sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' [equal less greater bar slash colon exclam] by equal_middle.seq; + + sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' [equal less greater bar slash colon exclam] by equal_middle.seq; + + sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' by equal_end.seq; + + sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' by equal_end.seq; + + + # double middles + sub [equal_start.seq equal_middle.seq] less_less_equal_middle.seq less' equal by LIG; + sub [equal_start.seq equal_middle.seq] less' less equal by less_less_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] greater_greater_equal_middle.seq greater' equal by LIG; + sub [equal_start.seq equal_middle.seq] greater' greater equal by greater_greater_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] bar_bar_equal_middle.seq bar' equal by LIG; + sub [equal_start.seq equal_middle.seq] bar' bar equal by bar_bar_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] slash_slash_equal_middle.seq slash' equal by LIG; + sub [equal_start.seq equal_middle.seq] slash' slash equal by slash_slash_equal_middle.seq; + + # single middles + sub [equal_start.seq equal_middle.seq] less' equal by less_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] greater' equal by greater_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] bar' equal by bar_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] slash' equal by slash_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] colon' equal by colon_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] exclam' equal by exclam_equal_middle.seq; + + # double ends + sub [equal_start.seq equal_middle.seq] less_less_equal_end.seq less' by LIG; + sub [equal_start.seq equal_middle.seq] less' less by less_less_equal_end.seq; + sub [equal_start.seq equal_middle.seq] greater_greater_equal_end.seq greater' by LIG; + sub [equal_start.seq equal_middle.seq] greater' greater by greater_greater_equal_end.seq; + sub [equal_start.seq equal_middle.seq] bar_bar_equal_end.seq bar' by LIG; + sub [equal_start.seq equal_middle.seq] bar' bar by bar_bar_equal_end.seq; + sub [equal_start.seq equal_middle.seq] slash_slash_equal_end.seq slash' by LIG; + sub [equal_start.seq equal_middle.seq] slash' slash by slash_slash_equal_end.seq; + + # single ends + sub [equal_start.seq equal_middle.seq] less' by less_equal_end.seq; + sub [equal_start.seq equal_middle.seq] greater' by greater_equal_end.seq; + sub [equal_start.seq equal_middle.seq] bar' by bar_equal_end.seq; + sub [equal_start.seq equal_middle.seq] slash' by slash_equal_end.seq; + + # double beginnings + sub less_less_equal_start.seq less' equal by LIG; + sub less' less equal by less_less_equal_start.seq; + sub greater_greater_equal_start.seq greater' equal by LIG; + sub greater' greater equal by greater_greater_equal_start.seq; + sub bar_bar_equal_start.seq bar' equal by LIG; + sub bar' bar equal by bar_bar_equal_start.seq; + sub slash_slash_equal_start.seq slash' equal by LIG; + sub slash' slash equal by slash_slash_equal_start.seq; + + # Disable >=< #548 + sub greater' equal less [equal less] by greater_equal_start.seq; + ignore sub greater' equal less; + + # Disable =< #479 #468 #424 #406 #355 #305 + sub equal' less [equal less] by equal_start.seq; + + # Disable =/ #1056 + sub equal' slash [equal slash] by equal_start.seq; + + # single beginnings + sub less' equal [equal less greater bar slash colon exclam] by less_equal_start.seq; # disable >= <= as they're used in math + sub greater' equal [equal less greater bar slash colon exclam] by greater_equal_start.seq; + sub bar' equal [equal less greater bar slash colon exclam] by bar_equal_start.seq; # disable |= + sub slash' equal by slash_equal_start.seq; + sub equal' [equal greater bar colon exclam] by equal_start.seq; + +} equal_arrows; + +### Arbitrary-length arrows #346 + +lookup hyphen_arrows { + # Disable ||| + ignore sub bar bar' bar hyphen; + ignore sub bar bar' hyphen; + ignore sub [hyphen_start.seq hyphen_middle.seq] bar' bar bar; + + # hyphen middle & end + sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' [hyphen less greater bar] by hyphen_middle.seq; + + sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' [hyphen less greater bar] by hyphen_middle.seq; + + sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' by hyphen_end.seq; + + sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' by hyphen_end.seq; + + # double middles + sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_middle.seq less' hyphen by LIG; + sub [hyphen_start.seq hyphen_middle.seq] less' less hyphen by less_less_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_middle.seq greater' hyphen by LIG; + sub [hyphen_start.seq hyphen_middle.seq] greater' greater hyphen by greater_greater_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_middle.seq bar' hyphen by LIG; + sub [hyphen_start.seq hyphen_middle.seq] bar' bar hyphen by bar_bar_hyphen_middle.seq; + + # single middles + sub [hyphen_start.seq hyphen_middle.seq] less' hyphen by less_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater' hyphen by greater_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar' hyphen by bar_hyphen_middle.seq; + + # double ends + sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_end.seq less' by LIG; + sub [hyphen_start.seq hyphen_middle.seq] less' less by less_less_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_end.seq greater' by LIG; + sub [hyphen_start.seq hyphen_middle.seq] greater' greater by greater_greater_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_end.seq bar' by LIG; + sub [hyphen_start.seq hyphen_middle.seq] bar' bar by bar_bar_hyphen_end.seq; + + # single ends + sub [hyphen_start.seq hyphen_middle.seq] less' by less_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater' by greater_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar' by bar_hyphen_end.seq; + + # double beginnings + sub less_less_hyphen_start.seq less' hyphen by LIG; + sub less' less hyphen by less_less_hyphen_start.seq; + sub greater_greater_hyphen_start.seq greater' hyphen by LIG; + sub greater' greater hyphen by greater_greater_hyphen_start.seq; + sub bar_bar_hyphen_start.seq bar' hyphen by LIG; + sub bar' bar hyphen by bar_bar_hyphen_start.seq; + + # single beginnings + sub less' hyphen by less_hyphen_start.seq; + sub greater' hyphen by greater_hyphen_start.seq; + sub bar' hyphen by bar_hyphen_start.seq; + sub hyphen' [hyphen less greater bar] by hyphen_start.seq; +} hyphen_arrows; + +lookup numbersigns { + # middle parts + sub [numbersign_start.seq numbersign_middle.seq] numbersign' numbersign by numbersign_middle.seq; + + # ends + sub [numbersign_start.seq numbersign_middle.seq] numbersign' by numbersign_end.seq; + + # beginnings + sub numbersign' numbersign by numbersign_start.seq; +} numbersigns; + +lookup underscores { + # middle parts + sub [underscore_start.seq underscore_middle.seq] bar' underscore by bar_underscore_middle.seq; + + sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' bar underscore by underscore_middle.seq; + sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' underscore by underscore_middle.seq; + + # ends + sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' by underscore_end.seq; + + # beginnings + sub underscore' bar underscore by underscore_start.seq; + sub underscore' underscore by underscore_start.seq; +} underscores; + +#Other non-ligature bits sub dcaron' [lacute lcaron lcommaaccent ldot lslash b h k l hbar hcircumflex kcommaaccent @Uppercase] by dcaron.alt; } calt; feature ccmp { lookup ccmp_Other_1 { - @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; - @CombiningNonTopAccents = [cedillacomb dotbelowcomb ogonekcomb horncomb]; - sub [i j]' @CombiningTopAccents by [idotless jdotless]; + @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaabovecomb commaaboverightcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; + @CombiningNonTopAccents = [cedillacomb dotbelowcomb lowlinecomb macronbelowcomb ogonekcomb ringbelowcomb horncomb]; + sub [i j i-cy je-cy]' @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningTopAccents by idotless ogonekcomb; - sub [i j]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless]; + sub idotbelow' @CombiningTopAccents by idotless dotbelowcomb; + sub [i j i-cy je-cy]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless idotless jdotless]; + sub iogonek' @CombiningNonTopAccents @CombiningTopAccents by idotless ogonekcomb; + sub idotbelow' @CombiningNonTopAccents @CombiningTopAccents by idotless dotbelowcomb; @Markscomb = [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb horncomb tonos brevecomb-cy]; @MarkscombCase = [dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case tonos.case brevecomb-cy.case]; sub @Markscomb @Markscomb' by @MarkscombCase; @@ -1131,8 +1029,13 @@ lookup ccmp_Other_2 { sub @MarkscombCase @Markscomb' by @MarkscombCase; } ccmp_Other_2; -sub fi by f i; -sub fl by f l; +lookup ccmp_latn_1 { + sub fi by f i; + sub fl by f l; +} ccmp_latn_1; + +script latn; +lookup ccmp_latn_1; } ccmp; feature locl { @@ -1387,11 +1290,57 @@ sub shademedium by shademedium.stypo; sub shadedark by shadedark.stypo; } rclt; +feature zero { +# automatic +sub zero by zero.zero; + +} zero; + +feature ss20 { +# notes: +# Name: +sub acknowledgeControl by acknowledgeControl.ss20; +sub backspaceControl by backspaceControl.ss20; +sub bellControl by bellControl.ss20; +sub cancelControl by cancelControl.ss20; +sub carriageReturnControl by carriageReturnControl.ss20; +sub dataLinkEscapeControl by dataLinkEscapeControl.ss20; +sub deleteControl by deleteFormTwoControl; +sub deviceControlFourControl by upperLeftQuadrantWhiteCircle; +sub deviceControlOneControl by upperRightQuadrantWhiteCircle; +sub deviceControlThreeControl by lowerLeftQuadrantWhiteCircle; +sub deviceControlTwoControl by lowerRightQuadrantWhiteCircle; +sub endOfMediumControl by endOfMediumControl.ss20; +sub endOfTextControl by endOfTextControl.ss20; +sub endOfTransmissionBlockControl by endOfTransmissionBlockControl.ss20; +sub endOfTransmissionControl by endOfTransmissionControl.ss20; +sub enquiryControl by enquiryControl.ss20; +sub escapeControl by escapeControl.ss20; +sub fileSeparatorControl by whiteUpperLeftQuadrantSquare; +sub formFeedControl by formFeedControl.ss20; +sub groupSeparatorControl by whiteLowerLeftQuadrantSquare; +sub horizontalTabulationControl by horizontalTabulationControl.ss20; +sub lineFeedControl by lineFeedControl.ss20; +sub negativeAcknowledgeControl by negativeAcknowledgeControl.ss20; +sub nullControl by whiteSquare; +sub recordSeparatorControl by whiteLowerRightQuadrantSquare; +sub shiftInControl by shiftInControl.ss20; +sub shiftOutControl by shiftOutControl.ss20; +sub spaceControl by upWhiteTriangle; +sub startOfHeadingControl by startOfHeadingControl.ss20; +sub startOfTextControl by startOfTextControl.ss20; +sub substituteControl by substituteControl.ss20; +sub synchronousIdleControl by synchronousIdleControl.ss20; +sub unitSeparatorControl by whiteUpperRightQuadrantSquare; +sub verticalTabulationControl by verticalTabulationControl.ss20; +sub newlineControl by returnsymbol; +} ss20; + table GDEF { # automatic GlyphClassDef - [A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Amacron Aogonek Aring Aringacute Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent H Hbar Hcaron Hcircumflex I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Itilde J Jcircumflex K Kcommaaccent L Lacute Lcaron Lcommaaccent Ldot Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scircumflex Scommaaccent Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Uring Utilde V Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Ismall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde schwa ezh f g gbreve gcaron gcircumflex gcommaaccent gdotaccent h hbar hcaron hcircumflex i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek itilde j jdotless jcircumflex k kcommaaccent kgreenlandic l lacute lcaron lcommaaccent ldot lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent s sacute scaron scedilla scircumflex scommaaccent germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek uring utilde v vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol baht cedi cent colonsign dollar dong franc guarani kip naira peseta peso ruble tugrik won yen Ohm increment micro Alpha-latin Astroke Cstroke Ereversed Gstroke Hdotbelow Iotaafrican Kacute Kdotbelow Klinebelow Lbar Ldotbelow Llinebelow Lmiddletilde Nlinebelow Omacronacute Omacrongrave Rdotbelow Sdotbelow Tdiagonalstroke Tlinebelow Upsilonafrican Gammaafrican Vhook Asmall Gsmall Lsmall alpha-latin eturned gamma-latin glottalstop glottalstopreversed gstroke hdotbelow iota-latin jcaron kdotbelow klinebelow lambdastroke lbar lbelt ldotbelow llinebelow lmiddletilde nlinebelow omacronacute omacrongrave rdotbelow sdotbelow upsilon-latin vhook baht.BRACKET.600 dollar.BRACKET.600], # Base + [A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol baht cedi cent colonsign dollar dong franc guarani kip naira peseta peso ruble tugrik won yen Ohm increment micro], # Base , # Liga - [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb horncomb dotbelowcomb commaaccentcomb cedillacomb ogonekcomb gravetonecomb acutetonecomb dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb brevecomb-cy brevecomb-cy.case commaabovecomb commaaboverightcomb ringbelowcomb macronbelowcomb lowlinecomb], # Mark + [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb brevecomb-cy brevecomb-cy.case], # Mark ; } GDEF; diff --git a/sources/CascadiaCode-Bold.ufo/fontinfo.plist b/sources/CascadiaCode-Bold.ufo/fontinfo.plist index 797d6b29e..29752b60c 100644 --- a/sources/CascadiaCode-Bold.ufo/fontinfo.plist +++ b/sources/CascadiaCode-Bold.ufo/fontinfo.plist @@ -20,9 +20,9 @@ name [locked] x - 1100 + 1117 y - 1080 + 333 angle @@ -42,7 +42,7 @@ x 1052 y - 1500 + -543 angle @@ -50,9 +50,9 @@ name [locked] x - 1276 + 1492 y - 1440 + -819 angle @@ -162,6 +162,36 @@ y 2226 + + angle + 0 + name + [locked] + x + 1117 + y + 1085 + + + angle + 0 + name + [locked] + x + 1117 + y + 843 + + + angle + 0 + name + [locked] + x + 1117 + y + 575 + italicAngle 0 @@ -249,7 +279,7 @@ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR postscriptUnderlinePosition -100 postscriptUnderlineThickness - 50 + 150 styleMapFamilyName Cascadia Code styleMapStyleName diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/A_lpha-latin.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/A_lpha-latin.glif new file mode 100644 index 000000000..19878d823 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/A_lpha-latin.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/G_stroke.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/G_stroke.glif new file mode 100644 index 000000000..9bf86a5bb --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/G_stroke.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/K_aiS_ymbol.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/K_aiS_ymbol.glif new file mode 100644 index 000000000..28f5d8c43 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/K_aiS_ymbol.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/N_hookleft.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/N_hookleft.glif new file mode 100644 index 000000000..4079b04a2 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/N_hookleft.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/asciitilde_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/asciitilde_equal.liga.glif new file mode 100644 index 000000000..f1e9f49c7 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/asciitilde_equal.liga.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/asterisk_parenright.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/asterisk_parenright.liga.glif new file mode 100644 index 000000000..f7d970ec0 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/asterisk_parenright.liga.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/contents.plist b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/contents.plist new file mode 100644 index 000000000..8869ce5de --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/contents.plist @@ -0,0 +1,98 @@ + + + + + Alpha-latin + A_lpha-latin.glif + Gstroke + G_stroke.glif + KaiSymbol + K_aiS_ymbol.glif + Nhookleft + N_hookleft.glif + asciitilde_equal.liga + asciitilde_equal.liga.glif + asterisk_parenright.liga + asterisk_parenright.liga.glif + d + d.glif + dashdownArrow + dashdownA_rrow.glif + dcaron.alt + dcaron.alt.glif + degree + degree.glif + g + g.glif + gheupturn-cy + gheupturn-cy.glif + greater.alt + greater.alt.glif + greater.center + greater.center.glif + greater_greater_equal_end.seq + greater_greater_equal_end.seq.glif + greater_greater_equal_middle.seq + greater_greater_equal_middle.seq.glif + greater_greater_equal_start.seq + greater_greater_equal_start.seq.glif + greater_greater_hyphen_end.seq + greater_greater_hyphen_end.seq.glif + greater_greater_hyphen_middle.seq + greater_greater_hyphen_middle.seq.glif + idotless + idotless.glif + integralbt + integralbt.glif + integraltp + integraltp.glif + ka-cy + ka-cy.glif + kadescender-cy + kadescender-cy.glif + kaiSymbol + kaiS_ymbol.glif + kappa + kappa.glif + less_less_equal_end.seq + less_less_equal_end.seq.glif + less_less_equal_middle.seq + less_less_equal_middle.seq.glif + less_less_equal_start.seq + less_less_equal_start.seq.glif + less_less_hyphen_end.seq + less_less_hyphen_end.seq.glif + less_less_hyphen_middle.seq + less_less_hyphen_middle.seq.glif + less_less_hyphen_start.seq + less_less_hyphen_start.seq.glif + nhookleft + nhookleft.glif + nine + nine.glif + notedbl-musical + notedbl-musical.glif + numbersign_middle.seq + numbersign_middle.seq.glif + numbersign_underscore_parenleft.liga + numbersign_underscore_parenleft.liga.glif + onehalf + onehalf.glif + p + p.glif + parenleft_asterisk.liga + parenleft_asterisk.liga.glif + quotedblbase + quotedblbase.glif + quoteleft + quoteleft.glif + quoteright + quoteright.glif + quotesinglbase + quotesinglbase.glif + rho + rho.glif + six + six.glif + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/d.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/d.glif new file mode 100644 index 000000000..785e98320 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/d.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/dashdownA_rrow.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/dashdownA_rrow.glif new file mode 100644 index 000000000..b5343f5fa --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/dashdownA_rrow.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/dcaron.alt.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/dcaron.alt.glif new file mode 100644 index 000000000..f9d4c562a --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/dcaron.alt.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/degree.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/degree.glif new file mode 100644 index 000000000..3bdbad6ed --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/degree.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/g.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/g.glif new file mode 100644 index 000000000..5d8a35bb2 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/g.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/gheupturn-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/gheupturn-cy.glif new file mode 100644 index 000000000..11eb4455c --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/gheupturn-cy.glif @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater.alt.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater.alt.glif new file mode 100644 index 000000000..5b954ee4b --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater.alt.glif @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater.center.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater.center.glif new file mode 100644 index 000000000..b464e9d4a --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater.center.glif @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_equal_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_equal_end.seq.glif new file mode 100644 index 000000000..51b6fcbec --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_equal_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_equal_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_equal_middle.seq.glif new file mode 100644 index 000000000..39c77d8c6 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_equal_middle.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_equal_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_equal_start.seq.glif new file mode 100644 index 000000000..a51e0edda --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_equal_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_hyphen_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_hyphen_end.seq.glif new file mode 100644 index 000000000..e41abcd4d --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_hyphen_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_hyphen_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_hyphen_middle.seq.glif new file mode 100644 index 000000000..e30676f6f --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater_greater_hyphen_middle.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/idotless.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/idotless.glif new file mode 100644 index 000000000..be66edd1b --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/idotless.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/integralbt.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/integralbt.glif new file mode 100644 index 000000000..6eb9add3f --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/integralbt.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/integraltp.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/integraltp.glif new file mode 100644 index 000000000..019a735a6 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/integraltp.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/ka-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/ka-cy.glif new file mode 100644 index 000000000..b00cc3622 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/ka-cy.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/kadescender-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/kadescender-cy.glif new file mode 100644 index 000000000..97952a9a6 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/kadescender-cy.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/kaiS_ymbol.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/kaiS_ymbol.glif new file mode 100644 index 000000000..8259803b5 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/kaiS_ymbol.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/kappa.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/kappa.glif new file mode 100644 index 000000000..47256d547 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/kappa.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_equal_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_equal_end.seq.glif new file mode 100644 index 000000000..b344a35ac --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_equal_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_equal_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_equal_middle.seq.glif new file mode 100644 index 000000000..fe4f3e0c6 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_equal_middle.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_equal_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_equal_start.seq.glif new file mode 100644 index 000000000..1576ec387 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_equal_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_hyphen_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_hyphen_end.seq.glif new file mode 100644 index 000000000..1819f49a2 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_hyphen_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_hyphen_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_hyphen_middle.seq.glif new file mode 100644 index 000000000..a3c19c424 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_hyphen_middle.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_hyphen_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_hyphen_start.seq.glif new file mode 100644 index 000000000..afbad812f --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/less_less_hyphen_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/nhookleft.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/nhookleft.glif new file mode 100644 index 000000000..27bd61eb4 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/nhookleft.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/nine.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/nine.glif new file mode 100644 index 000000000..5cd82ff01 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/nine.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/notedbl-musical.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/notedbl-musical.glif new file mode 100644 index 000000000..89761d5d8 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/notedbl-musical.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/numbersign_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/numbersign_middle.seq.glif new file mode 100644 index 000000000..8c0492fb5 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/numbersign_middle.seq.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/numbersign_underscore_parenleft.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/numbersign_underscore_parenleft.liga.glif new file mode 100644 index 000000000..980ed0bdf --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/numbersign_underscore_parenleft.liga.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/onehalf.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/onehalf.glif new file mode 100644 index 000000000..2b85f006c --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/onehalf.glif @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/p.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/p.glif new file mode 100644 index 000000000..d8367276c --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/p.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/parenleft_asterisk.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/parenleft_asterisk.liga.glif new file mode 100644 index 000000000..c4d00b114 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/parenleft_asterisk.liga.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/quotedblbase.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/quotedblbase.glif new file mode 100644 index 000000000..ac782e1ee --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/quotedblbase.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/quoteleft.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/quoteleft.glif new file mode 100644 index 000000000..5300ae32e --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/quoteleft.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/quoteright.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/quoteright.glif new file mode 100644 index 000000000..6dba675e6 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/quoteright.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/quotesinglbase.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/quotesinglbase.glif new file mode 100644 index 000000000..531bd36b4 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/quotesinglbase.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/rho.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/rho.glif new file mode 100644 index 000000000..d634535e6 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/rho.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs.public.background/six.glif b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/six.glif new file mode 100644 index 000000000..c0e386be4 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs.public.background/six.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_-cy.glif index c7aa1bf56..bc4915a18 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_.glif index e12f014aa..f752a9067 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_.glif @@ -26,7 +26,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_.half.glif new file mode 100644 index 000000000..e72b89947 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_.half.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_E_acute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_E_acute.glif index 05c93d7fe..677dab82b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_E_acute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_E_acute.glif @@ -3,16 +3,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_acute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_acute.glif index 4a35a8274..1fcefcd8f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_acute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_acute.glif @@ -7,12 +7,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_breve.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_breve.glif index 948779257..a24424ae1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_breve.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_breve.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_breveacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_breveacute.glif index d9f34b366..1f739c6d8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_breveacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_breveacute.glif @@ -4,16 +4,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_brevedotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_brevedotbelow.glif index 90618eaf5..4f3ff7cd5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_brevedotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_brevegrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_brevegrave.glif index 59ce6a659..00eb7fa97 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_brevegrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_brevegrave.glif @@ -4,16 +4,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_brevehookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_brevehookabove.glif index 92e64a109..4e234a828 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_brevehookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_brevehookabove.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_brevetilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_brevetilde.glif index 91990f687..73483f23e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_brevetilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_brevetilde.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_caron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_caron.glif index c6df24df2..69d7a4b91 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_caron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_caron.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflex.glif index cf0294e29..fe7e86585 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflex.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexacute.glif index 368dc1d2b..daaa875f7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexacute.glif @@ -4,16 +4,27 @@ - + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + acutecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexdotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexdotbelow.glif index 087803c52..d5e7c2461 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexdotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexgrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexgrave.glif index f4fdad7db..b1d9220d4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexgrave.glif @@ -4,11 +4,11 @@ - + - + @@ -24,7 +24,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexhookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexhookabove.glif index 8085495ad..2d7ccc2fa 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexhookabove.glif @@ -4,7 +4,7 @@ - + @@ -12,8 +12,19 @@ + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + hookabovecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflextilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflextilde.glif index d6a8362fe..f752badc2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflextilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflextilde.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_dieresis.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_dieresis.glif index 0b361da01..5fd8777f9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_dieresis.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_dieresis.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_dotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_dotbelow.glif index 02a27c548..3f7a330f2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_dotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_grave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_grave.glif index 33ee0a8e4..818dd9759 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_grave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_grave.glif @@ -7,12 +7,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_hookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_hookabove.glif index 2643a507a..6bd799f48 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_hookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_hookabove.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_lpha-latin.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_lpha-latin.glif index 25eb6b9bb..232a55f61 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_lpha-latin.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_lpha-latin.glif @@ -3,60 +3,59 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_lpha.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_lpha.glif index 2f0b268ba..91a5556c8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_lpha.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_lpha.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_lphatonos.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_lphatonos.glif index f76ca80ce..702f7874e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_lphatonos.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_lphatonos.glif @@ -28,10 +28,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_macron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_macron.glif index 50e12bf8b..552fff7f5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_macron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_macron.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_ogonek.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_ogonek.glif index bbd5d0a5e..d5f4b25d3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_ogonek.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_ogonek.glif @@ -2,17 +2,17 @@ - + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_ring.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_ring.glif index b58c004ff..2065bebc0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_ring.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_ring.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_ringacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_ringacute.glif index 033a0ae94..b1c6ad01d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_ringacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_ringacute.glif @@ -2,9 +2,9 @@ - + - + @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_small.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_small.glif index 298ea2419..3fad62e45 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_small.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_small.glif @@ -8,10 +8,10 @@ - - - - + + + + @@ -26,7 +26,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_stroke.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_stroke.glif index 83fe22b2f..886595d7e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_stroke.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_stroke.glif @@ -2,9 +2,9 @@ - + + - @@ -25,7 +25,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/A_tilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/A_tilde.glif index da6e8bd0f..ae61efea3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/A_tilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/A_tilde.glif @@ -4,7 +4,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/B_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/B_.glif index 889155631..911f3d0ee 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/B_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/B_.glif @@ -61,7 +61,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/B_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/B_.half.glif new file mode 100644 index 000000000..d52cc23fe --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/B_.half.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/B_e-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/B_e-cy.glif index 435afa99b..6ca0d8531 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/B_e-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/B_e-cy.glif @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/B_eta.glif b/sources/CascadiaCode-Bold.ufo/glyphs/B_eta.glif index 23a7fabad..04b681245 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/B_eta.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/B_eta.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/C_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/C_.glif index f37196bff..7c96641d3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/C_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/C_.glif @@ -2,42 +2,42 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/C_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/C_.half.glif new file mode 100644 index 000000000..ad32876a9 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/C_.half.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/C_acute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/C_acute.glif index 5322c053d..d73838a13 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/C_acute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/C_acute.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/C_acute.loclP_L_K_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/C_acute.loclP_L_K_.glif index 2ad214032..9fc1ee549 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/C_acute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/C_acute.loclP_L_K_.glif @@ -1,16 +1,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/C_caron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/C_caron.glif index 65fd0efd3..6bffba180 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/C_caron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/C_caron.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/C_cedilla.glif b/sources/CascadiaCode-Bold.ufo/glyphs/C_cedilla.glif index 0f9ed8cfc..efc56b2b1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/C_cedilla.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/C_cedilla.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/C_circumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/C_circumflex.glif index e4d6f46b3..813e2bfba 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/C_circumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/C_circumflex.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/C_dotaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/C_dotaccent.glif index a24c82fbc..c0907030f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/C_dotaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/C_dotaccent.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/C_he-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/C_he-cy.glif index 9d85d6d00..244e964bb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/C_he-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/C_he-cy.glif @@ -2,34 +2,28 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/C_hedescender-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/C_hedescender-cy.glif index c8dbb17da..197ad59d2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/C_hedescender-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/C_hedescender-cy.glif @@ -2,8 +2,8 @@ - - + + @@ -26,8 +26,6 @@ Che-cy - public.markColor - 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/C_hi.glif b/sources/CascadiaCode-Bold.ufo/glyphs/C_hi.glif index 29a5fb4bd..086db1e98 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/C_hi.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/C_hi.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/C_stroke.glif b/sources/CascadiaCode-Bold.ufo/glyphs/C_stroke.glif index 393d9abb6..a9054e7c9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/C_stroke.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/C_stroke.glif @@ -2,21 +2,21 @@ - - + + - - - - + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/D_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/D_.glif index 532cb1464..3463b2e7b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/D_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/D_.glif @@ -2,41 +2,41 @@ - - - + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/D_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/D_.half.glif new file mode 100644 index 000000000..3606d83fc --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/D_.half.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/D_caron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/D_caron.glif index 71d2164fb..c536e449b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/D_caron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/D_caron.glif @@ -2,17 +2,17 @@ - - - + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/D_croat.glif b/sources/CascadiaCode-Bold.ufo/glyphs/D_croat.glif index 65ebd7fac..8b1040c00 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/D_croat.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/D_croat.glif @@ -2,16 +2,16 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/D_e-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/D_e-cy.glif index a5f7d69d9..f0c1ca0e4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/D_e-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/D_e-cy.glif @@ -48,10 +48,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/D_e-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/D_e-cy.loclB_G_R_.glif index 73085d8b5..341a868c9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/D_e-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/D_e-cy.loclB_G_R_.glif @@ -33,10 +33,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/D_elta.glif b/sources/CascadiaCode-Bold.ufo/glyphs/D_elta.glif index 16f9aab59..3e8c41896 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/D_elta.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/D_elta.glif @@ -22,10 +22,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/D_je-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/D_je-cy.glif index 9fe48cc1e..4825329af 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/D_je-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/D_je-cy.glif @@ -2,44 +2,38 @@ - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/D_ze-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/D_ze-cy.glif index fc8a7ca4e..a85a2df8c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/D_ze-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/D_ze-cy.glif @@ -3,14 +3,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/D_zhe-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/D_zhe-cy.glif index 9d0bddb44..76e47e96a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/D_zhe-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/D_zhe-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_-cy.glif index e740dfba1..80de5ebf2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_-cy.glif @@ -40,10 +40,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_.glif index 32441c3c4..2e5ccf19d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_.half.glif new file mode 100644 index 000000000..745a9c243 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_.half.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_acute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_acute.glif index f8c88f439..24e5f75ff 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_acute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_acute.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_breve.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_breve.glif index a7693d52f..aa9af6d2b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_breve.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_breve.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_caron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_caron.glif index 3e69156a7..31fc92631 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_caron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_caron.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflex.glif index 7f2c60f98..6e7040d05 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflex.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexacute.glif index f4a2bcb24..49da7afbd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexacute.glif @@ -4,17 +4,28 @@ - + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + acutecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexdotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexdotbelow.glif index 6c8398fb8..565842d43 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexdotbelow.glif @@ -2,7 +2,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexgrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexgrave.glif index 6642f7d7c..d89adfbd1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexgrave.glif @@ -4,12 +4,12 @@ - + - + @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexhookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexhookabove.glif index c6f440cb7..728482451 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexhookabove.glif @@ -4,7 +4,7 @@ - + @@ -13,8 +13,19 @@ + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + hookabovecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflextilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflextilde.glif index bbc522213..ef5311e3f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflextilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflextilde.glif @@ -4,7 +4,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_dieresis.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_dieresis.glif index fdc4ad5be..d790ca7c0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_dieresis.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_dieresis.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_dotaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_dotaccent.glif index 24eb5985d..ed0c79bf4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_dotaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_dotaccent.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_dotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_dotbelow.glif index 5a33c10dc..87ec20fe7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_dotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_f-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_f-cy.glif index ee680a7e2..02b15bb55 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_f-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_f-cy.glif @@ -48,10 +48,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_f-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_f-cy.loclB_G_R_.glif index 2c8176861..cd59c3387 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_f-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_f-cy.loclB_G_R_.glif @@ -47,10 +47,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_grave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_grave.glif index 633789991..2214ee723 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_grave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_grave.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_hookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_hookabove.glif index 70a21a818..3459f0d6e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_hookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_hookabove.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_l-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_l-cy.glif index 7c4295524..a278878f3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_l-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_l-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_l-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_l-cy.loclB_G_R_.glif index 9c9654772..99ff624a5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_l-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_l-cy.loclB_G_R_.glif @@ -15,10 +15,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_m-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_m-cy.glif index d98122b9f..cddeda4a2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_m-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_m-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_macron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_macron.glif index 9505f03fa..7237f6a1b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_macron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_macron.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_n-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_n-cy.glif index 84d3aec46..1a9199a33 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_n-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_n-cy.glif @@ -9,10 +9,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_ndescender-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_ndescender-cy.glif index 5b06c82da..bc0d6829a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_ndescender-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_ndescender-cy.glif @@ -28,8 +28,6 @@ En-cy - public.markColor - 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_ng.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_ng.glif index 969898e87..255801bea 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_ng.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_ng.glif @@ -2,7 +2,7 @@ - + @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_ogonek.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_ogonek.glif index f1c2385b3..6ec0bc1c0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_ogonek.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_ogonek.glif @@ -2,7 +2,7 @@ - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_psilon.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_psilon.glif index 7762ca32d..a9d002a99 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_psilon.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_psilon.glif @@ -9,10 +9,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_psilontonos.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_psilontonos.glif index e18b1aee4..d1c650d7a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_psilontonos.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_psilontonos.glif @@ -36,10 +36,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_r-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_r-cy.glif index cf0555239..aa71168c9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_r-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_r-cy.glif @@ -2,15 +2,9 @@ - - + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_reversed-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_reversed-cy.glif index 5eb2e3d60..131abafdb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_reversed-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_reversed-cy.glif @@ -40,10 +40,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_reversed.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_reversed.glif index d0a7b98db..deaa0e2b6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_reversed.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_reversed.glif @@ -35,7 +35,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_s-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_s-cy.glif index c2b372e5e..306b6eb48 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_s-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_s-cy.glif @@ -2,15 +2,9 @@ - - + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_sh.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_sh.glif index d692fe5e3..d23391d75 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_sh.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_sh.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_ta.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_ta.glif index 63595138e..6724c725f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_ta.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_ta.glif @@ -9,10 +9,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_tatonos.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_tatonos.glif index 29b1ea339..d2d8e84f8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_tatonos.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_tatonos.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_th.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_th.glif index 0f80ecc67..6f9400089 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_th.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_th.glif @@ -2,15 +2,15 @@ - - - + + + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_tilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_tilde.glif index 1b7b36150..a361524e2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_tilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_tilde.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/E_zh.glif b/sources/CascadiaCode-Bold.ufo/glyphs/E_zh.glif index 7b8598802..3d61e9957 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/E_zh.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/E_zh.glif @@ -6,35 +6,35 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/F_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/F_.glif index 1a8dafa4a..e7dc2f048 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/F_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/F_.glif @@ -6,28 +6,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/F_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/F_.half.glif new file mode 100644 index 000000000..2efa4586f --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/F_.half.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/G_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/G_.glif index a977d8fdf..8d9a4f7dd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/G_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/G_.glif @@ -2,54 +2,54 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/G_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/G_.half.glif new file mode 100644 index 000000000..b1c49a06d --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/G_.half.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/G_amma.glif b/sources/CascadiaCode-Bold.ufo/glyphs/G_amma.glif index 519598c3f..3660a079a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/G_amma.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/G_amma.glif @@ -2,15 +2,9 @@ - - + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/G_ammaafrican.glif b/sources/CascadiaCode-Bold.ufo/glyphs/G_ammaafrican.glif index 156ea994d..db55a48f7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/G_ammaafrican.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/G_ammaafrican.glif @@ -52,7 +52,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/G_breve.glif b/sources/CascadiaCode-Bold.ufo/glyphs/G_breve.glif index 03651601d..0c102b55e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/G_breve.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/G_breve.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/G_caron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/G_caron.glif index bfb638096..5569d0b23 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/G_caron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/G_caron.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/G_circumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/G_circumflex.glif index 9dd5e0a99..b5aeaa548 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/G_circumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/G_circumflex.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/G_commaaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/G_commaaccent.glif index faba36ca2..b611afe32 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/G_commaaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/G_commaaccent.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/G_dotaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/G_dotaccent.glif index bb5491308..10a112588 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/G_dotaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/G_dotaccent.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/G_e-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/G_e-cy.glif index ee2418f0f..bede6d779 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/G_e-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/G_e-cy.glif @@ -18,10 +18,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/G_hestroke-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/G_hestroke-cy.glif index f97340eb3..bf0d20386 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/G_hestroke-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/G_hestroke-cy.glif @@ -2,8 +2,8 @@ - - + + @@ -26,8 +26,6 @@ Ge-cy - public.markColor - 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/G_heupturn-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/G_heupturn-cy.glif index 9c5e9c57e..08afa0631 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/G_heupturn-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/G_heupturn-cy.glif @@ -24,10 +24,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/G_je-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/G_je-cy.glif index 8e8803827..a0c2d98fe 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/G_je-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/G_je-cy.glif @@ -6,12 +6,6 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/G_small.glif b/sources/CascadiaCode-Bold.ufo/glyphs/G_small.glif index a7366ece1..aa08a11b0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/G_small.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/G_small.glif @@ -6,50 +6,50 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/G_stroke.glif b/sources/CascadiaCode-Bold.ufo/glyphs/G_stroke.glif index acd65ad5d..525a96dae 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/G_stroke.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/G_stroke.glif @@ -6,50 +6,50 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/H_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/H_.glif index b7f3fc653..32441d559 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/H_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/H_.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/H_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/H_.half.glif new file mode 100644 index 000000000..2e642c243 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/H_.half.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/H_a-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/H_a-cy.glif index 1a5d40fa8..18b430bef 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/H_a-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/H_a-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/H_adescender-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/H_adescender-cy.glif index 1d3a86827..2efc7069a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/H_adescender-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/H_adescender-cy.glif @@ -26,8 +26,6 @@ Ha-cy - public.markColor - 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/H_ardsign-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/H_ardsign-cy.glif index 285c5cd6f..a585e9a10 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/H_ardsign-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/H_ardsign-cy.glif @@ -2,46 +2,40 @@ - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/H_bar.glif b/sources/CascadiaCode-Bold.ufo/glyphs/H_bar.glif index bfc4d895f..630948959 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/H_bar.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/H_bar.glif @@ -8,10 +8,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/H_caron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/H_caron.glif index fd633b4b4..048ea830f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/H_caron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/H_caron.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/H_circumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/H_circumflex.glif index 32768e9bf..fe645d335 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/H_circumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/H_circumflex.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/H_dotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/H_dotbelow.glif index 47ee20a8b..8548b9258 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/H_dotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/H_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_-cy.glif index 79d8b87b9..feb635915 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_-cy.glif @@ -3,16 +3,10 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_.glif index 28f06e59b..aeb085953 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_.half.glif new file mode 100644 index 000000000..cf45901b7 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_.half.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_J_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_J_.glif index f6054f1d1..c858417e6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_J_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_J_.glif @@ -6,54 +6,52 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - com.schriftgestaltung.Glyphs.glyph.rightMetricsKey - J public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_a-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_a-cy.glif index 2652be116..cd40ea468 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_a-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_a-cy.glif @@ -59,10 +59,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_acute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_acute.glif index 243741bf1..3e74a1a56 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_acute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_acute.glif @@ -3,17 +3,17 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_acute_J_.loclN_L_D_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_acute_J_.loclN_L_D_.glif index ea784391a..a5d0699fd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_acute_J_.loclN_L_D_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_acute_J_.loclN_L_D_.glif @@ -2,7 +2,7 @@ - + @@ -38,7 +38,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_breve.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_breve.glif index 0a66fda67..d8939ff68 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_breve.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_breve.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_circumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_circumflex.glif index e465b4f87..905d72764 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_circumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_circumflex.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_dieresis.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_dieresis.glif index 7885aa404..27edc890e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_dieresis.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_dieresis.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_dotaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_dotaccent.glif index aaed91d11..235a036d0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_dotaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_dotaccent.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_dotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_dotbelow.glif index b6e9fb714..b026f45e4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_dotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_dotbelow.glif @@ -2,8 +2,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_e-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_e-cy.glif index 0eff3789b..ef7918569 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_e-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_e-cy.glif @@ -9,10 +9,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_egrave-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_egrave-cy.glif index 740f07e9e..0d102d5f4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_egrave-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_egrave-cy.glif @@ -8,12 +8,6 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_grave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_grave.glif index 908272c55..e1b138635 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_grave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_grave.glif @@ -3,17 +3,17 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_hookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_hookabove.glif index c7f8e14e8..dc2128b6b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_hookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_hookabove.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_i-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_i-cy.glif index 381f47c1b..ea00fa7e4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_i-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_i-cy.glif @@ -28,10 +28,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_igrave-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_igrave-cy.glif index a1a4040c9..93806256e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_igrave-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_igrave-cy.glif @@ -6,12 +6,6 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_ishort-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_ishort-cy.glif index 9aeb045cc..44d6645ca 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_ishort-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_ishort-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_macron-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_macron-cy.glif index df57e482e..86e9d8dc8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_macron-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_macron-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_macron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_macron.glif index 176b05cd9..3d6612bf0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_macron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_macron.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_o-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_o-cy.glif index 1ff741ed0..19fa85b04 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_o-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_o-cy.glif @@ -10,10 +10,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_ogonek.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_ogonek.glif index fe7d7a7f3..b5fbf66e9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_ogonek.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_ogonek.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_ota.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_ota.glif index 0da31b69c..d94842712 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_ota.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_ota.glif @@ -3,16 +3,10 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_otaafrican.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_otaafrican.glif index fd88fe32e..3f7137313 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_otaafrican.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_otaafrican.glif @@ -2,17 +2,17 @@ - - - - + + + + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_otadieresis.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_otadieresis.glif index f22af9f4d..97ec8bf2b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_otadieresis.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_otadieresis.glif @@ -3,17 +3,11 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_otatonos.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_otatonos.glif index 76055bbce..5b6c661d6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_otatonos.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_otatonos.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_small.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_small.glif index 4e4c5f067..d2e2b3235 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_small.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_small.glif @@ -6,20 +6,20 @@ - - - - + + + + - - + + - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_tilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_tilde.glif index e68155195..de604e122 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_tilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_tilde.glif @@ -3,8 +3,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/I_u-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/I_u-cy.glif index 03ed4cf0b..f34cb9dfe 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/I_u-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/I_u-cy.glif @@ -46,10 +46,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/J_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/J_.glif index fdbbfa404..71d6c6c33 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/J_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/J_.glif @@ -6,34 +6,34 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/J_circumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/J_circumflex.glif index 19b563f86..57a154296 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/J_circumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/J_circumflex.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/J_e-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/J_e-cy.glif index 60c6cc45b..48e1847e2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/J_e-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/J_e-cy.glif @@ -3,14 +3,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/K_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/K_.glif index 3c90ebf37..ddbf7e95f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/K_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/K_.glif @@ -2,36 +2,36 @@ - - + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/K_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/K_.half.glif new file mode 100644 index 000000000..385d4f806 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/K_.half.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/K_a-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/K_a-cy.glif index 87bd2079c..595d32c22 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/K_a-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/K_a-cy.glif @@ -60,10 +60,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/K_acute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/K_acute.glif index cc367bba5..e82568a95 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/K_acute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/K_acute.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/K_adescender-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/K_adescender-cy.glif index 16c82a936..131f20358 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/K_adescender-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/K_adescender-cy.glif @@ -66,10 +66,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/K_aiS_ymbol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/K_aiS_ymbol.glif index 23533a07c..92bb08971 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/K_aiS_ymbol.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/K_aiS_ymbol.glif @@ -6,40 +6,34 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/K_appa.glif b/sources/CascadiaCode-Bold.ufo/glyphs/K_appa.glif index 66c992481..f04a5621c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/K_appa.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/K_appa.glif @@ -2,15 +2,9 @@ - - + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/K_commaaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/K_commaaccent.glif index 6fea8328d..c9e556b91 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/K_commaaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/K_commaaccent.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/K_dotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/K_dotbelow.glif index df0bd9641..3aa666828 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/K_dotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/K_dotbelow.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/K_je-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/K_je-cy.glif index 53ab9ea5e..4fa0ef8e5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/K_je-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/K_je-cy.glif @@ -6,12 +6,6 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/K_linebelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/K_linebelow.glif index aca654e33..d8767f542 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/K_linebelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/K_linebelow.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/L_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/L_.glif index 68de8d662..04e839297 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/L_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/L_.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/L_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/L_.half.glif new file mode 100644 index 000000000..0fc9e72d7 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/L_.half.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/L_acute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/L_acute.glif index 3fdd910c2..78d5c3b10 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/L_acute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/L_acute.glif @@ -4,16 +4,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/L_ambda.glif b/sources/CascadiaCode-Bold.ufo/glyphs/L_ambda.glif index d73eb23dc..e9ae3d278 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/L_ambda.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/L_ambda.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/L_bar.glif b/sources/CascadiaCode-Bold.ufo/glyphs/L_bar.glif index da92c974d..9e310b0e4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/L_bar.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/L_bar.glif @@ -18,7 +18,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/L_caron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/L_caron.glif index a12dad1dc..4291d0166 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/L_caron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/L_caron.glif @@ -4,7 +4,7 @@ - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/L_commaaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/L_commaaccent.glif index 4de66f982..272ffea50 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/L_commaaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/L_commaaccent.glif @@ -2,9 +2,9 @@ - + - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/L_dot.glif b/sources/CascadiaCode-Bold.ufo/glyphs/L_dot.glif index 8a4264fa0..b33af273f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/L_dot.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/L_dot.glif @@ -4,7 +4,7 @@ - + @@ -32,7 +32,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/L_dotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/L_dotbelow.glif index 7ef7b919e..4343754cd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/L_dotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/L_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/L_je-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/L_je-cy.glif index e6262fe39..f4716caca 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/L_je-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/L_je-cy.glif @@ -50,10 +50,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/L_linebelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/L_linebelow.glif index 6e1ccb1b9..ea6a992a0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/L_linebelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/L_linebelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/L_middletilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/L_middletilde.glif index c015230fe..b98660df9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/L_middletilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/L_middletilde.glif @@ -55,7 +55,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/L_small.glif b/sources/CascadiaCode-Bold.ufo/glyphs/L_small.glif index ad8f16883..85b2d2bb2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/L_small.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/L_small.glif @@ -9,21 +9,21 @@ - - + + - - + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/M_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/M_.glif index 8f3b06267..a51086a70 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/M_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/M_.glif @@ -41,7 +41,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/M_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/M_.half.glif new file mode 100644 index 000000000..dd9f65738 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/M_.half.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/M_u.glif b/sources/CascadiaCode-Bold.ufo/glyphs/M_u.glif index 39c3b19c3..777ad405a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/M_u.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/M_u.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/N_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/N_.glif index f82a891cb..11656bc9b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/N_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/N_.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/N_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/N_.half.glif new file mode 100644 index 000000000..517f949c8 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/N_.half.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/N_acute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/N_acute.glif index 870873252..9013b98b5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/N_acute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/N_acute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/N_acute.loclP_L_K_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/N_acute.loclP_L_K_.glif index 2fb4294fe..3a850ab2e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/N_acute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/N_acute.loclP_L_K_.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/N_caron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/N_caron.glif index 53fbc1d47..29a98cebf 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/N_caron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/N_caron.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/N_commaaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/N_commaaccent.glif index 693aaec87..c134d55f1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/N_commaaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/N_commaaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/N_hookleft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/N_hookleft.glif index fbd86b85c..f6aa5b98a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/N_hookleft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/N_hookleft.glif @@ -2,11 +2,11 @@ - + - + @@ -17,7 +17,7 @@ - + @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/N_je-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/N_je-cy.glif index f075c9f36..fe078a406 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/N_je-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/N_je-cy.glif @@ -46,10 +46,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/N_linebelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/N_linebelow.glif index e6d622252..2e5bb4d02 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/N_linebelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/N_linebelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/N_tilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/N_tilde.glif index b99dcb129..4ef83605e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/N_tilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/N_tilde.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/N_u.glif b/sources/CascadiaCode-Bold.ufo/glyphs/N_u.glif index 4dee8c66e..d32b85a00 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/N_u.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/N_u.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_-cy.glif index eb26191ad..16e5ee521 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_-cy.glif @@ -11,10 +11,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_.glif index d667cd0d8..3832e9868 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_.glif @@ -41,7 +41,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_.half.glif new file mode 100644 index 000000000..3378b79c6 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_.half.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_acute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_acute.glif index ac7ad5e0a..685932017 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_acute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_acute.glif @@ -10,12 +10,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_acute.loclP_L_K_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_acute.loclP_L_K_.glif index 2e56a77a4..666bcba6c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_acute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_acute.loclP_L_K_.glif @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_barred-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_barred-cy.glif index 42c93b057..4bbe89a82 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_barred-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_barred-cy.glif @@ -30,8 +30,6 @@ O - public.markColor - 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_breve.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_breve.glif index 03b3baa8a..2cd99d649 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_breve.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_breve.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflex.glif index fe082fe35..2af0dcaaa 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflex.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexacute.glif index a396a6a00..a01f718c4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexacute.glif @@ -5,18 +5,29 @@ - + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + acutecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexdotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexdotbelow.glif index 727cf7661..ba8119c57 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexdotbelow.glif @@ -2,7 +2,7 @@ - + @@ -16,7 +16,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexgrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexgrave.glif index 2df4dc917..dd84e8ce3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexgrave.glif @@ -5,13 +5,13 @@ - + - + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexhookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexhookabove.glif index e5c4bddb7..742fcba73 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexhookabove.glif @@ -5,7 +5,7 @@ - + @@ -15,8 +15,19 @@ + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + hookabovecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflextilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflextilde.glif index 04fdfe27f..0ed379440 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflextilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflextilde.glif @@ -5,7 +5,7 @@ - + @@ -16,7 +16,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_dieresis.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_dieresis.glif index 8d004dd90..658884261 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_dieresis.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_dieresis.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_dotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_dotbelow.glif index cd857046c..a06af0536 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_dotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_grave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_grave.glif index e4f891cea..e7c439fcd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_grave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_grave.glif @@ -10,12 +10,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_hm.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_hm.glif index cbd26809a..3dfbe6ec5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_hm.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_hm.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_hookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_hookabove.glif index 55354ce07..82ed31ffa 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_hookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_hookabove.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_horn.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_horn.glif index 425c54444..ee3b08109 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_horn.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_horn.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_hornacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_hornacute.glif index 4b8ba64f4..a56636d88 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_hornacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_hornacute.glif @@ -10,12 +10,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_horndotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_horndotbelow.glif index 5789f931f..2fdad617d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_horndotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_horndotbelow.glif @@ -2,7 +2,7 @@ - + @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_horngrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_horngrave.glif index b93788934..d2600e217 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_horngrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_horngrave.glif @@ -10,12 +10,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_hornhookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_hornhookabove.glif index 913d72b42..87d80e2d9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_hornhookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_hornhookabove.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_horntilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_horntilde.glif index ba14b04a7..372d400af 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_horntilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_horntilde.glif @@ -5,7 +5,7 @@ - + @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_hungarumlaut.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_hungarumlaut.glif index bbc6744bc..6b2335700 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_hungarumlaut.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_macron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_macron.glif index 41330aa97..db70879c7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_macron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_macron.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_macronacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_macronacute.glif index 75a4c0ebd..58ce7e776 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_macronacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_macronacute.glif @@ -11,6 +11,12 @@ - + + + + public.markColor + 0,0.67,0.91,1 + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_macrongrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_macrongrave.glif index 0b077925e..83221b0c5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_macrongrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_macrongrave.glif @@ -11,6 +11,12 @@ - + + + + public.markColor + 0,0.67,0.91,1 + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_mega.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_mega.glif index 0b9ee52f5..e57519278 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_mega.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_mega.glif @@ -48,10 +48,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_megatonos.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_megatonos.glif index 631dc5a72..43dcefc95 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_megatonos.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_megatonos.glif @@ -54,10 +54,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_micron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_micron.glif index a110d955b..1207074e6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_micron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_micron.glif @@ -11,10 +11,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_microntonos.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_microntonos.glif index 7dd75845a..ab049bf7e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_microntonos.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_microntonos.glif @@ -40,10 +40,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_ogonek.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_ogonek.glif index 706fd2621..23e15add0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_ogonek.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_ogonek.glif @@ -2,7 +2,7 @@ - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_open.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_open.glif index 364508373..2dd3d5b3a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_open.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_open.glif @@ -6,32 +6,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_slashacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_slashacute.glif index 565eb3ef6..0aeaf0c42 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_slashacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_slashacute.glif @@ -10,12 +10,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/O_tilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/O_tilde.glif index 4363d4193..38bf19ca8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/O_tilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/O_tilde.glif @@ -5,7 +5,7 @@ - + @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/P_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/P_.glif index e642e3791..1f47370b2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/P_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/P_.glif @@ -9,18 +9,18 @@ - - - + + + - - - + + + @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/P_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/P_.half.glif new file mode 100644 index 000000000..c04e7c783 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/P_.half.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/P_alochka-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/P_alochka-cy.glif index e9c35ce50..e0f99c342 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/P_alochka-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/P_alochka-cy.glif @@ -3,16 +3,10 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/P_e-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/P_e-cy.glif index 7a59e2078..7e75fa1a3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/P_e-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/P_e-cy.glif @@ -24,10 +24,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/P_hi.glif b/sources/CascadiaCode-Bold.ufo/glyphs/P_hi.glif index 3d2b72586..7dac0275f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/P_hi.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/P_hi.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/P_i.glif b/sources/CascadiaCode-Bold.ufo/glyphs/P_i.glif index 6469b1930..f897022c4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/P_i.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/P_i.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/P_si.glif b/sources/CascadiaCode-Bold.ufo/glyphs/P_si.glif index a1abca602..f7b0f6d5b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/P_si.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/P_si.glif @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Q_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Q_.glif index 02b9057f2..47eaef30f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Q_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Q_.glif @@ -39,7 +39,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Q_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Q_.half.glif new file mode 100644 index 000000000..96a7e7223 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Q_.half.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + O.half + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/R_.glif index 126927e64..2498ec8f5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/R_.glif @@ -41,7 +41,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/R_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/R_.half.glif new file mode 100644 index 000000000..d02f3c91b --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/R_.half.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/R_acute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/R_acute.glif index 947e6d6b2..377f32b57 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/R_acute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/R_acute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/R_caron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/R_caron.glif index 23f595d40..2879246de 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/R_caron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/R_caron.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/R_commaaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/R_commaaccent.glif index 9f93a1c33..a11a13f4d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/R_commaaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/R_commaaccent.glif @@ -2,8 +2,8 @@ - - + + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/R_dotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/R_dotbelow.glif index 82edb24a3..9ec417c20 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/R_dotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/R_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/R_ho.glif b/sources/CascadiaCode-Bold.ufo/glyphs/R_ho.glif index ce01c778d..61b0ead12 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/R_ho.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/R_ho.glif @@ -3,14 +3,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/S_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/S_.glif index 2a6fd8bd1..ec2fa9b1f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/S_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/S_.glif @@ -51,7 +51,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/S_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/S_.half.glif new file mode 100644 index 000000000..853308504 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/S_.half.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/S_acute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/S_acute.glif index 70b5490d9..96f70f319 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/S_acute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/S_acute.glif @@ -3,15 +3,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/S_acute.loclP_L_K_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/S_acute.loclP_L_K_.glif index da3797073..7578804d8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/S_acute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/S_acute.loclP_L_K_.glif @@ -2,7 +2,7 @@ - + @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/S_caron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/S_caron.glif index 45da73cca..b09deb285 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/S_caron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/S_caron.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/S_cedilla.glif b/sources/CascadiaCode-Bold.ufo/glyphs/S_cedilla.glif index c8f522396..8e2a42d48 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/S_cedilla.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/S_cedilla.glif @@ -2,16 +2,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/S_chwa-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/S_chwa-cy.glif index 4c9769335..c13c78450 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/S_chwa-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/S_chwa-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/S_circumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/S_circumflex.glif index 52e92aa9d..9056f422e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/S_circumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/S_circumflex.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/S_commaaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/S_commaaccent.glif index 5b448f32c..ddb6b8d73 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/S_commaaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/S_commaaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/S_dotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/S_dotbelow.glif index 878debc90..e5a30cdde 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/S_dotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/S_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/S_ha-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/S_ha-cy.glif index e5753d0f3..4c3b5dad5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/S_ha-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/S_ha-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/S_hcha-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/S_hcha-cy.glif index 304f7d10a..85a4f0434 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/S_hcha-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/S_hcha-cy.glif @@ -36,10 +36,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/S_hha-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/S_hha-cy.glif index 9eb4467d4..a1032547a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/S_hha-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/S_hha-cy.glif @@ -26,10 +26,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/S_igma.glif b/sources/CascadiaCode-Bold.ufo/glyphs/S_igma.glif index 4e7c750d0..a51a2baa2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/S_igma.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/S_igma.glif @@ -26,10 +26,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/S_oftsign-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/S_oftsign-cy.glif index 9d658bb73..4f0a606f5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/S_oftsign-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/S_oftsign-cy.glif @@ -6,36 +6,30 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/T_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/T_.glif index 76d4a3bc3..21359a613 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/T_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/T_.glif @@ -22,7 +22,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/T_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/T_.half.glif new file mode 100644 index 000000000..ccc61f089 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/T_.half.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/T_au.glif b/sources/CascadiaCode-Bold.ufo/glyphs/T_au.glif index e8011361d..14423b224 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/T_au.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/T_au.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/T_caron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/T_caron.glif index 5c85e98b2..82829910b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/T_caron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/T_caron.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/T_cedilla.glif b/sources/CascadiaCode-Bold.ufo/glyphs/T_cedilla.glif index 487641e5b..399bf9572 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/T_cedilla.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/T_cedilla.glif @@ -2,17 +2,17 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/T_commaaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/T_commaaccent.glif index da2b074c3..205bd153c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/T_commaaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/T_commaaccent.glif @@ -2,7 +2,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/T_diagonalstroke.glif b/sources/CascadiaCode-Bold.ufo/glyphs/T_diagonalstroke.glif index 82a12bd0c..f28fd65d4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/T_diagonalstroke.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/T_diagonalstroke.glif @@ -2,22 +2,22 @@ - + + - - - - - + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/T_e-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/T_e-cy.glif index 78e60a4cb..def80c77a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/T_e-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/T_e-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/T_heta.glif b/sources/CascadiaCode-Bold.ufo/glyphs/T_heta.glif index afa86d853..fe0b1b733 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/T_heta.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/T_heta.glif @@ -30,8 +30,6 @@ O - public.markColor - 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/T_linebelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/T_linebelow.glif index ca91b02e4..03ba62e7b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/T_linebelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/T_linebelow.glif @@ -2,7 +2,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/T_se-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/T_se-cy.glif index 10a37138e..79c96d215 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/T_se-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/T_se-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/T_she-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/T_she-cy.glif index aaa1247b4..f6f820b00 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/T_she-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/T_she-cy.glif @@ -32,10 +32,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_-cy.glif index 747aa6ba9..bb5b4f119 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_-cy.glif @@ -2,34 +2,28 @@ - - - + + + - - - - - - - - - - + + + + + + + + + + - - - - - + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_.glif index 00eb45c98..2de759401 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_.half.glif new file mode 100644 index 000000000..73186a3cf --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_.half.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_acute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_acute.glif index 87cbe16a1..ad98cdba9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_acute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_acute.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_breve.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_breve.glif index 5f8196752..33bb24530 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_breve.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_breve.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_circumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_circumflex.glif index 4e09b3ad6..5964eba99 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_circumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_circumflex.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_dieresis.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_dieresis.glif index 08fe4f299..33ffc83dc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_dieresis.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_dieresis.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_dotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_dotbelow.glif index 0ce0595e5..e1ad9ce4c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_dotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_grave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_grave.glif index 6dcf0c755..ec5e612bd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_grave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_grave.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_hookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_hookabove.glif index 278888b87..0f63d7ffd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_hookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_hookabove.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_hornacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_hornacute.glif index 3a31f9411..0a96452ec 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_hornacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_hornacute.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_horndotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_horndotbelow.glif index 89f981b0e..54d4eb247 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_horndotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_horndotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_horngrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_horngrave.glif index b5d9238b8..b13d08465 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_horngrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_horngrave.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_hornhookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_hornhookabove.glif index 3a024ff3d..3accc9bfc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_hornhookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_hornhookabove.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_horntilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_horntilde.glif index fc7a11fbc..c27cd0c87 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_horntilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_horntilde.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_hungarumlaut.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_hungarumlaut.glif index 12f0fa5e3..e688ae2ca 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_hungarumlaut.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_macron-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_macron-cy.glif index 4f7ce7f9d..60b037dbd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_macron-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_macron-cy.glif @@ -2,17 +2,11 @@ - - - + + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_macron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_macron.glif index 59e33138e..d1eac2cef 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_macron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_macron.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_ogonek.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_ogonek.glif index 9af75d37c..8c57ff614 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_ogonek.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_ogonek.glif @@ -2,7 +2,7 @@ - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_psilon.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_psilon.glif index 0d5d28943..1bbcc155e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_psilon.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_psilon.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_psilonafrican.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_psilonafrican.glif index 9b4224ec9..980a6c532 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_psilonafrican.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_psilonafrican.glif @@ -8,17 +8,17 @@ - - - - + + + + - - - - + + + + @@ -51,7 +51,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_psilondieresis.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_psilondieresis.glif index 5f3f6f0e0..1929b1180 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_psilondieresis.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_psilondieresis.glif @@ -9,10 +9,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_psilontonos.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_psilontonos.glif index c856c6dc1..cd495d1db 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_psilontonos.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_psilontonos.glif @@ -28,10 +28,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_ring.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_ring.glif index 3d53d2358..c23bc28b9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_ring.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_ring.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_short-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_short-cy.glif index ee7078662..92bbf25ab 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_short-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_short-cy.glif @@ -2,17 +2,11 @@ - - - + + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_straight-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_straight-cy.glif index 27133c7b0..4698f833d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_straight-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_straight-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_straightstroke-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_straightstroke-cy.glif index 31b1883bd..691a1a05a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_straightstroke-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_straightstroke-cy.glif @@ -27,8 +27,6 @@ Y - public.markColor - 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/U_tilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/U_tilde.glif index 2458ac7a8..53e0dffdc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/U_tilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/U_tilde.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/V_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/V_.glif index fd28bbb49..64004153b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/V_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/V_.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/V_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/V_.half.glif new file mode 100644 index 000000000..899e066f2 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/V_.half.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/V_e-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/V_e-cy.glif index b7278b4ec..b8a04bfa5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/V_e-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/V_e-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/V_hook.glif b/sources/CascadiaCode-Bold.ufo/glyphs/V_hook.glif index 213ad39a5..d1de1eb60 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/V_hook.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/V_hook.glif @@ -36,4 +36,10 @@ + + + public.markColor + 0.67,0.95,0.38,1 + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/V_turned.glif b/sources/CascadiaCode-Bold.ufo/glyphs/V_turned.glif index 0c08beb3c..2c547345c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/V_turned.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/V_turned.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/W_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/W_.glif index ad8f64f3e..9911c1a96 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/W_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/W_.glif @@ -33,7 +33,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/W_acute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/W_acute.glif index 4f94e7389..9c6e53118 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/W_acute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/W_acute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/W_circumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/W_circumflex.glif index 2caf939c9..a695faac9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/W_circumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/W_circumflex.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/W_dieresis.glif b/sources/CascadiaCode-Bold.ufo/glyphs/W_dieresis.glif index dbf45ddb6..ba3186214 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/W_dieresis.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/W_dieresis.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/W_grave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/W_grave.glif index f3fa8133d..e4bbcc5ef 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/W_grave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/W_grave.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/X_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/X_.glif index 03dfbcd39..f4ea8165c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/X_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/X_.glif @@ -8,24 +8,24 @@ - - - - + + + + - - - + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/X_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/X_.half.glif new file mode 100644 index 000000000..a3129c91c --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/X_.half.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/X_i.glif b/sources/CascadiaCode-Bold.ufo/glyphs/X_i.glif index ef6bb3864..81f98d93b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/X_i.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/X_i.glif @@ -24,10 +24,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Y_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Y_.glif index a8009cc55..00336e79b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Y_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Y_.glif @@ -26,7 +26,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Y_.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Y_.half.glif new file mode 100644 index 000000000..d3668f59e --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Y_.half.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Y_acute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Y_acute.glif index 653752bd2..fc2b4de9f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Y_acute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Y_acute.glif @@ -7,12 +7,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Y_circumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Y_circumflex.glif index 191069410..161da68cb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Y_circumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Y_circumflex.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Y_dieresis.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Y_dieresis.glif index 47fbb53bd..1ff27fe6d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Y_dieresis.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Y_dieresis.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Y_dotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Y_dotbelow.glif index 46c135bd9..8992e88be 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Y_dotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Y_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Y_eru-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Y_eru-cy.glif index 9c4671dac..cef956924 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Y_eru-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Y_eru-cy.glif @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Y_grave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Y_grave.glif index 264435cef..a14abb84e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Y_grave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Y_grave.glif @@ -7,12 +7,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Y_hookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Y_hookabove.glif index 63a9128a2..2cabe6d34 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Y_hookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Y_hookabove.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Y_i-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Y_i-cy.glif index 20b6b1e94..90f4520aa 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Y_i-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Y_i-cy.glif @@ -3,17 +3,11 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Y_macron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Y_macron.glif index e013ab825..ae2f51958 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Y_macron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Y_macron.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Y_tilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Y_tilde.glif index acd12a5d6..346ff09bc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Y_tilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Y_tilde.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Z_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Z_.glif index d0456dc1d..f2b0eb6f5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Z_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Z_.glif @@ -7,28 +7,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Z_acute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Z_acute.glif index e5aecb940..dc704a93d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Z_acute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Z_acute.glif @@ -7,12 +7,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Z_acute.loclP_L_K_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Z_acute.loclP_L_K_.glif index 6aeadac78..b7ee7499f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Z_acute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Z_acute.loclP_L_K_.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Z_caron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Z_caron.glif index 5e254e7f9..a9ed8e0ff 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Z_caron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Z_caron.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Z_dotaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Z_dotaccent.glif index 6abe0e6e0..06cb99350 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Z_dotaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Z_dotaccent.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Z_e-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Z_e-cy.glif index 6d75d69d5..415418fbe 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Z_e-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Z_e-cy.glif @@ -51,10 +51,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Z_eta.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Z_eta.glif index 20cb52e9d..fa0932d9b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Z_eta.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Z_eta.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Z_he-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Z_he-cy.glif index c07e704cf..bb5a49b69 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Z_he-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Z_he-cy.glif @@ -108,10 +108,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/Z_hedescender-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/Z_hedescender-cy.glif index f54267d14..0f676e5d7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/Z_hedescender-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/Z_hedescender-cy.glif @@ -114,10 +114,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/a-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/a-cy.glif index 04a1d4219..7c842a238 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/a-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/a-cy.glif @@ -3,15 +3,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/a.glif b/sources/CascadiaCode-Bold.ufo/glyphs/a.glif index 29d70827c..793d9fbac 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/a.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/a.glif @@ -59,7 +59,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/aacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/aacute.glif index 101c00c96..719f8b8d3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/aacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/aacute.glif @@ -3,16 +3,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/abreve.glif b/sources/CascadiaCode-Bold.ufo/glyphs/abreve.glif index 401726d2a..c4167089f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/abreve.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/abreve.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/abreveacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/abreveacute.glif index 0e533fc67..3e26533be 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/abreveacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/abreveacute.glif @@ -3,17 +3,17 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/abrevedotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/abrevedotbelow.glif index 25d93b7c8..d72aec3ac 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/abrevedotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/abrevedotbelow.glif @@ -2,8 +2,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/abrevegrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/abrevegrave.glif index 358223f97..1095e7bcc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/abrevegrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/abrevegrave.glif @@ -3,17 +3,17 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/abrevehookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/abrevehookabove.glif index 3e1620bbc..1c5c640fe 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/abrevehookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/abrevehookabove.glif @@ -3,8 +3,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/abrevetilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/abrevetilde.glif index 7e0d0ef9a..ca0243fcf 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/abrevetilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/abrevetilde.glif @@ -3,8 +3,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/acaron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/acaron.glif index e0cbe1532..3860340ae 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/acaron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/acaron.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/acircumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/acircumflex.glif index 5e1935569..08000d976 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/acircumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/acircumflex.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexacute.glif index 5f734dce4..6a2d50680 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexacute.glif @@ -3,12 +3,12 @@ - - + + - + @@ -24,7 +24,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexdotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexdotbelow.glif index 552ed49a5..5c92b0dd9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexdotbelow.glif @@ -2,8 +2,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexgrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexgrave.glif index 6c3f14dac..ee78df0ac 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexgrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexgrave.glif @@ -3,17 +3,17 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexhookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexhookabove.glif index af79927e1..7e0009e68 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexhookabove.glif @@ -3,17 +3,28 @@ - - + + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + hookabovecomb + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/acircumflextilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/acircumflextilde.glif index 4407a4362..b2a1773d1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/acircumflextilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/acircumflextilde.glif @@ -3,8 +3,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/equal_exclam_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/acknowledgeC_ontrol.glif similarity index 54% rename from sources/CascadiaCode-Bold.ufo/glyphs/equal_exclam_equal.liga.glif rename to sources/CascadiaCode-Bold.ufo/glyphs/acknowledgeC_ontrol.glif index 2ce3e2af4..84e06b7cd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/equal_exclam_equal.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/acknowledgeC_ontrol.glif @@ -1,10 +1,10 @@ - + + - - - + + @@ -16,7 +16,7 @@ index 0 name - equal + A.half alignment @@ -24,19 +24,13 @@ index 1 name - equal - - - alignment - -1 - index - 2 - name - exclam + K.half + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space public.markColor - 0.67,0.95,0.38,1 + 0.85,0.26,0.06,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/acknowledgeC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/acknowledgeC_ontrol.ss20.glif new file mode 100644 index 000000000..61f19a6f9 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/acknowledgeC_ontrol.ss20.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.case.glif b/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.case.glif index b356f3309..8e1bd870e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.case.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.case.glif @@ -1,14 +1,14 @@ - - - + + + - - - - + + + + @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.case.loclP_L_K_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.case.loclP_L_K_.glif index 9c702c67c..6164eb06a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.case.loclP_L_K_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.case.loclP_L_K_.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.glif index 1f2e8630c..f033f28ba 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.glif @@ -1,14 +1,14 @@ - - + + - - - - + + + + @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.loclP_L_K_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.loclP_L_K_.glif index c11004dd4..1ae19c888 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.loclP_L_K_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.loclP_L_K_.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/acutetonecomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/acutetonecomb.glif index f36d9671d..90564f190 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/acutetonecomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/acutetonecomb.glif @@ -1,8 +1,6 @@ - - @@ -22,7 +20,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/adieresis.glif b/sources/CascadiaCode-Bold.ufo/glyphs/adieresis.glif index ee96be479..7504add10 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/adieresis.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/adieresis.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/adotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/adotbelow.glif index e96512385..9743b064e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/adotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/adotbelow.glif @@ -2,8 +2,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ae.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ae.glif index 05eed33ce..54d47e91e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ae.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ae.glif @@ -15,12 +15,12 @@ - - - - - - + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/aeacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/aeacute.glif index a9c70157b..380f7e4ec 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/aeacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/aeacute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/agrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/agrave.glif index 8433e0dab..cbfc6c259 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/agrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/agrave.glif @@ -3,16 +3,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ahookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ahookabove.glif index 746d0fa47..6d8009678 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ahookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ahookabove.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/alpha-latin.glif b/sources/CascadiaCode-Bold.ufo/glyphs/alpha-latin.glif index d24611ada..e872fc7df 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/alpha-latin.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/alpha-latin.glif @@ -2,15 +2,15 @@ - - + + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/alpha.glif b/sources/CascadiaCode-Bold.ufo/glyphs/alpha.glif index 7c773adff..b0cb79894 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/alpha.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/alpha.glif @@ -2,60 +2,60 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - - - - + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/alphatonos.glif b/sources/CascadiaCode-Bold.ufo/glyphs/alphatonos.glif index 55d60eb8d..b86efb6ca 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/alphatonos.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/alphatonos.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/amacron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/amacron.glif index a23b5dbdd..a459902f1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/amacron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/amacron.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ampersand_ampersand.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ampersand_ampersand.liga.glif index 08b815e46..8e4216d30 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ampersand_ampersand.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ampersand_ampersand.liga.glif @@ -3,110 +3,110 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/aogonek.glif b/sources/CascadiaCode-Bold.ufo/glyphs/aogonek.glif index 4d7435278..05b8deb14 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/aogonek.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/aogonek.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/apostrophemod.glif b/sources/CascadiaCode-Bold.ufo/glyphs/apostrophemod.glif index 50f7e2770..f67632d7b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/apostrophemod.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/apostrophemod.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/aring.glif b/sources/CascadiaCode-Bold.ufo/glyphs/aring.glif index 014233803..501b5d542 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/aring.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/aring.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/aringacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/aringacute.glif index e98f6bbd5..8a0f96451 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/aringacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/aringacute.glif @@ -3,8 +3,8 @@ - - + + @@ -24,7 +24,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/asciicircum.glif b/sources/CascadiaCode-Bold.ufo/glyphs/asciicircum.glif index 3ebdc70fe..926c1bbe5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/asciicircum.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/asciicircum.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/asciicircum_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/asciicircum_equal.liga.glif index 48a8c904a..3ca554fbb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/asciicircum_equal.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/asciicircum_equal.liga.glif @@ -3,32 +3,32 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_asciitilde.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_asciitilde.liga.glif index 96a734913..4254c8a8e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_asciitilde.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_asciitilde.liga.glif @@ -3,66 +3,66 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_asciitilde_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_asciitilde_greater.liga.glif index bb637f655..4f7f300bb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_asciitilde_greater.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_asciitilde_greater.liga.glif @@ -3,84 +3,71 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_at.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_at.liga.glif index 05e54d3be..c6654885c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_at.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_at.liga.glif @@ -3,109 +3,109 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_equal.liga.glif index e8ba3b25f..c3e897bf2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_equal.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_equal.liga.glif @@ -2,43 +2,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_greater.liga.glif index a384e0bdc..16ecf2d6a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_greater.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_greater.liga.glif @@ -3,60 +3,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_hyphen.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_hyphen.liga.glif index 7130c3401..431d41b09 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_hyphen.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_hyphen.liga.glif @@ -3,48 +3,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/asterisk.glif b/sources/CascadiaCode-Bold.ufo/glyphs/asterisk.glif index 6bf5531a5..13fd84dbb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/asterisk.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/asterisk.glif @@ -4,34 +4,34 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_asterisk.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_asterisk.liga.glif index 568e35c76..39feeb403 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_asterisk.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_asterisk.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_asterisk_asterisk.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_asterisk_asterisk.liga.glif index ba702dacd..126f14e86 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_asterisk_asterisk.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_asterisk_asterisk.liga.glif @@ -2,9 +2,9 @@ - - - + + + @@ -36,7 +36,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_greater.liga.glif index fa381fded..d0dd3e95d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_greater.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_greater.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_parenright.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_parenright.liga.glif index 78835d9fe..66a3a4830 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_parenright.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_parenright.liga.glif @@ -3,34 +3,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + @@ -46,7 +38,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_slash.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_slash.liga.glif index 02487e873..8cbb40450 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_slash.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_slash.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/atilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/atilde.glif index b3a4fa874..06cc4ec9c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/atilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/atilde.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/b.glif b/sources/CascadiaCode-Bold.ufo/glyphs/b.glif index 14a5731f4..4fe580cde 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/b.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/b.glif @@ -6,45 +6,45 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/backslash.glif b/sources/CascadiaCode-Bold.ufo/glyphs/backslash.glif index f63835d86..d0d1e18de 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/backslash.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/backslash.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/backslash_backslash.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/backslash_backslash.liga.glif index 541287fbe..fa4f301b4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/backslash_backslash.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/backslash_backslash.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/backslash_slash.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/backslash_slash.liga.glif new file mode 100644 index 000000000..f58998f9d --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/backslash_slash.liga.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0.98,0.36,0.67,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/backspaceC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/backspaceC_ontrol.glif new file mode 100644 index 000000000..7e93a88a4 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/backspaceC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + B.half + + + alignment + -1 + index + 1 + name + S.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/backspaceC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/backspaceC_ontrol.ss20.glif new file mode 100644 index 000000000..8d12aea77 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/backspaceC_ontrol.ss20.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/baht.B_R_A_C_K_E_T_.600.glif b/sources/CascadiaCode-Bold.ufo/glyphs/baht.B_R_A_C_K_E_T_.600.glif index 4358ceafa..210a96f53 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/baht.B_R_A_C_K_E_T_.600.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/baht.B_R_A_C_K_E_T_.600.glif @@ -1,8 +1,6 @@ - - @@ -32,7 +30,7 @@ com.schriftgestaltung.Glyphs._originalLayerName - Bold [600] + [600] public.markColor 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar.liga.glif index 1bfb7fb03..0a4785de3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_bar.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_bar.liga.glif new file mode 100644 index 000000000..25d60bf9f --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_bar.liga.glif @@ -0,0 +1,15 @@ + + + + + + + + + + + public.markColor + 0.98,0.36,0.67,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_bar_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_bar_greater.liga.glif index 3db2b881c..1849f766b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_bar_greater.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_bar_greater.liga.glif @@ -3,23 +3,21 @@ - - - - - - - - + + + + - - - - + + + + + + - - + + @@ -43,7 +41,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal.liga.glif deleted file mode 100644 index 7bdf48744..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal.liga.glif +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.ComponentInfo - - - alignment - -1 - index - 0 - name - bar - - - alignment - -1 - index - 1 - name - bar - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal_end.seq.glif new file mode 100644 index 000000000..05333e88f --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal_end.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal_middle.seq.glif new file mode 100644 index 000000000..e1e4fb0c3 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal_middle.seq.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal_start.seq.glif new file mode 100644 index 000000000..9345704e4 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal_start.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_greater.liga.glif index b51389f8a..59a60bf38 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_greater.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_greater.liga.glif @@ -3,22 +3,20 @@ - - - - - - - - + + + + - - - - + + + + + + - + @@ -34,7 +32,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_hyphen_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_hyphen_end.seq.glif new file mode 100644 index 000000000..d3940dfe2 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_hyphen_end.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_hyphen_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_hyphen_middle.seq.glif new file mode 100644 index 000000000..5805ac36a --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_hyphen_middle.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_hyphen_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_hyphen_start.seq.glif new file mode 100644 index 000000000..e9d0f69ba --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_hyphen_start.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_braceright.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_braceright.liga.glif index 0f044dfd0..291f720b3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/bar_braceright.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_braceright.liga.glif @@ -3,60 +3,60 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -72,7 +72,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_bracketright.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bracketright.liga.glif index 2aa6526ef..0fd7e27ed 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/bar_bracketright.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_bracketright.liga.glif @@ -3,24 +3,24 @@ - - - - + + + + - - - - + + + + - - - - + + + + - + @@ -36,7 +36,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_equal.liga.glif deleted file mode 100644 index ad4d052c3..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/bar_equal.liga.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.ComponentInfo - - - alignment - -1 - index - 0 - name - bar - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_equal_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_equal_end.seq.glif new file mode 100644 index 000000000..66f270898 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_equal_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_equal_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_equal_middle.seq.glif new file mode 100644 index 000000000..5723a122d --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_equal_middle.seq.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_equal_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_equal_start.seq.glif new file mode 100644 index 000000000..8362fea7c --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_equal_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_greater.liga.glif index df535c902..90a6effc5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/bar_greater.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_greater.liga.glif @@ -3,26 +3,24 @@ - - - - - - - - + + + + - - - - + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen.liga.glif deleted file mode 100644 index a0848b88e..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen.liga.glif +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.ComponentInfo - - - alignment - -1 - index - 0 - name - bar - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen_end.seq.glif new file mode 100644 index 000000000..7f782ff3e --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen_end.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen_middle.seq.glif new file mode 100644 index 000000000..33461b1c1 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen_middle.seq.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen_start.seq.glif new file mode 100644 index 000000000..3e231386a --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen_start.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bar_underscore_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bar_underscore_middle.seq.glif new file mode 100644 index 000000000..c926497fe --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bar_underscore_middle.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/be-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/be-cy.glif index 4aa7e9e9d..488a9f0a5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/be-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/be-cy.glif @@ -2,54 +2,48 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/be-cy.loclS_R_B_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/be-cy.loclS_R_B_.glif index b75689cb7..592d00c07 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/be-cy.loclS_R_B_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/be-cy.loclS_R_B_.glif @@ -7,9 +7,9 @@ - - - + + + @@ -28,31 +28,25 @@ - - - - + + + + - - - + + + - - - + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_colon.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bellC_ontrol.glif similarity index 62% rename from sources/CascadiaCode-Bold.ufo/glyphs/less_colon.liga.glif rename to sources/CascadiaCode-Bold.ufo/glyphs/bellC_ontrol.glif index e1fcd5146..ddbc49085 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_colon.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bellC_ontrol.glif @@ -1,9 +1,10 @@ - + + - - + + @@ -15,7 +16,7 @@ index 0 name - less + B.half alignment @@ -23,11 +24,13 @@ index 1 name - colon + L.half + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space public.markColor - 0.67,0.95,0.38,1 + 0.85,0.26,0.06,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bellC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bellC_ontrol.ss20.glif new file mode 100644 index 000000000..cb212d454 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bellC_ontrol.ss20.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/beta.glif b/sources/CascadiaCode-Bold.ufo/glyphs/beta.glif index 952ab555a..8de26f453 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/beta.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/beta.glif @@ -69,10 +69,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackC_ircle.glif index b17d718f3..6d38079ea 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackC_ircle.glif @@ -8,23 +8,23 @@ H18533 - - + + - - + + - - + + - - + + public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackD_iamond.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackD_iamond.glif index 8a4b24c41..fca028d99 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackD_iamond.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackD_iamond.glif @@ -16,7 +16,7 @@ uni25C6 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackH_exagon.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackH_exagon.glif index ac1ea95a0..cff4f009c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackH_exagon.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackH_exagon.glif @@ -18,7 +18,7 @@ uni2B22 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackH_orizontalE_llipse.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackH_orizontalE_llipse.glif index dcbfdfaa3..881488d2f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackH_orizontalE_llipse.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackH_orizontalE_llipse.glif @@ -24,7 +24,7 @@ uni2B2C public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackI_nW_hiteD_iamond.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackI_nW_hiteD_iamond.glif index 7461a7337..688648db0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackI_nW_hiteD_iamond.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackI_nW_hiteD_iamond.glif @@ -28,7 +28,7 @@ uni25C8 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackL_argeC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackL_argeC_ircle.glif index f7f90977f..1a1825d8f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackL_argeC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackL_argeC_ircle.glif @@ -24,7 +24,7 @@ uni2B24 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackL_argeS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackL_argeS_quare.glif index 487ed8e8f..374107c06 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackL_argeS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackL_argeS_quare.glif @@ -16,7 +16,7 @@ uni2B1B public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumD_iamond.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumD_iamond.glif index 865e45fcd..1b0af2517 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumD_iamond.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumD_iamond.glif @@ -16,7 +16,7 @@ uni2B25 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumD_ownT_riangleC_entred.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumD_ownT_riangleC_entred.glif index d2ae13e79..e6869fafe 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumD_ownT_riangleC_entred.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumD_ownT_riangleC_entred.glif @@ -15,7 +15,7 @@ uni2BC6 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumL_eftT_riangleC_entred.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumL_eftT_riangleC_entred.glif index f62827b72..c53fe50b5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumL_eftT_riangleC_entred.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumL_eftT_riangleC_entred.glif @@ -15,7 +15,7 @@ uni2BC7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumL_ozenge.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumL_ozenge.glif index da4d2bc1a..b958d2aae 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumL_ozenge.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumL_ozenge.glif @@ -16,7 +16,7 @@ uni2B27 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumR_ightT_riangleC_entred.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumR_ightT_riangleC_entred.glif index e8202d485..12dc47f0b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumR_ightT_riangleC_entred.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumR_ightT_riangleC_entred.glif @@ -15,7 +15,7 @@ uni2BC8 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumU_pT_riangleC_entred.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumU_pT_riangleC_entred.glif index e9ffd3c1e..31278545e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumU_pT_riangleC_entred.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumU_pT_riangleC_entred.glif @@ -15,7 +15,7 @@ uni2BC5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackP_arallelogram.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackP_arallelogram.glif index c7f03c3e0..5ebeb8f23 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackP_arallelogram.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackP_arallelogram.glif @@ -16,7 +16,7 @@ uni25B0 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackP_entagon.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackP_entagon.glif index 711b56408..e03e1a877 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackP_entagon.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackP_entagon.glif @@ -17,7 +17,7 @@ uni2B1F public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackS_mallD_iamond.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackS_mallD_iamond.glif index 0c08af479..0dbef00e4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackS_mallD_iamond.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackS_mallD_iamond.glif @@ -16,7 +16,7 @@ uni2B29 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackS_mallL_ozenge.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackS_mallL_ozenge.glif index 667767c7d..abd340865 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackS_mallL_ozenge.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackS_mallL_ozenge.glif @@ -16,7 +16,7 @@ uni2B2A public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackS_mallS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackS_mallS_quare.glif index 28ff230c3..5776c8343 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackS_mallS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackS_mallS_quare.glif @@ -16,7 +16,7 @@ H18543 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackS_quare.glif index 238838c6a..a9e11185b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackS_quare.glif @@ -16,7 +16,7 @@ filledbox public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackV_erticalE_llipse.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackV_erticalE_llipse.glif index 4ff04cd72..21ca24302 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackV_erticalE_llipse.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackV_erticalE_llipse.glif @@ -24,7 +24,7 @@ uni2B2E public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackV_erticalR_ect.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackV_erticalR_ect.glif index 16800153e..5a0087bd2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackV_erticalR_ect.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackV_erticalR_ect.glif @@ -16,7 +16,7 @@ uni25AE public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blackV_erysmallS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blackV_erysmallS_quare.glif index c7efb512e..8ca52a168 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blackV_erysmallS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blackV_erysmallS_quare.glif @@ -16,7 +16,7 @@ uni2B1D public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blank-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blank-braille.glif index a9d770883..add1baa47 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/blank-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blank-braille.glif @@ -7,7 +7,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blank.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blank.glif new file mode 100644 index 000000000..5145dd125 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blank.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/blankS_ymbol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/blankS_ymbol.glif new file mode 100644 index 000000000..b97d14e3e --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/blankS_ymbol.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bottomH_alfB_lackC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bottomH_alfB_lackC_ircle.glif index e96579fc1..1d45fdaea 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/bottomH_alfB_lackC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bottomH_alfB_lackC_ircle.glif @@ -19,7 +19,7 @@ uni2BCB public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bottomH_alfB_lackD_iamond.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bottomH_alfB_lackD_iamond.glif index f8498b34b..fd9127e97 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/bottomH_alfB_lackD_iamond.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bottomH_alfB_lackD_iamond.glif @@ -27,7 +27,7 @@ uni2B19 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleD_ownA_ndH_orizontal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleD_ownA_ndH_orizontal.glif index 6cbc07508..ee3221a07 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleD_ownA_ndH_orizontal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleD_ownA_ndH_orizontal.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleD_ownA_ndL_eft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleD_ownA_ndL_eft.glif index 672783f87..90d5e810d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleD_ownA_ndL_eft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleD_ownA_ndL_eft.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleD_ownA_ndR_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleD_ownA_ndR_ight.glif index 6378075c9..17ccc26ca 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleD_ownA_ndR_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleD_ownA_ndR_ight.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleH_orizontal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleH_orizontal.glif index b4b382c37..ff982961d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleH_orizontal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleH_orizontal.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleU_pA_ndH_orizontal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleU_pA_ndH_orizontal.glif index ab1b976eb..fc1fcbb2b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleU_pA_ndH_orizontal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleU_pA_ndH_orizontal.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleU_pA_ndL_eft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleU_pA_ndL_eft.glif index 1e05845d1..3ad694966 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleU_pA_ndL_eft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleU_pA_ndL_eft.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleU_pA_ndR_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleU_pA_ndR_ight.glif index 6597bcee1..14d5b669c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleU_pA_ndR_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleU_pA_ndR_ight.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_ertical.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_ertical.glif index 27f2960ec..a932da516 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_ertical.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_ertical.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_erticalA_ndH_orizontal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_erticalA_ndH_orizontal.glif index d0b489652..bf4f7b8af 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_erticalA_ndH_orizontal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_erticalA_ndH_orizontal.glif @@ -39,7 +39,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_erticalA_ndL_eft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_erticalA_ndL_eft.glif index 175959d31..5345d33a4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_erticalA_ndL_eft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_erticalA_ndL_eft.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_erticalA_ndR_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_erticalA_ndR_ight.glif index 187f81345..895e2f537 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_erticalA_ndR_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_erticalA_ndR_ight.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownD_oubleA_ndH_orizontalS_ingle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownD_oubleA_ndH_orizontalS_ingle.glif index bb6cc0235..6fb6a1709 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownD_oubleA_ndH_orizontalS_ingle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownD_oubleA_ndH_orizontalS_ingle.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownD_oubleA_ndL_eftS_ingle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownD_oubleA_ndL_eftS_ingle.glif index aef28cafe..04b058006 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownD_oubleA_ndL_eftS_ingle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownD_oubleA_ndL_eftS_ingle.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownD_oubleA_ndR_ightS_ingle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownD_oubleA_ndR_ightS_ingle.glif index 3f20073dd..a26047059 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownD_oubleA_ndR_ightS_ingle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownD_oubleA_ndR_ightS_ingle.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndH_orizontalL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndH_orizontalL_ight.glif index 0769b3662..b40ff0643 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndH_orizontalL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndH_orizontalL_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndL_eftL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndL_eftL_ight.glif index 23430d152..402f9ed64 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndL_eftL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndL_eftL_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndL_eftU_pL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndL_eftU_pL_ight.glif index ccbc9f919..bfa39505e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndL_eftU_pL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndL_eftU_pL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndR_ightL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndR_ightL_ight.glif index 55e1e7bc5..e0a0db47c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndR_ightL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndR_ightL_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndR_ightU_pL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndR_ightU_pL_ight.glif index 8f50c055f..635edece0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndR_ightU_pL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndR_ightU_pL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif index be6532e3c..9d54430ba 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndH_orizontalH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndH_orizontalH_eavy.glif index 06e68c303..96360077e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndH_orizontalH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndH_orizontalH_eavy.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndL_eftH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndL_eftH_eavy.glif index 8c62a8efe..f3d7aa652 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndL_eftH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndL_eftH_eavy.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndL_eftU_pH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndL_eftU_pH_eavy.glif index db2a03884..abdd3f3dd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndL_eftU_pH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndL_eftU_pH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndR_ightH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndR_ightH_eavy.glif index 88993f44b..6e9cfb5d6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndR_ightH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndR_ightH_eavy.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndR_ightU_pH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndR_ightU_pH_eavy.glif index 0edad339d..60771153d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndR_ightU_pH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndR_ightU_pH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif index a48648797..d44214c71 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownS_ingleA_ndH_orizontalD_ouble.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownS_ingleA_ndH_orizontalD_ouble.glif index 04e187a86..96d397e1a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownS_ingleA_ndH_orizontalD_ouble.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownS_ingleA_ndH_orizontalD_ouble.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownS_ingleA_ndL_eftD_ouble.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownS_ingleA_ndL_eftD_ouble.glif index 0dee82cf9..96b3b14b0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownS_ingleA_ndL_eftD_ouble.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownS_ingleA_ndL_eftD_ouble.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownS_ingleA_ndR_ightD_ouble.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownS_ingleA_ndR_ightD_ouble.glif index 1538901bf..d54b98607 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownS_ingleA_ndR_ightD_ouble.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownS_ingleA_ndR_ightD_ouble.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_oubleD_ashH_orizontal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_oubleD_ashH_orizontal.glif index 27a7927b0..6df3bee5f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_oubleD_ashH_orizontal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_oubleD_ashH_orizontal.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_oubleD_ashV_ertical.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_oubleD_ashV_ertical.glif index 76dd0985e..9d5571a8a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_oubleD_ashV_ertical.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_oubleD_ashV_ertical.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_own.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_own.glif index 0e82ac115..5f00c0a46 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_own.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_own.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_ownA_ndH_orizontal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_ownA_ndH_orizontal.glif index 0c117c0b4..21c6c3e2b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_ownA_ndH_orizontal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_ownA_ndH_orizontal.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_ownA_ndL_eft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_ownA_ndL_eft.glif index 7276ec829..fe2b8ee20 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_ownA_ndL_eft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_ownA_ndL_eft.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_ownA_ndR_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_ownA_ndR_ight.glif index 18209831d..03cee9d42 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_ownA_ndR_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_ownA_ndR_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyH_orizontal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyH_orizontal.glif index 2d1dacc4f..9f0e2e7d1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyH_orizontal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyH_orizontal.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyL_eft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyL_eft.glif index a8a3265c8..e5734256c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyL_eft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyL_eft.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyL_eftA_ndL_ightR_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyL_eftA_ndL_ightR_ight.glif index f62df2dd6..ac362c9f2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyL_eftA_ndL_ightR_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyL_eftA_ndL_ightR_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyQ_uadrupleD_ashH_orizontal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyQ_uadrupleD_ashH_orizontal.glif index cd1cda1df..12eb72dc4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyQ_uadrupleD_ashH_orizontal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyQ_uadrupleD_ashH_orizontal.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyQ_uadrupleD_ashV_ertical.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyQ_uadrupleD_ashV_ertical.glif index c0771c1aa..6f6aa5237 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyQ_uadrupleD_ashV_ertical.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyQ_uadrupleD_ashV_ertical.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyR_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyR_ight.glif index 703b46604..3048a3cd6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyR_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyR_ight.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyT_ripleD_ashH_orizontal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyT_ripleD_ashH_orizontal.glif index 9db51f295..c534cda8a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyT_ripleD_ashH_orizontal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyT_ripleD_ashH_orizontal.glif @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyT_ripleD_ashV_ertical.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyT_ripleD_ashV_ertical.glif index 8a3cda370..96db0bb26 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyT_ripleD_ashV_ertical.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyT_ripleD_ashV_ertical.glif @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_p.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_p.glif index 45a206add..612ad34c4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_p.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_p.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndH_orizontal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndH_orizontal.glif index aec30263d..f49851558 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndH_orizontal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndH_orizontal.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndL_eft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndL_eft.glif index 0e79cdfcc..852425663 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndL_eft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndL_eft.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndL_ightD_own.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndL_ightD_own.glif index a04a37886..d856a9981 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndL_ightD_own.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndL_ightD_own.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndR_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndR_ight.glif index b99d6b001..7ab8399a6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndR_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndR_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_ertical.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_ertical.glif index 93213ccb4..b1d17ef45 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_ertical.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_ertical.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_erticalA_ndH_orizontal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_erticalA_ndH_orizontal.glif index 68011532d..6920d93be 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_erticalA_ndH_orizontal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_erticalA_ndH_orizontal.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_erticalA_ndL_eft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_erticalA_ndL_eft.glif index 85582f910..d9aa3f1ef 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_erticalA_ndL_eft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_erticalA_ndL_eft.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_erticalA_ndR_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_erticalA_ndR_ight.glif index bdb5872fe..a04982ee7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_erticalA_ndR_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_erticalA_ndR_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif index 9e7597d60..500820fb0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif index 3ce45c647..8331faae7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftH_eavyA_ndR_ightU_pL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftH_eavyA_ndR_ightU_pL_ight.glif index 347f7468c..a3cb8589c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftH_eavyA_ndR_ightU_pL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftH_eavyA_ndR_ightU_pL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glif index 70e366f0f..30798a8c0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif index 5d0bbc8f0..1a38fba4c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftL_ightA_ndR_ightU_pH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftL_ightA_ndR_ightU_pH_eavy.glif index 45ec8fedd..e18b093a0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftL_ightA_ndR_ightU_pH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftL_ightA_ndR_ightU_pH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glif index 89f57cf39..2b1fe5287 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif index b8f76768c..c1ad9e9ac 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcD_ownA_ndL_eft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcD_ownA_ndL_eft.glif index 6a33839cd..409a09620 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcD_ownA_ndL_eft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcD_ownA_ndL_eft.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcD_ownA_ndR_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcD_ownA_ndR_ight.glif index 78e254f08..3368b262e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcD_ownA_ndR_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcD_ownA_ndR_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcU_pA_ndL_eft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcU_pA_ndL_eft.glif index f836390d5..969bdfdd8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcU_pA_ndL_eft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcU_pA_ndL_eft.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcU_pA_ndR_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcU_pA_ndR_ight.glif index 7b8d4a1f3..46d9b2b82 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcU_pA_ndR_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcU_pA_ndR_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_iagonalC_ross.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_iagonalC_ross.glif index c44f15435..a255be406 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_iagonalC_ross.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_iagonalC_ross.glif @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glif index 35bb53f12..3dba5ea03 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glif index faebb9b43..fb72d6d7d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_oubleD_ashH_orizontal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_oubleD_ashH_orizontal.glif index 21da4bae5..fcadb0938 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_oubleD_ashH_orizontal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_oubleD_ashH_orizontal.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_oubleD_ashV_ertical.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_oubleD_ashV_ertical.glif index 4dd211e9f..98114fc7e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_oubleD_ashV_ertical.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_oubleD_ashV_ertical.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_own.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_own.glif index cd8ec38cf..80f82b112 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_own.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_own.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_ownA_ndH_orizontal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_ownA_ndH_orizontal.glif index dcb2b9b67..a180673d0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_ownA_ndH_orizontal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_ownA_ndH_orizontal.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_ownA_ndL_eft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_ownA_ndL_eft.glif index a7b5b6d87..88acd6ced 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_ownA_ndL_eft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_ownA_ndL_eft.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_ownA_ndR_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_ownA_ndR_ight.glif index 4852d169d..a85604636 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_ownA_ndR_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_ownA_ndR_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightH_orizontal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightH_orizontal.glif index 153ed43bc..3f508febe 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightH_orizontal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightH_orizontal.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightL_eft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightL_eft.glif index 7d8f56769..e81beacec 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightL_eft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightL_eft.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightL_eftA_ndH_eavyR_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightL_eftA_ndH_eavyR_ight.glif index b0b49320c..a4f743700 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightL_eftA_ndH_eavyR_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightL_eftA_ndH_eavyR_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightQ_uadrupleD_ashH_orizontal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightQ_uadrupleD_ashH_orizontal.glif index 003e63ae4..cd2ade331 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightQ_uadrupleD_ashH_orizontal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightQ_uadrupleD_ashH_orizontal.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightQ_uadrupleD_ashV_ertical.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightQ_uadrupleD_ashV_ertical.glif index 4efe97be6..9d3ea0fe5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightQ_uadrupleD_ashV_ertical.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightQ_uadrupleD_ashV_ertical.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightR_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightR_ight.glif index a007ad219..70bf8fb48 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightR_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightR_ight.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightT_ripleD_ashH_orizontal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightT_ripleD_ashH_orizontal.glif index 512cdc928..4c7d25b9d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightT_ripleD_ashH_orizontal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightT_ripleD_ashH_orizontal.glif @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightT_ripleD_ashV_ertical.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightT_ripleD_ashV_ertical.glif index 0db4c5b34..a589194f7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightT_ripleD_ashV_ertical.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightT_ripleD_ashV_ertical.glif @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_p.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_p.glif index 3c34a4f52..8c5ed14dc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_p.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_p.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndH_eavyD_own.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndH_eavyD_own.glif index 114e46806..dcca914b0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndH_eavyD_own.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndH_eavyD_own.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndH_orizontal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndH_orizontal.glif index a54a99cb3..8490ec4ee 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndH_orizontal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndH_orizontal.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndL_eft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndL_eft.glif index c85a28880..accb1f126 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndL_eft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndL_eft.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndR_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndR_ight.glif index 8a01e93a4..95fe3cdf6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndR_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndR_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_ertical.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_ertical.glif index 7763efd7f..d270bfde5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_ertical.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_ertical.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_erticalA_ndH_orizontal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_erticalA_ndH_orizontal.glif index 6695e0230..b43e1a102 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_erticalA_ndH_orizontal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_erticalA_ndH_orizontal.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_erticalA_ndL_eft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_erticalA_ndL_eft.glif index 729fc8485..e00f93165 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_erticalA_ndL_eft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_erticalA_ndL_eft.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_erticalA_ndR_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_erticalA_ndR_ight.glif index 48b043b1f..aa0436dc5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_erticalA_ndR_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_erticalA_ndR_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif index ff179d9f5..c900b60bf 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif index de6d842f4..cb0c548b3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightH_eavyA_ndL_eftU_pL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightH_eavyA_ndL_eftU_pL_ight.glif index 268c667aa..6441dd0a9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightH_eavyA_ndL_eftU_pL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightH_eavyA_ndL_eftU_pL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glif index e7b450232..ec687e9ee 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif index 1bb5f0464..049c634ad 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightL_ightA_ndL_eftU_pH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightL_ightA_ndL_eftU_pH_eavy.glif index 43a1b3e41..e13b1eebc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightL_ightA_ndL_eftU_pH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightL_ightA_ndL_eftU_pH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glif index f8a45bc7d..9a1879fd1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif index 25db23466..83e85607e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pD_oubleA_ndH_orizontalS_ingle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pD_oubleA_ndH_orizontalS_ingle.glif index 55b0979d0..8ab51d035 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pD_oubleA_ndH_orizontalS_ingle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pD_oubleA_ndH_orizontalS_ingle.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pD_oubleA_ndL_eftS_ingle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pD_oubleA_ndL_eftS_ingle.glif index ae00973e1..0ea62ea69 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pD_oubleA_ndL_eftS_ingle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pD_oubleA_ndL_eftS_ingle.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pD_oubleA_ndR_ightS_ingle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pD_oubleA_ndR_ightS_ingle.glif index 840eaf8eb..894f22230 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pD_oubleA_ndR_ightS_ingle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pD_oubleA_ndR_ightS_ingle.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif index 3c9b793e6..88d66595b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndH_orizontalL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndH_orizontalL_ight.glif index 2dcc941fc..96e753e3c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndH_orizontalL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndH_orizontalL_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndL_eftD_ownL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndL_eftD_ownL_ight.glif index caa89f3f5..c1a5a7e6d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndL_eftD_ownL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndL_eftD_ownL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndL_eftL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndL_eftL_ight.glif index fe97e011b..9a2cf1ccd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndL_eftL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndL_eftL_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndR_ightD_ownL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndR_ightD_ownL_ight.glif index 132f36926..35eccd0e7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndR_ightD_ownL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndR_ightD_ownL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndR_ightL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndR_ightL_ight.glif index 0a03942fc..7dcb2dfd8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndR_ightL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndR_ightL_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif index e11e9d6b0..3c9f7ab15 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndH_orizontalH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndH_orizontalH_eavy.glif index 3ae1cf0cd..e53da27e8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndH_orizontalH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndH_orizontalH_eavy.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndL_eftD_ownH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndL_eftD_ownH_eavy.glif index e5f4cac47..0c7728f65 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndL_eftD_ownH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndL_eftD_ownH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndL_eftH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndL_eftH_eavy.glif index 70a45326e..7f665fd9f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndL_eftH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndL_eftH_eavy.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndR_ightD_ownH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndR_ightD_ownH_eavy.glif index 5883cc847..5701e6e98 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndR_ightD_ownH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndR_ightD_ownH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndR_ightH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndR_ightH_eavy.glif index 95e0d73a8..d44fe6c18 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndR_ightH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndR_ightH_eavy.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pS_ingleA_ndH_orizontalD_ouble.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pS_ingleA_ndH_orizontalD_ouble.glif index 9f3967005..3a7e189ef 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pS_ingleA_ndH_orizontalD_ouble.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pS_ingleA_ndH_orizontalD_ouble.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pS_ingleA_ndL_eftD_ouble.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pS_ingleA_ndL_eftD_ouble.glif index 59f33a6d4..5d04edff5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pS_ingleA_ndL_eftD_ouble.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pS_ingleA_ndL_eftD_ouble.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pS_ingleA_ndR_ightD_ouble.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pS_ingleA_ndR_ightD_ouble.glif index 8f197be80..d39144b2a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pS_ingleA_ndR_ightD_ouble.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pS_ingleA_ndR_ightD_ouble.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalD_oubleA_ndH_orizontalS_ingle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalD_oubleA_ndH_orizontalS_ingle.glif index 6fff2cb70..a77a64a74 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalD_oubleA_ndH_orizontalS_ingle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalD_oubleA_ndH_orizontalS_ingle.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalD_oubleA_ndL_eftS_ingle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalD_oubleA_ndL_eftS_ingle.glif index e6bbc5212..e94635f8f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalD_oubleA_ndL_eftS_ingle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalD_oubleA_ndL_eftS_ingle.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalD_oubleA_ndR_ightS_ingle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalD_oubleA_ndR_ightS_ingle.glif index ea45b19fd..d505557cf 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalD_oubleA_ndR_ightS_ingle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalD_oubleA_ndR_ightS_ingle.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalH_eavyA_ndH_orizontalL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalH_eavyA_ndH_orizontalL_ight.glif index a9a055b60..569997a0b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalH_eavyA_ndH_orizontalL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalH_eavyA_ndH_orizontalL_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalH_eavyA_ndL_eftL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalH_eavyA_ndL_eftL_ight.glif index f6673e997..632ec05c6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalH_eavyA_ndL_eftL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalH_eavyA_ndL_eftL_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalH_eavyA_ndR_ightL_ight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalH_eavyA_ndR_ightL_ight.glif index ec99c9b8a..6c0b4883c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalH_eavyA_ndR_ightL_ight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalH_eavyA_ndR_ightL_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalL_ightA_ndH_orizontalH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalL_ightA_ndH_orizontalH_eavy.glif index 2f22eb6ce..d2f4cc38f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalL_ightA_ndH_orizontalH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalL_ightA_ndH_orizontalH_eavy.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalL_ightA_ndL_eftH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalL_ightA_ndL_eftH_eavy.glif index 1c21ca5a5..f22e4bc4a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalL_ightA_ndL_eftH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalL_ightA_ndL_eftH_eavy.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalL_ightA_ndR_ightH_eavy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalL_ightA_ndR_ightH_eavy.glif index 1865c6d9d..f45ffb015 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalL_ightA_ndR_ightH_eavy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalL_ightA_ndR_ightH_eavy.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalS_ingleA_ndH_orizontalD_ouble.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalS_ingleA_ndH_orizontalD_ouble.glif index ab3a1cd3d..54abdca57 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalS_ingleA_ndH_orizontalD_ouble.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalS_ingleA_ndH_orizontalD_ouble.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalS_ingleA_ndL_eftD_ouble.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalS_ingleA_ndL_eftD_ouble.glif index 63448ab5c..ed6cabe45 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalS_ingleA_ndL_eftD_ouble.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalS_ingleA_ndL_eftD_ouble.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalS_ingleA_ndR_ightD_ouble.glif b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalS_ingleA_ndR_ightD_ouble.glif index 2cdfe4ac1..83b47cccf 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalS_ingleA_ndR_ightD_ouble.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalS_ingleA_ndR_ightD_ouble.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/braceleft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/braceleft.glif index ac28e2892..f5b08f18b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/braceleft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/braceleft.glif @@ -4,58 +4,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/braceleft_bar.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/braceleft_bar.liga.glif index de51a9858..4b4026d1a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/braceleft_bar.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/braceleft_bar.liga.glif @@ -3,60 +3,60 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -72,7 +72,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/braceright.glif b/sources/CascadiaCode-Bold.ufo/glyphs/braceright.glif index 9e260aa33..92e960680 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/braceright.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/braceright.glif @@ -4,58 +4,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/braceright_numbersign.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/braceright_numbersign.liga.glif index 98861349e..8f5afa802 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/braceright_numbersign.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/braceright_numbersign.liga.glif @@ -3,88 +3,88 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bracketleft_bar.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bracketleft_bar.liga.glif index 5fd7c8aa2..48709eb22 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/bracketleft_bar.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bracketleft_bar.liga.glif @@ -3,24 +3,24 @@ - - - - + + + + - - - - + + + + - - - - + + + + - + @@ -36,7 +36,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bracketright_numbersign.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bracketright_numbersign.liga.glif index 156288311..9b6cdfd0c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/bracketright_numbersign.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bracketright_numbersign.liga.glif @@ -3,30 +3,30 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + @@ -42,7 +42,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/breve.glif b/sources/CascadiaCode-Bold.ufo/glyphs/breve.glif index c46ed912b..0aeed18c4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/breve.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/breve.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb-cy.case.glif b/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb-cy.case.glif index 30d0dc4c1..4a1ebd4fd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb-cy.case.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb-cy.case.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb-cy.glif index 3ef2e3906..7d1274461 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb-cy.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb.case.glif b/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb.case.glif index f0520d447..4959f4f80 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb.case.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb.case.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb.glif index 8fad6e32d..71e5db4fc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/bullseye.glif b/sources/CascadiaCode-Bold.ufo/glyphs/bullseye.glif index c0aa1f976..6a7c60e1f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/bullseye.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/bullseye.glif @@ -31,7 +31,7 @@ uni25CE public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/c.glif b/sources/CascadiaCode-Bold.ufo/glyphs/c.glif index ca47cf57d..02211f736 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/c.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/c.glif @@ -37,7 +37,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/cacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/cacute.glif index 13dae77e9..4371e1257 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/cacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/cacute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/cacute.loclP_L_K_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/cacute.loclP_L_K_.glif index 0fccf89e0..d19a27994 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/cacute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/cacute.loclP_L_K_.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/cancelC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/cancelC_ontrol.glif new file mode 100644 index 000000000..ab5d2b97d --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/cancelC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + C.half + + + alignment + -1 + index + 1 + name + N.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/cancelC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/cancelC_ontrol.ss20.glif new file mode 100644 index 000000000..de7f45a2a --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/cancelC_ontrol.ss20.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/careof.glif b/sources/CascadiaCode-Bold.ufo/glyphs/careof.glif index 22cfd2721..cc5671b84 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/careof.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/careof.glif @@ -4,66 +4,66 @@ - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/caron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/caron.glif index 59f52e973..8181918a4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/caron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/caron.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/caroncomb.case.glif b/sources/CascadiaCode-Bold.ufo/glyphs/caroncomb.case.glif index 3b1ad1aa1..f2ee44137 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/caroncomb.case.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/caroncomb.case.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/caroncomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/caroncomb.glif index 3cddbf108..e427c2469 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/caroncomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/caroncomb.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/carriageR_eturnC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/carriageR_eturnC_ontrol.glif new file mode 100644 index 000000000..a013228b2 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/carriageR_eturnC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + C.half + + + alignment + -1 + index + 1 + name + R.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/carriageR_eturnC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/carriageR_eturnC_ontrol.ss20.glif new file mode 100644 index 000000000..c29279bd1 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/carriageR_eturnC_ontrol.ss20.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ccaron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ccaron.glif index 9300e8068..d9a05c04c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ccaron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ccaron.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ccedilla.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ccedilla.glif index 5e167c2e5..7cc1b8387 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ccedilla.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ccedilla.glif @@ -2,16 +2,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ccircumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ccircumflex.glif index 6622bf0e7..8e308dd81 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ccircumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ccircumflex.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/cdotaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/cdotaccent.glif index 000477507..a5d0e6da1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/cdotaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/cdotaccent.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/cedi.glif b/sources/CascadiaCode-Bold.ufo/glyphs/cedi.glif index dcd8df6a6..f20a61f00 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/cedi.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/cedi.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/cedillacomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/cedillacomb.glif index 3527f2cc6..cfd8504cb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/cedillacomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/cedillacomb.glif @@ -1,25 +1,26 @@ - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -27,7 +28,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/che-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/che-cy.glif index 48bc9a621..12805518d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/che-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/che-cy.glif @@ -2,34 +2,28 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/chedescender-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/chedescender-cy.glif index 5d6db034f..328490913 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/chedescender-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/chedescender-cy.glif @@ -2,8 +2,8 @@ - - + + @@ -26,8 +26,6 @@ che-cy - public.markColor - 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/chi.glif b/sources/CascadiaCode-Bold.ufo/glyphs/chi.glif index c2979b158..bc9a41d4c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/chi.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/chi.glif @@ -44,10 +44,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/circumflexcomb.case.glif b/sources/CascadiaCode-Bold.ufo/glyphs/circumflexcomb.case.glif index 788096069..40a294fe4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/circumflexcomb.case.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/circumflexcomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/circumflexcomb.glif index 569daeb7f..4135de5a6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/circumflexcomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/circumflexcomb.glif @@ -3,7 +3,7 @@ - + @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_colon.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/colon.center.glif similarity index 59% rename from sources/CascadiaCode-ExtraLight.ufo/glyphs/less_colon.liga.glif rename to sources/CascadiaCode-Bold.ufo/glyphs/colon.center.glif index 00f3fc2c9..a2b61238e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_colon.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/colon.center.glif @@ -1,9 +1,8 @@ - + - - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/colon_colon.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/colon_colon.liga.glif index 5315cb628..f0e343958 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/colon_colon.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/colon_colon.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/colon_colon_colon.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/colon_colon_colon.liga.glif index 2f222c51d..a5ccc4922 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/colon_colon_colon.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/colon_colon_colon.liga.glif @@ -2,9 +2,9 @@ - - - + + + @@ -36,7 +36,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/colon_colon_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/colon_colon_equal.liga.glif index 7ace8c7fe..f4a8ad245 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/colon_colon_equal.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/colon_colon_equal.liga.glif @@ -3,19 +3,19 @@ - - - - + + + + - - - - + + + + - - + + @@ -39,7 +39,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/colon_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/colon_equal.liga.glif index d123bb92c..9ad46f218 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/colon_equal.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/colon_equal.liga.glif @@ -3,18 +3,18 @@ - - - - + + + + - - - - + + + + - + @@ -30,7 +30,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/colon_equal_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/colon_equal_middle.seq.glif new file mode 100644 index 000000000..d771c5e24 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/colon_equal_middle.seq.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/colon_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/colon_greater.liga.glif deleted file mode 100644 index 8086171ee..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/colon_greater.liga.glif +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.ComponentInfo - - - alignment - -1 - index - 0 - name - colon - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/colon_less.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/colon_less.liga.glif deleted file mode 100644 index b36b7a658..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/colon_less.liga.glif +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.ComponentInfo - - - alignment - -1 - index - 0 - name - colon - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/colon_slash_slash.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/colon_slash_slash.liga.glif index 1a38061c3..0cb297981 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/colon_slash_slash.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/colon_slash_slash.liga.glif @@ -2,9 +2,9 @@ - - - + + + @@ -36,7 +36,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/colonsign.glif b/sources/CascadiaCode-Bold.ufo/glyphs/colonsign.glif index 4928a0312..281c8dad0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/colonsign.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/colonsign.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/colontriangularmod.glif b/sources/CascadiaCode-Bold.ufo/glyphs/colontriangularmod.glif index 984ce7dbe..6d06caac4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/colontriangularmod.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/colontriangularmod.glif @@ -17,7 +17,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/comma.glif b/sources/CascadiaCode-Bold.ufo/glyphs/comma.glif index ab9c52ec2..15957ddb1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/comma.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/comma.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/commaabovecomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/commaabovecomb.glif index 5f174dec5..4ab5aad74 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/commaabovecomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/commaabovecomb.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/commaaboverightcomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/commaaboverightcomb.glif index 6f97988ac..854c47f55 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/commaaboverightcomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/commaaboverightcomb.glif @@ -1,8 +1,6 @@ - - @@ -11,7 +9,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/commaaccentcomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/commaaccentcomb.glif index f0a04416f..fe06f91e4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/commaaccentcomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/commaaccentcomb.glif @@ -2,6 +2,7 @@ + @@ -15,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/commaturnedabovecomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/commaturnedabovecomb.glif index c052c3799..4214936c6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/commaturnedabovecomb.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/commaturnedmod.glif b/sources/CascadiaCode-Bold.ufo/glyphs/commaturnedmod.glif index a179ea692..e56cd1474 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/commaturnedmod.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/commaturnedmod.glif @@ -4,16 +4,16 @@ - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/contents.plist b/sources/CascadiaCode-Bold.ufo/glyphs/contents.plist index 45af96cee..0a3a00e6c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/contents.plist +++ b/sources/CascadiaCode-Bold.ufo/glyphs/contents.plist @@ -8,6 +8,8 @@ A_.glif A-cy A_-cy.glif + A.half + A_.half.glif AE A_E_.glif AEacute @@ -70,12 +72,16 @@ A_tilde.glif B B_.glif + B.half + B_.half.glif Be-cy B_e-cy.glif Beta B_eta.glif C C_.glif + C.half + C_.half.glif CR C_R_.glif Cacute @@ -100,6 +106,8 @@ C_stroke.glif D D_.glif + D.half + D_.half.glif Dcaron D_caron.glif Dcroat @@ -120,6 +128,8 @@ E_.glif E-cy E_-cy.glif + E.half + E_.half.glif Eacute E_acute.glif Ebreve @@ -196,8 +206,12 @@ E_zh.glif F F_.glif + F.half + F_.half.glif G G_.glif + G.half + G_.half.glif Gamma G_amma.glif Gammaafrican @@ -228,6 +242,8 @@ G_stroke.glif H H_.glif + H.half + H_.half.glif Ha-cy H_a-cy.glif Hadescender-cy @@ -246,6 +262,8 @@ I_.glif I-cy I_-cy.glif + I.half + I_.half.glif IJ I_J_.glif Ia-cy @@ -308,6 +326,8 @@ J_e-cy.glif K K_.glif + K.half + K_.half.glif Ka-cy K_a-cy.glif Kacute @@ -328,6 +348,8 @@ K_linebelow.glif L L_.glif + L.half + L_.half.glif LIG L_I_G_.glif Lacute @@ -356,10 +378,14 @@ L_small.glif M M_.glif + M.half + M_.half.glif Mu M_u.glif N N_.glif + N.half + N_.half.glif Nacute N_acute.glif Nacute.loclPLK @@ -382,6 +408,8 @@ O_.glif O-cy O_-cy.glif + O.half + O_.half.glif OE O_E_.glif Oacute @@ -454,6 +482,8 @@ O_tilde.glif P P_.glif + P.half + P_.half.glif Palochka-cy P_alochka-cy.glif Pe-cy @@ -466,8 +496,12 @@ P_si.glif Q Q_.glif + Q.half + Q_.half.glif R R_.glif + R.half + R_.half.glif Racute R_acute.glif Rcaron @@ -480,6 +514,8 @@ R_ho.glif S S_.glif + S.half + S_.half.glif Sacute S_acute.glif Sacute.loclPLK @@ -510,6 +546,8 @@ S_oftsign-cy.glif T T_.glif + T.half + T_.half.glif Tau T_au.glif Tbar @@ -538,6 +576,8 @@ U_.glif U-cy U_-cy.glif + U.half + U_.half.glif Uacute U_acute.glif Ubreve @@ -592,6 +632,8 @@ U_tilde.glif V V_.glif + V.half + V_.half.glif Ve-cy V_e-cy.glif Vhook @@ -610,10 +652,14 @@ W_grave.glif X X_.glif + X.half + X_.half.glif Xi X_i.glif Y Y_.glif + Y.half + Y_.half.glif Yacute Y_acute.glif Ycircumflex @@ -684,6 +730,10 @@ acircumflexhookabove.glif acircumflextilde acircumflextilde.glif + acknowledgeControl + acknowledgeC_ontrol.glif + acknowledgeControl.ss20 + acknowledgeC_ontrol.ss20.glif acute acute.glif acutecomb @@ -772,6 +822,12 @@ backslash.glif backslash_backslash.liga backslash_backslash.liga.glif + backslash_slash.liga + backslash_slash.liga.glif + backspaceControl + backspaceC_ontrol.glif + backspaceControl.ss20 + backspaceC_ontrol.ss20.glif baht baht.glif baht.BRACKET.600 @@ -780,26 +836,52 @@ bar.glif bar_bar.liga bar_bar.liga.glif + bar_bar_bar.liga + bar_bar_bar.liga.glif bar_bar_bar_greater.liga bar_bar_bar_greater.liga.glif - bar_bar_equal.liga - bar_bar_equal.liga.glif + bar_bar_equal_end.seq + bar_bar_equal_end.seq.glif + bar_bar_equal_middle.seq + bar_bar_equal_middle.seq.glif + bar_bar_equal_start.seq + bar_bar_equal_start.seq.glif bar_bar_greater.liga bar_bar_greater.liga.glif + bar_bar_hyphen_end.seq + bar_bar_hyphen_end.seq.glif + bar_bar_hyphen_middle.seq + bar_bar_hyphen_middle.seq.glif + bar_bar_hyphen_start.seq + bar_bar_hyphen_start.seq.glif bar_braceright.liga bar_braceright.liga.glif bar_bracketright.liga bar_bracketright.liga.glif - bar_equal.liga - bar_equal.liga.glif + bar_equal_end.seq + bar_equal_end.seq.glif + bar_equal_middle.seq + bar_equal_middle.seq.glif + bar_equal_start.seq + bar_equal_start.seq.glif bar_greater.liga bar_greater.liga.glif - bar_hyphen.liga - bar_hyphen.liga.glif + bar_hyphen_end.seq + bar_hyphen_end.seq.glif + bar_hyphen_middle.seq + bar_hyphen_middle.seq.glif + bar_hyphen_start.seq + bar_hyphen_start.seq.glif + bar_underscore_middle.seq + bar_underscore_middle.seq.glif be-cy be-cy.glif be-cy.loclSRB be-cy.loclS_R_B_.glif + bellControl + bellC_ontrol.glif + bellControl.ss20 + bellC_ontrol.ss20.glif beta beta.glif blackCircle @@ -848,8 +930,12 @@ blackV_erticalR_ect.glif blackVerysmallSquare blackV_erysmallS_quare.glif + blank + blank.glif blank-braille blank-braille.glif + blankSymbol + blankS_ymbol.glif bottomHalfBlackCircle bottomH_alfB_lackC_ircle.glif bottomHalfBlackDiamond @@ -1150,6 +1236,10 @@ cacute.glif cacute.loclPLK cacute.loclP_L_K_.glif + cancelControl + cancelC_ontrol.glif + cancelControl.ss20 + cancelC_ontrol.ss20.glif careof careof.glif caron @@ -1158,6 +1248,10 @@ caroncomb.glif caroncomb.case caroncomb.case.glif + carriageReturnControl + carriageR_eturnC_ontrol.glif + carriageReturnControl.ss20 + carriageR_eturnC_ontrol.ss20.glif ccaron ccaron.glif ccedilla @@ -1192,6 +1286,8 @@ clubB_lackS_uit.glif colon colon.glif + colon.center + colon.center.glif colon_colon.liga colon_colon.liga.glif colon_colon_colon.liga @@ -1200,10 +1296,8 @@ colon_colon_equal.liga.glif colon_equal.liga colon_equal.liga.glif - colon_greater.liga - colon_greater.liga.glif - colon_less.liga - colon_less.liga.glif + colon_equal_middle.seq + colon_equal_middle.seq.glif colon_slash_slash.liga colon_slash_slash.liga.glif colonsign @@ -1236,6 +1330,10 @@ daggerdbl.glif dashdownArrow dashdownA_rrow.glif + dataLinkEscapeControl + dataL_inkE_scapeC_ontrol.glif + dataLinkEscapeControl.ss20 + dataL_inkE_scapeC_ontrol.ss20.glif dcaron dcaron.glif dcaron.alt @@ -1248,8 +1346,20 @@ de-cy.loclB_G_R_.glif degree degree.glif + deleteControl + deleteC_ontrol.glif + deleteFormTwoControl + deleteF_ormT_woC_ontrol.glif delta delta.glif + deviceControlFourControl + deviceC_ontrolF_ourC_ontrol.glif + deviceControlOneControl + deviceC_ontrolO_neC_ontrol.glif + deviceControlThreeControl + deviceC_ontrolT_hreeC_ontrol.glif + deviceControlTwoControl + deviceC_ontrolT_woC_ontrol.glif diagonalcrosshatchFillSquare diagonalcrosshatchF_illS_quare.glif diamondBlackSuit @@ -1806,6 +1916,8 @@ downB_lackS_mallT_riangle.glif downBlackTriangle downB_lackT_riangle.glif + downTipLeftArrow + downT_ipL_eftA_rrow.glif downWhiteSmallTriangle downW_hiteS_mallT_riangle.glif downWhiteTriangle @@ -1872,12 +1984,32 @@ emdash.glif en-cy en-cy.glif + endOfMediumControl + endO_fM_ediumC_ontrol.glif + endOfMediumControl.ss20 + endO_fM_ediumC_ontrol.ss20.glif + endOfTextControl + endO_fT_extC_ontrol.glif + endOfTextControl.ss20 + endO_fT_extC_ontrol.ss20.glif + endOfTransmissionBlockControl + endO_fT_ransmissionB_lockC_ontrol.glif + endOfTransmissionBlockControl.ss20 + endO_fT_ransmissionB_lockC_ontrol.ss20.glif + endOfTransmissionControl + endO_fT_ransmissionC_ontrol.glif + endOfTransmissionControl.ss20 + endO_fT_ransmissionC_ontrol.ss20.glif endash endash.glif endescender-cy endescender-cy.glif eng eng.glif + enquiryControl + enquiryC_ontrol.glif + enquiryControl.ss20 + enquiryC_ontrol.ss20.glif eogonek eogonek.glif eopen @@ -1888,24 +2020,16 @@ epsilontonos.glif equal equal.glif - equal_colon_equal.liga - equal_colon_equal.liga.glif + equal_end.seq + equal_end.seq.glif equal_equal.liga equal_equal.liga.glif equal_equal_equal.liga equal_equal_equal.liga.glif - equal_equal_greater.liga - equal_equal_greater.liga.glif - equal_exclam_equal.liga - equal_exclam_equal.liga.glif - equal_greater.liga - equal_greater.liga.glif - equal_greater_greater.liga - equal_greater_greater.liga.glif - equal_less_less.liga - equal_less_less.liga.glif - equal_slash_equal.liga - equal_slash_equal.liga.glif + equal_middle.seq + equal_middle.seq.glif + equal_start.seq + equal_start.seq.glif equivalence equivalence.glif er-cy @@ -1914,6 +2038,10 @@ ereversed-cy.glif es-cy es-cy.glif + escapeControl + escapeC_ontrol.glif + escapeControl.ss20 + escapeC_ontrol.ss20.glif esh esh.glif estimated @@ -1934,14 +2062,20 @@ eurocurrency.glif exclam exclam.glif + exclam_colon.liga + exclam_colon.liga.glif exclam_equal.liga exclam_equal.liga.glif exclam_equal_equal.liga exclam_equal_equal.liga.glif + exclam_equal_middle.seq + exclam_equal_middle.seq.glif exclam_exclam.liga exclam_exclam.liga.glif exclam_exclam_period.liga exclam_exclam_period.liga.glif + exclam_period.liga + exclam_period.liga.glif exclamdouble exclamdouble.glif exclamdown @@ -1952,6 +2086,8 @@ f.glif fi fi.glif + fileSeparatorControl + fileS_eparatorC_ontrol.glif filledRect filledR_ect.glif firsttonechinese @@ -1974,10 +2110,16 @@ fl.glif florin florin.glif + formFeedControl + formF_eedC_ontrol.glif + formFeedControl.ss20 + formF_eedC_ontrol.ss20.glif four four.glif four.dnom four.dnom.glif + four.half + four.half.glif four.numr four.numr.glif fourinferior @@ -2036,26 +2178,44 @@ gravetonecomb.glif greater greater.glif - greater_colon.liga - greater_colon.liga.glif + greater.alt + greater.alt.glif + greater.center + greater.center.glif greater_equal.liga greater_equal.liga.glif - greater_equal_greater.liga - greater_equal_greater.liga.glif + greater_equal_end.seq + greater_equal_end.seq.glif + greater_equal_middle.seq + greater_equal_middle.seq.glif + greater_equal_start.seq + greater_equal_start.seq.glif greater_greater.liga greater_greater.liga.glif - greater_greater_equal.liga - greater_greater_equal.liga.glif + greater_greater_equal_end.seq + greater_greater_equal_end.seq.glif + greater_greater_equal_middle.seq + greater_greater_equal_middle.seq.glif + greater_greater_equal_start.seq + greater_greater_equal_start.seq.glif greater_greater_greater.liga greater_greater_greater.liga.glif - greater_greater_hyphen.liga - greater_greater_hyphen.liga.glif - greater_hyphen.liga - greater_hyphen.liga.glif - greater_hyphen_greater.liga - greater_hyphen_greater.liga.glif + greater_greater_hyphen_end.seq + greater_greater_hyphen_end.seq.glif + greater_greater_hyphen_middle.seq + greater_greater_hyphen_middle.seq.glif + greater_greater_hyphen_start.seq + greater_greater_hyphen_start.seq.glif + greater_hyphen_end.seq + greater_hyphen_end.seq.glif + greater_hyphen_middle.seq + greater_hyphen_middle.seq.glif + greater_hyphen_start.seq + greater_hyphen_start.seq.glif greaterequal greaterequal.glif + groupSeparatorControl + groupS_eparatorC_ontrol.glif gstroke gstroke.glif guarani @@ -2088,8 +2248,12 @@ hdotbelow.glif heartBlackSuit heartB_lackS_uit.glif + heavyleftpointinganglebracketornament + heavyleftpointinganglebracketornament.glif heavyleftpointinganglequotationmarkornament heavyleftpointinganglequotationmarkornament.glif + heavyrightpointinganglebracketornament + heavyrightpointinganglebracketornament.glif heavyrightpointinganglequotationmarkornament heavyrightpointinganglequotationmarkornament.glif hookabovecomb @@ -2100,6 +2264,10 @@ horizontalB_lackH_exagon.glif horizontalFillSquare horizontalF_illS_quare.glif + horizontalTabulationControl + horizontalT_abulationC_ontrol.glif + horizontalTabulationControl.ss20 + horizontalT_abulationC_ontrol.ss20.glif horizontalbar horizontalbar.glif horizontallineextension @@ -2108,6 +2276,8 @@ horncomb.glif horncomb.case horncomb.case.glif + house + house.glif hryvnia hryvnia.glif hungarumlaut @@ -2120,22 +2290,16 @@ hyphen.glif hyphen_asciitilde.liga hyphen_asciitilde.liga.glif - hyphen_bar.liga - hyphen_bar.liga.glif - hyphen_greater.liga - hyphen_greater.liga.glif - hyphen_greater_greater.liga - hyphen_greater_greater.liga.glif + hyphen_end.seq + hyphen_end.seq.glif hyphen_hyphen.liga hyphen_hyphen.liga.glif - hyphen_hyphen_greater.liga - hyphen_hyphen_greater.liga.glif hyphen_hyphen_hyphen.liga hyphen_hyphen_hyphen.liga.glif - hyphen_less.liga - hyphen_less.liga.glif - hyphen_less_less.liga - hyphen_less_less.liga.glif + hyphen_middle.seq + hyphen_middle.seq.glif + hyphen_start.seq + hyphen_start.seq.glif hyphentwo hyphentwo.glif i @@ -2332,6 +2496,10 @@ leftW_hiteT_riangle.glif less less.glif + less.alt + less.alt.glif + less.center + less.center.glif less_asciitilde.liga less_asciitilde.liga.glif less_asciitilde_asciitilde.liga @@ -2350,8 +2518,6 @@ less_bar_bar_bar.liga.glif less_bar_greater.liga less_bar_greater.liga.glif - less_colon.liga - less_colon.liga.glif less_dollar.liga less_dollar.liga.glif less_dollar.liga.BRACKET.600 @@ -2362,32 +2528,36 @@ less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif less_equal.liga less_equal.liga.glif - less_equal_equal.liga - less_equal_equal.liga.glif - less_equal_equal_greater.liga - less_equal_equal_greater.liga.glif - less_equal_greater.liga - less_equal_greater.liga.glif - less_equal_less.liga - less_equal_less.liga.glif + less_equal_end.seq + less_equal_end.seq.glif + less_equal_middle.seq + less_equal_middle.seq.glif + less_equal_start.seq + less_equal_start.seq.glif less_exclam_hyphen_hyphen.liga less_exclam_hyphen_hyphen.liga.glif less_greater.liga less_greater.liga.glif - less_hyphen.liga - less_hyphen.liga.glif - less_hyphen_greater.liga - less_hyphen_greater.liga.glif - less_hyphen_hyphen.liga - less_hyphen_hyphen.liga.glif - less_hyphen_less.liga - less_hyphen_less.liga.glif + less_hyphen_end.seq + less_hyphen_end.seq.glif + less_hyphen_middle.seq + less_hyphen_middle.seq.glif + less_hyphen_start.seq + less_hyphen_start.seq.glif less_less.liga less_less.liga.glif - less_less_equal.liga - less_less_equal.liga.glif - less_less_hyphen.liga - less_less_hyphen.liga.glif + less_less_equal_end.seq + less_less_equal_end.seq.glif + less_less_equal_middle.seq + less_less_equal_middle.seq.glif + less_less_equal_start.seq + less_less_equal_start.seq.glif + less_less_hyphen_end.seq + less_less_hyphen_end.seq.glif + less_less_hyphen_middle.seq + less_less_hyphen_middle.seq.glif + less_less_hyphen_start.seq + less_less_hyphen_start.seq.glif less_less_less.liga less_less_less.liga.glif less_plus.liga @@ -2400,6 +2570,10 @@ less_slash_greater.liga.glif lessequal lessequal.glif + lineFeedControl + lineF_eedC_ontrol.glif + lineFeedControl.ss20 + lineF_eedC_ontrol.ss20.glif lineseparator lineseparator.glif lira @@ -2544,6 +2718,12 @@ ncaron.glif ncommaaccent ncommaaccent.glif + negativeAcknowledgeControl + negativeA_cknowledgeC_ontrol.glif + negativeAcknowledgeControl.ss20 + negativeA_cknowledgeC_ontrol.ss20.glif + newlineControl + newlineC_ontrol.glif nhookleft nhookleft.glif nine @@ -2576,6 +2756,8 @@ ntilde.glif nu nu.glif + nullControl + nullC_ontrol.glif numbersign numbersign.glif numbersign_braceleft.liga @@ -2584,20 +2766,20 @@ numbersign_bracketleft.liga.glif numbersign_colon.liga numbersign_colon.liga.glif + numbersign_end.seq + numbersign_end.seq.glif numbersign_equal.liga numbersign_equal.liga.glif numbersign_exclam.liga numbersign_exclam.liga.glif - numbersign_numbersign.liga - numbersign_numbersign.liga.glif - numbersign_numbersign_numbersign.liga - numbersign_numbersign_numbersign.liga.glif - numbersign_numbersign_numbersign_numbersign.liga - numbersign_numbersign_numbersign_numbersign.liga.glif + numbersign_middle.seq + numbersign_middle.seq.glif numbersign_parenleft.liga numbersign_parenleft.liga.glif numbersign_question.liga numbersign_question.liga.glif + numbersign_start.seq + numbersign_start.seq.glif numbersign_underscore.liga numbersign_underscore.liga.glif numbersign_underscore_parenleft.liga @@ -2676,6 +2858,8 @@ one.glif one.dnom one.dnom.glif + one.half + one.half.glif one.numr one.numr.glif onedotenleader @@ -2770,6 +2954,8 @@ plus_plus_plus.liga.glif plusminus plusminus.glif + prescription + prescription.glif product product.glif psi @@ -2790,6 +2976,8 @@ question_period.liga.glif question_question.liga question_question.liga.glif + question_question_equal.liga + question_question_equal.liga.glif questiondown questiondown.glif questiongreek @@ -2824,8 +3012,12 @@ rcommaaccent.glif rdotbelow rdotbelow.glif + recordSeparatorControl + recordS_eparatorC_ontrol.glif registered registered.glif + returnsymbol + returnsymbol.glif reversedRotatedFloralHeartBullet reversedR_otatedF_loralH_eartB_ullet.glif rho @@ -2940,6 +3132,14 @@ sheqel.glif shha-cy shha-cy.glif + shiftInControl + shiftI_nC_ontrol.glif + shiftInControl.ss20 + shiftI_nC_ontrol.ss20.glif + shiftOutControl + shiftO_utC_ontrol.glif + shiftOutControl.ss20 + shiftO_utC_ontrol.ss20.glif sigma sigma.glif sigmafinal @@ -2958,14 +3158,24 @@ slash.glif slash_asterisk.liga slash_asterisk.liga.glif - slash_equal.liga - slash_equal.liga.glif - slash_equal_equal.liga - slash_equal_equal.liga.glif + slash_backslash.liga + slash_backslash.liga.glif + slash_equal_end.seq + slash_equal_end.seq.glif + slash_equal_middle.seq + slash_equal_middle.seq.glif + slash_equal_start.seq + slash_equal_start.seq.glif slash_greater.liga slash_greater.liga.glif slash_slash.liga slash_slash.liga.glif + slash_slash_equal_end.seq + slash_slash_equal_end.seq.glif + slash_slash_equal_middle.seq + slash_slash_equal_middle.seq.glif + slash_slash_equal_start.seq + slash_slash_equal_start.seq.glif slash_slash_slash.liga slash_slash_slash.liga.glif softhyphen @@ -2976,16 +3186,36 @@ softsign-cy.loclB_G_R_.glif space space.glif + spaceControl + spaceC_ontrol.glif spadeBlackSuit spadeB_lackS_uit.glif + startOfHeadingControl + startO_fH_eadingC_ontrol.glif + startOfHeadingControl.ss20 + startO_fH_eadingC_ontrol.ss20.glif + startOfTextControl + startO_fT_extC_ontrol.glif + startOfTextControl.ss20 + startO_fT_extC_ontrol.ss20.glif sterling sterling.glif strictlyequivalentto strictlyequivalentto.glif + substituteControl + substituteC_ontrol.glif + substituteControl.ss20 + substituteC_ontrol.ss20.glif + substituteFormTwoControl + substituteF_ormT_woC_ontrol.glif summation summation.glif sunWithRays sunW_ithR_ays.glif + synchronousIdleControl + synchronousI_dleC_ontrol.glif + synchronousIdleControl.ss20 + synchronousI_dleC_ontrol.ss20.glif t t.glif tau @@ -3016,6 +3246,8 @@ three.glif three.dnom three.dnom.glif + three.half + three.half.glif three.numr three.numr.glif threeeighths @@ -3058,6 +3290,8 @@ two.glif two.dnom two.dnom.glif + two.half + two.half.glif two.numr two.numr.glif twoinferior @@ -3102,14 +3336,18 @@ umacron-cy.glif underscore underscore.glif - underscore_bar_underscore.liga - underscore_bar_underscore.liga.glif + underscore_end.seq + underscore_end.seq.glif + underscore_middle.seq + underscore_middle.seq.glif + underscore_start.seq + underscore_start.seq.glif underscore_underscore.liga underscore_underscore.liga.glif underscoredbl underscoredbl.glif - uni0009 - uni0009.glif + unitSeparatorControl + unitS_eparatorC_ontrol.glif uogonek uogonek.glif upArrow @@ -3242,6 +3480,10 @@ verticalF_illC_ircle.glif verticalFillSquare verticalF_illS_quare.glif + verticalTabulationControl + verticalT_abulationC_ontrol.glif + verticalTabulationControl.ss20 + verticalT_abulationC_ontrol.ss20.glif vhook vhook.glif vturned diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/crosshatchF_illS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/crosshatchF_illS_quare.glif index 7678e73fa..eeba72190 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/crosshatchF_illS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/crosshatchF_illS_quare.glif @@ -46,7 +46,7 @@ uni25A6 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/d.glif b/sources/CascadiaCode-Bold.ufo/glyphs/d.glif index eaa83b103..1bf4b91f4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/d.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/d.glif @@ -8,48 +8,47 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dashdownA_rrow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dashdownA_rrow.glif index cd65b501d..4126acb4a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dashdownA_rrow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dashdownA_rrow.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dataL_inkE_scapeC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dataL_inkE_scapeC_ontrol.glif new file mode 100644 index 000000000..900c43246 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dataL_inkE_scapeC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + D.half + + + alignment + -1 + index + 1 + name + L.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dataL_inkE_scapeC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dataL_inkE_scapeC_ontrol.ss20.glif new file mode 100644 index 000000000..d0f23a261 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dataL_inkE_scapeC_ontrol.ss20.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dcaron.alt.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dcaron.alt.glif index a4e2f2717..2da76e628 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dcaron.alt.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dcaron.alt.glif @@ -5,48 +5,47 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - + + + - - - - - - - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dcaron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dcaron.glif index cc3602da5..c6251f331 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dcaron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dcaron.glif @@ -2,9 +2,9 @@ - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dcroat.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dcroat.glif index aa0a65555..f38e92e21 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dcroat.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dcroat.glif @@ -4,8 +4,8 @@ - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/de-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/de-cy.glif index 0766ad71d..ce76f4024 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/de-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/de-cy.glif @@ -48,10 +48,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/de-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/de-cy.loclB_G_R_.glif index 59ad062ff..2cf51f7d0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/de-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/de-cy.loclB_G_R_.glif @@ -1,15 +1,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/degree.glif b/sources/CascadiaCode-Bold.ufo/glyphs/degree.glif index 11ec6fe92..d2e077aa7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/degree.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/degree.glif @@ -4,32 +4,32 @@ - - - - - - + + + + + + - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/deleteC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/deleteC_ontrol.glif new file mode 100644 index 000000000..feae256b3 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/deleteC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + D.half + + + alignment + -1 + index + 1 + name + T.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/deleteF_ormT_woC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/deleteF_ormT_woC_ontrol.glif new file mode 100644 index 000000000..5de219894 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/deleteF_ormT_woC_ontrol.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/delta.glif b/sources/CascadiaCode-Bold.ufo/glyphs/delta.glif index 0072d5b3d..0500f1acc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/delta.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/delta.glif @@ -55,10 +55,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolF_ourC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolF_ourC_ontrol.glif new file mode 100644 index 000000000..4033bc383 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolF_ourC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + D.half + + + alignment + -1 + index + 1 + name + four.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolO_neC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolO_neC_ontrol.glif new file mode 100644 index 000000000..ed9e9111e --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolO_neC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + D.half + + + alignment + -1 + index + 1 + name + one.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolT_hreeC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolT_hreeC_ontrol.glif new file mode 100644 index 000000000..048abb542 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolT_hreeC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + D.half + + + alignment + -1 + index + 1 + name + three.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolT_woC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolT_woC_ontrol.glif new file mode 100644 index 000000000..a7c5f24eb --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolT_woC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + D.half + + + alignment + -1 + index + 1 + name + two.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/diagonalcrosshatchF_illS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/diagonalcrosshatchF_illS_quare.glif index 087611dd5..b5ad667d4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/diagonalcrosshatchF_illS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/diagonalcrosshatchF_illS_quare.glif @@ -58,7 +58,7 @@ uni25A9 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dieresiscomb.case.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dieresiscomb.case.glif index eb2821aff..66065282b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dieresiscomb.case.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dieresiscomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dieresiscomb.glif index 6a8a61ed9..1158249e5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dieresiscomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dieresiscomb.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dieresistonos.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dieresistonos.glif index 7010801fd..2c39cddd2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dieresistonos.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dieresistonos.glif @@ -42,7 +42,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/divisionslash.glif b/sources/CascadiaCode-Bold.ufo/glyphs/divisionslash.glif index a66cf0580..4f48075a9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/divisionslash.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/divisionslash.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dje-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dje-cy.glif index 77f1e3e94..2dd489631 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dje-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dje-cy.glif @@ -51,10 +51,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dollar.B_R_A_C_K_E_T_.600.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dollar.B_R_A_C_K_E_T_.600.glif index bfe2eb3c9..dcd4e3403 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dollar.B_R_A_C_K_E_T_.600.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dollar.B_R_A_C_K_E_T_.600.glif @@ -1,8 +1,6 @@ - - @@ -32,7 +30,7 @@ com.schriftgestaltung.Glyphs._originalLayerName - Bold [600] + [600] com.schriftgestaltung.Glyphs.glyph.leftMetricsKey =S com.schriftgestaltung.Glyphs.glyph.rightMetricsKey diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dollar.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dollar.glif index 9427df3b5..598008b49 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dollar.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dollar.glif @@ -3,7 +3,7 @@ - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dollar_greater.liga.B_R_A_C_K_E_T_.600.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dollar_greater.liga.B_R_A_C_K_E_T_.600.glif index 1d65179ce..63b315fd1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dollar_greater.liga.B_R_A_C_K_E_T_.600.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dollar_greater.liga.B_R_A_C_K_E_T_.600.glif @@ -3,70 +3,70 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs._originalLayerName - Bold[600] + [600] public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dollar_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dollar_greater.liga.glif index 5506e90d8..658b6d082 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dollar_greater.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dollar_greater.liga.glif @@ -3,62 +3,62 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dong.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dong.glif index 818c0027b..2678bd60f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dong.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dong.glif @@ -4,8 +4,8 @@ - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dotaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dotaccent.glif index 0e4b926f1..c1675f002 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dotaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dotaccent.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dotaccentcomb.case.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dotaccentcomb.case.glif index d75202aca..2177d1648 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dotaccentcomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dotaccentcomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dotaccentcomb.glif index 4e1743525..2d92c1c99 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dotaccentcomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dotaccentcomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dotbelowcomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dotbelowcomb.glif index 4d67c19dc..9d2553eee 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dotbelowcomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dotbelowcomb.glif @@ -2,6 +2,7 @@ + @@ -23,7 +24,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1-braille.glif index a43233faf..edeff69ec 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12-braille.glif index 0490a7159..76087f445 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots123-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots123-braille.glif index 6524c1b0e..59220f000 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots123-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots123-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1234-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1234-braille.glif index 38c8864c5..7fdeaf12b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1234-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1234-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12345-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12345-braille.glif index 55ffb16b2..63470b1a8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12345-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12345-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots123456-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots123456-braille.glif index 039ae4772..813facdd5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots123456-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots123456-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1234567-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1234567-braille.glif index 777792352..f0b34784e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1234567-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1234567-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12345678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12345678-braille.glif index e6ff0785b..700881251 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12345678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12345678-braille.glif @@ -119,7 +119,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1234568-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1234568-braille.glif index 63dec8dcb..008c7fa56 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1234568-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1234568-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots123457-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots123457-braille.glif index be5aefb7f..26075b65c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots123457-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots123457-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1234578-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1234578-braille.glif index 0efe15bba..fb017688d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1234578-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1234578-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots123458-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots123458-braille.glif index 6f19ecd1d..7d3de3f03 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots123458-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots123458-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12346-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12346-braille.glif index 61148bb0f..d44cf16dc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12346-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12346-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots123467-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots123467-braille.glif index 2fcf52231..84f831012 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots123467-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots123467-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1234678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1234678-braille.glif index 50eb8aa83..b5e2226b4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1234678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1234678-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots123468-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots123468-braille.glif index deb4786dc..03db3ae15 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots123468-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots123468-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12347-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12347-braille.glif index be8b9506a..1dc642465 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12347-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12347-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots123478-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots123478-braille.glif index 5b4a39d3f..30383d0ac 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots123478-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots123478-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12348-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12348-braille.glif index a65e69798..b4cf3f920 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12348-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12348-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1235-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1235-braille.glif index a727ba2ad..754f9f645 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1235-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1235-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12356-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12356-braille.glif index 6ce9ad079..09e485cfa 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12356-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12356-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots123567-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots123567-braille.glif index dc2e8f056..ce0327466 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots123567-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots123567-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1235678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1235678-braille.glif index 47397825b..91354de77 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1235678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1235678-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots123568-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots123568-braille.glif index 19a2a847e..194a0413c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots123568-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots123568-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12357-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12357-braille.glif index 7c6a90f9c..28e5adc44 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12357-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12357-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots123578-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots123578-braille.glif index 5a5061d05..13aa4dab0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots123578-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots123578-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12358-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12358-braille.glif index 4d509ba5b..313f7e796 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12358-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12358-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1236-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1236-braille.glif index 2b0ce1b48..b56b88eb0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1236-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1236-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12367-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12367-braille.glif index bbd9ade43..337900354 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12367-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12367-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots123678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots123678-braille.glif index 9d075cf19..6daffa2dd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots123678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots123678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12368-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12368-braille.glif index 32e9430f9..c9663eaa9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12368-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12368-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1237-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1237-braille.glif index f32a2f585..6eb05207e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1237-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1237-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12378-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12378-braille.glif index 38955e5c6..46dc5e886 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12378-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12378-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1238-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1238-braille.glif index a28348228..80dac312c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1238-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1238-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots124-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots124-braille.glif index ee4fd4f10..358432e32 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots124-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots124-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1245-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1245-braille.glif index 8f09136f1..cbb4356ba 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1245-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1245-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12456-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12456-braille.glif index b81e4eae8..ca0db0d11 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12456-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12456-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots124567-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots124567-braille.glif index b59ee4b3f..527fbe82c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots124567-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots124567-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1245678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1245678-braille.glif index e4b917c1b..ee73d41b2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1245678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1245678-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots124568-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots124568-braille.glif index 91329221b..4c082dd2b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots124568-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots124568-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12457-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12457-braille.glif index b9250838a..f27627a54 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12457-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12457-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots124578-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots124578-braille.glif index 52850bb29..f10610e70 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots124578-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots124578-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12458-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12458-braille.glif index 0eaf4f84d..9358c9b33 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12458-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12458-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1246-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1246-braille.glif index 6f8f70396..a8541ecdb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1246-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1246-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12467-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12467-braille.glif index 71f820ccb..c54c158af 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12467-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12467-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots124678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots124678-braille.glif index 6ebe9fd26..412afe850 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots124678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots124678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12468-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12468-braille.glif index ed491f47b..2850b7bc0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12468-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12468-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1247-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1247-braille.glif index 43b997ecf..28a5c7680 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1247-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1247-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12478-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12478-braille.glif index 3389a01a0..58f352adb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12478-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12478-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1248-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1248-braille.glif index 3db1979b9..6ff2ebba4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1248-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1248-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots125-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots125-braille.glif index 5cf60ed62..39a21b87f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots125-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots125-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1256-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1256-braille.glif index 992b6bdd5..879d3b855 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1256-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1256-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12567-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12567-braille.glif index 964928ff9..3a0b27959 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12567-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12567-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots125678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots125678-braille.glif index 3b79dd737..aa0bc323d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots125678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots125678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12568-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12568-braille.glif index b2417bbaa..4a7f9c60f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12568-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12568-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1257-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1257-braille.glif index 421c691e1..1629c6720 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1257-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1257-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12578-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12578-braille.glif index e2e1f8d7c..1a802324f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12578-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12578-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1258-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1258-braille.glif index 513e4b9be..3f3866c46 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1258-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1258-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots126-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots126-braille.glif index a1afc6db6..4f5b4a9a8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots126-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots126-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1267-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1267-braille.glif index 6094e28ca..1c8ddba79 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1267-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1267-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots12678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots12678-braille.glif index 6caf44999..485e497eb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots12678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots12678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1268-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1268-braille.glif index f0c6c792c..f01d7a4bb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1268-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1268-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots127-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots127-braille.glif index a1fbfe5dc..d0fb2e0a2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots127-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots127-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1278-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1278-braille.glif index 07e9fb25f..ab4543732 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1278-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1278-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots128-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots128-braille.glif index b4bc5b031..c8f573e32 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots128-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots128-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots13-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots13-braille.glif index 49b7a979e..03e3ef13e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots13-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots13-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots134-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots134-braille.glif index 6a6fd9c2e..d2ab56ba4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots134-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots134-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1345-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1345-braille.glif index c38444337..28b9a6224 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1345-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1345-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots13456-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots13456-braille.glif index 23683bb4e..1c0f54426 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots13456-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots13456-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots134567-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots134567-braille.glif index c75af6370..158f653da 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots134567-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots134567-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1345678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1345678-braille.glif index beaba95b5..96d990cc5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1345678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1345678-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots134568-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots134568-braille.glif index d310496b5..08cc02d3b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots134568-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots134568-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots13457-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots13457-braille.glif index 0a9b77c7b..247f2dcc8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots13457-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots13457-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots134578-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots134578-braille.glif index 7c5c11b95..adf01f3c6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots134578-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots134578-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots13458-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots13458-braille.glif index 516e1f76e..c304c86c3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots13458-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots13458-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1346-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1346-braille.glif index c477ca111..b2a339426 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1346-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1346-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots13467-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots13467-braille.glif index 86ac9f413..fcd8e77ad 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots13467-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots13467-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots134678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots134678-braille.glif index bd8f15a92..d15f89f14 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots134678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots134678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots13468-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots13468-braille.glif index d5cdd9f17..99d0f3052 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots13468-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots13468-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1347-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1347-braille.glif index f79571bed..b83f034ea 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1347-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1347-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots13478-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots13478-braille.glif index 8d6000131..d9c56e5d7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots13478-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots13478-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1348-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1348-braille.glif index de1240522..7ef3d8b86 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1348-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1348-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots135-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots135-braille.glif index be9af6fd8..37d424617 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots135-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots135-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1356-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1356-braille.glif index 1115173b7..d65271bc9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1356-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1356-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots13567-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots13567-braille.glif index 06d5ff2eb..a7052c3dc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots13567-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots13567-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots135678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots135678-braille.glif index 715967f75..6ee7b5be9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots135678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots135678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots13568-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots13568-braille.glif index 02fc9b683..7d28d1133 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots13568-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots13568-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1357-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1357-braille.glif index ca647602f..61832426a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1357-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1357-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots13578-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots13578-braille.glif index e513d3133..893eab50e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots13578-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots13578-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1358-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1358-braille.glif index b56ae07ea..6c5020e7c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1358-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1358-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots136-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots136-braille.glif index 33d13fc71..2fbb9b455 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots136-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots136-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1367-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1367-braille.glif index c794ac7b4..6cef7fa21 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1367-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1367-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots13678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots13678-braille.glif index 1fc81ca7e..22198d51e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots13678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots13678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1368-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1368-braille.glif index 74d507421..168eb5384 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1368-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1368-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots137-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots137-braille.glif index 0cd0a6e57..0fb9a5de6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots137-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots137-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1378-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1378-braille.glif index 97e0bd469..6b59bfcbc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1378-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1378-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots138-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots138-braille.glif index 4447a4bfe..cf6c774fa 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots138-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots138-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots14-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots14-braille.glif index db5f63688..a9bf2da65 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots14-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots14-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots145-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots145-braille.glif index 0b62910c5..464cffa99 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots145-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots145-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1456-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1456-braille.glif index 5ada86d0f..e77593da2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1456-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1456-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots14567-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots14567-braille.glif index 33e8d43cc..07e4e3e95 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots14567-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots14567-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots145678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots145678-braille.glif index 96101ae00..3c9beeb91 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots145678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots145678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots14568-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots14568-braille.glif index e872ba77b..624f711d4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots14568-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots14568-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1457-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1457-braille.glif index cd388e86f..c1a5e971e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1457-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1457-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots14578-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots14578-braille.glif index 9dfa5b6f5..73e69bdaf 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots14578-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots14578-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1458-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1458-braille.glif index 96ac56ab7..47ae38ad9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1458-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1458-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots146-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots146-braille.glif index fa4e50bab..9ca97eb80 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots146-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots146-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1467-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1467-braille.glif index 29d36e9a6..f6c2d764b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1467-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1467-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots14678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots14678-braille.glif index 98c4e2f2a..7253d8845 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots14678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots14678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1468-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1468-braille.glif index aee899155..799415fa5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1468-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1468-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots147-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots147-braille.glif index e770afec2..1a6fc0f97 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots147-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots147-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1478-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1478-braille.glif index c2d035bd8..bb19e7019 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1478-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1478-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots148-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots148-braille.glif index 9370a8efc..f0095badb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots148-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots148-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots15-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots15-braille.glif index 31349c58e..ae314dd1d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots15-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots15-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots156-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots156-braille.glif index 73b72f499..defc7c9e2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots156-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots156-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1567-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1567-braille.glif index 66b50856f..edd905393 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1567-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1567-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots15678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots15678-braille.glif index 80e27c168..dc24881f0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots15678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots15678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1568-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1568-braille.glif index 4760268e2..64b3d2fab 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1568-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1568-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots157-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots157-braille.glif index e26f8250a..c9f4d3ed4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots157-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots157-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1578-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1578-braille.glif index de78eb3f7..4bead184e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1578-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1578-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots158-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots158-braille.glif index b82ba6d8a..2732fad6f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots158-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots158-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots16-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots16-braille.glif index c1c7d63a5..aadc398ff 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots16-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots16-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots167-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots167-braille.glif index 69354ade3..ae7de2222 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots167-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots167-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots1678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots1678-braille.glif index 0da1a2cbe..51fecd58a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots1678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots1678-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots168-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots168-braille.glif index 5fc191e1f..4c4c92ab6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots168-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots168-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots17-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots17-braille.glif index a442f19b9..adbadd63c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots17-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots17-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots178-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots178-braille.glif index 15d8572a8..773e7fbd2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots178-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots178-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots18-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots18-braille.glif index 9a236c09e..2ca5d2c2c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots18-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots18-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2-braille.glif index f56bfc769..1f0cd0135 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots23-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots23-braille.glif index 5fc29d6a7..a2be6eeb1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots23-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots23-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots234-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots234-braille.glif index 95a14d24d..519a38833 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots234-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots234-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2345-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2345-braille.glif index a05fad8d9..037144df1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2345-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2345-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots23456-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots23456-braille.glif index 5751ff905..37c922d18 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots23456-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots23456-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots234567-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots234567-braille.glif index b81bb28c8..a221ddb77 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots234567-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots234567-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2345678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2345678-braille.glif index a4de34af4..0be7a546c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2345678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2345678-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots234568-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots234568-braille.glif index 110508db0..d11d86ee3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots234568-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots234568-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots23457-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots23457-braille.glif index fc4510316..d6e685c6c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots23457-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots23457-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots234578-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots234578-braille.glif index 7528191d0..bf08328f3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots234578-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots234578-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots23458-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots23458-braille.glif index 7c4716caa..76e7bccca 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots23458-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots23458-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2346-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2346-braille.glif index 54f61d4c3..00f5126e1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2346-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2346-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots23467-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots23467-braille.glif index 745d9e0a0..819ea0426 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots23467-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots23467-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots234678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots234678-braille.glif index f4efa7f99..24ebcb0b9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots234678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots234678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots23468-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots23468-braille.glif index 1c4ae231c..869cc4ebd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots23468-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots23468-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2347-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2347-braille.glif index 2daafda7d..b8ba85fe3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2347-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2347-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots23478-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots23478-braille.glif index 16059adf8..76e2f799b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots23478-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots23478-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2348-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2348-braille.glif index ef4d3bec8..cf3be4efa 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2348-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2348-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots235-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots235-braille.glif index fe60a4a50..1bfdadb4c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots235-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots235-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2356-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2356-braille.glif index 8db6f2e09..9f1e396dd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2356-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2356-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots23567-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots23567-braille.glif index 403555773..36861c52d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots23567-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots23567-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots235678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots235678-braille.glif index c47557d76..ed953744a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots235678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots235678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots23568-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots23568-braille.glif index b9ce90a49..aa90c57ed 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots23568-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots23568-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2357-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2357-braille.glif index 50b5d5acc..dceed8f62 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2357-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2357-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots23578-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots23578-braille.glif index 27ea5ccdb..c22cd78e3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots23578-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots23578-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2358-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2358-braille.glif index 975e52242..d46f70306 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2358-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2358-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots236-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots236-braille.glif index 8516d06bd..e6b64bfd8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots236-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots236-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2367-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2367-braille.glif index c7e897f0d..2c4a33280 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2367-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2367-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots23678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots23678-braille.glif index 52faeef6a..f40b4dfd6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots23678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots23678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2368-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2368-braille.glif index b2a864940..665a1c04d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2368-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2368-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots237-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots237-braille.glif index 7112ec9f2..a120ad521 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots237-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots237-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2378-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2378-braille.glif index 9bff93fcb..7d50fe4d7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2378-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2378-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots238-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots238-braille.glif index 0ae0e3552..c63cd5cdd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots238-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots238-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots24-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots24-braille.glif index 13348ce57..9cbee12e7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots24-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots24-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots245-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots245-braille.glif index f80f097d3..e3ac21d97 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots245-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots245-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2456-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2456-braille.glif index 6e293fcae..bb073e619 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2456-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2456-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots24567-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots24567-braille.glif index 0a2246966..203c9ddf9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots24567-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots24567-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots245678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots245678-braille.glif index b24e30292..8169ca4c4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots245678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots245678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots24568-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots24568-braille.glif index 874dee65e..7f626bc1f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots24568-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots24568-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2457-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2457-braille.glif index 998eb0aa4..b7e3586bc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2457-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2457-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots24578-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots24578-braille.glif index 89f62f38e..4baf25200 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots24578-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots24578-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2458-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2458-braille.glif index 96d2a8935..76faa0377 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2458-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2458-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots246-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots246-braille.glif index 1dc9a92e7..22f8bd964 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots246-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots246-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2467-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2467-braille.glif index 813e8a913..57abe3dce 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2467-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2467-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots24678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots24678-braille.glif index 249137a99..6d757b89e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots24678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots24678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2468-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2468-braille.glif index 6ae57bf44..f980b9db9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2468-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2468-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots247-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots247-braille.glif index d54ba7a81..f14442501 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots247-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots247-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2478-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2478-braille.glif index 3b6c7591c..041ccdadb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2478-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2478-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots248-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots248-braille.glif index fa5fd3229..4aa27008b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots248-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots248-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots25-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots25-braille.glif index e87ac9f0a..5e2e9eabd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots25-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots25-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots256-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots256-braille.glif index f30da4a9f..1f748d53f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots256-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots256-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2567-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2567-braille.glif index d19d59a79..c875b774f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2567-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2567-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots25678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots25678-braille.glif index a7e18430b..3a4313980 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots25678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots25678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2568-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2568-braille.glif index 2894e3296..2d76b40d4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2568-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2568-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots257-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots257-braille.glif index 756820dd8..0be02ad39 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots257-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots257-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2578-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2578-braille.glif index 80ea24e3c..422d57d88 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2578-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2578-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots258-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots258-braille.glif index 5989d89fe..5d71041a9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots258-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots258-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots26-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots26-braille.glif index a9989e245..50683bd83 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots26-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots26-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots267-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots267-braille.glif index 0ef40eb6f..8782e16ea 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots267-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots267-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots2678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots2678-braille.glif index 33b497cb8..59dfd4fa9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots2678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots2678-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots268-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots268-braille.glif index 4d92f0282..d9c249839 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots268-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots268-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots27-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots27-braille.glif index 46720878a..69064ef2f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots27-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots27-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots278-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots278-braille.glif index 31660a5ed..da3c4fb7a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots278-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots278-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots28-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots28-braille.glif index 842e006c5..2869a5b65 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots28-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots28-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots3-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots3-braille.glif index a6dd3bea4..559d2bf1a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots3-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots3-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots34-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots34-braille.glif index 5834a856d..83facf930 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots34-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots34-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots345-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots345-braille.glif index 01b70516a..6d13fae04 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots345-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots345-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots3456-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots3456-braille.glif index f263a0c75..f1fd009af 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots3456-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots3456-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots34567-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots34567-braille.glif index b558e6d6b..5b50e441e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots34567-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots34567-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots345678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots345678-braille.glif index 55f400bda..8144bf7b6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots345678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots345678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots34568-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots34568-braille.glif index 3d40cc28d..a543fc7ce 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots34568-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots34568-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots3457-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots3457-braille.glif index 459f1bd20..2a1cb2ed1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots3457-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots3457-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots34578-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots34578-braille.glif index 2329b50e5..2ff5391c0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots34578-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots34578-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots3458-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots3458-braille.glif index b316da03e..60539582b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots3458-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots3458-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots346-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots346-braille.glif index 28d28d3c3..fd54ffca5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots346-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots346-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots3467-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots3467-braille.glif index 71a5549f0..302cc2bbe 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots3467-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots3467-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots34678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots34678-braille.glif index f10293447..6768c4bc8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots34678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots34678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots3468-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots3468-braille.glif index a05c7eeeb..420c8407e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots3468-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots3468-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots347-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots347-braille.glif index 98ca45acb..499a1c9b9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots347-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots347-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots3478-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots3478-braille.glif index 60b56660a..f66232fe7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots3478-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots3478-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots348-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots348-braille.glif index 41ad0dc6a..902dc71b1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots348-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots348-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots35-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots35-braille.glif index 154a4b0bc..cad53cfd5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots35-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots35-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots356-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots356-braille.glif index 4324088bf..183129eba 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots356-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots356-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots3567-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots3567-braille.glif index 1d1e41f0d..8050e6c4c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots3567-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots3567-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots35678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots35678-braille.glif index 43057404a..0b721a3fe 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots35678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots35678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots3568-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots3568-braille.glif index f6913aa3e..a1b55f60d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots3568-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots3568-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots357-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots357-braille.glif index 08c49572f..508f0411e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots357-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots357-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots3578-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots3578-braille.glif index ab240eb55..e350f681a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots3578-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots3578-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots358-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots358-braille.glif index 81ec9fe8c..b1ce9d7cd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots358-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots358-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots36-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots36-braille.glif index 620cf5dc2..5f7a46174 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots36-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots36-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots367-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots367-braille.glif index 4eff44920..e04f5ff29 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots367-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots367-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots3678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots3678-braille.glif index 18eb6fdcb..e80483474 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots3678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots3678-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots368-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots368-braille.glif index 577d13aca..21b3ddb21 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots368-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots368-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots37-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots37-braille.glif index 846c14f7a..e607a02e9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots37-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots37-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots378-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots378-braille.glif index 90623a240..e571f91bd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots378-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots378-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots38-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots38-braille.glif index 628bce02f..a2b303f25 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots38-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots38-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots4-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots4-braille.glif index 55b6920bb..7b345f762 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots4-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots4-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots45-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots45-braille.glif index 255494bbd..7d7d6c91f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots45-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots45-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots456-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots456-braille.glif index 0638b7023..7cd5b5f40 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots456-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots456-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots4567-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots4567-braille.glif index 5829e602c..7d1f01a05 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots4567-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots4567-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots45678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots45678-braille.glif index 022aa15c1..25e3d89cd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots45678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots45678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots4568-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots4568-braille.glif index 393f423fc..fb9af6fef 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots4568-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots4568-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots457-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots457-braille.glif index 6d5ed371b..f773c4e30 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots457-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots457-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots4578-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots4578-braille.glif index efcc46445..1568f9ad3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots4578-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots4578-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots458-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots458-braille.glif index 66309c39c..c560e183a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots458-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots458-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots46-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots46-braille.glif index 77af75744..fc6db62c4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots46-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots46-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots467-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots467-braille.glif index 2a0b5fbb2..a83d65996 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots467-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots467-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots4678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots4678-braille.glif index 35a634abe..ab5b8b879 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots4678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots4678-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots468-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots468-braille.glif index 1855c572f..dd4307c1a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots468-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots468-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots47-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots47-braille.glif index dd1645e87..0965e828a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots47-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots47-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots478-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots478-braille.glif index 5670cfea6..47f1aad21 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots478-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots478-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots48-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots48-braille.glif index 339433901..f932d3b1c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots48-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots48-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots5-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots5-braille.glif index f99d1c030..e2ac7b183 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots5-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots5-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots56-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots56-braille.glif index a39382d94..4652e4f84 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots56-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots56-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots567-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots567-braille.glif index 8dd04907e..ad43c9b67 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots567-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots567-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots5678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots5678-braille.glif index 680294352..9b2cf6fe0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots5678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots5678-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots568-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots568-braille.glif index 588386b5d..45717e66e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots568-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots568-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots57-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots57-braille.glif index 4294e5b38..ea0ef0d2c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots57-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots57-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots578-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots578-braille.glif index d1ef26ae6..29edfa4a7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots578-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots578-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots58-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots58-braille.glif index 54e36a0c3..d62dde05d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots58-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots58-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots6-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots6-braille.glif index 04860c19d..54ca9e634 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots6-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots6-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots67-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots67-braille.glif index b267c856d..94239c3a7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots67-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots67-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots678-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots678-braille.glif index f7761fae7..488aefc2f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots678-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots678-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots68-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots68-braille.glif index 2ea73848e..f5f4b9769 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots68-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots68-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots7-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots7-braille.glif index 119ce7118..32edd798a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots7-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots7-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots78-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots78-braille.glif index 005dc1adc..d75a2fc61 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots78-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots78-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dots8-braille.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dots8-braille.glif index f6a02ab72..04cdf9198 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dots8-braille.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dots8-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dottedC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dottedC_ircle.glif index 8090996e9..cbcdb8295 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dottedC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dottedC_ircle.glif @@ -178,7 +178,7 @@ uni25CC public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dottedS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dottedS_quare.glif index 2efaf7f64..59e63f1be 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dottedS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dottedS_quare.glif @@ -178,7 +178,7 @@ uni2B1A public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/downA_rrow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/downA_rrow.glif index dd1d868c9..3b040d6e6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/downA_rrow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/downA_rrow.glif @@ -4,26 +4,20 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/downB_lackS_mallT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/downB_lackS_mallT_riangle.glif index 9098953f9..b60b69a55 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/downB_lackS_mallT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/downB_lackS_mallT_riangle.glif @@ -15,7 +15,7 @@ uni25BE public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/downB_lackT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/downB_lackT_riangle.glif index efbd1a20f..1136293d6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/downB_lackT_riangle.glif @@ -15,7 +15,7 @@ triagdn public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/downT_ipL_eftA_rrow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/downT_ipL_eftA_rrow.glif new file mode 100644 index 000000000..aa1a20f02 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/downT_ipL_eftA_rrow.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/downW_hiteS_mallT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/downW_hiteS_mallT_riangle.glif index d2d85e459..919221c48 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/downW_hiteS_mallT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/downW_hiteS_mallT_riangle.glif @@ -23,7 +23,7 @@ uni25BF public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/downW_hiteT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/downW_hiteT_riangle.glif index 52c554a16..2359112b7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/downW_hiteT_riangle.glif @@ -23,7 +23,7 @@ uni25BD public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dze-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dze-cy.glif index 19cc7eef0..16d5637a0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dze-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dze-cy.glif @@ -2,15 +2,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/dzhe-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/dzhe-cy.glif index c79145654..199d5563d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/dzhe-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/dzhe-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/e-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/e-cy.glif index 376a51c64..cfa0bbc37 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/e-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/e-cy.glif @@ -40,10 +40,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/e.glif b/sources/CascadiaCode-Bold.ufo/glyphs/e.glif index bf2e4a7de..6d869f3fa 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/e.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/e.glif @@ -43,7 +43,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/eacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/eacute.glif index 9386d69e2..1dda228dd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/eacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/eacute.glif @@ -2,17 +2,17 @@ - - - + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ebreve.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ebreve.glif index 44a1f1d3a..a7652aa7d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ebreve.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ebreve.glif @@ -2,9 +2,9 @@ - - - + + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ecaron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ecaron.glif index f617aa3b7..45e008650 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ecaron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ecaron.glif @@ -2,9 +2,9 @@ - - - + + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflex.glif index 3b898a7dc..bd8581188 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflex.glif @@ -2,9 +2,9 @@ - - - + + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexacute.glif index 9db71913b..66f9dfb64 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexacute.glif @@ -2,13 +2,13 @@ - - - + + + - + @@ -24,7 +24,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexdotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexdotbelow.glif index 951fa3bb9..3e3e70140 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexdotbelow.glif @@ -2,9 +2,9 @@ - - - + + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexgrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexgrave.glif index ce558f2b5..341b7395b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexgrave.glif @@ -2,18 +2,29 @@ - - - + + + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 2 + name + gravecomb + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexhookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexhookabove.glif index 15939c334..4baf46931 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexhookabove.glif @@ -2,18 +2,29 @@ - - - + + + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + hookabovecomb + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflextilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflextilde.glif index 04013b5d7..e980784b8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflextilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflextilde.glif @@ -3,8 +3,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/edieresis.glif b/sources/CascadiaCode-Bold.ufo/glyphs/edieresis.glif index c8cbce07c..53e42d739 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/edieresis.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/edieresis.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/edotaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/edotaccent.glif index 70042058e..426060cba 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/edotaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/edotaccent.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/edotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/edotbelow.glif index 71e0d73dc..81ad84a2e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/edotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/edotbelow.glif @@ -2,9 +2,9 @@ - - - + + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ef-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ef-cy.glif index cfe035987..3843b6730 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ef-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ef-cy.glif @@ -82,10 +82,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/egrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/egrave.glif index d3a0b1756..c6c5cdc46 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/egrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/egrave.glif @@ -2,17 +2,17 @@ - - - + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ehookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ehookabove.glif index 40d53c1d8..a975d0dcf 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ehookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ehookabove.glif @@ -2,8 +2,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/el-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/el-cy.glif index 943053a3c..19056056f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/el-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/el-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/el-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/el-cy.loclB_G_R_.glif index 268542d96..8d8f16d0a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/el-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/el-cy.loclB_G_R_.glif @@ -15,10 +15,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/em-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/em-cy.glif index 2c2e2b1d8..14843867a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/em-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/em-cy.glif @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/emacron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/emacron.glif index 7b567164b..d47e64224 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/emacron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/emacron.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/en-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/en-cy.glif index 8ce56b620..d42509687 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/en-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/en-cy.glif @@ -24,10 +24,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/endO_fM_ediumC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/endO_fM_ediumC_ontrol.glif new file mode 100644 index 000000000..a79671316 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/endO_fM_ediumC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + E.half + + + alignment + -1 + index + 1 + name + M.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/endO_fM_ediumC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/endO_fM_ediumC_ontrol.ss20.glif new file mode 100644 index 000000000..b72025d39 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/endO_fM_ediumC_ontrol.ss20.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_extC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_extC_ontrol.glif new file mode 100644 index 000000000..ba512872b --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_extC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + E.half + + + alignment + -1 + index + 1 + name + X.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_extC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_extC_ontrol.ss20.glif new file mode 100644 index 000000000..e5fc3caa1 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_extC_ontrol.ss20.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.glif new file mode 100644 index 000000000..825858d39 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + E.half + + + alignment + -1 + index + 1 + name + B.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.ss20.glif new file mode 100644 index 000000000..e8f40a842 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.ss20.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionC_ontrol.glif new file mode 100644 index 000000000..ec5788d47 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + E.half + + + alignment + -1 + index + 1 + name + T.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionC_ontrol.ss20.glif new file mode 100644 index 000000000..84ddf26f3 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionC_ontrol.ss20.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/endescender-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/endescender-cy.glif index 5c0bb00e4..0586f2538 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/endescender-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/endescender-cy.glif @@ -26,8 +26,6 @@ en-cy - public.markColor - 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/enquiryC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/enquiryC_ontrol.glif new file mode 100644 index 000000000..3821a3579 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/enquiryC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + E.half + + + alignment + -1 + index + 1 + name + Q.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/enquiryC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/enquiryC_ontrol.ss20.glif new file mode 100644 index 000000000..2181bd810 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/enquiryC_ontrol.ss20.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/eogonek.glif b/sources/CascadiaCode-Bold.ufo/glyphs/eogonek.glif index f6839eb1b..750828967 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/eogonek.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/eogonek.glif @@ -2,9 +2,9 @@ - - - + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/eopen.glif b/sources/CascadiaCode-Bold.ufo/glyphs/eopen.glif index fa77e9a5c..dc5c5e76f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/eopen.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/eopen.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/epsilon.glif b/sources/CascadiaCode-Bold.ufo/glyphs/epsilon.glif index 89ce2dade..925f25cde 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/epsilon.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/epsilon.glif @@ -54,10 +54,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/epsilontonos.glif b/sources/CascadiaCode-Bold.ufo/glyphs/epsilontonos.glif index a6fd95660..53c8af597 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/epsilontonos.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/epsilontonos.glif @@ -3,15 +3,9 @@ - + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/equal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/equal.glif index 1c70c0a6b..f6b55bbd2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/equal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/equal.glif @@ -4,16 +4,16 @@ - + - + - + - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/equal_colon_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/equal_colon_equal.liga.glif deleted file mode 100644 index 4f5d773d7..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/equal_colon_equal.liga.glif +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - com.schriftgestaltung.Glyphs.ComponentInfo - - - alignment - -1 - index - 0 - name - equal - - - alignment - -1 - index - 1 - name - equal - - - alignment - -1 - index - 2 - name - colon - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/equal_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/equal_end.seq.glif new file mode 100644 index 000000000..f2c3796e9 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/equal_end.seq.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/equal_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/equal_equal.liga.glif index 7ebb6f195..b26a4d739 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/equal_equal.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/equal_equal.liga.glif @@ -3,34 +3,34 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/equal_equal_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/equal_equal_equal.liga.glif index 7754024df..68d772965 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/equal_equal_equal.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/equal_equal_equal.liga.glif @@ -3,28 +3,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/equal_equal_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/equal_equal_greater.liga.glif deleted file mode 100644 index 74d441d54..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/equal_equal_greater.liga.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/equal_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/equal_greater.liga.glif deleted file mode 100644 index 99809e8de..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/equal_greater.liga.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/equal_greater_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/equal_greater_greater.liga.glif deleted file mode 100644 index 8893f1edd..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/equal_greater_greater.liga.glif +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/equal_less_less.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/equal_less_less.liga.glif deleted file mode 100644 index e83b5f97d..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/equal_less_less.liga.glif +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/equal_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/equal_middle.seq.glif new file mode 100644 index 000000000..4a14007dc --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/equal_middle.seq.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/equal_slash_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/equal_slash_equal.liga.glif deleted file mode 100644 index a665feba9..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/equal_slash_equal.liga.glif +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/equal_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/equal_start.seq.glif new file mode 100644 index 000000000..4d971f149 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/equal_start.seq.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/er-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/er-cy.glif index da3ccfc5e..8ddaed826 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/er-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/er-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ereversed-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ereversed-cy.glif index 1855b5ab0..8a809388e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ereversed-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ereversed-cy.glif @@ -40,10 +40,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/es-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/es-cy.glif index 4b05f6095..55b67fcce 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/es-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/es-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/escapeC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/escapeC_ontrol.glif new file mode 100644 index 000000000..456d68d14 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/escapeC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + E.half + + + alignment + -1 + index + 1 + name + C.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/escapeC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/escapeC_ontrol.ss20.glif new file mode 100644 index 000000000..f6d05a93b --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/escapeC_ontrol.ss20.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/esh.glif b/sources/CascadiaCode-Bold.ufo/glyphs/esh.glif index fd5b5de85..b0eb21459 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/esh.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/esh.glif @@ -2,24 +2,44 @@ - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - com.schriftgestaltung.Glyphs.ComponentInfo - - - alignment - -1 - index - 0 - name - integral - - public.markColor 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/estimated.glif b/sources/CascadiaCode-Bold.ufo/glyphs/estimated.glif index b208c1788..a4aa3dbef 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/estimated.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/estimated.glif @@ -4,62 +4,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/eta.glif b/sources/CascadiaCode-Bold.ufo/glyphs/eta.glif index d087ecd44..f3f77e960 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/eta.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/eta.glif @@ -32,10 +32,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/etatonos.glif b/sources/CascadiaCode-Bold.ufo/glyphs/etatonos.glif index e7cb17f75..d79004940 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/etatonos.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/etatonos.glif @@ -2,16 +2,10 @@ - - + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/eth.glif b/sources/CascadiaCode-Bold.ufo/glyphs/eth.glif index e6248deee..cfa6a1e54 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/eth.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/eth.glif @@ -6,53 +6,53 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/etilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/etilde.glif index 27a6fc257..fbc84e8b4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/etilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/etilde.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/eturned.glif b/sources/CascadiaCode-Bold.ufo/glyphs/eturned.glif index 3e9b8c7ee..12fbb4908 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/eturned.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/eturned.glif @@ -2,15 +2,15 @@ - - + + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/eurocurrency.glif b/sources/CascadiaCode-Bold.ufo/glyphs/eurocurrency.glif index 2f9b01561..99b6a75bd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/eurocurrency.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/eurocurrency.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + @@ -22,10 +22,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/exclam_colon.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/exclam_colon.liga.glif new file mode 100644 index 000000000..434955761 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/exclam_colon.liga.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0.98,0.36,0.67,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/exclam_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/exclam_equal.liga.glif index a2943b449..e8e81c746 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/exclam_equal.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/exclam_equal.liga.glif @@ -3,28 +3,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/exclam_equal_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/exclam_equal_equal.liga.glif index 9a714f745..4491834cd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/exclam_equal_equal.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/exclam_equal_equal.liga.glif @@ -3,34 +3,34 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/exclam_equal_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/exclam_equal_middle.seq.glif new file mode 100644 index 000000000..408f1bb45 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/exclam_equal_middle.seq.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/exclam_exclam.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/exclam_exclam.liga.glif index 7e3dd6e13..5d914cdf5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/exclam_exclam.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/exclam_exclam.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/exclam_exclam_period.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/exclam_exclam_period.liga.glif index a02dd1b15..8225c6153 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/exclam_exclam_period.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/exclam_exclam_period.liga.glif @@ -2,9 +2,9 @@ - - - + + + @@ -36,7 +36,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/exclam_period.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/exclam_period.liga.glif new file mode 100644 index 000000000..7c9b969a7 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/exclam_period.liga.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0.98,0.36,0.67,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/f.glif b/sources/CascadiaCode-Bold.ufo/glyphs/f.glif index 672cefc88..2054ebbcf 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/f.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/f.glif @@ -33,7 +33,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/fi.glif b/sources/CascadiaCode-Bold.ufo/glyphs/fi.glif index b17d0232c..6dc823608 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/fi.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/fi.glif @@ -36,10 +36,8 @@ - com.schriftgestaltung.Glyphs.glyph.leftMetricsKey - f - com.schriftgestaltung.Glyphs.glyph.rightMetricsKey - n + public.markColor + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/fileS_eparatorC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/fileS_eparatorC_ontrol.glif new file mode 100644 index 000000000..4b7b60a2f --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/fileS_eparatorC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + F.half + + + alignment + -1 + index + 1 + name + S.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/filledR_ect.glif b/sources/CascadiaCode-Bold.ufo/glyphs/filledR_ect.glif index 9d57d9144..58fe0cbbf 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/filledR_ect.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/filledR_ect.glif @@ -16,7 +16,7 @@ filledrect public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/firsttonechinese.glif b/sources/CascadiaCode-Bold.ufo/glyphs/firsttonechinese.glif index 06d79a7b2..9f91bb5b3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/firsttonechinese.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/firsttonechinese.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/fisheye.glif b/sources/CascadiaCode-Bold.ufo/glyphs/fisheye.glif index b42162c06..506c656c9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/fisheye.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/fisheye.glif @@ -36,7 +36,7 @@ uni25C9 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/fivesuperior.glif b/sources/CascadiaCode-Bold.ufo/glyphs/fivesuperior.glif index e00e6327d..f3d199eb1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/fivesuperior.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/fivesuperior.glif @@ -4,45 +4,45 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/fl.glif b/sources/CascadiaCode-Bold.ufo/glyphs/fl.glif index b1db9a8cc..028515c6a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/fl.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/fl.glif @@ -36,10 +36,8 @@ - com.schriftgestaltung.Glyphs.glyph.leftMetricsKey - f - com.schriftgestaltung.Glyphs.glyph.rightMetricsKey - l + public.markColor + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/florin.glif b/sources/CascadiaCode-Bold.ufo/glyphs/florin.glif index 41e1139f6..679cab6e0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/florin.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/florin.glif @@ -4,42 +4,42 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/formF_eedC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/formF_eedC_ontrol.glif new file mode 100644 index 000000000..015853d70 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/formF_eedC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + F.half + + + alignment + -1 + index + 1 + name + F.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/formF_eedC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/formF_eedC_ontrol.ss20.glif new file mode 100644 index 000000000..09d867d26 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/formF_eedC_ontrol.ss20.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/four.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/four.half.glif new file mode 100644 index 000000000..eea3ff948 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/four.half.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/foursuperior.glif b/sources/CascadiaCode-Bold.ufo/glyphs/foursuperior.glif index 956df0e0a..b8cd52b59 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/foursuperior.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/foursuperior.glif @@ -4,28 +4,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/fraction.glif b/sources/CascadiaCode-Bold.ufo/glyphs/fraction.glif index 6b08c93b2..56c6dd5e4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/fraction.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/fraction.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/fullB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/fullB_lock.glif index 91b7f25bc..494e46513 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/fullB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/fullB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/fullB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/fullB_lock.stypo.glif index 0ed710cc1..46796ee69 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/fullB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/fullB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/g.glif b/sources/CascadiaCode-Bold.ufo/glyphs/g.glif index ff8acd6d6..af6aed4d2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/g.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/g.glif @@ -5,63 +5,56 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/gamma-latin.glif b/sources/CascadiaCode-Bold.ufo/glyphs/gamma-latin.glif index 420be17e9..81ec5ea2e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/gamma-latin.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/gamma-latin.glif @@ -52,7 +52,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/gamma.glif b/sources/CascadiaCode-Bold.ufo/glyphs/gamma.glif index cf0f12a8f..e78dd6c9d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/gamma.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/gamma.glif @@ -2,40 +2,34 @@ - - + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/gbreve.glif b/sources/CascadiaCode-Bold.ufo/glyphs/gbreve.glif index 939ea137d..e8f72906f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/gbreve.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/gbreve.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/gcaron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/gcaron.glif index cec4eb425..936085f52 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/gcaron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/gcaron.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/gcircumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/gcircumflex.glif index 47beae30d..4335a39ec 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/gcircumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/gcircumflex.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/gcommaaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/gcommaaccent.glif index 6b8f27b6f..1f91c6ebb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/gcommaaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/gcommaaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/gdotaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/gdotaccent.glif index a3c65583e..fcbef0580 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/gdotaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/gdotaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ge-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ge-cy.glif index 6deec5b80..2c9365ccc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ge-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ge-cy.glif @@ -6,22 +6,16 @@ - - - - + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ge-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ge-cy.loclB_G_R_.glif index bad180192..b45b5df83 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ge-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ge-cy.loclB_G_R_.glif @@ -47,10 +47,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ghestroke-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ghestroke-cy.glif index 305b10555..73d9b6335 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ghestroke-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ghestroke-cy.glif @@ -3,13 +3,13 @@ - + - - - - + + + + @@ -26,8 +26,6 @@ ge-cy - public.markColor - 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/gheupturn-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/gheupturn-cy.glif index 26e4f3586..0e95eafb7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/gheupturn-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/gheupturn-cy.glif @@ -6,28 +6,22 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/gje-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/gje-cy.glif index 8ceec4aa3..265f29f6f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/gje-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/gje-cy.glif @@ -3,15 +3,9 @@ - + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/glottalstop.glif b/sources/CascadiaCode-Bold.ufo/glyphs/glottalstop.glif index 6fd0a7129..9f9b03888 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/glottalstop.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/glottalstop.glif @@ -2,47 +2,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/glottalstopmod.glif b/sources/CascadiaCode-Bold.ufo/glyphs/glottalstopmod.glif index 033f05e33..21bf391c5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/glottalstopmod.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/glottalstopmod.glif @@ -4,44 +4,44 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/glottalstopreversed.glif b/sources/CascadiaCode-Bold.ufo/glyphs/glottalstopreversed.glif index 1f919547b..9d7ce6d2d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/glottalstopreversed.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/glottalstopreversed.glif @@ -2,47 +2,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/gravecomb.case.glif b/sources/CascadiaCode-Bold.ufo/glyphs/gravecomb.case.glif index cc03f4018..e610637af 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/gravecomb.case.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/gravecomb.case.glif @@ -1,13 +1,13 @@ - - + + - - - - + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/gravecomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/gravecomb.glif index fc8f9bceb..dea4b915b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/gravecomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/gravecomb.glif @@ -1,15 +1,15 @@ - - - + + + - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/gravetonecomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/gravetonecomb.glif index 9e9020fb0..ef8987d41 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/gravetonecomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/gravetonecomb.glif @@ -1,8 +1,6 @@ - - @@ -22,7 +20,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater.alt.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater.alt.glif new file mode 100644 index 000000000..66ff295e3 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/greater.alt.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater.center.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater.center.glif new file mode 100644 index 000000000..11d5fba5c --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/greater.center.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal.liga.glif index fdbe16d4a..ae0f6d1a1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal.liga.glif @@ -3,26 +3,26 @@ - - - - - - - - + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_end.seq.glif new file mode 100644 index 000000000..fd388b3e5 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_greater.liga.glif deleted file mode 100644 index 4b25d7930..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_greater.liga.glif +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_middle.seq.glif new file mode 100644 index 000000000..dc29640d3 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_middle.seq.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_start.seq.glif new file mode 100644 index 000000000..71aeda104 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_start.seq.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater.liga.glif index 42cb56afa..83f988312 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater.liga.glif @@ -3,30 +3,30 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal.liga.glif deleted file mode 100644 index 535ace765..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal.liga.glif +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal_end.seq.glif new file mode 100644 index 000000000..d7723eca1 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal_end.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal_middle.seq.glif new file mode 100644 index 000000000..3de34766f --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal_middle.seq.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal_start.seq.glif new file mode 100644 index 000000000..cd5a30734 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal_start.seq.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_greater.liga.glif index 73ecf9c40..d94524304 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_greater.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_greater.liga.glif @@ -2,9 +2,9 @@ - - - + + + @@ -36,7 +36,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen.liga.glif deleted file mode 100644 index 5abea1d1b..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen.liga.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen_end.seq.glif new file mode 100644 index 000000000..bd71b3afd --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen_end.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen_middle.seq.glif new file mode 100644 index 000000000..30077793f --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen_middle.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen_start.seq.glif new file mode 100644 index 000000000..9b5b1816a --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen_start.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen.liga.glif deleted file mode 100644 index d16f4c44a..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen.liga.glif +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_end.seq.glif new file mode 100644 index 000000000..00544298a --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_end.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_greater.liga.glif deleted file mode 100644 index b8598749d..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_greater.liga.glif +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_middle.seq.glif new file mode 100644 index 000000000..799a80691 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_middle.seq.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_start.seq.glif new file mode 100644 index 000000000..5105ce09e --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_start.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/groupS_eparatorC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/groupS_eparatorC_ontrol.glif new file mode 100644 index 000000000..836726121 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/groupS_eparatorC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + G.half + + + alignment + -1 + index + 1 + name + S.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/gstroke.glif b/sources/CascadiaCode-Bold.ufo/glyphs/gstroke.glif index 6d683203d..15774854a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/gstroke.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/gstroke.glif @@ -2,21 +2,21 @@ - + - - + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/guarani.glif b/sources/CascadiaCode-Bold.ufo/glyphs/guarani.glif index d3cde439d..98f8f5ce1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/guarani.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/guarani.glif @@ -2,18 +2,18 @@ - - + + - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/guillemetleft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/guillemetleft.glif index e9c7d0129..6eec4d062 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/guillemetleft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/guillemetleft.glif @@ -3,26 +3,8 @@ - - - - - - - - - - - - - - - - - - - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/guillemetright.glif b/sources/CascadiaCode-Bold.ufo/glyphs/guillemetright.glif index de2d41063..90c20c234 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/guillemetright.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/guillemetright.glif @@ -3,26 +3,8 @@ - - - - - - - - - - - - - - - - - - - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/guilsinglleft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/guilsinglleft.glif index afd6d4019..e116430cb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/guilsinglleft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/guilsinglleft.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/guilsinglright.glif b/sources/CascadiaCode-Bold.ufo/glyphs/guilsinglright.glif index 83a2e3d05..ed837346f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/guilsinglright.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/guilsinglright.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/h.glif b/sources/CascadiaCode-Bold.ufo/glyphs/h.glif index acca8ad34..a0352ce78 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/h.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/h.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ha-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ha-cy.glif index cab81e0f5..1864e64db 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ha-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ha-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hadescender-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hadescender-cy.glif index 295aa1c61..db4084859 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hadescender-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hadescender-cy.glif @@ -26,8 +26,6 @@ ha-cy - public.markColor - 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hardsign-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hardsign-cy.glif index 957b88624..c21e04f90 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hardsign-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hardsign-cy.glif @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hardsign-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hardsign-cy.loclB_G_R_.glif index 2e2f1340a..60c02483b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hardsign-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hardsign-cy.loclB_G_R_.glif @@ -20,8 +20,8 @@ - - + + @@ -39,10 +39,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hbar.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hbar.glif index 758f92a04..aab9f9f20 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hbar.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hbar.glif @@ -4,13 +4,13 @@ - + - + - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hcaron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hcaron.glif index 4a4b91322..67f1d855f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hcaron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hcaron.glif @@ -4,7 +4,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hcircumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hcircumflex.glif index 216ef2bb7..304622675 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hcircumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hcircumflex.glif @@ -4,7 +4,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hdotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hdotbelow.glif index 6e0f4d8a3..ab3f5c668 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hdotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hdotbelow.glif @@ -2,9 +2,9 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/heavyleftpointinganglebracketornament.glif b/sources/CascadiaCode-Bold.ufo/glyphs/heavyleftpointinganglebracketornament.glif new file mode 100644 index 000000000..2c826cf4f --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/heavyleftpointinganglebracketornament.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/heavyleftpointinganglequotationmarkornament.glif b/sources/CascadiaCode-Bold.ufo/glyphs/heavyleftpointinganglequotationmarkornament.glif index 37d8f761a..532a4b557 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/heavyleftpointinganglequotationmarkornament.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/heavyleftpointinganglequotationmarkornament.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/heavyrightpointinganglebracketornament.glif b/sources/CascadiaCode-Bold.ufo/glyphs/heavyrightpointinganglebracketornament.glif new file mode 100644 index 000000000..b4cac23cd --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/heavyrightpointinganglebracketornament.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/heavyrightpointinganglequotationmarkornament.glif b/sources/CascadiaCode-Bold.ufo/glyphs/heavyrightpointinganglequotationmarkornament.glif index 6cfe8d889..0e57da49d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/heavyrightpointinganglequotationmarkornament.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/heavyrightpointinganglequotationmarkornament.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hookabovecomb.case.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hookabovecomb.case.glif index 5c240c63c..8d9a675d1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hookabovecomb.case.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hookabovecomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hookabovecomb.glif index 293516441..8eefed683 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hookabovecomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hookabovecomb.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/horizontalB_lackH_exagon.glif b/sources/CascadiaCode-Bold.ufo/glyphs/horizontalB_lackH_exagon.glif index 5db63f6c6..b09fafa01 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/horizontalB_lackH_exagon.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/horizontalB_lackH_exagon.glif @@ -18,7 +18,7 @@ uni2B23 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/horizontalF_illS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/horizontalF_illS_quare.glif index 587486c1a..48d1e9bfb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/horizontalF_illS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/horizontalF_illS_quare.glif @@ -34,7 +34,7 @@ uni25A4 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/horizontalT_abulationC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/horizontalT_abulationC_ontrol.glif new file mode 100644 index 000000000..67d7afd89 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/horizontalT_abulationC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + H.half + + + alignment + -1 + index + 1 + name + T.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/horizontalT_abulationC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/horizontalT_abulationC_ontrol.ss20.glif new file mode 100644 index 000000000..99b91f00f --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/horizontalT_abulationC_ontrol.ss20.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/horizontallineextension.glif b/sources/CascadiaCode-Bold.ufo/glyphs/horizontallineextension.glif index bb0134451..ca1ca3d9c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/horizontallineextension.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/horizontallineextension.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/horncomb.case.glif b/sources/CascadiaCode-Bold.ufo/glyphs/horncomb.case.glif index ed43f2fe3..d291ad700 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/horncomb.case.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/horncomb.case.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/horncomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/horncomb.glif index 9d82f13f1..29f46c562 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/horncomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/horncomb.glif @@ -1,19 +1,19 @@ - + - - - - - - - - - - + + + + + + + + + + @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/house.glif b/sources/CascadiaCode-Bold.ufo/glyphs/house.glif new file mode 100644 index 000000000..55a44c148 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/house.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hryvnia.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hryvnia.glif index 4eb1c46b6..3734bdf21 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hryvnia.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hryvnia.glif @@ -17,14 +17,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hungarumlaut.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hungarumlaut.glif index 8182ee378..39645dafd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hungarumlaut.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hungarumlaut.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hungarumlautcomb.case.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hungarumlautcomb.case.glif index 025aeb203..9df01bb43 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hungarumlautcomb.case.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hungarumlautcomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hungarumlautcomb.glif index 8b2f405e0..09b63631a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hungarumlautcomb.glif @@ -1,20 +1,20 @@ - - + + - - - - + + + + - - - - + + + + @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_asciitilde.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_asciitilde.liga.glif index 00c03e0d2..ba9f92bfa 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_asciitilde.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_asciitilde.liga.glif @@ -3,48 +3,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_bar.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_bar.liga.glif deleted file mode 100644 index 1e738d0e7..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_bar.liga.glif +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.ComponentInfo - - - alignment - -1 - index - 0 - name - bar - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_end.seq.glif new file mode 100644 index 000000000..9800d5312 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_end.seq.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_greater.liga.glif deleted file mode 100644 index df40dc4e0..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_greater.liga.glif +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_greater_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_greater_greater.liga.glif deleted file mode 100644 index dd32e0fd5..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_greater_greater.liga.glif +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_hyphen.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_hyphen.liga.glif index dcd48d8c0..d69e474de 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_hyphen.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_hyphen.liga.glif @@ -3,22 +3,22 @@ - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_hyphen_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_hyphen_greater.liga.glif deleted file mode 100644 index f0b1e6400..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_hyphen_greater.liga.glif +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_hyphen_hyphen.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_hyphen_hyphen.liga.glif index 2de61c4a8..8ea6b1532 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_hyphen_hyphen.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_hyphen_hyphen.liga.glif @@ -3,28 +3,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_less.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_less.liga.glif deleted file mode 100644 index 57f6bd587..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_less.liga.glif +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_less_less.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_less_less.liga.glif deleted file mode 100644 index 092eeaf26..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_less_less.liga.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_middle.seq.glif new file mode 100644 index 000000000..054e0c232 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_middle.seq.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_start.seq.glif new file mode 100644 index 000000000..d929c0d5c --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_start.seq.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/i-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/i-cy.glif index 7d684492d..1035b72d7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/i-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/i-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/i.glif b/sources/CascadiaCode-Bold.ufo/glyphs/i.glif index 9e765f26c..f1d5abad6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/i.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/i.glif @@ -14,18 +14,18 @@ - - + + - - + + - - + + @@ -47,7 +47,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ia-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ia-cy.glif index 4d0901023..29f9ef944 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ia-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ia-cy.glif @@ -59,10 +59,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/iacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/iacute.glif index dc5edb014..211b976f0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/iacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/iacute.glif @@ -3,16 +3,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/iacute_j.loclN_L_D_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/iacute_j.loclN_L_D_.glif index a479de958..5aa9b695b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/iacute_j.loclN_L_D_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/iacute_j.loclN_L_D_.glif @@ -1,8 +1,8 @@ - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ibreve.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ibreve.glif index 55113460e..3a344b665 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ibreve.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ibreve.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/icircumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/icircumflex.glif index 851396d05..179d4b1b8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/icircumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/icircumflex.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/idieresis.glif b/sources/CascadiaCode-Bold.ufo/glyphs/idieresis.glif index 6e649fa46..1bae38598 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/idieresis.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/idieresis.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/idotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/idotbelow.glif index 2de2c4898..1f6ffa6ad 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/idotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/idotbelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/idotless.glif b/sources/CascadiaCode-Bold.ufo/glyphs/idotless.glif index 3066d9e28..e820f0d2a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/idotless.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/idotless.glif @@ -15,18 +15,18 @@ - - + + - - + + - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ie-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ie-cy.glif index 4a1c6f6ba..d67a65e9a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ie-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ie-cy.glif @@ -3,15 +3,9 @@ - - + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/iegrave-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/iegrave-cy.glif index f73b4cba6..9f6ff81c1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/iegrave-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/iegrave-cy.glif @@ -3,16 +3,10 @@ - - + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/igrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/igrave.glif index 790003f74..724359df8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/igrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/igrave.glif @@ -3,16 +3,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ihookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ihookabove.glif index a86fb4e6b..af1d738bd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ihookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ihookabove.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ii-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ii-cy.glif index 25951fab9..eebc8e05c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ii-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ii-cy.glif @@ -28,10 +28,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ii-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ii-cy.loclB_G_R_.glif index c1ddd5773..feb401ca2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ii-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ii-cy.loclB_G_R_.glif @@ -1,17 +1,11 @@ - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/iigrave-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/iigrave-cy.glif index 02f6e79c9..ae5c84856 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/iigrave-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/iigrave-cy.glif @@ -6,12 +6,6 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/iigrave-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/iigrave-cy.loclB_G_R_.glif index 465888bd3..8e2a30c50 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/iigrave-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/iigrave-cy.loclB_G_R_.glif @@ -1,18 +1,12 @@ - - - - + + + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/iishort-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/iishort-cy.glif index a76c5a7e7..0ca6f3b10 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/iishort-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/iishort-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/iishort-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/iishort-cy.loclB_G_R_.glif index 5f657cfa7..681004301 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/iishort-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/iishort-cy.loclB_G_R_.glif @@ -1,18 +1,12 @@ - - - - + + + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/imacron-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/imacron-cy.glif index ace14799f..fbc97b663 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/imacron-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/imacron-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/imacron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/imacron.glif index 04ae02ecb..e491001ce 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/imacron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/imacron.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/increment.glif b/sources/CascadiaCode-Bold.ufo/glyphs/increment.glif index eae497cc9..ffa43f299 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/increment.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/increment.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/infinity.glif b/sources/CascadiaCode-Bold.ufo/glyphs/infinity.glif index fbfc57264..b5a84e4c3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/infinity.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/infinity.glif @@ -4,62 +4,62 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/integral.glif b/sources/CascadiaCode-Bold.ufo/glyphs/integral.glif index 4b75ffaed..50e6976eb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/integral.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/integral.glif @@ -4,8 +4,8 @@ - - + + @@ -27,8 +27,8 @@ - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/inverseB_ullet.glif b/sources/CascadiaCode-Bold.ufo/glyphs/inverseB_ullet.glif index c46c3c330..8c62f35e9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/inverseB_ullet.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/inverseB_ullet.glif @@ -30,7 +30,7 @@ invbullet public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/inverseW_hiteC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/inverseW_hiteC_ircle.glif index 8fcbc5c9f..17c0361b1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/inverseW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/inverseW_hiteC_ircle.glif @@ -44,7 +44,7 @@ invcircle public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/io-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/io-cy.glif index 47e40c82b..f604ee339 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/io-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/io-cy.glif @@ -3,16 +3,10 @@ - - + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/iogonek.glif b/sources/CascadiaCode-Bold.ufo/glyphs/iogonek.glif index 4169ead51..24693bb5a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/iogonek.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/iogonek.glif @@ -2,7 +2,7 @@ - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/iota-latin.glif b/sources/CascadiaCode-Bold.ufo/glyphs/iota-latin.glif index f2e1a9087..60b1e3fea 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/iota-latin.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/iota-latin.glif @@ -10,7 +10,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/iota.glif b/sources/CascadiaCode-Bold.ufo/glyphs/iota.glif index 2abe35554..e9651ed79 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/iota.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/iota.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/iotadieresis.glif b/sources/CascadiaCode-Bold.ufo/glyphs/iotadieresis.glif index a08ccb2e3..2ab152c9a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/iotadieresis.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/iotadieresis.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/iotadieresistonos.glif b/sources/CascadiaCode-Bold.ufo/glyphs/iotadieresistonos.glif index 7c83865f3..d6ebf17ad 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/iotadieresistonos.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/iotadieresistonos.glif @@ -3,15 +3,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/iotatonos.glif b/sources/CascadiaCode-Bold.ufo/glyphs/iotatonos.glif index e532b023a..5d597a4bf 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/iotatonos.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/iotatonos.glif @@ -3,15 +3,9 @@ - + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/itilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/itilde.glif index 536ff4a2b..74ac28534 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/itilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/itilde.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/iu-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/iu-cy.glif index 3e7dc2d48..b4534553a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/iu-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/iu-cy.glif @@ -46,10 +46,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/iu-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/iu-cy.loclB_G_R_.glif index aab44e907..898ca0254 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/iu-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/iu-cy.loclB_G_R_.glif @@ -45,10 +45,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/j.glif b/sources/CascadiaCode-Bold.ufo/glyphs/j.glif index 865dfc446..0ba89a075 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/j.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/j.glif @@ -8,20 +8,20 @@ - + - + - - + + @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/jcaron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/jcaron.glif index 59f10029c..0c74c8a24 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/jcaron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/jcaron.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/jcircumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/jcircumflex.glif index a64741502..a2768df5a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/jcircumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/jcircumflex.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/je-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/je-cy.glif index 5a6484317..82fdf1d7b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/je-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/je-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/k.glif b/sources/CascadiaCode-Bold.ufo/glyphs/k.glif index 5ff9e5e64..608147b0b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/k.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/k.glif @@ -3,7 +3,7 @@ - + @@ -33,7 +33,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ka-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ka-cy.glif index 6a43ae585..c48c20c4a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ka-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ka-cy.glif @@ -2,68 +2,62 @@ - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ka-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ka-cy.loclB_G_R_.glif index dd59cb0eb..4ec99c725 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ka-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ka-cy.loclB_G_R_.glif @@ -59,10 +59,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/kadescender-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/kadescender-cy.glif index 220f57565..a1e54733d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/kadescender-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/kadescender-cy.glif @@ -2,74 +2,68 @@ - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/kaiS_ymbol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/kaiS_ymbol.glif index fe09755e0..f488bff1e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/kaiS_ymbol.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/kaiS_ymbol.glif @@ -2,45 +2,39 @@ - - + + - - - - - - - - + + + + + + + + - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/kappa.glif b/sources/CascadiaCode-Bold.ufo/glyphs/kappa.glif index c35d1b4e0..d34352be4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/kappa.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/kappa.glif @@ -2,37 +2,31 @@ - - + + - - - - - - - - + + + + + + + + - - - - - + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/kcommaaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/kcommaaccent.glif index 963e5c1d1..e891c5624 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/kcommaaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/kcommaaccent.glif @@ -2,8 +2,8 @@ - - + + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/kdotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/kdotbelow.glif index d62ad3516..cd595d544 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/kdotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/kdotbelow.glif @@ -2,8 +2,8 @@ - - + + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/kip.glif b/sources/CascadiaCode-Bold.ufo/glyphs/kip.glif index fae36afcd..55a799517 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/kip.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/kip.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/kje-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/kje-cy.glif index ba8b75d4d..5b52bd2c3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/kje-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/kje-cy.glif @@ -2,16 +2,10 @@ - - + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/klinebelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/klinebelow.glif index 8bba84723..4f488ead9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/klinebelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/klinebelow.glif @@ -2,8 +2,8 @@ - - + + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/l.glif b/sources/CascadiaCode-Bold.ufo/glyphs/l.glif index b2a750aa2..50451850b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/l.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/l.glif @@ -2,40 +2,40 @@ - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lacute.glif index bd000fa7d..529998aa8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lacute.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lambda.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lambda.glif index 25c65ed3e..d657f5d89 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lambda.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lambda.glif @@ -46,10 +46,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lambdastroke.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lambdastroke.glif index 46d751054..27d971cde 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lambdastroke.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lambdastroke.glif @@ -3,7 +3,7 @@ - + @@ -13,10 +13,4 @@ - - - public.markColor - 0.85,0.26,0.06,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/largeC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/largeC_ircle.glif index e8f799ed3..38cfe6c50 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/largeC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/largeC_ircle.glif @@ -8,37 +8,37 @@ uni25EF - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lbar.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lbar.glif index 3d222953c..3b0b8e86c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lbar.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lbar.glif @@ -2,23 +2,23 @@ - - - - + + + + - - - - + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lbelt.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lbelt.glif index c446a9ea4..76293972e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lbelt.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lbelt.glif @@ -2,42 +2,42 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lcaron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lcaron.glif index 3f9578766..b1d489ae5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lcaron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lcaron.glif @@ -2,16 +2,16 @@ - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lcommaaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lcommaaccent.glif index 54bdb053e..24d4c2f4d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lcommaaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lcommaaccent.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ldot.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ldot.glif index 142a0fd5b..82ddcb993 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ldot.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ldot.glif @@ -2,10 +2,10 @@ - - - - + + + + @@ -32,7 +32,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ldotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ldotbelow.glif index e26dce75c..f495d11a9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ldotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ldotbelow.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftA_rrow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftA_rrow.glif index 02c5bc1b1..d1ecb7e7d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftA_rrow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftA_rrow.glif @@ -4,26 +4,20 @@ - - - - - - - - + + + + - - - - + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lackP_ointer.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lackP_ointer.glif index 7c11e4481..fdbf94a5c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lackP_ointer.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lackP_ointer.glif @@ -15,7 +15,7 @@ triaglf public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lackS_mallT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lackS_mallT_riangle.glif index d2bd55147..985af4328 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lackS_mallT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lackS_mallT_riangle.glif @@ -15,7 +15,7 @@ uni25C2 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lackT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lackT_riangle.glif index d91c373b6..99fbcaa22 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lackT_riangle.glif @@ -15,7 +15,7 @@ uni25C0 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lock.glif index a8208fa34..6fd8e154a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lock.stypo.glif index b986d8d97..4797b5b0c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftF_iveE_ighthsB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftF_iveE_ighthsB_lock.glif index 6986b5e2b..cdda8c211 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftF_iveE_ighthsB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftF_iveE_ighthsB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftF_iveE_ighthsB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftF_iveE_ighthsB_lock.stypo.glif index 6f1bf0890..8f0d7b350 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftF_iveE_ighthsB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftF_iveE_ighthsB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackC_ircle.glif index 1a773ee97..a0966cf0f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackC_ircle.glif @@ -19,7 +19,7 @@ uni25D6 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackD_iamond.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackD_iamond.glif index c10cb6d3c..fd72e2fc0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackD_iamond.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackD_iamond.glif @@ -27,7 +27,7 @@ uni2B16 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackS_quare.glif index 2c83ccb93..d65c051f7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackS_quare.glif @@ -28,7 +28,7 @@ uni25E7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackW_hiteC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackW_hiteC_ircle.glif index a17e93360..feb5c3085 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackW_hiteC_ircle.glif @@ -29,7 +29,7 @@ uni25D0 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neE_ighthB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neE_ighthB_lock.glif index 0f536755f..c89f50c05 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neE_ighthB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neE_ighthB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neE_ighthB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neE_ighthB_lock.stypo.glif index 9c1687662..d82a804ab 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neE_ighthB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neE_ighthB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neQ_uarterB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neQ_uarterB_lock.glif index f3707c5bf..55cfd39b2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neQ_uarterB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neQ_uarterB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neQ_uarterB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neQ_uarterB_lock.stypo.glif index 6ccf920e7..ddd4419b1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neQ_uarterB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neQ_uarterB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftR_ightA_rrow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftR_ightA_rrow.glif index 312cd111f..aacc8376d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftR_ightA_rrow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftR_ightA_rrow.glif @@ -4,36 +4,30 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftS_evenE_ighthsB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftS_evenE_ighthsB_lock.glif index 601370adc..951be8ae9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftS_evenE_ighthsB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftS_evenE_ighthsB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftS_evenE_ighthsB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftS_evenE_ighthsB_lock.stypo.glif index 238cfd42b..88aa2ada8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftS_evenE_ighthsB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftS_evenE_ighthsB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeE_ighthsB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeE_ighthsB_lock.glif index 563d89e3b..b5f597bb1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeE_ighthsB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeE_ighthsB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeE_ighthsB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeE_ighthsB_lock.stypo.glif index c81d6f7a5..7efb12c33 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeE_ighthsB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeE_ighthsB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeQ_uartersB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeQ_uartersB_lock.glif index ae8627b07..cf6194f08 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeQ_uartersB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeQ_uartersB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeQ_uartersB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeQ_uartersB_lock.stypo.glif index 72e2362e8..89861560d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeQ_uartersB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeQ_uartersB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftW_hiteP_ointer.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftW_hiteP_ointer.glif index 2d9129d98..eb7246179 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftW_hiteP_ointer.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftW_hiteP_ointer.glif @@ -23,7 +23,7 @@ uni25C5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftW_hiteS_mallT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftW_hiteS_mallT_riangle.glif index 463f8f2d1..43631fbfe 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftW_hiteS_mallT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftW_hiteS_mallT_riangle.glif @@ -23,7 +23,7 @@ uni25C3 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/leftW_hiteT_riangle.glif index 8ee01fb4e..d50333cb3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/leftW_hiteT_riangle.glif @@ -23,7 +23,7 @@ uni25C1 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less.alt.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less.alt.glif new file mode 100644 index 000000000..fad7f2587 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less.alt.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less.center.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less.center.glif new file mode 100644 index 000000000..c4bedd93a --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less.center.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_asciitilde.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_asciitilde.liga.glif index 455bdf0fe..05db203c9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_asciitilde.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_asciitilde.liga.glif @@ -3,60 +3,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_asciitilde_asciitilde.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_asciitilde_asciitilde.liga.glif index 699a6f1bd..97d5fbdd1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_asciitilde_asciitilde.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_asciitilde_asciitilde.liga.glif @@ -3,84 +3,71 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_asciitilde_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_asciitilde_greater.liga.glif index 2e6e1a30c..4b9575c83 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_asciitilde_greater.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_asciitilde_greater.liga.glif @@ -2,9 +2,9 @@ - - - + + + @@ -36,7 +36,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_asterisk.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_asterisk.liga.glif index 3b161af59..071cbd784 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_asterisk.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_asterisk.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_asterisk_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_asterisk_greater.liga.glif index cccbd268c..4372aa546 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_asterisk_greater.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_asterisk_greater.liga.glif @@ -2,9 +2,9 @@ - - - + + + @@ -36,7 +36,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_bar.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_bar.liga.glif index a902ffc71..72bd863ef 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_bar.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_bar.liga.glif @@ -3,26 +3,24 @@ - - - - - - - - + + + + - - - - + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_bar_bar.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_bar_bar.liga.glif index 74f0a5103..da75ebad6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_bar_bar.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_bar_bar.liga.glif @@ -3,22 +3,20 @@ - - - - - - - - + + + + - - - - + + + + + + - + @@ -34,7 +32,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_bar_bar_bar.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_bar_bar_bar.liga.glif index 8daa16c5c..ea8ba3dc7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_bar_bar_bar.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_bar_bar_bar.liga.glif @@ -3,23 +3,21 @@ - - - - - - - - + + + + - - - - + + + + + + - - + + @@ -43,7 +41,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_bar_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_bar_greater.liga.glif index f480d83b0..527cc38af 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_bar_greater.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_bar_greater.liga.glif @@ -2,9 +2,9 @@ - - - + + + @@ -36,7 +36,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar.liga.B_R_A_C_K_E_T_.600.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar.liga.B_R_A_C_K_E_T_.600.glif index 9d844c9df..44f298fea 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar.liga.B_R_A_C_K_E_T_.600.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar.liga.B_R_A_C_K_E_T_.600.glif @@ -3,70 +3,70 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs._originalLayerName - Bold [600] + [600] public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar.liga.glif index 410ba207d..adb12c675 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar.liga.glif @@ -3,62 +3,62 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif index fec9e3495..672bee267 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif @@ -3,74 +3,74 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs._originalLayerName - Bold [600] + [600] public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar_greater.liga.glif index f24642b84..3fc3c23c5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar_greater.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar_greater.liga.glif @@ -3,66 +3,66 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_equal.liga.glif index 5f5452cf7..505322e56 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_equal.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_equal.liga.glif @@ -3,26 +3,26 @@ - - - - - - - - + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_end.seq.glif new file mode 100644 index 000000000..09753ea9d --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_end.seq.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_equal.liga.glif deleted file mode 100644 index dfe5cec55..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_equal.liga.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_equal_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_equal_greater.liga.glif deleted file mode 100644 index 9942bfd03..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_equal_greater.liga.glif +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_greater.liga.glif deleted file mode 100644 index 80d65eb33..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_greater.liga.glif +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_less.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_less.liga.glif deleted file mode 100644 index e18558fae..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_less.liga.glif +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_middle.seq.glif new file mode 100644 index 000000000..daedcacc3 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_middle.seq.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_start.seq.glif new file mode 100644 index 000000000..844483b4b --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_exclam_hyphen_hyphen.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_exclam_hyphen_hyphen.liga.glif index 986de183d..a6f33162f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_exclam_hyphen_hyphen.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_exclam_hyphen_hyphen.liga.glif @@ -3,32 +3,19 @@ - - - - - - - - - - - - + + + + - - - - + + + + - - - - - - - + + @@ -38,13 +25,13 @@ alignment -1 index - 0 + 1 name exclam public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_greater.liga.glif index 897d9fbdf..e8ec814c2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_greater.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_greater.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen.liga.glif deleted file mode 100644 index 262ea5dde..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen.liga.glif +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_end.seq.glif new file mode 100644 index 000000000..ce5cfd570 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_end.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_greater.liga.glif deleted file mode 100644 index 29e7a4e65..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_greater.liga.glif +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_hyphen.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_hyphen.liga.glif deleted file mode 100644 index 8e313506e..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_hyphen.liga.glif +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_less.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_less.liga.glif deleted file mode 100644 index a4f9a868a..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_less.liga.glif +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_middle.seq.glif new file mode 100644 index 000000000..7ab653333 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_middle.seq.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_start.seq.glif new file mode 100644 index 000000000..1bacc5bed --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_start.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_less.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_less.liga.glif index 23c5ab90e..5e401330e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_less.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_less.liga.glif @@ -3,30 +3,30 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal.liga.glif deleted file mode 100644 index a76bacbde..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal.liga.glif +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal_end.seq.glif new file mode 100644 index 000000000..3a0f5957e --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal_end.seq.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal_middle.seq.glif new file mode 100644 index 000000000..d5b50e790 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal_middle.seq.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal_start.seq.glif new file mode 100644 index 000000000..80f18e791 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal_start.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen.liga.glif deleted file mode 100644 index 441a98f83..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen.liga.glif +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen_end.seq.glif new file mode 100644 index 000000000..03b250ea5 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen_end.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen_middle.seq.glif new file mode 100644 index 000000000..41ffede8c --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen_middle.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen_start.seq.glif new file mode 100644 index 000000000..e35b2a137 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen_start.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_less_less.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_less_less.liga.glif index a4bd117b8..f5efe54ba 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_less_less.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_less_less.liga.glif @@ -2,9 +2,9 @@ - - - + + + @@ -36,7 +36,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_plus.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_plus.liga.glif index 2397199fc..d3712ba83 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_plus.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_plus.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -17,17 +17,9 @@ name less - - alignment - -1 - index - 1 - name - plus - public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_plus_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_plus_greater.liga.glif index 6ead5851c..8fe07598b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_plus_greater.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_plus_greater.liga.glif @@ -2,9 +2,9 @@ - - - + + + @@ -36,7 +36,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_slash.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_slash.liga.glif index 8b7bdae17..5211d4d54 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_slash.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_slash.liga.glif @@ -3,16 +3,16 @@ - - - - - - - - + + + + + + + + - + @@ -28,7 +28,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/less_slash_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/less_slash_greater.liga.glif index b32b2d118..b374d764f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/less_slash_greater.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/less_slash_greater.liga.glif @@ -3,26 +3,26 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - + @@ -38,7 +38,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lineF_eedC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lineF_eedC_ontrol.glif new file mode 100644 index 000000000..49a047421 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lineF_eedC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + L.half + + + alignment + -1 + index + 1 + name + F.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lineF_eedC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lineF_eedC_ontrol.ss20.glif new file mode 100644 index 000000000..62875967c --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lineF_eedC_ontrol.ss20.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/literS_ign.glif b/sources/CascadiaCode-Bold.ufo/glyphs/literS_ign.glif index 0226e8e26..c30263be2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/literS_ign.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/literS_ign.glif @@ -4,38 +4,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lje-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lje-cy.glif index a51ec37fc..70d72fe5b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lje-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lje-cy.glif @@ -50,10 +50,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/llinebelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/llinebelow.glif index 1b0a7642c..d6f4ae0fd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/llinebelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/llinebelow.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lmiddletilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lmiddletilde.glif index 3f60fea3d..55faf9e7c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lmiddletilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lmiddletilde.glif @@ -2,49 +2,49 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/longs.glif b/sources/CascadiaCode-Bold.ufo/glyphs/longs.glif index 108995a3c..e941f43cd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/longs.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/longs.glif @@ -2,31 +2,31 @@ - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerF_iveE_ighthsB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerF_iveE_ighthsB_lock.glif index c4681bf77..318ec1098 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerF_iveE_ighthsB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerF_iveE_ighthsB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerF_iveE_ighthsB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerF_iveE_ighthsB_lock.stypo.glif index 057e24555..1d821cc25 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerF_iveE_ighthsB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerF_iveE_ighthsB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfA_rc.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfA_rc.glif index ea5c922f2..868056036 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfA_rc.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfA_rc.glif @@ -26,7 +26,7 @@ uni25E1 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfB_lackW_hiteC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfB_lackW_hiteC_ircle.glif index 5d4fc0b72..571b792ee 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfB_lackW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfB_lackW_hiteC_ircle.glif @@ -29,7 +29,7 @@ uni25D2 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfB_lock.glif index fc40756c7..917690c94 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfB_lock.stypo.glif index fab9690f3..0579900f8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfI_nverseW_hiteC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfI_nverseW_hiteC_ircle.glif index da72850b4..8431e4fde 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfI_nverseW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfI_nverseW_hiteC_ircle.glif @@ -32,7 +32,7 @@ uni25DB public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfW_hiteS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfW_hiteS_quare.glif index bd04ec2a7..67d0cb669 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfW_hiteS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfW_hiteS_quare.glif @@ -28,7 +28,7 @@ uni2B12 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftA_rc.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftA_rc.glif index 932898c11..b5486414d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftA_rc.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftA_rc.glif @@ -20,7 +20,7 @@ uni25DF public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftB_lackT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftB_lackT_riangle.glif index dccb37a2b..d508b94ea 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftB_lackT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftB_lackT_riangle.glif @@ -15,7 +15,7 @@ uni25E3 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftB_lock.glif index cf595ff23..22cd2e982 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftB_lock.stypo.glif index 054e320f2..6a5e56e33 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftH_alfW_hiteS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftH_alfW_hiteS_quare.glif index 9554904f8..bd5cab15d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftH_alfW_hiteS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftH_alfW_hiteS_quare.glif @@ -27,7 +27,7 @@ uni2B14 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftQ_uadrantW_hiteC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftQ_uadrantW_hiteC_ircle.glif index c9bb5d8f5..8e29dc6cb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftQ_uadrantW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftQ_uadrantW_hiteC_ircle.glif @@ -30,7 +30,7 @@ uni25F5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftT_riangle.glif index c5afef7ce..757b7426e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftT_riangle.glif @@ -23,7 +23,7 @@ uni25FA public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neE_ighthB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neE_ighthB_lock.glif index 0f5c9ea10..5327b9a5c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neE_ighthB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neE_ighthB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neE_ighthB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neE_ighthB_lock.stypo.glif index 87876bb3e..347bd624c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neE_ighthB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neE_ighthB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neQ_uarterB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neQ_uarterB_lock.glif index 89d2fa93b..5d164fa1f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neQ_uarterB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neQ_uarterB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neQ_uarterB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neQ_uarterB_lock.stypo.glif index 64e9f127b..274648c8e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neQ_uarterB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neQ_uarterB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightA_rc.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightA_rc.glif index b757073e5..d3d9b39e9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightA_rc.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightA_rc.glif @@ -20,7 +20,7 @@ uni25DE public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightB_lackT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightB_lackT_riangle.glif index 70f081395..4bffa5a4f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightB_lackT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightB_lackT_riangle.glif @@ -15,7 +15,7 @@ uni25E2 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightB_lock.glif index 254ac5e5b..f1c58f13e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightB_lock.stypo.glif index a60dfc532..a68f9c10f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightD_iagonalH_alfB_lackS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightD_iagonalH_alfB_lackS_quare.glif index 612e677cc..b3a3fb6f3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightD_iagonalH_alfB_lackS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightD_iagonalH_alfB_lackS_quare.glif @@ -27,7 +27,7 @@ uni25EA public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightQ_uadrantW_hiteC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightQ_uadrantW_hiteC_ircle.glif index a14c76772..0f5285538 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightQ_uadrantW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightQ_uadrantW_hiteC_ircle.glif @@ -30,7 +30,7 @@ uni25F6 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightT_riangle.glif index 50c5bb9a1..ba431eb12 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightT_riangle.glif @@ -23,7 +23,7 @@ uni25FF public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerS_evenE_ighthsB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerS_evenE_ighthsB_lock.glif index 598b0f049..b9d5c787c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerS_evenE_ighthsB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerS_evenE_ighthsB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerS_evenE_ighthsB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerS_evenE_ighthsB_lock.stypo.glif index 707a6543e..98afc1cc4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerS_evenE_ighthsB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerS_evenE_ighthsB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeE_ighthsB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeE_ighthsB_lock.glif index 7916d88f5..ddec2ad3d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeE_ighthsB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeE_ighthsB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeE_ighthsB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeE_ighthsB_lock.stypo.glif index abc7f0c98..37d57a543 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeE_ighthsB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeE_ighthsB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeQ_uartersB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeQ_uartersB_lock.glif index bff93c875..3bfc14b19 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeQ_uartersB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeQ_uartersB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeQ_uartersB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeQ_uartersB_lock.stypo.glif index ded7a7462..70b66fee0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeQ_uartersB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeQ_uartersB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowernumeral-greek.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowernumeral-greek.glif index 93239f4cb..5410c28bc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowernumeral-greek.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowernumeral-greek.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lowlinecomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lowlinecomb.glif index 14fb83ff8..e83fc0eee 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lowlinecomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lowlinecomb.glif @@ -1,7 +1,6 @@ - @@ -10,7 +9,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lozenge.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lozenge.glif index 4647b0b32..7f1b4ac8d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lozenge.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lozenge.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/lslash.glif b/sources/CascadiaCode-Bold.ufo/glyphs/lslash.glif index 21c715a35..286ab82b1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/lslash.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/lslash.glif @@ -2,16 +2,16 @@ - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/m.glif b/sources/CascadiaCode-Bold.ufo/glyphs/m.glif index 95ab6a9a3..15e309919 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/m.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/m.glif @@ -54,7 +54,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/macronbelowcomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/macronbelowcomb.glif index b804c7a30..37fb9de21 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/macronbelowcomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/macronbelowcomb.glif @@ -2,6 +2,7 @@ + @@ -15,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/macroncomb.case.glif b/sources/CascadiaCode-Bold.ufo/glyphs/macroncomb.case.glif index 6514bc084..36529d407 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/macroncomb.case.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/macroncomb.case.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/macroncomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/macroncomb.glif index 483d59760..ebc2ab8fc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/macroncomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/macroncomb.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/mediumB_lackS_mallS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/mediumB_lackS_mallS_quare.glif index e402e215b..6068c5c99 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/mediumB_lackS_mallS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/mediumB_lackS_mallS_quare.glif @@ -16,7 +16,7 @@ uni25FE public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/mediumB_lackS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/mediumB_lackS_quare.glif index d4cb3552a..f8a452a9d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/mediumB_lackS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/mediumB_lackS_quare.glif @@ -16,7 +16,7 @@ uni25FC public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/mediumW_hiteS_mallS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/mediumW_hiteS_mallS_quare.glif index 5b2e00911..6ebbad082 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/mediumW_hiteS_mallS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/mediumW_hiteS_mallS_quare.glif @@ -22,7 +22,7 @@ uni25FD public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/mediumW_hiteS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/mediumW_hiteS_quare.glif index 3c5d311b6..04772dc7d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/mediumW_hiteS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/mediumW_hiteS_quare.glif @@ -22,7 +22,7 @@ uni25FB public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/mediumleftpointinganglebracketornament.glif b/sources/CascadiaCode-Bold.ufo/glyphs/mediumleftpointinganglebracketornament.glif index 69e3c9734..3f5c0c4aa 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/mediumleftpointinganglebracketornament.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/mediumleftpointinganglebracketornament.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/mediumrightpointinganglebracketornament.glif b/sources/CascadiaCode-Bold.ufo/glyphs/mediumrightpointinganglebracketornament.glif index 5a339fc90..2c69e2fa3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/mediumrightpointinganglebracketornament.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/mediumrightpointinganglebracketornament.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/micro.glif b/sources/CascadiaCode-Bold.ufo/glyphs/micro.glif index 1d92bbedb..b3e60b95c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/micro.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/micro.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/mu.glif b/sources/CascadiaCode-Bold.ufo/glyphs/mu.glif index b0af6b862..b9523d502 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/mu.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/mu.glif @@ -2,50 +2,50 @@ - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/n.glif b/sources/CascadiaCode-Bold.ufo/glyphs/n.glif index f3ea1b18e..be97d0528 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/n.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/n.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/nacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/nacute.glif index 41fd08b81..8437d2f75 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/nacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/nacute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/nacute.loclP_L_K_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/nacute.loclP_L_K_.glif index 2cd719224..e509c567d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/nacute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/nacute.loclP_L_K_.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ncaron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ncaron.glif index 9085661ad..e76eba48f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ncaron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ncaron.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ncommaaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ncommaaccent.glif index d4c4f7564..8c4b4d83a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ncommaaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ncommaaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/negativeA_cknowledgeC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/negativeA_cknowledgeC_ontrol.glif new file mode 100644 index 000000000..7297ff306 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/negativeA_cknowledgeC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + N.half + + + alignment + -1 + index + 1 + name + K.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/negativeA_cknowledgeC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/negativeA_cknowledgeC_ontrol.ss20.glif new file mode 100644 index 000000000..6f4806ca4 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/negativeA_cknowledgeC_ontrol.ss20.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/newlineC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/newlineC_ontrol.glif new file mode 100644 index 000000000..cf3d9b7bf --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/newlineC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + N.half + + + alignment + -1 + index + 1 + name + L.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/nhookleft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/nhookleft.glif index d4867bd70..c7d547abe 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/nhookleft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/nhookleft.glif @@ -25,18 +25,18 @@ - - - + + + - - - + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/nine.glif b/sources/CascadiaCode-Bold.ufo/glyphs/nine.glif index 40a3eecfd..c41e9b1e0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/nine.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/nine.glif @@ -4,47 +4,46 @@ - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ninesuperior.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ninesuperior.glif index 48217d770..98338f795 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ninesuperior.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ninesuperior.glif @@ -4,47 +4,47 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/nje-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/nje-cy.glif index 331bf1722..8b7485122 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/nje-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/nje-cy.glif @@ -46,10 +46,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/nlinebelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/nlinebelow.glif index 8b9a4b956..1909fad51 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/nlinebelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/nlinebelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/nmod.glif b/sources/CascadiaCode-Bold.ufo/glyphs/nmod.glif index 3a08a124c..5bac6e425 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/nmod.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/nmod.glif @@ -4,36 +4,30 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/notedbl-musical.glif b/sources/CascadiaCode-Bold.ufo/glyphs/notedbl-musical.glif index 21bfe0682..52b7147d4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/notedbl-musical.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/notedbl-musical.glif @@ -12,40 +12,40 @@ - - - - - - - - - + + + + + + + + + - - + + - - - - - - - - - + + + + + + + + + - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ntilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ntilde.glif index 44b60e03b..e6d5bc384 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ntilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ntilde.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/nu.glif b/sources/CascadiaCode-Bold.ufo/glyphs/nu.glif index 5a885ab1e..66f132ee7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/nu.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/nu.glif @@ -26,10 +26,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/greater_colon.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/nullC_ontrol.glif similarity index 62% rename from sources/CascadiaCode-Bold.ufo/glyphs/greater_colon.liga.glif rename to sources/CascadiaCode-Bold.ufo/glyphs/nullC_ontrol.glif index f251ff883..2efbe98a2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/greater_colon.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/nullC_ontrol.glif @@ -1,9 +1,10 @@ - + + - - + + @@ -15,7 +16,7 @@ index 0 name - greater + N.half alignment @@ -23,11 +24,13 @@ index 1 name - colon + U.half + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space public.markColor - 0.67,0.95,0.38,1 + 0.85,0.26,0.06,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign.glif b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign.glif index 0216a5d12..c8b57ba1c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign.glif @@ -4,28 +4,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_braceleft.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_braceleft.liga.glif index 534da9094..dc92db81e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_braceleft.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_braceleft.liga.glif @@ -3,88 +3,88 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_bracketleft.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_bracketleft.liga.glif index 3ec9eba23..9df33f029 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_bracketleft.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_bracketleft.liga.glif @@ -3,30 +3,30 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + @@ -42,7 +42,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_colon.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_colon.liga.glif index 133b0f7cd..6784f20f5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_colon.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_colon.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_end.seq.glif new file mode 100644 index 000000000..c7581ddee --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_end.seq.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_equal.liga.glif index 1ad2cb984..6f67eb6b5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_equal.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_equal.liga.glif @@ -3,18 +3,18 @@ - - - - + + + + - - - - + + + + - + @@ -30,7 +30,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_exclam.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_exclam.liga.glif index ad1ffa367..5113e43e9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_exclam.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_exclam.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_middle.seq.glif new file mode 100644 index 000000000..3709b6601 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_middle.seq.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif deleted file mode 100644 index 6529b8707..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.ComponentInfo - - - alignment - -1 - index - 0 - name - numbersign - - - alignment - -1 - index - 1 - name - numbersign - - - alignment - -1 - index - 2 - name - numbersign - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif deleted file mode 100644 index ade74e86f..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.ComponentInfo - - - alignment - -1 - index - 0 - name - numbersign - - - alignment - -1 - index - 1 - name - numbersign - - - alignment - -1 - index - 2 - name - numbersign - - - alignment - -1 - index - 3 - name - numbersign - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_parenleft.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_parenleft.liga.glif index 13d40337b..08d5b31e2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_parenleft.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_parenleft.liga.glif @@ -3,30 +3,30 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + @@ -42,7 +42,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_question.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_question.liga.glif index c695075af..18a90f0cc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_question.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_question.liga.glif @@ -3,60 +3,60 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + @@ -72,7 +72,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_start.seq.glif new file mode 100644 index 000000000..2da3c8f88 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_start.seq.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_underscore.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_underscore.liga.glif index f6a27b57f..93767d708 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_underscore.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_underscore.liga.glif @@ -3,40 +3,40 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_underscore_parenleft.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_underscore_parenleft.liga.glif index 6ede5d747..3999105a0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_underscore_parenleft.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_underscore_parenleft.liga.glif @@ -3,61 +3,61 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/numeral-greek.glif b/sources/CascadiaCode-Bold.ufo/glyphs/numeral-greek.glif index a1467147d..08da4abf8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/numeral-greek.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/numeral-greek.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/numero.glif b/sources/CascadiaCode-Bold.ufo/glyphs/numero.glif index b360ef96e..3c8c062ce 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/numero.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/numero.glif @@ -4,60 +4,60 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/o-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/o-cy.glif index ae38622c0..7d9f83473 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/o-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/o-cy.glif @@ -6,14 +6,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/o.glif b/sources/CascadiaCode-Bold.ufo/glyphs/o.glif index 16811e29e..2aea28c03 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/o.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/o.glif @@ -40,7 +40,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/oacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/oacute.glif index bdff97017..696c7b815 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/oacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/oacute.glif @@ -6,15 +6,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/oacute.loclP_L_K_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/oacute.loclP_L_K_.glif index 03f44636a..cefdd0940 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/oacute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/oacute.loclP_L_K_.glif @@ -5,7 +5,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/obarred-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/obarred-cy.glif index 7daf766c3..a66a0c565 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/obarred-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/obarred-cy.glif @@ -6,7 +6,7 @@ - + @@ -29,8 +29,6 @@ o - public.markColor - 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/obreve.glif b/sources/CascadiaCode-Bold.ufo/glyphs/obreve.glif index 504b06f0d..620fc45af 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/obreve.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/obreve.glif @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflex.glif index 9e06bb716..1028ccf66 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflex.glif @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexacute.glif index 7ff3700e1..562618f7d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexacute.glif @@ -5,12 +5,12 @@ - - + + - + @@ -26,7 +26,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexdotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexdotbelow.glif index a791f2128..dac89ae7b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexdotbelow.glif @@ -2,11 +2,11 @@ - + - + @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexgrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexgrave.glif index 4531e38da..112901a15 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexgrave.glif @@ -5,17 +5,28 @@ - - + + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 2 + name + gravecomb + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexhookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexhookabove.glif index e7af431ae..e2de37a5d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexhookabove.glif @@ -5,17 +5,28 @@ - - + + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + hookabovecomb + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflextilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflextilde.glif index 23d22908c..9e48fb6e1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflextilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflextilde.glif @@ -5,8 +5,8 @@ - - + + @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/odieresis.glif b/sources/CascadiaCode-Bold.ufo/glyphs/odieresis.glif index dbb53b02a..ac1820e10 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/odieresis.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/odieresis.glif @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/odotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/odotbelow.glif index 2878b945d..160ad4aba 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/odotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/odotbelow.glif @@ -2,11 +2,11 @@ - + - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ogonek.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ogonek.glif index 88abc51a0..ca1aae0f2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ogonek.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ogonek.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ogonekcomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ogonekcomb.glif index c907510e9..208895b35 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ogonekcomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ogonekcomb.glif @@ -1,31 +1,32 @@ - + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -33,7 +34,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ograve.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ograve.glif index de47647b2..d0621624d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ograve.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ograve.glif @@ -6,15 +6,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ohookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ohookabove.glif index 49d8b4bab..b7664039b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ohookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ohookabove.glif @@ -5,8 +5,8 @@ - - + + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ohorn.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ohorn.glif index 2b0d37b8a..94255a018 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ohorn.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ohorn.glif @@ -6,15 +6,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ohornacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ohornacute.glif index 0abc4a854..2270ce384 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ohornacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ohornacute.glif @@ -6,15 +6,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ohorndotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ohorndotbelow.glif index dc6bc0877..abf1678f7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ohorndotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ohorndotbelow.glif @@ -2,11 +2,11 @@ - + - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ohorngrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ohorngrave.glif index 0e43a1a71..89e862713 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ohorngrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ohorngrave.glif @@ -6,15 +6,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ohornhookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ohornhookabove.glif index 2db16366b..b394b002a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ohornhookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ohornhookabove.glif @@ -5,8 +5,8 @@ - - + + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ohorntilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ohorntilde.glif index fa05bf0e4..ac894b495 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ohorntilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ohorntilde.glif @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ohungarumlaut.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ohungarumlaut.glif index 41bb0ccf4..50650427f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ohungarumlaut.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ohungarumlaut.glif @@ -5,16 +5,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/omacron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/omacron.glif index f20df08cf..d4d786208 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/omacron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/omacron.glif @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/omacronacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/omacronacute.glif index 80c538234..25615e8d9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/omacronacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/omacronacute.glif @@ -10,6 +10,12 @@ - + + + + public.markColor + 0,0.67,0.91,1 + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/omacrongrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/omacrongrave.glif index 188aaa73b..d84fd7a97 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/omacrongrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/omacrongrave.glif @@ -10,6 +10,12 @@ - + + + + public.markColor + 0,0.67,0.91,1 + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/omega.glif b/sources/CascadiaCode-Bold.ufo/glyphs/omega.glif index a0b2b7f46..f2f1bc801 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/omega.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/omega.glif @@ -50,10 +50,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/omegatonos.glif b/sources/CascadiaCode-Bold.ufo/glyphs/omegatonos.glif index 45b9eff8f..2cb91b466 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/omegatonos.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/omegatonos.glif @@ -3,15 +3,9 @@ - + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/omicron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/omicron.glif index a4f483a5e..e9306fea8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/omicron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/omicron.glif @@ -6,14 +6,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/omicrontonos.glif b/sources/CascadiaCode-Bold.ufo/glyphs/omicrontonos.glif index 0241f4d89..6f8af9ad4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/omicrontonos.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/omicrontonos.glif @@ -5,16 +5,10 @@ - - + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/one.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/one.half.glif new file mode 100644 index 000000000..9d88c1b5e --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/one.half.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/onesuperior.glif b/sources/CascadiaCode-Bold.ufo/glyphs/onesuperior.glif index 9e8fee68d..dc8280314 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/onesuperior.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/onesuperior.glif @@ -4,28 +4,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/oogonek.glif b/sources/CascadiaCode-Bold.ufo/glyphs/oogonek.glif index b4826c250..dfb8a0861 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/oogonek.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/oogonek.glif @@ -2,11 +2,11 @@ - + - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ordfeminine.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ordfeminine.glif index 727f55543..aa97647fa 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ordfeminine.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ordfeminine.glif @@ -4,53 +4,53 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/oslash.glif b/sources/CascadiaCode-Bold.ufo/glyphs/oslash.glif index a2d369efa..1fd73ffea 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/oslash.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/oslash.glif @@ -6,7 +6,7 @@ - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/oslashacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/oslashacute.glif index 7790fa84a..89f5cfd51 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/oslashacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/oslashacute.glif @@ -6,15 +6,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/otilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/otilde.glif index 51ebecfa7..db535cf13 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/otilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/otilde.glif @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/p.glif b/sources/CascadiaCode-Bold.ufo/glyphs/p.glif index ad74e78b9..bca7bc78b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/p.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/p.glif @@ -5,37 +5,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -43,11 +12,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/palochka-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/palochka-cy.glif index 1f2135ec0..5f4fd4f20 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/palochka-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/palochka-cy.glif @@ -3,15 +3,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/parenleft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/parenleft.glif index 5b9a5cae3..66905678d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/parenleft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/parenleft.glif @@ -4,9 +4,9 @@ - - - + + + @@ -14,14 +14,14 @@ - - - - + + + + - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/parenleft_asterisk.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/parenleft_asterisk.liga.glif index e1da2c39c..258924eac 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/parenleft_asterisk.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/parenleft_asterisk.liga.glif @@ -3,34 +3,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + @@ -46,7 +38,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/parenright.glif b/sources/CascadiaCode-Bold.ufo/glyphs/parenright.glif index 7d2b8272f..465248fb5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/parenright.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/parenright.glif @@ -4,16 +4,16 @@ - - - + + + - - - - + + + + @@ -21,7 +21,7 @@ - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/pe-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/pe-cy.glif index 0fb473a68..2744c0053 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/pe-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/pe-cy.glif @@ -24,10 +24,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/pe-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/pe-cy.loclB_G_R_.glif index 8ff86a621..1c1b9c9ce 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/pe-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/pe-cy.loclB_G_R_.glif @@ -6,10 +6,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/percent_percent.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/percent_percent.liga.glif index 420f9a3eb..46646495b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/percent_percent.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/percent_percent.liga.glif @@ -3,134 +3,134 @@ - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/period_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/period_equal.liga.glif index 534005f76..6938d560e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/period_equal.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/period_equal.liga.glif @@ -3,18 +3,18 @@ - - - - + + + + - - - - + + + + - + @@ -30,7 +30,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/period_hyphen.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/period_hyphen.liga.glif index 501fe303d..24d0ac8af 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/period_hyphen.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/period_hyphen.liga.glif @@ -3,12 +3,12 @@ - - - - + + + + - + @@ -24,7 +24,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/period_period.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/period_period.liga.glif index 978a1e6e8..e7c90c3ee 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/period_period.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/period_period.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/period_period_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/period_period_equal.liga.glif index 9ff74c5ff..7684e2e97 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/period_period_equal.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/period_period_equal.liga.glif @@ -3,19 +3,19 @@ - - - - + + + + - - - - + + + + - - + + @@ -39,7 +39,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/period_period_less.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/period_period_less.liga.glif index e3c550d6d..8b7be89b8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/period_period_less.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/period_period_less.liga.glif @@ -3,17 +3,17 @@ - - - - - - - - + + + + + + + + - - + + @@ -37,7 +37,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/period_period_period.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/period_period_period.liga.glif index 2b4d06c16..43501dd1d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/period_period_period.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/period_period_period.liga.glif @@ -2,9 +2,9 @@ - - - + + + @@ -36,7 +36,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/period_question.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/period_question.liga.glif index 9a93c2282..a1ce6bebb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/period_question.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/period_question.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/perispomenicomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/perispomenicomb.glif index 93f91cd7b..5352a4577 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/perispomenicomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/perispomenicomb.glif @@ -1,8 +1,6 @@ - - @@ -22,7 +20,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/peseta.glif b/sources/CascadiaCode-Bold.ufo/glyphs/peseta.glif index 9ef901f34..736f1c2a6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/peseta.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/peseta.glif @@ -2,8 +2,8 @@ - - + + @@ -11,7 +11,7 @@ - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/peso.glif b/sources/CascadiaCode-Bold.ufo/glyphs/peso.glif index 43281cf65..fe2fa1f4c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/peso.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/peso.glif @@ -2,8 +2,8 @@ - - + + @@ -17,7 +17,7 @@ - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/phi.glif b/sources/CascadiaCode-Bold.ufo/glyphs/phi.glif index 23df65915..356186618 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/phi.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/phi.glif @@ -52,10 +52,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/pi.glif b/sources/CascadiaCode-Bold.ufo/glyphs/pi.glif index 2744db9fb..4bbb3ac1e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/pi.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/pi.glif @@ -2,44 +2,38 @@ - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/plus_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/plus_greater.liga.glif index 1ce75217e..63b6c235a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/plus_greater.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/plus_greater.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/plus_plus.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/plus_plus.liga.glif index 4c8fcd10b..402c09aa0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/plus_plus.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/plus_plus.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/plus_plus_plus.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/plus_plus_plus.liga.glif index ffa913e91..6b4932e5c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/plus_plus_plus.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/plus_plus_plus.liga.glif @@ -3,20 +3,20 @@ - - - - + + + + - - - - + + + + - - - + + + @@ -48,7 +48,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/prescription.glif b/sources/CascadiaCode-Bold.ufo/glyphs/prescription.glif new file mode 100644 index 000000000..2dd415c94 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/prescription.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/psi.glif b/sources/CascadiaCode-Bold.ufo/glyphs/psi.glif index 76e9e066c..f32c7c744 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/psi.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/psi.glif @@ -34,10 +34,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/q.glif b/sources/CascadiaCode-Bold.ufo/glyphs/q.glif index 8003052bb..10fa072ae 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/q.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/q.glif @@ -47,7 +47,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/question.glif b/sources/CascadiaCode-Bold.ufo/glyphs/question.glif index c866052a1..263b46cf9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/question.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/question.glif @@ -4,40 +4,40 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/question_colon.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/question_colon.liga.glif index 6b870f1e5..6f977f76d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/question_colon.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/question_colon.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/question_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/question_equal.liga.glif index dea1b6652..98db108a2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/question_equal.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/question_equal.liga.glif @@ -3,20 +3,20 @@ - - - - + + + + - - - - - - + + + + + + - + @@ -32,7 +32,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/question_period.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/question_period.liga.glif index 3ec112ecc..3e799d1f1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/question_period.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/question_period.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/question_question.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/question_question.liga.glif index efddb7643..e9e93b86b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/question_question.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/question_question.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/question_question_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/question_question_equal.liga.glif new file mode 100644 index 000000000..c9b7d381b --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/question_question_equal.liga.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 1 + name + question + + + public.markColor + 0.98,0.36,0.67,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/questiondown.glif b/sources/CascadiaCode-Bold.ufo/glyphs/questiondown.glif index b3fe75ceb..07911d048 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/questiondown.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/questiondown.glif @@ -4,40 +4,40 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/quotedblbase.glif b/sources/CascadiaCode-Bold.ufo/glyphs/quotedblbase.glif index 3b08c6511..b942ab213 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/quotedblbase.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/quotedblbase.glif @@ -3,30 +3,10 @@ - - + - com.schriftgestaltung.Glyphs.ComponentInfo - - - alignment - -1 - index - 0 - name - quoteright - - - alignment - -1 - index - 1 - name - quoteright - - public.markColor 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/quotedblleft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/quotedblleft.glif index 2e47730d3..0fac6cf29 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/quotedblleft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/quotedblleft.glif @@ -3,8 +3,8 @@ - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/quotedblright.glif b/sources/CascadiaCode-Bold.ufo/glyphs/quotedblright.glif index a2e10fe87..68531b573 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/quotedblright.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/quotedblright.glif @@ -3,8 +3,8 @@ - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/quoteleft.glif b/sources/CascadiaCode-Bold.ufo/glyphs/quoteleft.glif index e286c5875..7d33a48f4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/quoteleft.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/quoteleft.glif @@ -4,10 +4,24 @@ - - - - + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/quotereversed.glif b/sources/CascadiaCode-Bold.ufo/glyphs/quotereversed.glif index 9fb94813d..86aa31051 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/quotereversed.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/quotereversed.glif @@ -4,10 +4,24 @@ - - - - + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/quoteright.glif b/sources/CascadiaCode-Bold.ufo/glyphs/quoteright.glif index 36bc188a5..ba78829cf 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/quoteright.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/quoteright.glif @@ -4,10 +4,24 @@ - - - - + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/quotesinglbase.glif b/sources/CascadiaCode-Bold.ufo/glyphs/quotesinglbase.glif index 92b85175e..8ded43f92 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/quotesinglbase.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/quotesinglbase.glif @@ -3,7 +3,7 @@ - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/quotesingle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/quotesingle.glif index 8694e4067..a2e068b42 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/quotesingle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/quotesingle.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/r.glif b/sources/CascadiaCode-Bold.ufo/glyphs/r.glif index b8862b529..27b7ee2bb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/r.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/r.glif @@ -45,7 +45,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/racute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/racute.glif index 5ce54868e..b2e87b5de 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/racute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/racute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rcaron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rcaron.glif index 96d04f822..69085a052 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rcaron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rcaron.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rcommaaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rcommaaccent.glif index f9911acbd..db90bf0bd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rcommaaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rcommaaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rdotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rdotbelow.glif index 27f8c0c3c..be5572d5c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rdotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rdotbelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/recordS_eparatorC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/recordS_eparatorC_ontrol.glif new file mode 100644 index 000000000..023534d46 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/recordS_eparatorC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + R.half + + + alignment + -1 + index + 1 + name + S.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/returnsymbol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/returnsymbol.glif new file mode 100644 index 000000000..5009899e1 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/returnsymbol.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rho.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rho.glif index c91cc3167..25a9642a2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rho.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rho.glif @@ -26,14 +26,13 @@ - - - - - - - - + + + + + + + @@ -42,10 +41,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rightA_rrow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rightA_rrow.glif index d91aa101f..fe5f49758 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rightA_rrow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rightA_rrow.glif @@ -4,26 +4,20 @@ - - - - - - - - + + + + - - - - + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lackP_ointer.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lackP_ointer.glif index 5226eba9c..44a6d2816 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lackP_ointer.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lackP_ointer.glif @@ -15,7 +15,7 @@ triagrt public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lackS_mallT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lackS_mallT_riangle.glif index 2dddd4ec7..5fe2080c1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lackS_mallT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lackS_mallT_riangle.glif @@ -15,7 +15,7 @@ uni25B8 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lackT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lackT_riangle.glif index ee4bb8950..839fe4350 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lackT_riangle.glif @@ -15,7 +15,7 @@ uni25B6 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lock.glif index 15a61c25e..c4d1c69f9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lock.stypo.glif index b88729954..28495ca00 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackC_ircle.glif index bdf417bcd..d60dd4c4b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackC_ircle.glif @@ -8,18 +8,18 @@ uni25D7 - - + + - - + + public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackD_iamond.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackD_iamond.glif index fbc11722c..c6d1037ff 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackD_iamond.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackD_iamond.glif @@ -27,7 +27,7 @@ uni2B17 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackS_quare.glif index 5b8153838..1ef0d2471 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackS_quare.glif @@ -28,7 +28,7 @@ uni25E8 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackW_hiteC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackW_hiteC_ircle.glif index 20b9a37f1..7d1318bb3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackW_hiteC_ircle.glif @@ -29,7 +29,7 @@ uni25D1 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rightO_neE_ighthB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rightO_neE_ighthB_lock.glif index bf3bcb2a2..3dde09a78 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rightO_neE_ighthB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rightO_neE_ighthB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rightO_neE_ighthB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rightO_neE_ighthB_lock.stypo.glif index 5b8849982..b0d690da7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rightO_neE_ighthB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rightO_neE_ighthB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rightW_hiteP_ointer.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rightW_hiteP_ointer.glif index 0d24f6ba8..6900f5864 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rightW_hiteP_ointer.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rightW_hiteP_ointer.glif @@ -23,7 +23,7 @@ uni25BB public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rightW_hiteS_mallT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rightW_hiteS_mallT_riangle.glif index 8be6570b5..fad9ae623 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rightW_hiteS_mallT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rightW_hiteS_mallT_riangle.glif @@ -23,7 +23,7 @@ uni25B9 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rightW_hiteT_riangle.glif index 5a7aa8c67..417598ea3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rightW_hiteT_riangle.glif @@ -23,7 +23,7 @@ uni25B7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ring.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ring.glif index 136d05f20..9755d9d76 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ring.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ring.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ringbelowcomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ringbelowcomb.glif index b63c1f411..bea6bf4aa 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ringbelowcomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ringbelowcomb.glif @@ -2,6 +2,7 @@ + @@ -10,7 +11,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ringcomb.case.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ringcomb.case.glif index fd7700b40..34712be6e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ringcomb.case.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ringcomb.case.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ringcomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ringcomb.glif index 5c82526cd..e9a3234b9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ringcomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ringcomb.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ruble.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ruble.glif index 261cf03d3..b21d14775 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ruble.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ruble.glif @@ -3,7 +3,7 @@ - + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/rupeeI_ndian.glif b/sources/CascadiaCode-Bold.ufo/glyphs/rupeeI_ndian.glif index e756d795b..110806f98 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/rupeeI_ndian.glif @@ -4,42 +4,42 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/s.glif b/sources/CascadiaCode-Bold.ufo/glyphs/s.glif index dda6d759c..68cf97586 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/s.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/s.glif @@ -51,7 +51,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/sacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/sacute.glif index 28868a888..cfa092c22 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/sacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/sacute.glif @@ -2,16 +2,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/sacute.loclP_L_K_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/sacute.loclP_L_K_.glif index b2f1ab3cb..845fcbe90 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/sacute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/sacute.loclP_L_K_.glif @@ -1,7 +1,7 @@ - + @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/scaron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/scaron.glif index 8d912a6e5..6569acc18 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/scaron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/scaron.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/scedilla.glif b/sources/CascadiaCode-Bold.ufo/glyphs/scedilla.glif index 5acb87b02..c915a9428 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/scedilla.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/scedilla.glif @@ -2,16 +2,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/schwa-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/schwa-cy.glif index 517f9af3b..02b764d1e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/schwa-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/schwa-cy.glif @@ -2,15 +2,9 @@ - - + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/schwa.glif b/sources/CascadiaCode-Bold.ufo/glyphs/schwa.glif index bed7cb957..b1789acce 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/schwa.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/schwa.glif @@ -2,8 +2,8 @@ - - + + @@ -42,7 +42,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/scircumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/scircumflex.glif index d51067601..8b385a3e7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/scircumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/scircumflex.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/scommaaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/scommaaccent.glif index 3b27c9c01..67a269289 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/scommaaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/scommaaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/sdotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/sdotbelow.glif index 8dc3e10ca..aaaa85ebc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/sdotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/sdotbelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/semicolon_semicolon.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/semicolon_semicolon.liga.glif index 537bd69a0..905aceac2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/semicolon_semicolon.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/semicolon_semicolon.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/sha-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/sha-cy.glif index 0da134478..06257a0ea 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/sha-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/sha-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/sha-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/sha-cy.loclB_G_R_.glif index 4add98c4c..8ae8d8fb3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/sha-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/sha-cy.loclB_G_R_.glif @@ -44,10 +44,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/shadedark.glif b/sources/CascadiaCode-Bold.ufo/glyphs/shadedark.glif index 2141c1797..3d9984757 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/shadedark.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/shadedark.glif @@ -223,7 +223,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/shadedark.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/shadedark.stypo.glif index ce6854125..1767298a1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/shadedark.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/shadedark.stypo.glif @@ -221,7 +221,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/shadelight.glif b/sources/CascadiaCode-Bold.ufo/glyphs/shadelight.glif index efca0327b..69c1b84d5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/shadelight.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/shadelight.glif @@ -61,7 +61,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/shadelight.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/shadelight.stypo.glif index 5defc6f22..f81745827 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/shadelight.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/shadelight.stypo.glif @@ -59,7 +59,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/shademedium.glif b/sources/CascadiaCode-Bold.ufo/glyphs/shademedium.glif index c56463f61..056420498 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/shademedium.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/shademedium.glif @@ -115,7 +115,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/shademedium.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/shademedium.stypo.glif index a8d23aefc..28f02f0e8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/shademedium.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/shademedium.stypo.glif @@ -113,7 +113,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/shcha-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/shcha-cy.glif index 1a598aca9..d82e3311a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/shcha-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/shcha-cy.glif @@ -36,10 +36,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/shcha-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/shcha-cy.loclB_G_R_.glif index b46d0426a..4009e2764 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/shcha-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/shcha-cy.loclB_G_R_.glif @@ -25,8 +25,6 @@ sha-cy.loclBGR - public.markColor - 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/shha-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/shha-cy.glif index ce583bb9e..75027c3be 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/shha-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/shha-cy.glif @@ -4,14 +4,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/shiftI_nC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/shiftI_nC_ontrol.glif new file mode 100644 index 000000000..cd35e8c77 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/shiftI_nC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + I.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/shiftI_nC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/shiftI_nC_ontrol.ss20.glif new file mode 100644 index 000000000..d2ef8e56d --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/shiftI_nC_ontrol.ss20.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/shiftO_utC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/shiftO_utC_ontrol.glif new file mode 100644 index 000000000..b37bedaa7 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/shiftO_utC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + O.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/shiftO_utC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/shiftO_utC_ontrol.ss20.glif new file mode 100644 index 000000000..496752f18 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/shiftO_utC_ontrol.ss20.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/sigma.glif b/sources/CascadiaCode-Bold.ufo/glyphs/sigma.glif index 5d1b63839..3046019aa 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/sigma.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/sigma.glif @@ -2,50 +2,44 @@ - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/sigmafinal.glif b/sources/CascadiaCode-Bold.ufo/glyphs/sigmafinal.glif index 7e04407af..42e282057 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/sigmafinal.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/sigmafinal.glif @@ -42,10 +42,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/six.glif b/sources/CascadiaCode-Bold.ufo/glyphs/six.glif index 1c5fdee20..1f6e72abc 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/six.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/six.glif @@ -3,48 +3,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/sixsuperior.glif b/sources/CascadiaCode-Bold.ufo/glyphs/sixsuperior.glif index 1b83d492d..f9b86abff 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/sixsuperior.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/sixsuperior.glif @@ -4,47 +4,47 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/slash.glif b/sources/CascadiaCode-Bold.ufo/glyphs/slash.glif index 611a05b29..1962ed33f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/slash.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/slash.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/slash_asterisk.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/slash_asterisk.liga.glif index b0e802612..1e1ef19ea 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/slash_asterisk.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/slash_asterisk.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/slash_backslash.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/slash_backslash.liga.glif new file mode 100644 index 000000000..15a88d009 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/slash_backslash.liga.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0.98,0.36,0.67,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/slash_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/slash_equal.liga.glif deleted file mode 100644 index 0ff2457c6..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/slash_equal.liga.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.ComponentInfo - - - alignment - -1 - index - 0 - name - slash - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_end.seq.glif new file mode 100644 index 000000000..fbfe400cb --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_equal.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_equal.liga.glif deleted file mode 100644 index f10b1641a..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_equal.liga.glif +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.schriftgestaltung.Glyphs.ComponentInfo - - - alignment - -1 - index - 0 - name - slash - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_middle.seq.glif new file mode 100644 index 000000000..48de9deac --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_middle.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_start.seq.glif new file mode 100644 index 000000000..2bf523a9c --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/slash_greater.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/slash_greater.liga.glif index 207a50c28..617e93abd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/slash_greater.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/slash_greater.liga.glif @@ -3,16 +3,16 @@ - - - - - - - - + + + + + + + + - + @@ -28,7 +28,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash.liga.glif index e061b8381..6960c73f8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash.liga.glif @@ -2,8 +2,8 @@ - - + + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_equal_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_equal_end.seq.glif new file mode 100644 index 000000000..fc51315a7 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_equal_end.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_equal_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_equal_middle.seq.glif new file mode 100644 index 000000000..cbd21fe93 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_equal_middle.seq.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_equal_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_equal_start.seq.glif new file mode 100644 index 000000000..8349c136b --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_equal_start.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_slash.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_slash.liga.glif index 685beb1c5..569cd54e4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_slash.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_slash.liga.glif @@ -2,9 +2,9 @@ - - - + + + @@ -36,7 +36,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/softsign-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/softsign-cy.glif index 4d3a92041..49d5c5a51 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/softsign-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/softsign-cy.glif @@ -32,10 +32,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/softsign-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/softsign-cy.loclB_G_R_.glif index 9ba1b68cc..d276d6403 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/softsign-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/softsign-cy.loclB_G_R_.glif @@ -5,42 +5,36 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/space.glif b/sources/CascadiaCode-Bold.ufo/glyphs/space.glif index 445581d79..cb9df87b4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/space.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/space.glif @@ -4,10 +4,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/spaceC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/spaceC_ontrol.glif new file mode 100644 index 000000000..a5fa74818 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/spaceC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + P.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/startO_fH_eadingC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/startO_fH_eadingC_ontrol.glif new file mode 100644 index 000000000..c07352c21 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/startO_fH_eadingC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + H.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/startO_fH_eadingC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/startO_fH_eadingC_ontrol.ss20.glif new file mode 100644 index 000000000..7dac984d1 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/startO_fH_eadingC_ontrol.ss20.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/startO_fT_extC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/startO_fT_extC_ontrol.glif new file mode 100644 index 000000000..581ab6743 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/startO_fT_extC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + X.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/startO_fT_extC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/startO_fT_extC_ontrol.ss20.glif new file mode 100644 index 000000000..9da47130c --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/startO_fT_extC_ontrol.ss20.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/substituteC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/substituteC_ontrol.glif new file mode 100644 index 000000000..0581982ca --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/substituteC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + B.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/substituteC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/substituteC_ontrol.ss20.glif new file mode 100644 index 000000000..62a726e63 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/substituteC_ontrol.ss20.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/substituteF_ormT_woC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/substituteF_ormT_woC_ontrol.glif new file mode 100644 index 000000000..9646b98da --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/substituteF_ormT_woC_ontrol.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + period + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/sunW_ithR_ays.glif b/sources/CascadiaCode-Bold.ufo/glyphs/sunW_ithR_ays.glif index 0a113466d..a04a8a89d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/sunW_ithR_ays.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/sunW_ithR_ays.glif @@ -4,80 +4,80 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/synchronousI_dleC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/synchronousI_dleC_ontrol.glif new file mode 100644 index 000000000..17808e0e2 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/synchronousI_dleC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + Y.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/synchronousI_dleC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/synchronousI_dleC_ontrol.ss20.glif new file mode 100644 index 000000000..d0882a2fa --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/synchronousI_dleC_ontrol.ss20.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/t.glif b/sources/CascadiaCode-Bold.ufo/glyphs/t.glif index e04220c7b..6e4c7c101 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/t.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/t.glif @@ -2,46 +2,46 @@ - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/tau.glif b/sources/CascadiaCode-Bold.ufo/glyphs/tau.glif index 42ba65b59..c73ed619d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/tau.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/tau.glif @@ -2,38 +2,32 @@ - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/tbar.glif b/sources/CascadiaCode-Bold.ufo/glyphs/tbar.glif index 3a9a416ad..673e47ccd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/tbar.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/tbar.glif @@ -2,16 +2,16 @@ - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/tcaron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/tcaron.glif index 155aee7a8..74d3bff19 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/tcaron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/tcaron.glif @@ -2,16 +2,16 @@ - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/tcedilla.glif b/sources/CascadiaCode-Bold.ufo/glyphs/tcedilla.glif index 9b6b9d88d..f68587372 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/tcedilla.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/tcedilla.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/tcommaaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/tcommaaccent.glif index 42c0f537d..4ca627b5c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/tcommaaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/tcommaaccent.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/te-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/te-cy.glif index 3fe07e4d9..6738c9805 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/te-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/te-cy.glif @@ -18,10 +18,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/te-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/te-cy.loclB_G_R_.glif index 5f3c622ec..0669133bd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/te-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/te-cy.loclB_G_R_.glif @@ -6,10 +6,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/tesh.glif b/sources/CascadiaCode-Bold.ufo/glyphs/tesh.glif index 5e5bfd0f1..91ae3da90 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/tesh.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/tesh.glif @@ -2,70 +2,70 @@ - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/theta.glif b/sources/CascadiaCode-Bold.ufo/glyphs/theta.glif index bba9dc7d6..dd5be1fea 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/theta.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/theta.glif @@ -40,10 +40,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/thetamod.glif b/sources/CascadiaCode-Bold.ufo/glyphs/thetamod.glif index b4f8e3f9a..a41b41a75 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/thetamod.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/thetamod.glif @@ -4,44 +4,38 @@ - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - public.markColor - 0.85,0.26,0.06,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/thorn.glif b/sources/CascadiaCode-Bold.ufo/glyphs/thorn.glif index eaeff5109..f8b27119d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/thorn.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/thorn.glif @@ -5,43 +5,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/three.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/three.half.glif new file mode 100644 index 000000000..7aeac0a68 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/three.half.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/threeeighths.glif b/sources/CascadiaCode-Bold.ufo/glyphs/threeeighths.glif index 9dd5d50e0..b9428648c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/threeeighths.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/threeeighths.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/threesuperior.glif b/sources/CascadiaCode-Bold.ufo/glyphs/threesuperior.glif index fc4763e6e..7e5a2b36c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/threesuperior.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/threesuperior.glif @@ -4,52 +4,52 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/tildecomb.case.glif b/sources/CascadiaCode-Bold.ufo/glyphs/tildecomb.case.glif index ac9da666c..be52231b2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/tildecomb.case.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/tildecomb.case.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/tildecomb.glif b/sources/CascadiaCode-Bold.ufo/glyphs/tildecomb.glif index 72d204c48..2c845b7d2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/tildecomb.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/tildecomb.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/tonos.case.glif b/sources/CascadiaCode-Bold.ufo/glyphs/tonos.case.glif index 41d1586b5..a500e8dad 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/tonos.case.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/tonos.case.glif @@ -18,7 +18,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/tonos.glif b/sources/CascadiaCode-Bold.ufo/glyphs/tonos.glif index 63a15cb07..e1cb4a605 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/tonos.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/tonos.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/topH_alfB_lackC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/topH_alfB_lackC_ircle.glif index fb16a9f23..bab0b3eda 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/topH_alfB_lackC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/topH_alfB_lackC_ircle.glif @@ -19,7 +19,7 @@ uni2BCA public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/topH_alfB_lackD_iamond.glif b/sources/CascadiaCode-Bold.ufo/glyphs/topH_alfB_lackD_iamond.glif index 0fc1b74f5..1d93b6943 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/topH_alfB_lackD_iamond.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/topH_alfB_lackD_iamond.glif @@ -27,7 +27,7 @@ uni2B18 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/topH_alfW_hiteS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/topH_alfW_hiteS_quare.glif index d47c1f90f..57831e279 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/topH_alfW_hiteS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/topH_alfW_hiteS_quare.glif @@ -28,7 +28,7 @@ uni2B13 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/topR_ightH_alfW_hiteS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/topR_ightH_alfW_hiteS_quare.glif index bf27b9598..94080dc70 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/topR_ightH_alfW_hiteS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/topR_ightH_alfW_hiteS_quare.glif @@ -27,7 +27,7 @@ uni2B15 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/trademark.glif b/sources/CascadiaCode-Bold.ufo/glyphs/trademark.glif index f924de21e..1886cde5e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/trademark.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/trademark.glif @@ -4,15 +4,15 @@ - - - - + + + + - - + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/tse-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/tse-cy.glif index e3c05e13f..6ec25a7e9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/tse-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/tse-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/tse-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/tse-cy.loclB_G_R_.glif index 9a2ad8396..8bc614f5b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/tse-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/tse-cy.loclB_G_R_.glif @@ -5,50 +5,44 @@ - - - - + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/tshe-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/tshe-cy.glif index ea1545cbd..f1676bc5f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/tshe-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/tshe-cy.glif @@ -37,10 +37,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/two.glif b/sources/CascadiaCode-Bold.ufo/glyphs/two.glif index 48ebb82d5..803a7ab98 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/two.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/two.glif @@ -4,34 +4,34 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/two.half.glif b/sources/CascadiaCode-Bold.ufo/glyphs/two.half.glif new file mode 100644 index 000000000..9e0132ea3 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/two.half.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/twosuperior.glif b/sources/CascadiaCode-Bold.ufo/glyphs/twosuperior.glif index 364082f24..6de79e33f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/twosuperior.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/twosuperior.glif @@ -4,34 +4,34 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/u-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/u-cy.glif index 8ad0146e8..f5fcb1d8a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/u-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/u-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/u.glif b/sources/CascadiaCode-Bold.ufo/glyphs/u.glif index 86ae3a51b..f2ce2e572 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/u.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/u.glif @@ -2,50 +2,50 @@ - - - - + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/uacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/uacute.glif index efc2dfa43..baa66cfd2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/uacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/uacute.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ubreve.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ubreve.glif index ea41ccdcc..9fee3c324 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ubreve.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ubreve.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ucircumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ucircumflex.glif index d9796c26a..00296b9ee 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ucircumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ucircumflex.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/udieresis.glif b/sources/CascadiaCode-Bold.ufo/glyphs/udieresis.glif index aee9c1d57..52af5e08b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/udieresis.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/udieresis.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/udotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/udotbelow.glif index 58285b1df..7cf0498c9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/udotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/udotbelow.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ugrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ugrave.glif index 5e2f2bed2..de9b8807a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ugrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ugrave.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/uhookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/uhookabove.glif index 7c8a6904b..8dd652050 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/uhookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/uhookabove.glif @@ -2,18 +2,18 @@ - - + + - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/uhorn.glif b/sources/CascadiaCode-Bold.ufo/glyphs/uhorn.glif index cec731d26..bcb671947 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/uhorn.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/uhorn.glif @@ -2,22 +2,22 @@ - - - - + + + + - - - - - - - - - - + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/uhornacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/uhornacute.glif index ee33d4a4b..1ae85d6df 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/uhornacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/uhornacute.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/uhorndotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/uhorndotbelow.glif index 4005ea95d..93fd5dca4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/uhorndotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/uhorndotbelow.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/uhorngrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/uhorngrave.glif index 0fa63791a..5a06a57de 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/uhorngrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/uhorngrave.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/uhornhookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/uhornhookabove.glif index 3749e967f..d2c2846de 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/uhornhookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/uhornhookabove.glif @@ -2,18 +2,18 @@ - - + + - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/uhorntilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/uhorntilde.glif index ca0349768..e8f3fffc3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/uhorntilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/uhorntilde.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/uhungarumlaut.glif b/sources/CascadiaCode-Bold.ufo/glyphs/uhungarumlaut.glif index 40d067978..4e2c324c8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/uhungarumlaut.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/uhungarumlaut.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/umacron-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/umacron-cy.glif index cb35cfc88..5399f9c50 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/umacron-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/umacron-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/umacron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/umacron.glif index 7b5b40f37..26579b29d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/umacron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/umacron.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/underscore_bar_underscore.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/underscore_bar_underscore.liga.glif deleted file mode 100644 index 9c97914b3..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/underscore_bar_underscore.liga.glif +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/underscore_end.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/underscore_end.seq.glif new file mode 100644 index 000000000..b9b51109c --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/underscore_end.seq.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/underscore_middle.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/underscore_middle.seq.glif new file mode 100644 index 000000000..955db92ed --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/underscore_middle.seq.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/underscore_start.seq.glif b/sources/CascadiaCode-Bold.ufo/glyphs/underscore_start.seq.glif new file mode 100644 index 000000000..d842d2885 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/underscore_start.seq.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/underscore_underscore.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/underscore_underscore.liga.glif index 7084c316f..dc7351945 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/underscore_underscore.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/underscore_underscore.liga.glif @@ -3,16 +3,16 @@ - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/uni0009.glif b/sources/CascadiaCode-Bold.ufo/glyphs/uni0009.glif deleted file mode 100644 index e6d7948ac..000000000 --- a/sources/CascadiaCode-Bold.ufo/glyphs/uni0009.glif +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/unitS_eparatorC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/unitS_eparatorC_ontrol.glif new file mode 100644 index 000000000..430255b68 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/unitS_eparatorC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + U.half + + + alignment + -1 + index + 1 + name + S.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/uogonek.glif b/sources/CascadiaCode-Bold.ufo/glyphs/uogonek.glif index 41734494a..6c3eb03cd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/uogonek.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/uogonek.glif @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upA_rrow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upA_rrow.glif index 46052d909..c1b957df1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upA_rrow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upA_rrow.glif @@ -4,26 +4,20 @@ - - - - - - - - + + + + - - - - + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upB_lackS_mallT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upB_lackS_mallT_riangle.glif index 929b156ee..66de06258 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upB_lackS_mallT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upB_lackS_mallT_riangle.glif @@ -15,7 +15,7 @@ uni25B4 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upB_lackT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upB_lackT_riangle.glif index ee5f32d8b..18b434828 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upB_lackT_riangle.glif @@ -15,7 +15,7 @@ triagup public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upD_ashA_rrow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upD_ashA_rrow.glif index c02b3ce6b..8b1815c17 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upD_ashA_rrow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upD_ashA_rrow.glif @@ -3,16 +3,6 @@ - - - - - - - - - - @@ -37,11 +27,15 @@ + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upD_ownA_rrow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upD_ownA_rrow.glif index adc1133ac..c3670e486 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upD_ownA_rrow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upD_ownA_rrow.glif @@ -4,36 +4,30 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upD_ownbaseA_rrow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upD_ownbaseA_rrow.glif index 39063ad35..2326f385d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upD_ownbaseA_rrow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upD_ownbaseA_rrow.glif @@ -4,10 +4,10 @@ - - - - + + + + @@ -24,8 +24,6 @@ upDownArrow - public.markColor - 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upL_eftH_alfB_lackT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upL_eftH_alfB_lackT_riangle.glif index a3d665028..95f4e8013 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upL_eftH_alfB_lackT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upL_eftH_alfB_lackT_riangle.glif @@ -27,7 +27,7 @@ uni25ED public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upR_ightH_alfB_lackT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upR_ightH_alfB_lackT_riangle.glif index b3a8a0cbc..79ce87c68 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upR_ightH_alfB_lackT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upR_ightH_alfB_lackT_riangle.glif @@ -27,7 +27,7 @@ uni25EE public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upW_hiteS_mallT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upW_hiteS_mallT_riangle.glif index a3f92249d..717b2f517 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upW_hiteS_mallT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upW_hiteS_mallT_riangle.glif @@ -23,7 +23,7 @@ uni25B5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upW_hiteT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upW_hiteT_riangle.glif index d85b8636c..22cf9ab6b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upW_hiteT_riangle.glif @@ -23,7 +23,7 @@ uni25B3 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upW_hiteT_riangleW_ithD_ot.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upW_hiteT_riangleW_ithD_ot.glif index f0bbf9125..bacc701d9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upW_hiteT_riangleW_ithD_ot.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upW_hiteT_riangleW_ithD_ot.glif @@ -36,7 +36,7 @@ uni25EC public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfA_rc.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfA_rc.glif index 04714493a..03e7fec40 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfA_rc.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfA_rc.glif @@ -26,7 +26,7 @@ uni25E0 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfB_lackW_hiteC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfB_lackW_hiteC_ircle.glif index 64e91ff92..75abf9818 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfB_lackW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfB_lackW_hiteC_ircle.glif @@ -29,7 +29,7 @@ uni25D3 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfB_lock.glif index 6a67abfe3..acd91ef62 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfB_lock.stypo.glif index a71683693..958051ced 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfI_nverseW_hiteC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfI_nverseW_hiteC_ircle.glif index 4dc228cfb..6c959e141 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfI_nverseW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfI_nverseW_hiteC_ircle.glif @@ -32,7 +32,7 @@ uni25DA public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif index a6d521103..7b1d37da8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif index 6a54f1bfe..850f9d9d4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.glif index d035e0218..fd05326a3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.stypo.glif index 04ab93606..dc376f2a0 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.stypo.glif @@ -18,7 +18,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif index 179b1c25d..645b42205 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.stypo.glif index 5d9eb36dc..4d65a318c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.stypo.glif @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glif index b443961f7..43f5bcce7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.stypo.glif index 04a43eae9..a087e6e2a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.stypo.glif @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_rc.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_rc.glif index d94371130..5bcecd17d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_rc.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_rc.glif @@ -20,7 +20,7 @@ uni25DC public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftB_lackT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftB_lackT_riangle.glif index 8221836c3..3dbeeb4c8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftB_lackT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftB_lackT_riangle.glif @@ -15,7 +15,7 @@ uni25E4 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftB_lock.glif index 0ce8fc7cf..ca5e0563b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftB_lock.stypo.glif index 4de512770..0cc2e3dbe 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftD_iagonalH_alfB_lackS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftD_iagonalH_alfB_lackS_quare.glif index fafe10961..02b5d84df 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftD_iagonalH_alfB_lackS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftD_iagonalH_alfB_lackS_quare.glif @@ -27,7 +27,7 @@ uni25E9 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftQ_uadrantW_hiteC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftQ_uadrantW_hiteC_ircle.glif index 746ccf4c1..c0ffc8da4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftQ_uadrantW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftQ_uadrantW_hiteC_ircle.glif @@ -30,7 +30,7 @@ uni25F4 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftT_riangle.glif index a4c58f412..2f3f73362 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftT_riangle.glif @@ -23,7 +23,7 @@ uni25F8 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftW_hiteC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftW_hiteC_ircle.glif index 9d04e3c6e..6397caded 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftW_hiteC_ircle.glif @@ -33,7 +33,7 @@ uni25D5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperO_neE_ighthB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperO_neE_ighthB_lock.glif index 959a209d0..99d80ea13 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperO_neE_ighthB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperO_neE_ighthB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperO_neE_ighthB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperO_neE_ighthB_lock.stypo.glif index f5f318076..abc7e7539 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperO_neE_ighthB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperO_neE_ighthB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif index c9c9e7a70..6c492783c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif index e925473cc..60c4cb22a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.glif index accc0f42a..0523fa055 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.stypo.glif index 4e49f19a5..883a568f7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.stypo.glif @@ -16,7 +16,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_rc.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_rc.glif index 8278b947c..84c709029 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_rc.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_rc.glif @@ -20,7 +20,7 @@ uni25DD public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lackC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lackC_ircle.glif index 0c1b2b1c9..9684542bd 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lackC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lackC_ircle.glif @@ -28,7 +28,7 @@ uni25D4 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lackT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lackT_riangle.glif index e62857a1d..c0f05ae3f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lackT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lackT_riangle.glif @@ -15,7 +15,7 @@ uni25E5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lock.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lock.glif index bdc8fd8dc..ca32f5014 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lock.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lock.stypo.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lock.stypo.glif index 15309e0a4..b1d5b11c5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lock.stypo.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightQ_uadrantW_hiteC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightQ_uadrantW_hiteC_ircle.glif index 3ecbbe590..68412ed26 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightQ_uadrantW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightQ_uadrantW_hiteC_ircle.glif @@ -30,7 +30,7 @@ uni25F7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightT_riangle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightT_riangle.glif index 9966908d7..c7cc27358 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightT_riangle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightT_riangle.glif @@ -23,7 +23,7 @@ uni25F9 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperlefttolowerrightF_illS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperlefttolowerrightF_illS_quare.glif index 0c1636310..1901c4e1f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperlefttolowerrightF_illS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperlefttolowerrightF_illS_quare.glif @@ -40,7 +40,7 @@ uni25A7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upperrighttolowerleftF_illS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upperrighttolowerleftF_illS_quare.glif index 042caefb3..9fb42b85e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upperrighttolowerleftF_illS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upperrighttolowerleftF_illS_quare.glif @@ -40,7 +40,7 @@ uni25A8 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upsilon-latin.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upsilon-latin.glif index eabcb8295..a3d203288 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upsilon-latin.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upsilon-latin.glif @@ -8,28 +8,28 @@ - - - - - + + + + + - - - - - + + + + + - - + + - - + + @@ -51,7 +51,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upsilon.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upsilon.glif index d02e6da2b..f1e9b6dbf 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upsilon.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upsilon.glif @@ -34,10 +34,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upsilondieresis.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upsilondieresis.glif index e52a261cb..a2fbf8c94 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upsilondieresis.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upsilondieresis.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upsilondieresistonos.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upsilondieresistonos.glif index 6d6ad8339..03c850200 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upsilondieresistonos.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upsilondieresistonos.glif @@ -3,15 +3,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/upsilontonos.glif b/sources/CascadiaCode-Bold.ufo/glyphs/upsilontonos.glif index 9411fcff8..d49468e5b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/upsilontonos.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/upsilontonos.glif @@ -3,15 +3,9 @@ - + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/uring.glif b/sources/CascadiaCode-Bold.ufo/glyphs/uring.glif index 1a36fad72..461231be5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/uring.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/uring.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ushort-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ushort-cy.glif index 0240817d0..4f61300c5 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ushort-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ushort-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ustraight-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ustraight-cy.glif index 3162d29de..810b89f0e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ustraight-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ustraight-cy.glif @@ -22,10 +22,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ustraightstroke-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ustraightstroke-cy.glif index 02f05335d..70ed11559 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ustraightstroke-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ustraightstroke-cy.glif @@ -26,8 +26,6 @@ ustraight-cy - public.markColor - 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/utilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/utilde.glif index caadffea0..ce7d3cbf7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/utilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/utilde.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/v.glif b/sources/CascadiaCode-Bold.ufo/glyphs/v.glif index 6267ba374..0b0b74fc7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/v.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/v.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ve-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ve-cy.glif index 4e73d4364..40f9006ea 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ve-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ve-cy.glif @@ -6,62 +6,56 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ve-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ve-cy.loclB_G_R_.glif index 5840bd2bd..d0d8eb61f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ve-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ve-cy.loclB_G_R_.glif @@ -5,56 +5,50 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/verticalB_isectingL_ineW_hiteS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/verticalB_isectingL_ineW_hiteS_quare.glif index 2c34b9989..c1e3e4a3c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/verticalB_isectingL_ineW_hiteS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/verticalB_isectingL_ineW_hiteS_quare.glif @@ -28,7 +28,7 @@ uni25EB public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/verticalF_illC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/verticalF_illC_ircle.glif index 796762ab5..cb0dffb61 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/verticalF_illC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/verticalF_illC_ircle.glif @@ -34,7 +34,7 @@ uni25CD public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/verticalF_illS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/verticalF_illS_quare.glif index 1fb4da980..cebc459d9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/verticalF_illS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/verticalF_illS_quare.glif @@ -34,7 +34,7 @@ uni25A5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/verticalT_abulationC_ontrol.glif b/sources/CascadiaCode-Bold.ufo/glyphs/verticalT_abulationC_ontrol.glif new file mode 100644 index 000000000..338b21a24 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/verticalT_abulationC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + V.half + + + alignment + -1 + index + 1 + name + T.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/verticalT_abulationC_ontrol.ss20.glif b/sources/CascadiaCode-Bold.ufo/glyphs/verticalT_abulationC_ontrol.ss20.glif new file mode 100644 index 000000000..546cf6794 --- /dev/null +++ b/sources/CascadiaCode-Bold.ufo/glyphs/verticalT_abulationC_ontrol.ss20.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/vhook.glif b/sources/CascadiaCode-Bold.ufo/glyphs/vhook.glif index a6b609ea5..55a922913 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/vhook.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/vhook.glif @@ -7,8 +7,8 @@ - - + + @@ -21,17 +21,23 @@ - - + + - + - - + + + + + public.markColor + 0.67,0.95,0.38,1 + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/vturned.glif b/sources/CascadiaCode-Bold.ufo/glyphs/vturned.glif index 5daaaac43..eff72c80c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/vturned.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/vturned.glif @@ -3,14 +3,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/w.glif b/sources/CascadiaCode-Bold.ufo/glyphs/w.glif index 0b8293b55..a28fbe3f7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/w.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/w.glif @@ -33,7 +33,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/w_w_w.liga.glif b/sources/CascadiaCode-Bold.ufo/glyphs/w_w_w.liga.glif index f028bab64..9d2fb7f64 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/w_w_w.liga.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/w_w_w.liga.glif @@ -3,108 +3,108 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/wacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/wacute.glif index b45578f5f..7bbb75ac1 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/wacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/wacute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/wcircumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/wcircumflex.glif index 2cd1b68c9..a3fc2729e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/wcircumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/wcircumflex.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/wdieresis.glif b/sources/CascadiaCode-Bold.ufo/glyphs/wdieresis.glif index f334ff066..26f14889a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/wdieresis.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/wdieresis.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/wgrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/wgrave.glif index 1c5c004fd..8278ff05e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/wgrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/wgrave.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteB_ullet.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteB_ullet.glif index 98f765a4b..9b5a8bf2a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteB_ullet.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteB_ullet.glif @@ -38,7 +38,7 @@ openbullet public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteC_ircle.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteC_ircle.glif index a1288595b..3ad1268d6 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteC_ircle.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteC_ircle.glif @@ -8,37 +8,37 @@ circle - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteD_iamond.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteD_iamond.glif index 05accc0f8..75ea2759a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteD_iamond.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteD_iamond.glif @@ -22,7 +22,7 @@ uni25C7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteH_exagon.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteH_exagon.glif index 61eb7cd2c..115d00623 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteH_exagon.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteH_exagon.glif @@ -32,7 +32,7 @@ uni2B21 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteH_orizontalE_llipse.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteH_orizontalE_llipse.glif index 1e8abaf28..e69288514 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteH_orizontalE_llipse.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteH_orizontalE_llipse.glif @@ -38,7 +38,7 @@ uni2B2D public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteI_nB_lackS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteI_nB_lackS_quare.glif index 6a04eb186..86627c10a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteI_nB_lackS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteI_nB_lackS_quare.glif @@ -28,7 +28,7 @@ uni25A3 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteL_argeS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteL_argeS_quare.glif index 6bebc978a..5ee632242 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteL_argeS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteL_argeS_quare.glif @@ -22,7 +22,7 @@ uni2B1C public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteL_owerL_eftQ_uadrantS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteL_owerL_eftQ_uadrantS_quare.glif index 65970972d..3ffb464a4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteL_owerL_eftQ_uadrantS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteL_owerL_eftQ_uadrantS_quare.glif @@ -30,7 +30,7 @@ uni25F1 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteL_owerR_ightQ_uadrantS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteL_owerR_ightQ_uadrantS_quare.glif index 003e2dc2a..69f412604 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteL_owerR_ightQ_uadrantS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteL_owerR_ightQ_uadrantS_quare.glif @@ -30,7 +30,7 @@ uni25F2 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteM_ediumD_iamond.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteM_ediumD_iamond.glif index 1199aedc9..ca49a65fb 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteM_ediumD_iamond.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteM_ediumD_iamond.glif @@ -26,7 +26,7 @@ uni2B26 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteM_ediumL_ozenge.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteM_ediumL_ozenge.glif index 0b8763266..50574b02d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteM_ediumL_ozenge.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteM_ediumL_ozenge.glif @@ -26,7 +26,7 @@ uni2B28 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteP_arallelogram.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteP_arallelogram.glif index e9a5dbc1d..2053f9d53 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteP_arallelogram.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteP_arallelogram.glif @@ -26,7 +26,7 @@ uni25B1 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteP_entagon.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteP_entagon.glif index d240ebf1d..e8fb819a9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteP_entagon.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteP_entagon.glif @@ -24,7 +24,7 @@ uni2B20 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteR_ect.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteR_ect.glif index b7dbc520c..dc4515bc2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteR_ect.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteR_ect.glif @@ -22,7 +22,7 @@ uni25AD public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteR_oundedC_ornersS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteR_oundedC_ornersS_quare.glif index bb20f5e25..dd36c8c5a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteR_oundedC_ornersS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteR_oundedC_ornersS_quare.glif @@ -46,7 +46,7 @@ uni25A2 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteS_mallL_ozenge.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteS_mallL_ozenge.glif index 250e3a733..bf18aa49a 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteS_mallL_ozenge.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteS_mallL_ozenge.glif @@ -22,7 +22,7 @@ uni2B2B public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteS_mallS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteS_mallS_quare.glif index 5d73bd748..e99982887 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteS_mallS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteS_mallS_quare.glif @@ -22,7 +22,7 @@ H18551 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteS_quare.glif index 215982ab2..f881c0d24 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteS_quare.glif @@ -22,7 +22,7 @@ H22073 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteU_pperL_eftQ_uadrantS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteU_pperL_eftQ_uadrantS_quare.glif index 070959430..730753985 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteU_pperL_eftQ_uadrantS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteU_pperL_eftQ_uadrantS_quare.glif @@ -30,7 +30,7 @@ uni25F0 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteU_pperR_ightQ_uadrantS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteU_pperR_ightQ_uadrantS_quare.glif index 9c6896153..68801c421 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteU_pperR_ightQ_uadrantS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteU_pperR_ightQ_uadrantS_quare.glif @@ -30,7 +30,7 @@ uni25F3 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteV_erticalE_llipse.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteV_erticalE_llipse.glif index 19020d858..e3c5b0b28 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteV_erticalE_llipse.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteV_erticalE_llipse.glif @@ -38,7 +38,7 @@ uni2B2F public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteV_erticalR_ect.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteV_erticalR_ect.glif index b6895a9bc..6152533f4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteV_erticalR_ect.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteV_erticalR_ect.glif @@ -22,7 +22,7 @@ uni25AF public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/whiteV_erysmallS_quare.glif b/sources/CascadiaCode-Bold.ufo/glyphs/whiteV_erysmallS_quare.glif index 87d802b49..6b08b0051 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/whiteV_erysmallS_quare.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/whiteV_erysmallS_quare.glif @@ -22,7 +22,7 @@ uni2B1E public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/wmod.glif b/sources/CascadiaCode-Bold.ufo/glyphs/wmod.glif index 56aa42061..5df716589 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/wmod.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/wmod.glif @@ -28,10 +28,4 @@ - - - public.markColor - 0.85,0.26,0.06,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/won.glif b/sources/CascadiaCode-Bold.ufo/glyphs/won.glif index d95673e9b..bde6e933f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/won.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/won.glif @@ -6,10 +6,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/x.glif b/sources/CascadiaCode-Bold.ufo/glyphs/x.glif index 4b3698f7d..90e10280b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/x.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/x.glif @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/x.multiply.glif b/sources/CascadiaCode-Bold.ufo/glyphs/x.multiply.glif index e4423bf39..1c734a591 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/x.multiply.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/x.multiply.glif @@ -18,7 +18,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/xi.glif b/sources/CascadiaCode-Bold.ufo/glyphs/xi.glif index 6bd39f6b5..e809a1a8d 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/xi.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/xi.glif @@ -67,10 +67,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/y.glif b/sources/CascadiaCode-Bold.ufo/glyphs/y.glif index 457d594c0..ecb54eb6e 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/y.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/y.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/yacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/yacute.glif index ebdde1beb..5b88f568f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/yacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/yacute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ycircumflex.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ycircumflex.glif index 04bd8c7b5..0b11793d9 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ycircumflex.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ycircumflex.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ydieresis.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ydieresis.glif index f58a7d39e..891fa14a3 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ydieresis.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ydieresis.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ydotbelow.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ydotbelow.glif index 6ce2f8c3d..ed06179f7 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ydotbelow.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ydotbelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/yeru-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/yeru-cy.glif index 2b9a092db..3f09f282c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/yeru-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/yeru-cy.glif @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ygrave.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ygrave.glif index ba231eb28..feec28da4 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ygrave.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ygrave.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/yhookabove.glif b/sources/CascadiaCode-Bold.ufo/glyphs/yhookabove.glif index 46978192b..e4c910c4b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/yhookabove.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/yhookabove.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/yi-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/yi-cy.glif index 2fd170691..7f94309ad 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/yi-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/yi-cy.glif @@ -3,16 +3,10 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ymacron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ymacron.glif index a4e07d133..be2e572ff 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ymacron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ymacron.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ymod.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ymod.glif index f41c8564e..0555481ea 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ymod.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ymod.glif @@ -4,32 +4,26 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - + + + + + + - - - public.markColor - 0.85,0.26,0.06,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ytilde.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ytilde.glif index 13de7b4c5..184053497 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ytilde.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ytilde.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/z.glif b/sources/CascadiaCode-Bold.ufo/glyphs/z.glif index 6bebe571f..770a39ba2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/z.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/z.glif @@ -28,7 +28,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/zacute.glif b/sources/CascadiaCode-Bold.ufo/glyphs/zacute.glif index 8d97e1623..7b68f66f8 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/zacute.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/zacute.glif @@ -7,12 +7,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/zacute.loclP_L_K_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/zacute.loclP_L_K_.glif index 54d8659c7..85f986bc2 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/zacute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/zacute.loclP_L_K_.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/zcaron.glif b/sources/CascadiaCode-Bold.ufo/glyphs/zcaron.glif index bb195cbc8..2c1751262 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/zcaron.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/zcaron.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/zdotaccent.glif b/sources/CascadiaCode-Bold.ufo/glyphs/zdotaccent.glif index 8d650137e..1b0954e3c 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/zdotaccent.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/zdotaccent.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ze-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ze-cy.glif index 9811d19ab..0e4ae5c22 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ze-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ze-cy.glif @@ -50,10 +50,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/ze-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/ze-cy.loclB_G_R_.glif index e5e0e6259..29cbeefae 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/ze-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/ze-cy.loclB_G_R_.glif @@ -51,10 +51,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/zerosuperior.glif b/sources/CascadiaCode-Bold.ufo/glyphs/zerosuperior.glif index 3fd7fdf5b..990f7e29f 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/zerosuperior.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/zerosuperior.glif @@ -4,32 +4,32 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/zeta.glif b/sources/CascadiaCode-Bold.ufo/glyphs/zeta.glif index e241a2b40..f9442db9b 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/zeta.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/zeta.glif @@ -41,10 +41,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/zhe-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/zhe-cy.glif index 72fc0fd5a..878f4a8bf 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/zhe-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/zhe-cy.glif @@ -108,10 +108,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/zhe-cy.loclB_G_R_.glif b/sources/CascadiaCode-Bold.ufo/glyphs/zhe-cy.loclB_G_R_.glif index d0470ccc8..def8618fa 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/zhe-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/zhe-cy.loclB_G_R_.glif @@ -109,10 +109,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/zhedescender-cy.glif b/sources/CascadiaCode-Bold.ufo/glyphs/zhedescender-cy.glif index 65d099ebe..a21774a74 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/zhedescender-cy.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/zhedescender-cy.glif @@ -114,10 +114,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/zmod.glif b/sources/CascadiaCode-Bold.ufo/glyphs/zmod.glif index b6a29246b..a1f53a215 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/zmod.glif +++ b/sources/CascadiaCode-Bold.ufo/glyphs/zmod.glif @@ -22,10 +22,4 @@ - - - public.markColor - 0.85,0.26,0.06,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/layercontents.plist b/sources/CascadiaCode-Bold.ufo/layercontents.plist index b9c1a4f27..7120d0ba4 100644 --- a/sources/CascadiaCode-Bold.ufo/layercontents.plist +++ b/sources/CascadiaCode-Bold.ufo/layercontents.plist @@ -6,5 +6,9 @@ public.default glyphs + + public.background + glyphs.public.background + diff --git a/sources/CascadiaCode-Bold.ufo/lib.plist b/sources/CascadiaCode-Bold.ufo/lib.plist index 2a836b328..70e6dfed9 100644 --- a/sources/CascadiaCode-Bold.ufo/lib.plist +++ b/sources/CascadiaCode-Bold.ufo/lib.plist @@ -3,7 +3,67 @@ com.schriftgestaltung.appVersion - 1346 + 1342 + com.schriftgestaltung.customParameter.GSFont.Axes + + + Name + Weight + Tag + wght + + + com.schriftgestaltung.customParameter.GSFont.DisplayStrings + + /bar_bar_bar_greater.liga +/bar_bar_greater.liga +/bar_greater.liga +/less_bar.liga +/less_bar_bar.liga +/less_bar_bar_bar.liga + /less_less_equal_end.seq + /bar_underscore_middle.seq +/bar_bar_equal_middle.seq +/bar_equal_middle.seq +/bar_bar_equal_end.seq +/bar_bar_equal_start.seq +/bar_bar_hyphen_middle.seq +/bar_hyphen_middle.seq +/bar_bar_hyphen_end.seq +/bar_bar_hyphen_start.seq +/bar_equal_end.seq +/bar_equal_start.seq +/bar_hyphen_end.seq +/bar_hyphen_start.seq +/equal_middle.seq +/equal_end.seq +/equal_start.seq +/greater_greater_equal_middle.seq +/greater_equal_middle.seq +/greater_greater_equal_end.seq +/greater_greater_equal_start.seq +/greater_equal_start.seq +/greater_equal_end.seq +/greater_greater_hyphen_middle.seq +/greater_hyphen_middle.seq +/greater_greater_hyphen_end.seq +/greater_greater_hyphen_start.seq +/greater_hyphen_start.seq +/greater_hyphen_end.seq +/less_less_equal_middle.seq +/less_equal_middle.seq +/less_less_equal_end.seq +/less_less_equal_start.seq +/less_equal_end.seq +/less_equal_start.seq +/less_less_hyphen_middle.seq +/less_hyphen_middle.seq +/less_less_hyphen_end.seq +/less_less_hyphen_start.seq +/less_hyphen_end.seq +/less_hyphen_start.seq + /greater_greater_equal_start.seq + com.schriftgestaltung.customParameter.GSFont.disablesAutomaticAlignment com.schriftgestaltung.customParameter.GSFont.disablesLastChange @@ -32,7 +92,22 @@ def ligatureProcess(production): glyph.layers[0].LSB = glyph.layers[0].LSB + 3600 -ligatureProcess(True) #True for production mode, False for editable +ligatureProcess(True) #True for production mode, False for editable + + + +Settings for scaler for halves and thirds + +Third + +30 30 30 +40 40 40 +80 -160 -340 + +Half +70 70 70 +45 45 45 +60 -220 -360 com.schriftgestaltung.customParameter.GSFont.useNiceNames 1 com.schriftgestaltung.customParameter.GSFontMaster.customValue @@ -48,7 +123,7 @@ ligatureProcess(True) #True for production mode, False for editable com.schriftgestaltung.customParameter.GSFontMaster.weightValue 750 com.schriftgestaltung.customParameter.GSFontMaster.widthValue - 100 + 0 com.schriftgestaltung.fontMasterOrder 2 com.schriftgestaltung.keyboardIncrement @@ -59,8 +134,6 @@ ligatureProcess(True) #True for production mode, False for editable 750 com.schriftgestaltung.width Regular - com.schriftgestaltung.widthValue - 100 public.glyphOrder A @@ -82,10 +155,12 @@ ligatureProcess(True) #True for production mode, False for editable Adotbelow Agrave Ahookabove + Alpha-latin Amacron Aogonek Aring Aringacute + Astroke Atilde AE AEacute @@ -96,6 +171,7 @@ ligatureProcess(True) #True for production mode, False for editable Ccedilla Ccircumflex Cdotaccent + Cstroke D Eth Dcaron @@ -118,6 +194,7 @@ ligatureProcess(True) #True for production mode, False for editable Emacron Eogonek Eopen + Ereversed Esh Etilde Ezh @@ -128,10 +205,12 @@ ligatureProcess(True) #True for production mode, False for editable Gcircumflex Gcommaaccent Gdotaccent + Gstroke H Hbar Hcaron Hcircumflex + Hdotbelow I IJ Iacute @@ -144,16 +223,24 @@ ligatureProcess(True) #True for production mode, False for editable Ihookabove Imacron Iogonek + Iotaafrican Itilde J Jcircumflex K + Kacute Kcommaaccent + Kdotbelow + Klinebelow L Lacute + Lbar Lcaron Lcommaaccent Ldot + Ldotbelow + Llinebelow + Lmiddletilde Lslash M N @@ -162,6 +249,7 @@ ligatureProcess(True) #True for production mode, False for editable Ncommaaccent Eng Nhookleft + Nlinebelow Ntilde O Oacute @@ -184,6 +272,8 @@ ligatureProcess(True) #True for production mode, False for editable Ohorntilde Ohungarumlaut Omacron + Omacronacute + Omacrongrave Oogonek Oopen Oslash @@ -197,12 +287,14 @@ ligatureProcess(True) #True for production mode, False for editable Racute Rcaron Rcommaaccent + Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent + Sdotbelow Germandbls Schwa T @@ -210,6 +302,8 @@ ligatureProcess(True) #True for production mode, False for editable Tcaron Tcedilla Tcommaaccent + Tdiagonalstroke + Tlinebelow U Uacute Ubreve @@ -227,9 +321,12 @@ ligatureProcess(True) #True for production mode, False for editable Uhungarumlaut Umacron Uogonek + Upsilonafrican Uring Utilde V + Gammaafrican + Vhook Vturned W Wacute @@ -256,7 +353,33 @@ ligatureProcess(True) #True for production mode, False for editable Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK + A.half + B.half + C.half + D.half + E.half + F.half + G.half + H.half + I.half + K.half + L.half + M.half + N.half + O.half + P.half + Q.half + R.half + S.half + T.half + U.half + V.half + X.half + Y.half + Asmall + Gsmall Ismall + Lsmall a aacute abreve @@ -276,6 +399,7 @@ ligatureProcess(True) #True for production mode, False for editable adotbelow agrave ahookabove + alpha-latin amacron aogonek aring @@ -314,19 +438,25 @@ ligatureProcess(True) #True for production mode, False for editable eopen esh etilde + eturned schwa ezh f g + gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent + glottalstop + glottalstopreversed + gstroke h hbar hcaron hcircumflex + hdotbelow i idotless iacute @@ -339,18 +469,28 @@ ligatureProcess(True) #True for production mode, False for editable ij imacron iogonek + iota-latin itilde j jdotless + jcaron jcircumflex k kcommaaccent + kdotbelow kgreenlandic + klinebelow l lacute + lambdastroke + lbar + lbelt lcaron lcommaaccent ldot + ldotbelow + llinebelow + lmiddletilde lslash m n @@ -360,6 +500,7 @@ ligatureProcess(True) #True for production mode, False for editable ncommaaccent eng nhookleft + nlinebelow ntilde o oacute @@ -382,6 +523,8 @@ ligatureProcess(True) #True for production mode, False for editable ohorntilde ohungarumlaut omacron + omacronacute + omacrongrave oogonek oopen oslash @@ -395,12 +538,14 @@ ligatureProcess(True) #True for production mode, False for editable racute rcaron rcommaaccent + rdotbelow s sacute scaron scedilla scircumflex scommaaccent + sdotbelow germandbls longs t @@ -426,9 +571,11 @@ ligatureProcess(True) #True for production mode, False for editable uhungarumlaut umacron uogonek + upsilon-latin uring utilde v + vhook vturned w wacute @@ -457,10 +604,14 @@ ligatureProcess(True) #True for production mode, False for editable sacute.loclPLK zacute.loclPLK x.multiply + fi + fl w_w_w.liga ordfeminine ordmasculine nmod + wmod + ymod A-cy Be-cy Ve-cy @@ -680,6 +831,8 @@ ligatureProcess(True) #True for production mode, False for editable epsilontonos etatonos kaiSymbol + thetamod + zmod zero one two @@ -691,6 +844,10 @@ ligatureProcess(True) #True for production mode, False for editable eight nine zero.zero + one.half + two.half + three.half + four.half zeroinferior oneinferior twoinferior @@ -757,13 +914,16 @@ ligatureProcess(True) #True for production mode, False for editable overline slash backslash + colon.center parenleft parenright braceleft braceright bracketleft bracketright + heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament + heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament @@ -791,12 +951,6 @@ ligatureProcess(True) #True for production mode, False for editable quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga - hyphen_hyphen_greater.liga - hyphen_bar.liga - hyphen_greater.liga - hyphen_greater_greater.liga - hyphen_less.liga - hyphen_less_less.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga @@ -814,10 +968,10 @@ ligatureProcess(True) #True for production mode, False for editable colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga - colon_greater.liga - colon_less.liga colon_slash_slash.liga semicolon_semicolon.liga + exclam_period.liga + exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga @@ -825,6 +979,7 @@ ligatureProcess(True) #True for production mode, False for editable question_period.liga question_colon.liga question_question.liga + question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga @@ -837,21 +992,34 @@ ligatureProcess(True) #True for production mode, False for editable numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga - numbersign_numbersign.liga - numbersign_numbersign_numbersign.liga - numbersign_numbersign_numbersign_numbersign.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga - slash_equal.liga - slash_equal_equal.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga + slash_backslash.liga + backslash_slash.liga backslash_backslash.liga - underscore_bar_underscore.liga underscore_underscore.liga + hyphen_middle.seq + hyphen_start.seq + hyphen_end.seq + colon_equal_middle.seq + exclam_equal_middle.seq + numbersign_end.seq + numbersign_middle.seq + numbersign_start.seq + slash_equal_end.seq + slash_equal_middle.seq + slash_equal_start.seq + slash_slash_equal_end.seq + slash_slash_equal_middle.seq + slash_slash_equal_start.seq + underscore_end.seq + underscore_middle.seq + underscore_start.seq anoteleia questiongreek punctuationspace @@ -928,6 +1096,10 @@ ligatureProcess(True) #True for production mode, False for editable perthousand strictlyequivalentto vectorOrCrossProduct + greater.center + less.center + greater.alt + less.alt upArrow rightArrow downArrow @@ -935,6 +1107,7 @@ ligatureProcess(True) #True for production mode, False for editable leftRightArrow upDownArrow upDownbaseArrow + downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock @@ -1242,6 +1415,8 @@ ligatureProcess(True) #True for production mode, False for editable diamondBlackSuit checkmark rotatedFloralHeartBullet + acknowledgeControl + backspaceControl at ampersand paragraph @@ -1259,8 +1434,9 @@ ligatureProcess(True) #True for production mode, False for editable dagger literSign daggerdbl - numero estimated + numero + bellControl blackHexagon blackHorizontalEllipse blackLargeCircle @@ -1276,13 +1452,52 @@ ligatureProcess(True) #True for production mode, False for editable blackSmallLozenge blackVerticalEllipse blackVerysmallSquare + blank + blankSymbol bottomHalfBlackCircle + cancelControl + carriageReturnControl + dataLinkEscapeControl + deleteControl + deleteFormTwoControl + deviceControlFourControl + deviceControlOneControl + deviceControlThreeControl + deviceControlTwoControl + endOfMediumControl + endOfTextControl + endOfTransmissionBlockControl + endOfTransmissionControl + enquiryControl + escapeControl + fileSeparatorControl + formFeedControl + groupSeparatorControl horizontalBlackHexagon + horizontalTabulationControl + house + returnsymbol + lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare + negativeAcknowledgeControl + newlineControl + nullControl + prescription + recordSeparatorControl + shiftInControl + shiftOutControl + spaceControl + startOfHeadingControl + startOfTextControl + substituteControl + substituteFormTwoControl + synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare + unitSeparatorControl + verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare @@ -1292,43 +1507,46 @@ ligatureProcess(True) #True for production mode, False for editable whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare + acknowledgeControl.ss20 + backspaceControl.ss20 + bellControl.ss20 + cancelControl.ss20 + carriageReturnControl.ss20 + dataLinkEscapeControl.ss20 + endOfMediumControl.ss20 + endOfTextControl.ss20 + endOfTransmissionBlockControl.ss20 + endOfTransmissionControl.ss20 + enquiryControl.ss20 + escapeControl.ss20 + formFeedControl.ss20 + horizontalTabulationControl.ss20 + lineFeedControl.ss20 + negativeAcknowledgeControl.ss20 + shiftInControl.ss20 + shiftOutControl.ss20 + startOfHeadingControl.ss20 + startOfTextControl.ss20 + substituteControl.ss20 + synchronousIdleControl.ss20 + verticalTabulationControl.ss20 ampersand_ampersand.liga - bar_hyphen.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga + bar_bar_bar.liga bar_bar_bar_greater.liga - bar_bar_equal.liga bar_bar_greater.liga - bar_equal.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga - equal_colon_equal.liga - equal_exclam_equal.liga equal_equal.liga equal_equal_equal.liga - equal_equal_greater.liga - equal_greater.liga - equal_greater_greater.liga - equal_less_less.liga - equal_slash_equal.liga - greater_hyphen.liga - greater_hyphen_greater.liga - greater_colon.liga greater_equal.liga - greater_equal_greater.liga greater_greater.liga - greater_greater_hyphen.liga - greater_greater_equal.liga greater_greater_greater.liga - less_hyphen.liga - less_hyphen_hyphen.liga - less_hyphen_greater.liga - less_hyphen_less.liga - less_colon.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga @@ -1341,14 +1559,8 @@ ligatureProcess(True) #True for production mode, False for editable less_plus.liga less_plus_greater.liga less_equal.liga - less_equal_equal.liga - less_equal_equal_greater.liga - less_equal_greater.liga - less_equal_less.liga less_greater.liga less_less.liga - less_less_hyphen.liga - less_less_equal.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga @@ -1363,6 +1575,46 @@ ligatureProcess(True) #True for production mode, False for editable asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga + bar_underscore_middle.seq + bar_bar_equal_middle.seq + bar_equal_middle.seq + bar_bar_equal_end.seq + bar_bar_equal_start.seq + bar_bar_hyphen_middle.seq + bar_hyphen_middle.seq + bar_bar_hyphen_end.seq + bar_bar_hyphen_start.seq + bar_equal_end.seq + bar_equal_start.seq + bar_hyphen_end.seq + bar_hyphen_start.seq + equal_middle.seq + equal_end.seq + equal_start.seq + greater_greater_equal_middle.seq + greater_equal_middle.seq + greater_greater_equal_end.seq + greater_greater_equal_start.seq + greater_equal_start.seq + greater_equal_end.seq + greater_greater_hyphen_middle.seq + greater_hyphen_middle.seq + greater_greater_hyphen_end.seq + greater_greater_hyphen_start.seq + greater_hyphen_start.seq + greater_hyphen_end.seq + less_less_equal_middle.seq + less_equal_middle.seq + less_less_equal_end.seq + less_less_equal_start.seq + less_equal_end.seq + less_equal_start.seq + less_less_hyphen_middle.seq + less_hyphen_middle.seq + less_less_hyphen_end.seq + less_less_hyphen_start.seq + less_hyphen_end.seq + less_hyphen_start.seq note-musical notedbl-musical blank-braille @@ -1624,8 +1876,10 @@ ligatureProcess(True) #True for production mode, False for editable numeral-greek lowernumeral-greek apostrophemod + colontriangularmod commaturnedmod firsttonechinese + glottalstopmod dieresiscomb dotaccentcomb gravecomb @@ -1639,11 +1893,16 @@ ligatureProcess(True) #True for production mode, False for editable macroncomb hookabovecomb commaturnedabovecomb + commaabovecomb + commaaboverightcomb horncomb dotbelowcomb + ringbelowcomb commaaccentcomb cedillacomb ogonekcomb + macronbelowcomb + lowlinecomb gravetonecomb acutetonecomb dieresis @@ -1680,72 +1939,7 @@ ligatureProcess(True) #True for production mode, False for editable dieresistonos brevecomb-cy brevecomb-cy.case - uni0009 LIG - fi - fl - Alpha-latin - Astroke - Cstroke - Ereversed - Gstroke - Hdotbelow - Iotaafrican - Kacute - Kdotbelow - Klinebelow - Lbar - Ldotbelow - Llinebelow - Lmiddletilde - Nlinebelow - Omacronacute - Omacrongrave - Rdotbelow - Sdotbelow - Tdiagonalstroke - Tlinebelow - Upsilonafrican - Gammaafrican - Vhook - Asmall - Gsmall - Lsmall - alpha-latin - eturned - gamma-latin - glottalstop - glottalstopreversed - gstroke - hdotbelow - iota-latin - jcaron - kdotbelow - klinebelow - lambdastroke - lbar - lbelt - ldotbelow - llinebelow - lmiddletilde - nlinebelow - omacronacute - omacrongrave - rdotbelow - sdotbelow - upsilon-latin - vhook - wmod - ymod - thetamod - zmod - colontriangularmod - glottalstopmod - commaabovecomb - commaaboverightcomb - ringbelowcomb - macronbelowcomb - lowlinecomb public.postscriptNames @@ -2097,6 +2291,10 @@ ligatureProcess(True) #True for production mode, False for editable uni1EA9 acircumflextilde uni1EAB + acknowledgeControl + uni2406 + acknowledgeControl.ss20 + uni2406.ss20 acutetonecomb uni0341 adotbelow @@ -2107,6 +2305,10 @@ ligatureProcess(True) #True for production mode, False for editable uni0251 apostrophemod uni02BC + backspaceControl + uni2408 + backspaceControl.ss20 + uni2408.ss20 baht uni0E3F baht.BRACKET.600 @@ -2115,6 +2317,10 @@ ligatureProcess(True) #True for production mode, False for editable uni0431 be-cy.loclSRB uni0431.loclSRB + bellControl + uni2407 + bellControl.ss20 + uni2407.ss20 blackCircle uni25CF blackDiamond @@ -2161,8 +2367,12 @@ ligatureProcess(True) #True for production mode, False for editable uni25AE blackVerysmallSquare uni2B1D + blank + uni2423 blank-braille uni2800 + blankSymbol + uni2422 bottomHalfBlackCircle uni2BCB bottomHalfBlackDiamond @@ -2435,12 +2645,20 @@ ligatureProcess(True) #True for production mode, False for editable uni2219 bullseye uni25CE + cancelControl + uni2418 + cancelControl.ss20 + uni2418.ss20 careof uni2105 caroncomb uni030C caroncomb.case uni030C.case + carriageReturnControl + uni240D + carriageReturnControl.ss20 + uni240D.ss20 cedi uni20B5 cedillacomb @@ -2475,10 +2693,26 @@ ligatureProcess(True) #True for production mode, False for editable uni25A6 dashdownArrow uni21E3 + dataLinkEscapeControl + uni2410 + dataLinkEscapeControl.ss20 + uni2410.ss20 de-cy uni0434 de-cy.loclBGR uni0434.loclBGR + deleteControl + uni2421 + deleteFormTwoControl + uni2425 + deviceControlFourControl + uni2414 + deviceControlOneControl + uni2411 + deviceControlThreeControl + uni2413 + deviceControlTwoControl + uni2412 diagonalcrosshatchFillSquare uni25A9 diamondBlackSuit @@ -3015,6 +3249,8 @@ ligatureProcess(True) #True for production mode, False for editable uni25BE downBlackTriangle triagdn + downTipLeftArrow + uni21B2 downWhiteSmallTriangle uni25BF downWhiteTriangle @@ -3053,8 +3289,28 @@ ligatureProcess(True) #True for production mode, False for editable uni043C en-cy uni043D + endOfMediumControl + uni2419 + endOfMediumControl.ss20 + uni2419.ss20 + endOfTextControl + uni2403 + endOfTextControl.ss20 + uni2403.ss20 + endOfTransmissionBlockControl + uni2417 + endOfTransmissionBlockControl.ss20 + uni2417.ss20 + endOfTransmissionControl + uni2404 + endOfTransmissionControl.ss20 + uni2404.ss20 endescender-cy uni04A3 + enquiryControl + uni2405 + enquiryControl.ss20 + uni2405.ss20 eopen uni025B er-cy @@ -3063,6 +3319,10 @@ ligatureProcess(True) #True for production mode, False for editable uni044D es-cy uni0441 + escapeControl + uni241B + escapeControl.ss20 + uni241B.ss20 esh uni0283 etilde @@ -3077,6 +3337,8 @@ ligatureProcess(True) #True for production mode, False for editable exclamdbl ezh uni0292 + fileSeparatorControl + uni241C filledRect filledrect firsttonechinese @@ -3087,6 +3349,10 @@ ligatureProcess(True) #True for production mode, False for editable uni2085 fivesuperior uni2075 + formFeedControl + uni240C + formFeedControl.ss20 + uni240C.ss20 fourinferior uni2084 foursuperior @@ -3117,6 +3383,8 @@ ligatureProcess(True) #True for production mode, False for editable uni0295 gravetonecomb uni0340 + groupSeparatorControl + uni241D gstroke uni01E5 guarani @@ -3139,14 +3407,22 @@ ligatureProcess(True) #True for production mode, False for editable uni1E25 heartBlackSuit heart + heavyleftpointinganglebracketornament + uni2770 heavyleftpointinganglequotationmarkornament uni276E + heavyrightpointinganglebracketornament + uni2771 heavyrightpointinganglequotationmarkornament uni276F horizontalBlackHexagon uni2B23 horizontalFillSquare uni25A4 + horizontalTabulationControl + uni2409 + horizontalTabulationControl.ss20 + uni2409.ss20 horizontalbar uni2015 horizontallineextension @@ -3295,6 +3571,10 @@ ligatureProcess(True) #True for production mode, False for editable uni25C3 leftWhiteTriangle uni25C1 + lineFeedControl + uni240A + lineFeedControl.ss20 + uni240A.ss20 lineseparator uni2028 liraTurkish @@ -3409,6 +3689,12 @@ ligatureProcess(True) #True for production mode, False for editable uni00A0 ncommaaccent uni0146 + negativeAcknowledgeControl + uni2415 + negativeAcknowledgeControl.ss20 + uni2415.ss20 + newlineControl + uni2424 nhookleft uni0272 nineinferior @@ -3429,10 +3715,8 @@ ligatureProcess(True) #True for production mode, False for editable musicalnotedbl notidentical uni2262 - numbersign_numbersign_numbersign.liga - uniA774A774A774.liga - numbersign_numbersign_numbersign_numbersign.liga - uniA774A774A774A774.liga + nullControl + uni2400 numeral-greek uni0374 numero @@ -3501,6 +3785,10 @@ ligatureProcess(True) #True for production mode, False for editable uni0157 rdotbelow uni1E5B + recordSeparatorControl + uni241E + returnsymbol + uni23CE reversedRotatedFloralHeartBullet uni2619 rightArrow @@ -3583,6 +3871,14 @@ ligatureProcess(True) #True for production mode, False for editable uni20AA shha-cy uni04BB + shiftInControl + uni240F + shiftInControl.ss20 + uni240F.ss20 + shiftOutControl + uni240E + shiftOutControl.ss20 + uni240E.ss20 sigmafinal uni03C2 sixinferior @@ -3595,12 +3891,32 @@ ligatureProcess(True) #True for production mode, False for editable uni044C softsign-cy.loclBGR uni044C.loclBGR + spaceControl + uni2420 spadeBlackSuit spade + startOfHeadingControl + uni2401 + startOfHeadingControl.ss20 + uni2401.ss20 + startOfTextControl + uni2402 + startOfTextControl.ss20 + uni2402.ss20 strictlyequivalentto uni2263 + substituteControl + uni241A + substituteControl.ss20 + uni241A.ss20 + substituteFormTwoControl + uni2426 sunWithRays sun + synchronousIdleControl + uni2416 + synchronousIdleControl.ss20 + uni2416.ss20 tcedilla uni0163 tcommaaccent @@ -3657,6 +3973,8 @@ ligatureProcess(True) #True for production mode, False for editable uni1EEF umacron-cy uni04EF + unitSeparatorControl + uni241F upArrow arrowup upBlackSmallTriangle @@ -3773,6 +4091,10 @@ ligatureProcess(True) #True for production mode, False for editable uni25CD verticalFillSquare uni25A5 + verticalTabulationControl + uni240B + verticalTabulationControl.ss20 + uni240B.ss20 vhook uni028B vturned @@ -3860,5 +4182,37 @@ ligatureProcess(True) #True for production mode, False for editable zmod uni1DBB + public.skipExportGlyphs + + A.half + B.half + C.half + D.half + E.half + F.half + G.half + H.half + I.half + K.half + L.half + M.half + N.half + O.half + P.half + Q.half + R.half + S.half + T.half + U.half + V.half + X.half + Y.half + four.half + greater.alt + less.alt + one.half + three.half + two.half + diff --git a/sources/CascadiaCode-ExtraLight.ufo/features.fea b/sources/CascadiaCode-ExtraLight.ufo/features.fea index eae95c9e7..5f4ced14d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/features.fea +++ b/sources/CascadiaCode-ExtraLight.ufo/features.fea @@ -1,8 +1,8 @@ # automatic -@Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Amacron Aogonek Aring Aringacute Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent H Hbar Hcaron Hcircumflex I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Itilde J Jcircumflex K Kcommaaccent L Lacute Lcaron Lcommaaccent Ldot Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scircumflex Scommaaccent Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Uring Utilde V Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol ]; +@Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol ]; # automatic -@Lowercase = [ Ismall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde schwa ezh f g gbreve gcaron gcircumflex gcommaaccent gdotaccent h hbar hcaron hcircumflex i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek itilde j jdotless jcircumflex k kcommaaccent kgreenlandic l lacute lcaron lcommaaccent ldot lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent s sacute scaron scedilla scircumflex scommaaccent germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek uring utilde v vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol ]; +@Lowercase = [ Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol ]; @OpeningBracket = [ bracketleft braceleft parenleft ]; @@ -14,6 +14,8 @@ @Tall = [ @Uppercase @Digit @OpeningBracket @ClosingBracket bar ]; +@NotSpace = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply fi fl w_w_w.liga ordfeminine ordmasculine nmod wmod ymod A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol thetamod zmod zero one two three four five six seven eight nine zero.zero zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk exclamdouble numbersign onedotenleader overline slash backslash colon.center parenleft parenright braceleft braceright bracketleft bracketright heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament hyphen softhyphen endash emdash horizontalbar hyphentwo nonbreakinghyphen underscore underscoredbl quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright quotereversed guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga braceright_numbersign.liga bracketleft_bar.liga bracketright_numbersign.liga period_hyphen.liga period_period.liga period_period_period.liga period_period_equal.liga period_period_less.liga period_question.liga period_equal.liga colon_colon.liga colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga colon_slash_slash.liga semicolon_semicolon.liga exclam_period.liga exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga exclam_equal_equal.liga question_period.liga question_colon.liga question_question.liga question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga asterisk_asterisk_asterisk.liga asterisk_greater.liga asterisk_slash.liga numbersign_parenleft.liga numbersign_braceleft.liga numbersign_bracketleft.liga numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga slash_backslash.liga backslash_slash.liga backslash_backslash.liga underscore_underscore.liga hyphen_middle.seq hyphen_start.seq hyphen_end.seq colon_equal_middle.seq exclam_equal_middle.seq numbersign_end.seq numbersign_middle.seq numbersign_start.seq slash_equal_end.seq slash_equal_middle.seq slash_equal_start.seq slash_slash_equal_end.seq slash_slash_equal_middle.seq slash_slash_equal_start.seq underscore_end.seq underscore_middle.seq underscore_start.seq anoteleia questiongreek baht cedi cent colonsign currency dollar dong euro eurocurrency florin franc guarani hryvnia kip lari lira liraTurkish manat naira peseta peso ruble rupee rupeeIndian sheqel sterling tenge tugrik won yen bulletoperator divisionslash equivalence horizontallineextension integralbt integraltp logicalnotReversed notidentical plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal asciitilde logicalnot asciicircum infinity intersection integral Ohm increment product summation radical micro partialdiff orthogonal percent perthousand strictlyequivalentto vectorOrCrossProduct greater.center less.center upArrow rightArrow downArrow leftArrow leftRightArrow upDownArrow upDownbaseArrow downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock lowerOneQuarterBlock lowerThreeEighthsBlock lowerHalfBlock lowerFiveEighthsBlock lowerThreeQuartersBlock lowerSevenEighthsBlock fullBlock upperHalfBlock upperOneEighthBlock leftOneEighthBlock leftOneQuarterBlock leftThreeEighthsBlock leftBlock leftFiveEighthsBlock leftThreeQuartersBlock leftSevenEighthsBlock rightBlock rightOneEighthBlock lowerLeftBlock lowerRightBlock upperLeftBlock upperLeftAndLowerLeftAndLowerRightBlock upperLeftAndLowerRightBlock upperLeftAndUpperRightAndLowerLeftBlock upperLeftAndUpperRightAndLowerRightBlock upperRightBlock upperRightAndLowerLeftBlock upperRightAndLowerLeftAndLowerRightBlock shadelight shademedium shadedark blackCircle whiteCircle largeCircle leftHalfBlackWhiteCircle rightHalfBlackWhiteCircle lowerHalfBlackWhiteCircle upperHalfBlackWhiteCircle leftHalfBlackCircle rightHalfBlackCircle upperRightBlackCircle upperLeftWhiteCircle upperLeftQuadrantWhiteCircle lowerLeftQuadrantWhiteCircle lowerRightQuadrantWhiteCircle upperRightQuadrantWhiteCircle verticalFillCircle dottedCircle fisheye bullseye whiteBullet inverseBullet inverseWhiteCircle upperHalfInverseWhiteCircle lowerHalfInverseWhiteCircle upperHalfArc lowerHalfArc upperLeftArc upperRightArc lowerRightArc lowerLeftArc blackDiamond whiteDiamond leftHalfBlackDiamond rightHalfBlackDiamond topHalfBlackDiamond bottomHalfBlackDiamond blackInWhiteDiamond lozenge blackParallelogram whiteParallelogram blackVerticalRect filledRect whiteRect whiteVerticalRect blackSquare whiteSquare whiteRoundedCornersSquare whiteInBlackSquare dottedSquare horizontalFillSquare verticalFillSquare crosshatchFillSquare upperlefttolowerrightFillSquare upperrighttolowerleftFillSquare diagonalcrosshatchFillSquare blackSmallSquare whiteSmallSquare leftHalfBlackSquare rightHalfBlackSquare upperLeftDiagonalHalfBlackSquare lowerRightDiagonalHalfBlackSquare verticalBisectingLineWhiteSquare whiteUpperLeftQuadrantSquare whiteLowerLeftQuadrantSquare whiteLowerRightQuadrantSquare whiteUpperRightQuadrantSquare mediumWhiteSquare mediumBlackSquare mediumWhiteSmallSquare mediumBlackSmallSquare upBlackTriangle rightBlackTriangle downBlackTriangle leftBlackTriangle upWhiteTriangle rightWhiteTriangle downWhiteTriangle leftWhiteTriangle upWhiteTriangleWithDot upLeftHalfBlackTriangle upRightHalfBlackTriangle rightBlackPointer leftBlackPointer rightWhitePointer leftWhitePointer upBlackSmallTriangle rightBlackSmallTriangle downBlackSmallTriangle leftBlackSmallTriangle upWhiteSmallTriangle rightWhiteSmallTriangle downWhiteSmallTriangle leftWhiteSmallTriangle upperRightBlackTriangle lowerRightBlackTriangle lowerLeftBlackTriangle upperLeftBlackTriangle upperRightTriangle lowerRightTriangle lowerLeftTriangle upperLeftTriangle boxDoubleDownAndHorizontal boxDoubleDownAndLeft boxDoubleDownAndRight boxDoubleHorizontal boxDoubleUpAndHorizontal boxDoubleUpAndLeft boxDoubleUpAndRight boxDoubleVertical boxDoubleVerticalAndHorizontal boxDoubleVerticalAndLeft boxDoubleVerticalAndRight boxDownDoubleAndHorizontalSingle boxDownDoubleAndLeftSingle boxDownDoubleAndRightSingle boxDownHeavyAndHorizontalLight boxDownHeavyAndLeftLight boxDownHeavyAndLeftUpLight boxDownHeavyAndRightLight boxDownHeavyAndRightUpLight boxDownHeavyAndUpHorizontalLight boxDownLightAndHorizontalHeavy boxDownLightAndLeftHeavy boxDownLightAndLeftUpHeavy boxDownLightAndRightHeavy boxDownLightAndRightUpHeavy boxDownLightAndUpHorizontalHeavy boxDownSingleAndHorizontalDouble boxDownSingleAndLeftDouble boxDownSingleAndRightDouble boxHeavyDoubleDashHorizontal boxHeavyDoubleDashVertical boxHeavyDown boxHeavyDownAndHorizontal boxHeavyDownAndLeft boxHeavyDownAndRight boxHeavyHorizontal boxHeavyLeft boxHeavyLeftAndLightRight boxHeavyQuadrupleDashHorizontal boxHeavyQuadrupleDashVertical boxHeavyRight boxHeavyTripleDashHorizontal boxHeavyTripleDashVertical boxHeavyUp boxHeavyUpAndHorizontal boxHeavyUpAndLeft boxHeavyUpAndLightDown boxHeavyUpAndRight boxHeavyVertical boxHeavyVerticalAndHorizontal boxHeavyVerticalAndLeft boxHeavyVerticalAndRight boxLeftDownHeavyAndRightUpLight boxLeftHeavyAndRightDownLight boxLeftHeavyAndRightUpLight boxLeftHeavyAndRightVerticalLight boxLeftLightAndRightDownHeavy boxLeftLightAndRightUpHeavy boxLeftLightAndRightVerticalHeavy boxLeftUpHeavyAndRightDownLight boxLightArcDownAndLeft boxLightArcDownAndRight boxLightArcUpAndLeft boxLightArcUpAndRight boxLightDiagonalCross boxLightDiagonalUpperLeftToLowerRight boxLightDiagonalUpperRightToLowerLeft boxLightDoubleDashHorizontal boxLightDoubleDashVertical boxLightDown boxLightDownAndHorizontal boxLightDownAndLeft boxLightDownAndRight boxLightHorizontal boxLightLeft boxLightLeftAndHeavyRight boxLightQuadrupleDashHorizontal boxLightQuadrupleDashVertical boxLightRight boxLightTripleDashHorizontal boxLightTripleDashVertical boxLightUp boxLightUpAndHeavyDown boxLightUpAndHorizontal boxLightUpAndLeft boxLightUpAndRight boxLightVertical boxLightVerticalAndHorizontal boxLightVerticalAndLeft boxLightVerticalAndRight boxRightDownHeavyAndLeftUpLight boxRightHeavyAndLeftDownLight boxRightHeavyAndLeftUpLight boxRightHeavyAndLeftVerticalLight boxRightLightAndLeftDownHeavy boxRightLightAndLeftUpHeavy boxRightLightAndLeftVerticalHeavy boxRightUpHeavyAndLeftDownLight boxUpDoubleAndHorizontalSingle boxUpDoubleAndLeftSingle boxUpDoubleAndRightSingle boxUpHeavyAndDownHorizontalLight boxUpHeavyAndHorizontalLight boxUpHeavyAndLeftDownLight boxUpHeavyAndLeftLight boxUpHeavyAndRightDownLight boxUpHeavyAndRightLight boxUpLightAndDownHorizontalHeavy boxUpLightAndHorizontalHeavy boxUpLightAndLeftDownHeavy boxUpLightAndLeftHeavy boxUpLightAndRightDownHeavy boxUpLightAndRightHeavy boxUpSingleAndHorizontalDouble boxUpSingleAndLeftDouble boxUpSingleAndRightDouble boxVerticalDoubleAndHorizontalSingle boxVerticalDoubleAndLeftSingle boxVerticalDoubleAndRightSingle boxVerticalHeavyAndHorizontalLight boxVerticalHeavyAndLeftLight boxVerticalHeavyAndRightLight boxVerticalLightAndHorizontalHeavy boxVerticalLightAndLeftHeavy boxVerticalLightAndRightHeavy boxVerticalSingleAndHorizontalDouble boxVerticalSingleAndLeftDouble boxVerticalSingleAndRightDouble lowerOneEighthBlock.stypo lowerOneQuarterBlock.stypo lowerThreeEighthsBlock.stypo lowerHalfBlock.stypo lowerFiveEighthsBlock.stypo lowerThreeQuartersBlock.stypo lowerSevenEighthsBlock.stypo fullBlock.stypo upperHalfBlock.stypo upperOneEighthBlock.stypo leftOneEighthBlock.stypo leftOneQuarterBlock.stypo leftThreeEighthsBlock.stypo leftBlock.stypo leftFiveEighthsBlock.stypo leftThreeQuartersBlock.stypo leftSevenEighthsBlock.stypo rightBlock.stypo rightOneEighthBlock.stypo lowerLeftBlock.stypo lowerRightBlock.stypo upperLeftBlock.stypo upperLeftAndLowerLeftAndLowerRightBlock.stypo upperLeftAndLowerRightBlock.stypo upperLeftAndUpperRightAndLowerLeftBlock.stypo upperLeftAndUpperRightAndLowerRightBlock.stypo upperRightBlock.stypo upperRightAndLowerLeftBlock.stypo upperRightAndLowerLeftAndLowerRightBlock.stypo shadelight.stypo shademedium.stypo shadedark.stypo reversedRotatedFloralHeartBullet whiteSmilingFace blackSmilingFace sunWithRays venus mars spadeBlackSuit clubBlackSuit heartBlackSuit diamondBlackSuit checkmark rotatedFloralHeartBullet acknowledgeControl backspaceControl at ampersand paragraph section copyright registered published trademark careof degree minute second bar brokenbar dagger literSign daggerdbl estimated numero bellControl blackHexagon blackHorizontalEllipse blackLargeCircle blackLargeSquare blackMediumDiamond blackMediumDownTriangleCentred blackMediumLeftTriangleCentred blackMediumLozenge blackMediumRightTriangleCentred blackMediumUpTriangleCentred blackPentagon blackSmallDiamond blackSmallLozenge blackVerticalEllipse blackVerysmallSquare blank blankSymbol bottomHalfBlackCircle cancelControl carriageReturnControl dataLinkEscapeControl deleteControl deleteFormTwoControl deviceControlFourControl deviceControlOneControl deviceControlThreeControl deviceControlTwoControl endOfMediumControl endOfTextControl endOfTransmissionBlockControl endOfTransmissionControl enquiryControl escapeControl fileSeparatorControl formFeedControl groupSeparatorControl horizontalBlackHexagon horizontalTabulationControl house returnsymbol lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare negativeAcknowledgeControl newlineControl nullControl prescription recordSeparatorControl shiftInControl shiftOutControl spaceControl startOfHeadingControl startOfTextControl substituteControl substituteFormTwoControl synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare unitSeparatorControl verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare whiteMediumDiamond whiteMediumLozenge whitePentagon whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare acknowledgeControl.ss20 backspaceControl.ss20 bellControl.ss20 cancelControl.ss20 carriageReturnControl.ss20 dataLinkEscapeControl.ss20 endOfMediumControl.ss20 endOfTextControl.ss20 endOfTransmissionBlockControl.ss20 endOfTransmissionControl.ss20 enquiryControl.ss20 escapeControl.ss20 formFeedControl.ss20 horizontalTabulationControl.ss20 lineFeedControl.ss20 negativeAcknowledgeControl.ss20 shiftInControl.ss20 shiftOutControl.ss20 startOfHeadingControl.ss20 startOfTextControl.ss20 substituteControl.ss20 synchronousIdleControl.ss20 verticalTabulationControl.ss20 ampersand_ampersand.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga bar_bar_bar.liga bar_bar_bar_greater.liga bar_bar_greater.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga equal_equal.liga equal_equal_equal.liga greater_equal.liga greater_greater.liga greater_greater_greater.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga less_bar.liga less_bar_bar.liga less_bar_bar_bar.liga less_bar_greater.liga less_dollar.liga less_dollar_greater.liga less_plus.liga less_plus_greater.liga less_equal.liga less_greater.liga less_less.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga less_asciitilde_asciitilde.liga less_slash.liga less_slash_greater.liga asciitilde_hyphen.liga asciitilde_at.liga asciitilde_equal.liga asciitilde_greater.liga asciitilde_asciitilde.liga asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga bar_underscore_middle.seq bar_bar_equal_middle.seq bar_equal_middle.seq bar_bar_equal_end.seq bar_bar_equal_start.seq bar_bar_hyphen_middle.seq bar_hyphen_middle.seq bar_bar_hyphen_end.seq bar_bar_hyphen_start.seq bar_equal_end.seq bar_equal_start.seq bar_hyphen_end.seq bar_hyphen_start.seq equal_middle.seq equal_end.seq equal_start.seq greater_greater_equal_middle.seq greater_equal_middle.seq greater_greater_equal_end.seq greater_greater_equal_start.seq greater_equal_start.seq greater_equal_end.seq greater_greater_hyphen_middle.seq greater_hyphen_middle.seq greater_greater_hyphen_end.seq greater_greater_hyphen_start.seq greater_hyphen_start.seq greater_hyphen_end.seq less_less_equal_middle.seq less_equal_middle.seq less_less_equal_end.seq less_less_equal_start.seq less_equal_end.seq less_equal_start.seq less_less_hyphen_middle.seq less_hyphen_middle.seq less_less_hyphen_end.seq less_less_hyphen_start.seq less_hyphen_end.seq less_hyphen_start.seq note-musical notedbl-musical blank-braille dots1-braille dots12-braille dots123-braille dots1234-braille dots12345-braille dots123456-braille dots1234567-braille dots12345678-braille dots1234568-braille dots123457-braille dots1234578-braille dots123458-braille dots12346-braille dots123467-braille dots1234678-braille dots123468-braille dots12347-braille dots123478-braille dots12348-braille dots1235-braille dots12356-braille dots123567-braille dots1235678-braille dots123568-braille dots12357-braille dots123578-braille dots12358-braille dots1236-braille dots12367-braille dots123678-braille dots12368-braille dots1237-braille dots12378-braille dots1238-braille dots124-braille dots1245-braille dots12456-braille dots124567-braille dots1245678-braille dots124568-braille dots12457-braille dots124578-braille dots12458-braille dots1246-braille dots12467-braille dots124678-braille dots12468-braille dots1247-braille dots12478-braille dots1248-braille dots125-braille dots1256-braille dots12567-braille dots125678-braille dots12568-braille dots1257-braille dots12578-braille dots1258-braille dots126-braille dots1267-braille dots12678-braille dots1268-braille dots127-braille dots1278-braille dots128-braille dots13-braille dots134-braille dots1345-braille dots13456-braille dots134567-braille dots1345678-braille dots134568-braille dots13457-braille dots134578-braille dots13458-braille dots1346-braille dots13467-braille dots134678-braille dots13468-braille dots1347-braille dots13478-braille dots1348-braille dots135-braille dots1356-braille dots13567-braille dots135678-braille dots13568-braille dots1357-braille dots13578-braille dots1358-braille dots136-braille dots1367-braille dots13678-braille dots1368-braille dots137-braille dots1378-braille dots138-braille dots14-braille dots145-braille dots1456-braille dots14567-braille dots145678-braille dots14568-braille dots1457-braille dots14578-braille dots1458-braille dots146-braille dots1467-braille dots14678-braille dots1468-braille dots147-braille dots1478-braille dots148-braille dots15-braille dots156-braille dots1567-braille dots15678-braille dots1568-braille dots157-braille dots1578-braille dots158-braille dots16-braille dots167-braille dots1678-braille dots168-braille dots17-braille dots178-braille dots18-braille dots2-braille dots23-braille dots234-braille dots2345-braille dots23456-braille dots234567-braille dots2345678-braille dots234568-braille dots23457-braille dots234578-braille dots23458-braille dots2346-braille dots23467-braille dots234678-braille dots23468-braille dots2347-braille dots23478-braille dots2348-braille dots235-braille dots2356-braille dots23567-braille dots235678-braille dots23568-braille dots2357-braille dots23578-braille dots2358-braille dots236-braille dots2367-braille dots23678-braille dots2368-braille dots237-braille dots2378-braille dots238-braille dots24-braille dots245-braille dots2456-braille dots24567-braille dots245678-braille dots24568-braille dots2457-braille dots24578-braille dots2458-braille dots246-braille dots2467-braille dots24678-braille dots2468-braille dots247-braille dots2478-braille dots248-braille dots25-braille dots256-braille dots2567-braille dots25678-braille dots2568-braille dots257-braille dots2578-braille dots258-braille dots26-braille dots267-braille dots2678-braille dots268-braille dots27-braille dots278-braille dots28-braille dots3-braille dots34-braille dots345-braille dots3456-braille dots34567-braille dots345678-braille dots34568-braille dots3457-braille dots34578-braille dots3458-braille dots346-braille dots3467-braille dots34678-braille dots3468-braille dots347-braille dots3478-braille dots348-braille dots35-braille dots356-braille dots3567-braille dots35678-braille dots3568-braille dots357-braille dots3578-braille dots358-braille dots36-braille dots367-braille dots3678-braille dots368-braille dots37-braille dots378-braille dots38-braille dots4-braille dots45-braille dots456-braille dots4567-braille dots45678-braille dots4568-braille dots457-braille dots4578-braille dots458-braille dots46-braille dots467-braille dots4678-braille dots468-braille dots47-braille dots478-braille dots48-braille dots5-braille dots56-braille dots567-braille dots5678-braille dots568-braille dots57-braille dots578-braille dots58-braille dots6-braille dots67-braille dots678-braille dots68-braille dots7-braille dots78-braille dots8-braille numeral-greek lowernumeral-greek apostrophemod colontriangularmod commaturnedmod firsttonechinese glottalstopmod dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb tonos tonos.case dieresistonos brevecomb-cy brevecomb-cy.case LIG ]; + # Prefix: Languagesystems # automatic languagesystem DFLT dflt; @@ -46,556 +48,233 @@ feature ss02; feature zero; feature ss19; feature rclt; +feature zero; +feature ss20; } aalt; feature calt { -### start of generated calt -lookup bar_bar_bar_greater { - ignore sub bar bar' bar bar greater; - ignore sub bar' bar bar greater greater; - sub LIG LIG LIG greater' by bar_bar_bar_greater.liga; - sub LIG LIG bar' greater by LIG; - sub LIG bar' bar greater by LIG; - sub bar' bar bar greater by LIG; -} bar_bar_bar_greater; - -lookup less_bar_bar_bar { - ignore sub less less' bar bar bar; - ignore sub less' bar bar bar bar; - sub LIG LIG LIG bar' by less_bar_bar_bar.liga; - sub LIG LIG bar' bar by LIG; - sub LIG bar' bar bar by LIG; - sub less' bar bar bar by LIG; -} less_bar_bar_bar; - -lookup less_equal_equal_greater { - ignore sub less less' equal equal greater; - ignore sub less' equal equal greater greater; - ignore sub parenleft question less' equal equal greater; - sub LIG LIG LIG greater' by less_equal_equal_greater.liga; - sub LIG LIG equal' greater by LIG; - sub LIG equal' equal greater by LIG; - sub less' equal equal greater by LIG; -} less_equal_equal_greater; - -lookup less_exclam_hyphen_hyphen { - ignore sub less less' exclam hyphen hyphen; - ignore sub less' exclam hyphen hyphen hyphen; - ignore sub parenleft question less' exclam hyphen hyphen; - sub LIG LIG LIG hyphen' by less_exclam_hyphen_hyphen.liga; - sub LIG LIG hyphen' hyphen by LIG; - sub LIG exclam' hyphen hyphen by LIG; - sub less' exclam hyphen hyphen by LIG; -} less_exclam_hyphen_hyphen; - -lookup numbersign_numbersign_numbersign_numbersign { - ignore sub numbersign numbersign' numbersign numbersign numbersign; - ignore sub numbersign' numbersign numbersign numbersign numbersign; - sub LIG LIG LIG numbersign' by numbersign_numbersign_numbersign_numbersign.liga; - sub LIG LIG numbersign' numbersign by LIG; - sub LIG numbersign' numbersign numbersign by LIG; - sub numbersign' numbersign numbersign numbersign by LIG; -} numbersign_numbersign_numbersign_numbersign; - -lookup asciitilde_asciitilde_greater { - ignore sub asciitilde asciitilde' asciitilde greater; - ignore sub asciitilde' asciitilde greater greater; - sub LIG LIG greater' by asciitilde_asciitilde_greater.liga; - sub LIG asciitilde' greater by LIG; - sub asciitilde' asciitilde greater by LIG; -} asciitilde_asciitilde_greater; - -lookup asterisk_asterisk_asterisk { - ignore sub asterisk asterisk' asterisk asterisk; - ignore sub asterisk' asterisk asterisk asterisk; - ignore sub slash asterisk' asterisk asterisk; - ignore sub asterisk' asterisk asterisk slash; - sub LIG LIG asterisk' by asterisk_asterisk_asterisk.liga; - sub LIG asterisk' asterisk by LIG; - sub asterisk' asterisk asterisk by LIG; -} asterisk_asterisk_asterisk; - -lookup bar_bar_equal { - ignore sub bar bar' bar equal; - ignore sub bar' bar equal equal; - sub LIG LIG equal' by bar_bar_equal.liga; - sub LIG bar' equal by LIG; - sub bar' bar equal by LIG; -} bar_bar_equal; - -lookup bar_bar_greater { - ignore sub bar bar' bar greater; - ignore sub bar' bar greater greater; - ignore sub less bar' bar greater; - sub LIG LIG greater' by bar_bar_greater.liga; - sub LIG bar' greater by LIG; - sub bar' bar greater by LIG; -} bar_bar_greater; - -lookup colon_colon_colon { - ignore sub colon colon' colon colon; - ignore sub colon' colon colon colon; - ignore sub parenleft question colon' colon colon; - sub LIG LIG colon' by colon_colon_colon.liga; - sub LIG colon' colon by LIG; - sub colon' colon colon by LIG; -} colon_colon_colon; +### Less - It is convenient to have this lookup set at the start. +lookup less_asciitilde { + ignore sub less less' asciitilde; + ignore sub less' asciitilde asciitilde asciitilde; + sub less_asciitilde.liga asciitilde' by LIG; + sub less' asciitilde by less_asciitilde.liga; +} less_asciitilde; -lookup colon_colon_equal { - ignore sub colon colon' colon equal; - ignore sub colon' colon equal equal; - ignore sub parenleft question colon' colon equal; - sub LIG LIG equal' by colon_colon_equal.liga; - sub LIG colon' equal by LIG; - sub colon' colon equal by LIG; -} colon_colon_equal; +lookup less_asciitilde_asciitilde { + sub less_asciitilde_asciitilde.liga LIG asciitilde' by LIG; + sub less_asciitilde.liga' LIG asciitilde by less_asciitilde_asciitilde.liga; +} less_asciitilde_asciitilde; -lookup colon_slash_slash { - ignore sub colon colon' slash slash; - ignore sub colon' slash slash slash; - sub LIG LIG slash' by colon_slash_slash.liga; - sub LIG slash' slash by LIG; - sub colon' slash slash by LIG; -} colon_slash_slash; +lookup less_asterisk { + ignore sub less less' asterisk; + ignore sub less' asterisk asterisk; + sub less_asterisk.liga asterisk' by LIG; + sub less' asterisk by less_asterisk.liga; +} less_asterisk; -lookup equal_colon_equal { - ignore sub equal equal' colon equal; - ignore sub equal' colon equal equal; - ignore sub parenleft question equal' colon equal; - ignore sub parenleft question less equal' colon equal; - sub LIG LIG equal' by equal_colon_equal.liga; - sub LIG colon' equal by LIG; - sub equal' colon equal by LIG; -} equal_colon_equal; +lookup less_dollar { + ignore sub less less' dollar; + ignore sub less' dollar dollar; + sub less_dollar.liga dollar' by LIG; + sub less' dollar by less_dollar.liga; +} less_dollar; -lookup equal_equal_equal { - ignore sub equal equal' equal equal; - ignore sub equal' equal equal equal; - ignore sub parenleft question equal' equal equal; - ignore sub parenleft question less equal' equal equal; - sub LIG LIG equal' by equal_equal_equal.liga; - sub LIG equal' equal by LIG; - sub equal' equal equal by LIG; -} equal_equal_equal; +lookup less_equal { + ignore sub less less' equal; + ignore sub less' equal equal; + ignore sub parenleft question less' equal; + ignore sub equal less' equal; + ignore sub less' equal [less greater bar colon exclam slash]; + sub less_equal.liga equal' by LIG; + sub less' equal by less_equal.liga; +} less_equal; -lookup equal_equal_greater { - ignore sub equal equal' equal greater; - ignore sub equal' equal greater greater; - ignore sub parenleft question equal' equal greater; - ignore sub parenleft question less equal' equal greater; - sub LIG LIG greater' by equal_equal_greater.liga; - sub LIG equal' greater by LIG; - sub equal' equal greater by LIG; -} equal_equal_greater; - -lookup equal_exclam_equal { - ignore sub equal equal' exclam equal; - ignore sub equal' exclam equal equal; - ignore sub parenleft question equal' exclam equal; - ignore sub parenleft question less equal' exclam equal; - sub LIG LIG equal' by equal_exclam_equal.liga; - sub LIG exclam' equal by LIG; - sub equal' exclam equal by LIG; -} equal_exclam_equal; - -lookup equal_greater_greater { - ignore sub equal equal' greater greater; - ignore sub equal' greater greater greater; - ignore sub parenleft question equal' greater greater; - ignore sub parenleft question less equal' greater greater; - sub LIG LIG greater' by equal_greater_greater.liga; - sub LIG greater' greater by LIG; - sub equal' greater greater by LIG; -} equal_greater_greater; - -lookup equal_less_less { - ignore sub equal equal' less less; - ignore sub equal' less less less; - ignore sub parenleft question equal' less less; - ignore sub parenleft question less equal' less less; - sub LIG LIG less' by equal_less_less.liga; - sub LIG less' less by LIG; - sub equal' less less by LIG; -} equal_less_less; - -lookup equal_slash_equal { - ignore sub equal equal' slash equal; - ignore sub equal' slash equal equal; - ignore sub parenleft question equal' slash equal; - ignore sub parenleft question less equal' slash equal; - sub LIG LIG equal' by equal_slash_equal.liga; - sub LIG slash' equal by LIG; - sub equal' slash equal by LIG; -} equal_slash_equal; +lookup less_greater { + ignore sub less less' greater; + ignore sub less' greater greater; + sub less_greater.liga greater' by LIG; + sub less' greater by less_greater.liga; +} less_greater; -lookup exclam_equal_equal { - ignore sub exclam exclam' equal equal; - ignore sub exclam' equal equal equal; - ignore sub parenleft question exclam' equal equal; - ignore sub parenleft question less exclam' equal equal; - sub LIG LIG equal' by exclam_equal_equal.liga; - sub LIG equal' equal by LIG; - sub exclam' equal equal by LIG; -} exclam_equal_equal; +lookup less_plus { + ignore sub less less' plus; + ignore sub less' plus plus; + sub less_plus.liga plus' by LIG; + sub less' plus by less_plus.liga; +} less_plus; -lookup exclam_exclam_period { - ignore sub exclam exclam' exclam period; - ignore sub exclam' exclam period period; - ignore sub parenleft question exclam' exclam period; - ignore sub parenleft question less exclam' exclam period; - sub LIG LIG period' by exclam_exclam_period.liga; - sub LIG exclam' period by LIG; - sub exclam' exclam period by LIG; -} exclam_exclam_period; +lookup less_slash { + ignore sub less less' slash; + ignore sub less' slash slash; + sub less_slash.liga slash' by LIG; + sub less' slash by less_slash.liga; +} less_slash; -lookup greater_equal_greater { - ignore sub greater greater' equal greater; - ignore sub greater' equal greater greater; - sub LIG LIG greater' by greater_equal_greater.liga; - sub LIG equal' greater by LIG; - sub greater' equal greater by LIG; -} greater_equal_greater; - -lookup greater_greater_equal { - ignore sub greater greater' greater equal; - ignore sub greater' greater equal equal; - sub LIG LIG equal' by greater_greater_equal.liga; - sub LIG greater' equal by LIG; - sub greater' greater equal by LIG; -} greater_greater_equal; +lookup less_bar { + ignore sub less less' bar; + ignore sub less' bar bar bar bar; + ignore sub less' bar bar greater; + sub less_bar.liga bar' by LIG; + sub less' bar by less_bar.liga; +} less_bar; -lookup greater_greater_greater { - ignore sub greater greater' greater greater; - ignore sub greater' greater greater greater; - ignore sub asterisk greater' greater greater; - ignore sub plus greater' greater greater; - ignore sub dollar greater' greater greater; - sub LIG LIG greater' by greater_greater_greater.liga; - sub LIG greater' greater by LIG; - sub greater' greater greater by LIG; -} greater_greater_greater; +lookup less_bar_bar { + sub less_bar_bar.liga LIG bar' by LIG; + sub less_bar.liga' LIG bar by less_bar_bar.liga; +} less_bar_bar; -lookup greater_greater_hyphen { - ignore sub greater greater' greater hyphen; - ignore sub greater' greater hyphen hyphen; - sub LIG LIG hyphen' by greater_greater_hyphen.liga; - sub LIG greater' hyphen by LIG; - sub greater' greater hyphen by LIG; -} greater_greater_hyphen; - -lookup greater_hyphen_greater { - ignore sub greater greater' hyphen greater; - ignore sub greater' hyphen greater greater; - sub LIG LIG greater' by greater_hyphen_greater.liga; - sub LIG hyphen' greater by LIG; - sub greater' hyphen greater by LIG; -} greater_hyphen_greater; - -lookup hyphen_greater_greater { - ignore sub hyphen hyphen' greater greater; - ignore sub hyphen' greater greater greater; - sub LIG LIG greater' by hyphen_greater_greater.liga; - sub LIG greater' greater by LIG; - sub hyphen' greater greater by LIG; -} hyphen_greater_greater; - -lookup hyphen_hyphen_greater { - ignore sub hyphen hyphen' hyphen greater; - ignore sub hyphen' hyphen greater greater; - sub LIG LIG greater' by hyphen_hyphen_greater.liga; - sub LIG hyphen' greater by LIG; - sub hyphen' hyphen greater by LIG; -} hyphen_hyphen_greater; +lookup less_bar_bar_bar { + sub less_bar_bar_bar.liga LIG LIG bar' by LIG; + sub less_bar_bar.liga' LIG LIG bar by less_bar_bar_bar.liga; +} less_bar_bar_bar; -lookup hyphen_hyphen_hyphen { - ignore sub hyphen hyphen' hyphen hyphen; - ignore sub hyphen' hyphen hyphen hyphen; - sub LIG LIG hyphen' by hyphen_hyphen_hyphen.liga; - sub LIG hyphen' hyphen by LIG; - sub hyphen' hyphen hyphen by LIG; -} hyphen_hyphen_hyphen; +# generally it is useful to have the duplicating sequences in a row. This avoids potential badness. -lookup hyphen_less_less { - ignore sub hyphen hyphen' less less; - ignore sub hyphen' less less less; - sub LIG LIG less' by hyphen_less_less.liga; - sub LIG less' less by LIG; - sub hyphen' less less by LIG; -} hyphen_less_less; +lookup less_less { + ignore sub less less' less; + ignore sub less' less less less; + ignore sub less' less [asterisk plus dollar]; + ignore sub [hyphen equal] less' less; + ignore sub less' less hyphen; + ignore sub less' less equal [equal less greater bar colon exclam slash]; + ignore sub less' less less [asterisk plus dollar]; + sub less_less.liga less' by LIG; + sub less' less by less_less.liga; +} less_less; -lookup less_asciitilde_asciitilde { - ignore sub less less' asciitilde asciitilde; - ignore sub less' asciitilde asciitilde asciitilde; - sub LIG LIG asciitilde' by less_asciitilde_asciitilde.liga; - sub LIG asciitilde' asciitilde by LIG; - sub less' asciitilde asciitilde by LIG; -} less_asciitilde_asciitilde; +lookup less_less_less { + sub less_less_less.liga LIG less' by LIG; + sub less_less.liga' LIG less by less_less_less.liga; +} less_less_less; lookup less_asciitilde_greater { - ignore sub less less' asciitilde greater; - ignore sub less' asciitilde greater greater; - sub LIG LIG greater' by less_asciitilde_greater.liga; - sub LIG asciitilde' greater by LIG; - sub less' asciitilde greater by LIG; + ignore sub less_asciitilde.liga' LIG greater greater; + sub less_asciitilde_greater.liga LIG greater' by LIG; + sub less_asciitilde.liga' LIG greater by less_asciitilde_greater.liga; } less_asciitilde_greater; lookup less_asterisk_greater { - sub LIG LIG greater' by less_asterisk_greater.liga; - sub LIG asterisk' greater by LIG; - sub less' asterisk greater by LIG; + sub less_asterisk_greater.liga LIG greater' by LIG; + sub less_asterisk.liga' LIG greater by less_asterisk_greater.liga; } less_asterisk_greater; -lookup less_bar_bar { - ignore sub less less' bar bar; - ignore sub less' bar bar bar; - ignore sub less' bar bar greater; - sub LIG LIG bar' by less_bar_bar.liga; - sub LIG bar' bar by LIG; - sub less' bar bar by LIG; -} less_bar_bar; - -lookup less_bar_greater { - ignore sub less less' bar greater; - ignore sub less' bar greater greater; - sub LIG LIG greater' by less_bar_greater.liga; - sub LIG bar' greater by LIG; - sub less' bar greater by LIG; -} less_bar_greater; - lookup less_dollar_greater { - sub LIG LIG greater' by less_dollar_greater.liga; - sub LIG dollar' greater by LIG; - sub less' dollar greater by LIG; + sub less_dollar_greater.liga LIG greater' by LIG; + sub less_dollar.liga' LIG greater by less_dollar_greater.liga; } less_dollar_greater; -lookup less_equal_equal { - ignore sub less less' equal equal; - ignore sub less' equal equal equal; - ignore sub parenleft question less' equal equal; - sub LIG LIG equal' by less_equal_equal.liga; - sub LIG equal' equal by LIG; - sub less' equal equal by LIG; -} less_equal_equal; - -lookup less_equal_greater { - ignore sub less less' equal greater; - ignore sub less' equal greater greater; - ignore sub parenleft question less' equal greater; - sub LIG LIG greater' by less_equal_greater.liga; - sub LIG equal' greater by LIG; - sub less' equal greater by LIG; -} less_equal_greater; - -lookup less_equal_less { - ignore sub less less' equal less; - ignore sub less' equal less less; - ignore sub parenleft question less' equal less; - sub LIG LIG less' by less_equal_less.liga; - sub LIG equal' less by LIG; - sub less' equal less by LIG; -} less_equal_less; - -lookup less_hyphen_greater { - ignore sub less less' hyphen greater; - ignore sub less' hyphen greater greater; - sub LIG LIG greater' by less_hyphen_greater.liga; - sub LIG hyphen' greater by LIG; - sub less' hyphen greater by LIG; -} less_hyphen_greater; - -lookup less_hyphen_hyphen { - ignore sub less less' hyphen hyphen; - ignore sub less' hyphen hyphen hyphen; - sub LIG LIG hyphen' by less_hyphen_hyphen.liga; - sub LIG hyphen' hyphen by LIG; - sub less' hyphen hyphen by LIG; -} less_hyphen_hyphen; - -lookup less_hyphen_less { - ignore sub less less' hyphen less; - ignore sub less' hyphen less less; - sub LIG LIG less' by less_hyphen_less.liga; - sub LIG hyphen' less by LIG; - sub less' hyphen less by LIG; -} less_hyphen_less; - -lookup less_less_equal { - ignore sub less less' less equal; - ignore sub less' less equal equal; - sub LIG LIG equal' by less_less_equal.liga; - sub LIG less' equal by LIG; - sub less' less equal by LIG; -} less_less_equal; - -lookup less_less_hyphen { - ignore sub less less' less hyphen; - ignore sub less' less hyphen hyphen; - sub LIG LIG hyphen' by less_less_hyphen.liga; - sub LIG less' hyphen by LIG; - sub less' less hyphen by LIG; -} less_less_hyphen; - -lookup less_less_less { - ignore sub less less' less less; - ignore sub less' less less less; - ignore sub less' less less asterisk; - ignore sub less' less less plus; - ignore sub less' less less dollar; - sub LIG LIG less' by less_less_less.liga; - sub LIG less' less by LIG; - sub less' less less by LIG; -} less_less_less; - lookup less_plus_greater { - sub LIG LIG greater' by less_plus_greater.liga; - sub LIG plus' greater by LIG; - sub less' plus greater by LIG; + sub less_plus_greater.liga LIG greater' by LIG; + sub less_plus.liga' LIG greater by less_plus_greater.liga; } less_plus_greater; lookup less_slash_greater { - ignore sub less less' slash greater; - ignore sub less' slash greater greater; - sub LIG LIG greater' by less_slash_greater.liga; - sub LIG slash' greater by LIG; - sub less' slash greater by LIG; + ignore sub less_slash.liga' LIG greater greater; + sub less_slash_greater.liga LIG greater' by LIG; + sub less_slash.liga' LIG greater by less_slash_greater.liga; } less_slash_greater; -lookup numbersign_numbersign_numbersign { - ignore sub numbersign numbersign' numbersign numbersign; - ignore sub numbersign' numbersign numbersign numbersign; - sub LIG LIG numbersign' by numbersign_numbersign_numbersign.liga; - sub LIG numbersign' numbersign by LIG; - sub numbersign' numbersign numbersign by LIG; -} numbersign_numbersign_numbersign; - -lookup numbersign_underscore_parenleft { - ignore sub numbersign numbersign' underscore parenleft; - ignore sub numbersign' underscore parenleft parenleft; - sub LIG LIG parenleft' by numbersign_underscore_parenleft.liga; - sub LIG underscore' parenleft by LIG; - sub numbersign' underscore parenleft by LIG; -} numbersign_underscore_parenleft; - -lookup period_period_less { - ignore sub period period' period less; - ignore sub period' period less less; - sub LIG LIG less' by period_period_less.liga; - sub LIG period' less by LIG; - sub period' period less by LIG; -} period_period_less; - -lookup period_period_period { - ignore sub period period' period period; - ignore sub period' period period period; - sub LIG LIG period' by period_period_period.liga; - sub LIG period' period by LIG; - sub period' period period by LIG; -} period_period_period; - -lookup plus_plus_plus { - ignore sub plus plus' plus plus; - ignore sub plus' plus plus plus; - sub LIG LIG plus' by plus_plus_plus.liga; - sub LIG plus' plus by LIG; - sub plus' plus plus by LIG; -} plus_plus_plus; - -lookup slash_equal_equal { - ignore sub slash slash' equal equal; - ignore sub slash' equal equal equal; - sub LIG LIG equal' by slash_equal_equal.liga; - sub LIG equal' equal by LIG; - sub slash' equal equal by LIG; -} slash_equal_equal; - -lookup slash_slash_slash { - ignore sub slash slash' slash slash; - ignore sub slash' slash slash slash; - sub LIG LIG slash' by slash_slash_slash.liga; - sub LIG slash' slash by LIG; - sub slash' slash slash by LIG; -} slash_slash_slash; +lookup less_bar_greater { + ignore sub less_bar.liga' LIG greater greater; + sub less_bar_greater.liga LIG greater' by LIG; + sub less_bar.liga' LIG greater by less_bar_greater.liga; +} less_bar_greater; -lookup underscore_bar_underscore { - ignore sub underscore underscore' bar underscore; - ignore sub underscore' bar underscore underscore; - sub LIG LIG underscore' by underscore_bar_underscore.liga; - sub LIG bar' underscore by LIG; - sub underscore' bar underscore by LIG; -} underscore_bar_underscore; +lookup less_exclam_hyphen_hyphen { + ignore sub less less' exclam hyphen hyphen; + ignore sub less' exclam hyphen hyphen hyphen; + ignore sub parenleft question less' exclam hyphen hyphen; + sub less_exclam_hyphen_hyphen.liga LIG LIG hyphen' by LIG; + sub less_exclam_hyphen_hyphen.liga LIG hyphen' hyphen by LIG; + sub less_exclam_hyphen_hyphen.liga exclam' hyphen hyphen by LIG; + sub less' exclam hyphen hyphen by less_exclam_hyphen_hyphen.liga; +} less_exclam_hyphen_hyphen; -lookup w_w_w { - ignore sub w w' w w; - ignore sub w' w w w; - sub LIG LIG w' by w_w_w.liga; - sub LIG w' w by LIG; - sub w' w w by LIG; -} w_w_w; +### Ampersand lookup ampersand_ampersand { ignore sub ampersand ampersand' ampersand; ignore sub ampersand' ampersand ampersand; - sub LIG ampersand' by ampersand_ampersand.liga; - sub ampersand' ampersand by LIG; + sub ampersand_ampersand.liga ampersand' by LIG; + sub ampersand' ampersand by ampersand_ampersand.liga; } ampersand_ampersand; + +### Asciicircum lookup asciicircum_equal { ignore sub asciicircum asciicircum' equal; ignore sub asciicircum' equal equal; - sub LIG equal' by asciicircum_equal.liga; - sub asciicircum' equal by LIG; + sub asciicircum_equal.liga equal' by LIG; + sub asciicircum' equal by asciicircum_equal.liga; } asciicircum_equal; + +### Asciitilde lookup asciitilde_asciitilde { ignore sub asciitilde asciitilde' asciitilde; ignore sub asciitilde' asciitilde asciitilde; - sub LIG asciitilde' by asciitilde_asciitilde.liga; - sub asciitilde' asciitilde by LIG; + sub asciitilde_asciitilde.liga asciitilde' by LIG; + sub asciitilde' asciitilde by asciitilde_asciitilde.liga; } asciitilde_asciitilde; lookup asciitilde_at { ignore sub asciitilde asciitilde' at; ignore sub asciitilde' at at; - sub LIG at' by asciitilde_at.liga; - sub asciitilde' at by LIG; + sub asciitilde_at.liga at' by LIG; + sub asciitilde' at by asciitilde_at.liga; } asciitilde_at; -lookup asciitilde_equal { - ignore sub asciitilde asciitilde' equal; - ignore sub asciitilde' equal equal; - sub LIG equal' by asciitilde_equal.liga; - sub asciitilde' equal by LIG; -} asciitilde_equal; - lookup asciitilde_greater { ignore sub asciitilde asciitilde' greater; ignore sub asciitilde' greater greater; - sub LIG greater' by asciitilde_greater.liga; - sub asciitilde' greater by LIG; + sub asciitilde_greater.liga greater' by LIG; + sub asciitilde' greater by asciitilde_greater.liga; } asciitilde_greater; lookup asciitilde_hyphen { ignore sub asciitilde asciitilde' hyphen; ignore sub asciitilde' hyphen hyphen; - sub LIG hyphen' by asciitilde_hyphen.liga; - sub asciitilde' hyphen by LIG; + sub asciitilde_hyphen.liga hyphen' by LIG; + sub asciitilde' hyphen by asciitilde_hyphen.liga; } asciitilde_hyphen; +lookup asciitilde_asciitilde_greater { + ignore sub asciitilde_asciitilde.liga' LIG greater greater; + sub asciitilde_asciitilde_greater.liga LIG greater' by LIG; + sub asciitilde_asciitilde.liga' LIG greater by asciitilde_asciitilde_greater.liga; +} asciitilde_asciitilde_greater; + +lookup asciitilde_equal { + ignore sub asciitilde asciitilde' equal; + ignore sub asciitilde' equal equal; + sub asciitilde_equal.liga equal' by LIG; + sub asciitilde' equal by asciitilde_equal.liga; +} asciitilde_equal; + + +### Asterisk lookup asterisk_asterisk { ignore sub asterisk asterisk' asterisk; - ignore sub asterisk' asterisk asterisk; + ignore sub asterisk' asterisk asterisk asterisk; ignore sub slash asterisk' asterisk; ignore sub asterisk' asterisk slash; - sub LIG asterisk' by asterisk_asterisk.liga; - sub asterisk' asterisk by LIG; + sub asterisk_asterisk.liga asterisk' by LIG; + sub asterisk' asterisk by asterisk_asterisk.liga; } asterisk_asterisk; +lookup asterisk_asterisk_asterisk { + ignore sub asterisk_asterisk.liga' LIG asterisk slash; + sub asterisk_asterisk_asterisk.liga LIG asterisk' by LIG; + sub asterisk_asterisk.liga' LIG asterisk by asterisk_asterisk_asterisk.liga; +} asterisk_asterisk_asterisk; + lookup asterisk_greater { ignore sub asterisk asterisk' greater; ignore sub asterisk' greater greater; - sub LIG greater' by asterisk_greater.liga; - sub asterisk' greater by LIG; + sub asterisk_greater.liga greater' by LIG; + sub asterisk' greater by asterisk_greater.liga; } asterisk_greater; lookup asterisk_slash { @@ -603,523 +282,742 @@ lookup asterisk_slash { ignore sub asterisk' slash slash; ignore sub slash asterisk' slash; ignore sub asterisk' slash asterisk; - sub LIG slash' by asterisk_slash.liga; - sub asterisk' slash by LIG; + sub asterisk_slash.liga slash' by LIG; + sub asterisk' slash by asterisk_slash.liga; } asterisk_slash; +lookup asterisk_parenright { + ignore sub asterisk asterisk' parenright; + ignore sub asterisk' parenright parenright; + sub asterisk_parenright.liga parenright' by LIG; + sub asterisk' parenright by asterisk_parenright.liga; +} asterisk_parenright; + +### Backslash +lookup backslash_slash { + ignore sub @NotSpace backslash' slash; + ignore sub backslash' slash @NotSpace; + sub backslash_slash.liga slash' by LIG; + sub backslash' slash by backslash_slash.liga; +} backslash_slash; + +lookup backslash_backslash { + ignore sub backslash backslash' backslash; + ignore sub backslash' backslash backslash; + sub backslash_backslash.liga backslash' by LIG; + sub backslash' backslash by backslash_backslash.liga; +} backslash_backslash; + + +### Bar lookup bar_bar { ignore sub bar bar' bar; - ignore sub bar' bar bar; - sub LIG bar' by bar_bar.liga; - sub bar' bar by LIG; + ignore sub bar' bar bar bar; + ignore sub [hyphen equal] bar' bar; + ignore sub bar' bar [hyphen equal]; + ignore sub bar' bar bar [hyphen equal]; + ignore sub bar' bar equal [equal less greater bar colon exclam slash]; + ignore sub bar bar' bar greater; + ignore sub [less greater] bar' bar [less greater]; + ignore sub less bar' bar; + ignore sub less bar bar'; + sub bar_bar.liga bar' by LIG; + sub bar' bar by bar_bar.liga; } bar_bar; +lookup bar_bar_bar { + sub bar_bar_bar.liga LIG bar' by LIG; + sub bar_bar.liga' LIG bar by bar_bar_bar.liga; +} bar_bar_bar; + +lookup bar_greater { + ignore sub bar bar' greater; + ignore sub bar' greater greater; + ignore sub less bar bar' greater; + sub bar_greater.liga greater' by LIG; + sub bar' greater by bar_greater.liga; +} bar_greater; + lookup bar_braceright { ignore sub bar bar' braceright; ignore sub bar' braceright braceright; ignore sub braceleft bar' braceright; - sub LIG braceright' by bar_braceright.liga; - sub bar' braceright by LIG; + sub bar_braceright.liga braceright' by LIG; + sub bar' braceright by bar_braceright.liga; } bar_braceright; lookup bar_bracketright { ignore sub bar bar' bracketright; ignore sub bar' bracketright bracketright; ignore sub bracketleft bar' bracketright; - sub LIG bracketright' by bar_bracketright.liga; - sub bar' bracketright by LIG; + sub bar_bracketright.liga bracketright' by LIG; + sub bar' bracketright by bar_bracketright.liga; } bar_bracketright; -lookup bar_equal { - ignore sub bar bar' equal; - ignore sub bar' equal equal; - sub LIG equal' by bar_equal.liga; - sub bar' equal by LIG; -} bar_equal; +lookup bar_bar_greater { + ignore sub bar_bar.liga' LIG greater greater; + sub bar_bar_greater.liga LIG greater' by LIG; + sub bar_bar.liga' LIG greater by bar_bar_greater.liga; +} bar_bar_greater; -lookup bar_greater { - ignore sub bar bar' greater; - ignore sub bar' greater greater; - sub LIG greater' by bar_greater.liga; - sub bar' greater by LIG; -} bar_greater; +lookup bar_bar_bar_greater { + ignore sub bar_bar_bar.liga' LIG LIG greater greater; + sub bar_bar_bar_greater.liga LIG LIG greater' by LIG; + sub bar_bar_bar.liga' LIG LIG greater by bar_bar_bar_greater.liga; + +} bar_bar_bar_greater; -lookup bar_hyphen { - ignore sub bar bar' hyphen; - ignore sub bar' hyphen hyphen; - ignore sub bar' hyphen bar; - sub LIG hyphen' by bar_hyphen.liga; - sub bar' hyphen by LIG; -} bar_hyphen; +### Brace left lookup braceleft_bar { ignore sub braceleft braceleft' bar; ignore sub braceleft' bar bar; ignore sub braceleft' bar braceright; - sub LIG bar' by braceleft_bar.liga; - sub braceleft' bar by LIG; + sub braceleft_bar.liga bar' by LIG; + sub braceleft' bar by braceleft_bar.liga; } braceleft_bar; +### Brace right +lookup braceright_numbersign { + ignore sub braceright braceright' numbersign; + ignore sub braceright' numbersign numbersign; + sub braceright_numbersign.liga numbersign' by LIG; + sub braceright' numbersign by braceright_numbersign.liga; +} braceright_numbersign; + +### Bracket left lookup bracketleft_bar { ignore sub bracketleft bracketleft' bar; ignore sub bracketleft' bar bar; ignore sub bracketleft' bar bracketright; - sub LIG bar' by bracketleft_bar.liga; - sub bracketleft' bar by LIG; + sub bracketleft_bar.liga bar' by LIG; + sub bracketleft' bar by bracketleft_bar.liga; } bracketleft_bar; + +### Bracket right lookup bracketright_numbersign { ignore sub bracketright bracketright' numbersign; ignore sub bracketright' numbersign numbersign; - sub LIG numbersign' by bracketright_numbersign.liga; - sub bracketright' numbersign by LIG; + sub bracketright_numbersign.liga numbersign' by LIG; + sub bracketright' numbersign by bracketright_numbersign.liga; } bracketright_numbersign; + +### Colon lookup colon_colon { ignore sub colon colon' colon; - ignore sub colon' colon colon; + ignore sub colon' colon colon colon; ignore sub parenleft question colon' colon; - sub LIG colon' by colon_colon.liga; - sub colon' colon by LIG; + ignore sub colon' colon [less greater]; + ignore sub [less greater] colon' colon; + sub colon_colon.liga colon' by LIG; + sub colon' colon by colon_colon.liga; } colon_colon; +lookup colon_colon_colon { + sub colon_colon_colon.liga LIG colon' by LIG; + sub colon_colon.liga' LIG colon by colon_colon_colon.liga; +} colon_colon_colon; + lookup colon_equal { ignore sub colon colon' equal; ignore sub colon' equal equal; ignore sub parenleft question colon' equal; - sub LIG equal' by colon_equal.liga; - sub colon' equal by LIG; + ignore sub equal colon' equal; + sub colon_equal.liga equal' by LIG; + sub colon' equal by colon_equal.liga; } colon_equal; -lookup colon_greater { - ignore sub colon colon' greater; - ignore sub colon' greater greater; - ignore sub parenleft question colon' greater; - ignore sub colon' greater equal; - sub LIG greater' by colon_greater.liga; - sub colon' greater by LIG; -} colon_greater; - -lookup colon_less { - ignore sub colon colon' less; - ignore sub colon' less less; - ignore sub parenleft question colon' less; - sub LIG less' by colon_less.liga; - sub colon' less by LIG; -} colon_less; +lookup colon_colon_equal { + ignore sub colon_colon.liga' LIG equal equal; + sub colon_colon_equal.liga LIG equal' by LIG; + sub colon_colon.liga' LIG equal by colon_colon_equal.liga; +} colon_colon_equal; + +lookup colon_slash_slash { + ignore sub colon colon' slash slash; + ignore sub colon' slash slash slash; + sub colon_slash_slash.liga LIG slash' by LIG; + sub colon_slash_slash.liga slash' slash by LIG; + sub colon' slash slash by colon_slash_slash.liga; +} colon_slash_slash; + +## Dollar lookup dollar_greater { ignore sub dollar dollar' greater; ignore sub dollar' greater greater; - sub LIG greater' by dollar_greater.liga; - sub dollar' greater by LIG; + sub dollar_greater.liga greater' by LIG; + sub dollar' greater by dollar_greater.liga; } dollar_greater; -lookup equal_equal { - ignore sub equal equal' equal; - ignore sub equal' equal equal; - ignore sub parenleft question equal' equal; - ignore sub parenleft question less equal' equal; - sub LIG equal' by equal_equal.liga; - sub equal' equal by LIG; -} equal_equal; - -lookup equal_greater { - ignore sub equal equal' greater; - ignore sub equal' greater greater; - ignore sub parenleft question equal' greater; - ignore sub parenleft question less equal' greater; - sub LIG greater' by equal_greater.liga; - sub equal' greater by LIG; -} equal_greater; +### Exclam (for equal see below) lookup exclam_equal { ignore sub exclam exclam' equal; - ignore sub exclam' equal equal; + ignore sub exclam' equal equal equal; ignore sub parenleft question exclam' equal; ignore sub parenleft question less exclam' equal; - sub LIG equal' by exclam_equal.liga; - sub exclam' equal by LIG; + ignore sub equal exclam' equal; + sub exclam_equal.liga equal' by LIG; + sub exclam' equal by exclam_equal.liga; } exclam_equal; +lookup exclam_equal_equal { + sub exclam_equal_equal.liga LIG equal' by LIG; + sub exclam_equal.liga' LIG equal by exclam_equal_equal.liga; +} exclam_equal_equal; + lookup exclam_exclam { ignore sub exclam exclam' exclam; ignore sub exclam' exclam exclam; ignore sub parenleft question exclam' exclam; ignore sub parenleft question less exclam' exclam; - sub LIG exclam' by exclam_exclam.liga; - sub exclam' exclam by LIG; + sub exclam_exclam.liga exclam' by LIG; + sub exclam' exclam by exclam_exclam.liga; } exclam_exclam; -lookup greater_colon { - ignore sub greater greater' colon; - ignore sub greater' colon colon; - sub LIG colon' by greater_colon.liga; - sub greater' colon by LIG; -} greater_colon; - -lookup greater_equal { - ignore sub greater greater' equal; - ignore sub greater' equal equal; - ignore sub greater' equal less; - sub LIG equal' by greater_equal.liga; - sub greater' equal by LIG; -} greater_equal; +lookup exclam_exclam_period { + ignore sub exclam_exclam.liga' LIG period period; + sub exclam_exclam_period.liga LIG period' by LIG; + sub exclam_exclam.liga' LIG period by exclam_exclam_period.liga; +} exclam_exclam_period; -lookup greater_greater { - ignore sub greater greater' greater; - ignore sub greater' greater greater; - ignore sub asterisk greater' greater; - ignore sub plus greater' greater; - ignore sub dollar greater' greater; - sub LIG greater' by greater_greater.liga; - sub greater' greater by LIG; -} greater_greater; +lookup exclam_period { + ignore sub exclam exclam' period; + ignore sub exclam' period period; + sub exclam_period.liga period' by LIG; + sub exclam' period by exclam_period.liga; +} exclam_period; + +lookup exclam_colon { + ignore sub exclam exclam' colon; + ignore sub exclam' colon colon; + sub exclam_colon.liga colon' by LIG; + sub exclam' colon by exclam_colon.liga; +} exclam_colon; + +## Equal - Made sense to shift this below the exclam to avoid issues +lookup equal_equal { + ignore sub equal equal' equal; + ignore sub equal' equal equal equal; + ignore sub parenleft question equal' equal; + ignore sub parenleft question less equal' equal; + ignore sub less question equal' equal; + ignore sub bracketleft equal' equal; + ignore sub equal' equal bracketright; + ignore sub equal [colon exclam] equal' equal; + ignore sub [less greater bar slash] equal' equal; + ignore sub equal' equal [less greater bar slash] ; + ignore sub equal' equal [colon exclam] equal; + sub equal_equal.liga equal' by LIG; + sub equal' equal by equal_equal.liga; +} equal_equal; -lookup greater_hyphen { - ignore sub greater greater' hyphen; - ignore sub greater' hyphen hyphen; - sub LIG hyphen' by greater_hyphen.liga; - sub greater' hyphen by LIG; -} greater_hyphen; +lookup equal_equal_equal { + sub equal_equal_equal.liga LIG equal' by LIG; + sub equal_equal.liga' LIG equal by equal_equal_equal.liga; +} equal_equal_equal; +### Hyphen lookup hyphen_asciitilde { ignore sub hyphen hyphen' asciitilde; ignore sub hyphen' asciitilde asciitilde; - sub LIG asciitilde' by hyphen_asciitilde.liga; - sub hyphen' asciitilde by LIG; + sub hyphen_asciitilde.liga asciitilde' by LIG; + sub hyphen' asciitilde by hyphen_asciitilde.liga; } hyphen_asciitilde; -lookup hyphen_bar { - ignore sub hyphen hyphen' bar; - ignore sub hyphen' bar bar; - ignore sub bar hyphen' bar; - sub LIG bar' by hyphen_bar.liga; - sub hyphen' bar by LIG; -} hyphen_bar; - -lookup hyphen_greater { - ignore sub hyphen hyphen' greater; - ignore sub hyphen' greater greater; - sub LIG greater' by hyphen_greater.liga; - sub hyphen' greater by LIG; -} hyphen_greater; - lookup hyphen_hyphen { ignore sub hyphen hyphen' hyphen; - ignore sub hyphen' hyphen hyphen; - sub LIG hyphen' by hyphen_hyphen.liga; - sub hyphen' hyphen by LIG; + ignore sub hyphen' hyphen hyphen hyphen; + ignore sub [less greater bar] hyphen' hyphen; + ignore sub hyphen' hyphen [less greater bar]; + sub hyphen_hyphen.liga hyphen' by LIG; + sub hyphen' hyphen by hyphen_hyphen.liga; } hyphen_hyphen; -lookup hyphen_less { - ignore sub hyphen hyphen' less; - ignore sub hyphen' less less; - sub LIG less' by hyphen_less.liga; - sub hyphen' less by LIG; -} hyphen_less; - -lookup less_asciitilde { - ignore sub less less' asciitilde; - ignore sub less' asciitilde asciitilde; - sub LIG asciitilde' by less_asciitilde.liga; - sub less' asciitilde by LIG; -} less_asciitilde; - -lookup less_asterisk { - ignore sub less less' asterisk; - ignore sub less' asterisk asterisk; - sub LIG asterisk' by less_asterisk.liga; - sub less' asterisk by LIG; -} less_asterisk; - -lookup less_bar { - ignore sub less less' bar; - ignore sub less' bar bar; - sub LIG bar' by less_bar.liga; - sub less' bar by LIG; -} less_bar; - -lookup less_colon { - ignore sub less less' colon; - ignore sub less' colon colon; - sub LIG colon' by less_colon.liga; - sub less' colon by LIG; -} less_colon; - -lookup less_dollar { - ignore sub less less' dollar; - ignore sub less' dollar dollar; - sub LIG dollar' by less_dollar.liga; - sub less' dollar by LIG; -} less_dollar; - -lookup less_equal { - ignore sub less less' equal; - ignore sub less' equal equal; - ignore sub parenleft question less' equal; - sub LIG equal' by less_equal.liga; - sub less' equal by LIG; -} less_equal; +lookup hyphen_hyphen_hyphen { + ignore sub hyphen_hyphen.liga' LIG hyphen [less greater bar]; + sub hyphen_hyphen_hyphen.liga LIG hyphen' by LIG; + sub hyphen_hyphen.liga' LIG hyphen by hyphen_hyphen_hyphen.liga; +} hyphen_hyphen_hyphen; -lookup less_greater { - ignore sub less less' greater; - ignore sub less' greater greater; - sub LIG greater' by less_greater.liga; - sub less' greater by LIG; -} less_greater; -lookup less_hyphen { - ignore sub less less' hyphen; - ignore sub less' hyphen hyphen; - sub LIG hyphen' by less_hyphen.liga; - sub less' hyphen by LIG; -} less_hyphen; +### Greater +lookup greater_greater { + ignore sub greater greater' greater; + ignore sub greater' greater greater greater; + ignore sub [asterisk plus dollar] greater' greater; + ignore sub [hyphen equal] greater' greater; + ignore sub greater' greater hyphen; + ignore sub greater' greater equal [equal less greater bar colon exclam slash]; + sub greater_greater.liga greater' by LIG; + sub greater' greater by greater_greater.liga; +} greater_greater; -lookup less_less { - ignore sub less less' less; - ignore sub less' less less; - ignore sub less' less asterisk; - ignore sub less' less plus; - ignore sub less' less dollar; - sub LIG less' by less_less.liga; - sub less' less by LIG; -} less_less; +lookup greater_greater_greater { + sub greater_greater_greater.liga LIG greater' by LIG; + sub greater_greater.liga' LIG greater by greater_greater_greater.liga; +} greater_greater_greater; -lookup less_plus { - ignore sub less less' plus; - ignore sub less' plus plus; - sub LIG plus' by less_plus.liga; - sub less' plus by LIG; -} less_plus; +lookup greater_equal { + ignore sub greater greater' equal; + ignore sub greater' equal equal; + ignore sub equal greater' equal; + ignore sub greater' equal [less greater bar colon exclam slash]; + sub greater_equal.liga equal' by LIG; + sub greater' equal by greater_equal.liga; +} greater_equal; -lookup less_slash { - ignore sub less less' slash; - ignore sub less' slash slash; - sub LIG slash' by less_slash.liga; - sub less' slash by LIG; -} less_slash; +### Less moved to top of CALT +### Numbersign lookup numbersign_braceleft { ignore sub numbersign numbersign' braceleft; ignore sub numbersign' braceleft braceleft; - sub LIG braceleft' by numbersign_braceleft.liga; - sub numbersign' braceleft by LIG; + sub numbersign_braceleft.liga braceleft' by LIG; + sub numbersign' braceleft by numbersign_braceleft.liga; } numbersign_braceleft; lookup numbersign_bracketleft { ignore sub numbersign numbersign' bracketleft; ignore sub numbersign' bracketleft bracketleft; - sub LIG bracketleft' by numbersign_bracketleft.liga; - sub numbersign' bracketleft by LIG; + sub numbersign_bracketleft.liga bracketleft' by LIG; + sub numbersign' bracketleft by numbersign_bracketleft.liga; } numbersign_bracketleft; lookup numbersign_colon { ignore sub numbersign numbersign' colon; ignore sub numbersign' colon colon; - sub LIG colon' by numbersign_colon.liga; - sub numbersign' colon by LIG; + sub numbersign_colon.liga colon' by LIG; + sub numbersign' colon by numbersign_colon.liga; } numbersign_colon; lookup numbersign_equal { ignore sub numbersign numbersign' equal; ignore sub numbersign' equal equal; - sub LIG equal' by numbersign_equal.liga; - sub numbersign' equal by LIG; + sub numbersign_equal.liga equal' by LIG; + sub numbersign' equal by numbersign_equal.liga; } numbersign_equal; lookup numbersign_exclam { ignore sub numbersign numbersign' exclam; ignore sub numbersign' exclam exclam; - sub LIG exclam' by numbersign_exclam.liga; - sub numbersign' exclam by LIG; + sub numbersign_exclam.liga exclam' by LIG; + sub numbersign' exclam by numbersign_exclam.liga; } numbersign_exclam; -lookup numbersign_numbersign { - ignore sub numbersign numbersign' numbersign; - ignore sub numbersign' numbersign numbersign; - sub LIG numbersign' by numbersign_numbersign.liga; - sub numbersign' numbersign by LIG; -} numbersign_numbersign; - lookup numbersign_parenleft { ignore sub numbersign numbersign' parenleft; ignore sub numbersign' parenleft parenleft; - sub LIG parenleft' by numbersign_parenleft.liga; - sub numbersign' parenleft by LIG; + sub numbersign_parenleft.liga parenleft' by LIG; + sub numbersign' parenleft by numbersign_parenleft.liga; } numbersign_parenleft; lookup numbersign_question { ignore sub numbersign numbersign' question; ignore sub numbersign' question question; - sub LIG question' by numbersign_question.liga; - sub numbersign' question by LIG; + sub numbersign_question.liga question' by LIG; + sub numbersign' question by numbersign_question.liga; } numbersign_question; lookup numbersign_underscore { ignore sub numbersign numbersign' underscore; ignore sub numbersign' underscore underscore; - sub LIG underscore' by numbersign_underscore.liga; - sub numbersign' underscore by LIG; + sub numbersign_underscore.liga underscore' by LIG; + sub numbersign' underscore by numbersign_underscore.liga; } numbersign_underscore; +lookup numbersign_underscore_parenleft { + ignore sub numbersign_underscore.liga' LIG parenleft parenleft; + sub numbersign_underscore_parenleft.liga LIG parenleft' by LIG; + sub numbersign_underscore.liga' LIG parenleft by numbersign_underscore_parenleft.liga; +} numbersign_underscore_parenleft; + + +### Paren left +lookup parenleft_asterisk { + ignore sub parenleft parenleft' asterisk; + ignore sub parenleft' asterisk asterisk; + sub parenleft_asterisk.liga asterisk' by LIG; + sub parenleft' asterisk by parenleft_asterisk.liga; +} parenleft_asterisk; + + +### Percent lookup percent_percent { ignore sub percent percent' percent; ignore sub percent' percent percent; - sub LIG percent' by percent_percent.liga; - sub percent' percent by LIG; + sub percent_percent.liga percent' by LIG; + sub percent' percent by percent_percent.liga; } percent_percent; + +### Period lookup period_equal { ignore sub period period' equal; ignore sub period' equal equal; - sub LIG equal' by period_equal.liga; - sub period' equal by LIG; + sub period_equal.liga equal' by LIG; + sub period' equal by period_equal.liga; } period_equal; -lookup period_hyphen { - ignore sub period period' hyphen; - ignore sub period' hyphen hyphen; - sub LIG hyphen' by period_hyphen.liga; - sub period' hyphen by LIG; -} period_hyphen; - lookup period_period { ignore sub period period' period; - ignore sub period' period period; - sub LIG period' by period_period.liga; - sub period' period by LIG; + ignore sub period' period period period; + sub period_period.liga period' by LIG; + sub period' period by period_period.liga; } period_period; +lookup period_period_period { + sub period_period_period.liga LIG period' by LIG; + sub period_period.liga' LIG period by period_period_period.liga; +} period_period_period; + lookup period_question { ignore sub period period' question; ignore sub period' question question; - sub LIG question' by period_question.liga; - sub period' question by LIG; + sub period_question.liga question' by LIG; + sub period' question by period_question.liga; } period_question; +lookup period_hyphen { + ignore sub period period' hyphen; + ignore sub period' hyphen hyphen; + sub period_hyphen.liga hyphen' by LIG; + sub period' hyphen by period_hyphen.liga; +} period_hyphen; + +lookup period_period_equal { + ignore sub period_period.liga' LIG equal equal; + sub period_period_equal.liga LIG equal' by LIG; + sub period_period.liga' LIG equal by period_period_equal.liga; +} period_period_equal; + +lookup period_period_less { + ignore sub period_period.liga' LIG less less; + sub period_period_less.liga LIG less' by LIG; + sub period_period.liga' LIG less by period_period_less.liga; +} period_period_less; + + +### Plus lookup plus_greater { ignore sub plus plus' greater; ignore sub plus' greater greater; - sub LIG greater' by plus_greater.liga; - sub plus' greater by LIG; + sub plus_greater.liga greater' by LIG; + sub plus' greater by plus_greater.liga; } plus_greater; lookup plus_plus { ignore sub plus plus' plus; - ignore sub plus' plus plus; - sub LIG plus' by plus_plus.liga; - sub plus' plus by LIG; + ignore sub plus' plus plus plus; + sub plus_plus.liga plus' by LIG; + sub plus' plus by plus_plus.liga; } plus_plus; -lookup question_colon { - ignore sub question question' colon; - ignore sub question' colon colon; - ignore sub parenleft question' colon; - sub LIG colon' by question_colon.liga; - sub question' colon by LIG; -} question_colon; +lookup plus_plus_plus { + ignore sub plus_plus.liga' LIG plus plus; + sub plus_plus_plus.liga LIG plus' by LIG; + sub plus_plus.liga' LIG plus by plus_plus_plus.liga; +} plus_plus_plus; +### Question lookup question_equal { ignore sub question question' equal; ignore sub question' equal equal; ignore sub parenleft question' equal; - sub LIG equal' by question_equal.liga; - sub question' equal by LIG; + ignore sub less question' equal; + sub question_equal.liga equal' by LIG; + sub question' equal by question_equal.liga; } question_equal; lookup question_period { ignore sub question question' period; ignore sub question' period period; - sub LIG period' by question_period.liga; - sub question' period by LIG; + sub question_period.liga period' by LIG; + sub question' period by question_period.liga; } question_period; lookup question_question { ignore sub question question' question; ignore sub question' question question; - sub LIG question' by question_question.liga; - sub question' question by LIG; + sub question_question.liga question' by LIG; + sub question' question by question_question.liga; } question_question; +lookup question_question_equal { + sub question_question_equal.liga LIG equal' by LIG; + sub question_question.liga' LIG equal by question_question_equal.liga; +} question_question_equal; + +lookup question_colon { + ignore sub question question' colon; + ignore sub question' colon colon; + sub question_colon.liga colon' by LIG; + sub question' colon by question_colon.liga; +} question_colon; + +### Semicolon lookup semicolon_semicolon { ignore sub semicolon semicolon' semicolon; ignore sub semicolon' semicolon semicolon; - sub LIG semicolon' by semicolon_semicolon.liga; - sub semicolon' semicolon by LIG; + sub semicolon_semicolon.liga semicolon' by LIG; + sub semicolon' semicolon by semicolon_semicolon.liga; } semicolon_semicolon; + +### Slash lookup slash_asterisk { ignore sub slash slash' asterisk; ignore sub slash' asterisk asterisk; ignore sub slash' asterisk slash; ignore sub asterisk slash' asterisk; - sub LIG asterisk' by slash_asterisk.liga; - sub slash' asterisk by LIG; + sub slash_asterisk.liga asterisk' by LIG; + sub slash' asterisk by slash_asterisk.liga; } slash_asterisk; -lookup slash_equal { - ignore sub slash slash' equal; - ignore sub slash' equal equal; - sub LIG equal' by slash_equal.liga; - sub slash' equal by LIG; -} slash_equal; - lookup slash_greater { ignore sub slash slash' greater; ignore sub slash' greater greater; - sub LIG greater' by slash_greater.liga; - sub slash' greater by LIG; + sub slash_greater.liga greater' by LIG; + sub slash' greater by slash_greater.liga; } slash_greater; lookup slash_slash { ignore sub slash slash' slash; - ignore sub slash' slash slash; - sub LIG slash' by slash_slash.liga; - sub slash' slash by LIG; + ignore sub slash' slash slash slash; + ignore sub equal slash' slash; + ignore sub slash' slash equal; + sub slash_slash.liga slash' by LIG; + sub slash' slash by slash_slash.liga; } slash_slash; -lookup underscore_underscore { - ignore sub underscore underscore' underscore; - ignore sub underscore' underscore underscore; - sub LIG underscore' by underscore_underscore.liga; - sub underscore' underscore by LIG; -} underscore_underscore; -### end of generated calt +lookup slash_slash_slash { + sub slash_slash_slash.liga LIG slash' by LIG; + sub slash_slash.liga' LIG slash by slash_slash_slash.liga; +} slash_slash_slash; -lookup parenleft_asterisk { - ignore sub parenleft parenleft' asterisk; - ignore sub parenleft' asterisk asterisk; - sub LIG asterisk' by parenleft_asterisk.liga; - sub parenleft' asterisk by LIG; -} parenleft_asterisk; +lookup slash_backslash { + ignore sub @NotSpace slash' backslash; + ignore sub slash' backslash @NotSpace; + sub slash_backslash.liga backslash' by LIG; + sub slash' backslash by slash_backslash.liga; +} slash_backslash; + + +### WWW +lookup w_w_w { + ignore sub w w' w w; + ignore sub w' w w w; + sub w_w_w.liga LIG w' by LIG; + sub w_w_w.liga w' w by LIG; + sub w' w w by w_w_w.liga; +} w_w_w; -lookup asterisk_parenright { - ignore sub asterisk asterisk' parenright; - ignore sub asterisk' parenright parenright; - sub LIG parenright' by asterisk_parenright.liga; - sub asterisk' parenright by LIG; -} asterisk_parenright; -lookup backslash_backslash { - ignore sub backslash backslash' backslash; - ignore sub backslash' backslash backslash; - sub LIG backslash' by backslash_backslash.liga; - sub backslash' backslash by LIG; -} backslash_backslash; -sub less asciitilde' greater by asciitilde_asciitilde.liga; +### Vertical-align colon/greater/less + +# :> :< >: <: +# :>: :<: +# <:> >:< <:< >:> +# <::> <::< >::< >::> +# <:::> <:::< >:::< >:::> +# <::::> <::::< >::::< >::::> + +lookup center { + #574 :>= :<= + ignore sub colon' [less greater] [equal hyphen]; + ignore sub colon colon' [less greater]; # ignores the :::< case + + # middles & ends + sub [less.center greater.center colon.center] colon' by colon.center; + sub colon.center [less greater]' by [less.center greater.center]; + + # starts + sub [less greater]' colon by [less.center greater.center]; + sub colon' [less greater] by colon.center; +} center; + +lookup equal_arrows { + # Disable ||| + ignore sub bar bar' bar equal; + ignore sub bar bar' equal; + ignore sub [equal_start.seq equal_middle.seq] bar' bar bar; + + # equal middle & end + sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' [equal less greater bar slash colon exclam] by equal_middle.seq; + + sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' [equal less greater bar slash colon exclam] by equal_middle.seq; + + sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' by equal_end.seq; + + sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' by equal_end.seq; + + + # double middles + sub [equal_start.seq equal_middle.seq] less_less_equal_middle.seq less' equal by LIG; + sub [equal_start.seq equal_middle.seq] less' less equal by less_less_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] greater_greater_equal_middle.seq greater' equal by LIG; + sub [equal_start.seq equal_middle.seq] greater' greater equal by greater_greater_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] bar_bar_equal_middle.seq bar' equal by LIG; + sub [equal_start.seq equal_middle.seq] bar' bar equal by bar_bar_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] slash_slash_equal_middle.seq slash' equal by LIG; + sub [equal_start.seq equal_middle.seq] slash' slash equal by slash_slash_equal_middle.seq; + + # single middles + sub [equal_start.seq equal_middle.seq] less' equal by less_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] greater' equal by greater_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] bar' equal by bar_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] slash' equal by slash_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] colon' equal by colon_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] exclam' equal by exclam_equal_middle.seq; + + # double ends + sub [equal_start.seq equal_middle.seq] less_less_equal_end.seq less' by LIG; + sub [equal_start.seq equal_middle.seq] less' less by less_less_equal_end.seq; + sub [equal_start.seq equal_middle.seq] greater_greater_equal_end.seq greater' by LIG; + sub [equal_start.seq equal_middle.seq] greater' greater by greater_greater_equal_end.seq; + sub [equal_start.seq equal_middle.seq] bar_bar_equal_end.seq bar' by LIG; + sub [equal_start.seq equal_middle.seq] bar' bar by bar_bar_equal_end.seq; + sub [equal_start.seq equal_middle.seq] slash_slash_equal_end.seq slash' by LIG; + sub [equal_start.seq equal_middle.seq] slash' slash by slash_slash_equal_end.seq; + + # single ends + sub [equal_start.seq equal_middle.seq] less' by less_equal_end.seq; + sub [equal_start.seq equal_middle.seq] greater' by greater_equal_end.seq; + sub [equal_start.seq equal_middle.seq] bar' by bar_equal_end.seq; + sub [equal_start.seq equal_middle.seq] slash' by slash_equal_end.seq; + + # double beginnings + sub less_less_equal_start.seq less' equal by LIG; + sub less' less equal by less_less_equal_start.seq; + sub greater_greater_equal_start.seq greater' equal by LIG; + sub greater' greater equal by greater_greater_equal_start.seq; + sub bar_bar_equal_start.seq bar' equal by LIG; + sub bar' bar equal by bar_bar_equal_start.seq; + sub slash_slash_equal_start.seq slash' equal by LIG; + sub slash' slash equal by slash_slash_equal_start.seq; + + # Disable >=< #548 + sub greater' equal less [equal less] by greater_equal_start.seq; + ignore sub greater' equal less; + + # Disable =< #479 #468 #424 #406 #355 #305 + sub equal' less [equal less] by equal_start.seq; + + # Disable =/ #1056 + sub equal' slash [equal slash] by equal_start.seq; + + # single beginnings + sub less' equal [equal less greater bar slash colon exclam] by less_equal_start.seq; # disable >= <= as they're used in math + sub greater' equal [equal less greater bar slash colon exclam] by greater_equal_start.seq; + sub bar' equal [equal less greater bar slash colon exclam] by bar_equal_start.seq; # disable |= + sub slash' equal by slash_equal_start.seq; + sub equal' [equal greater bar colon exclam] by equal_start.seq; + +} equal_arrows; + +### Arbitrary-length arrows #346 + +lookup hyphen_arrows { + # Disable ||| + ignore sub bar bar' bar hyphen; + ignore sub bar bar' hyphen; + ignore sub [hyphen_start.seq hyphen_middle.seq] bar' bar bar; + + # hyphen middle & end + sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' [hyphen less greater bar] by hyphen_middle.seq; + + sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' [hyphen less greater bar] by hyphen_middle.seq; + + sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' by hyphen_end.seq; + + sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' by hyphen_end.seq; + + # double middles + sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_middle.seq less' hyphen by LIG; + sub [hyphen_start.seq hyphen_middle.seq] less' less hyphen by less_less_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_middle.seq greater' hyphen by LIG; + sub [hyphen_start.seq hyphen_middle.seq] greater' greater hyphen by greater_greater_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_middle.seq bar' hyphen by LIG; + sub [hyphen_start.seq hyphen_middle.seq] bar' bar hyphen by bar_bar_hyphen_middle.seq; + + # single middles + sub [hyphen_start.seq hyphen_middle.seq] less' hyphen by less_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater' hyphen by greater_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar' hyphen by bar_hyphen_middle.seq; + + # double ends + sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_end.seq less' by LIG; + sub [hyphen_start.seq hyphen_middle.seq] less' less by less_less_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_end.seq greater' by LIG; + sub [hyphen_start.seq hyphen_middle.seq] greater' greater by greater_greater_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_end.seq bar' by LIG; + sub [hyphen_start.seq hyphen_middle.seq] bar' bar by bar_bar_hyphen_end.seq; + + # single ends + sub [hyphen_start.seq hyphen_middle.seq] less' by less_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater' by greater_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar' by bar_hyphen_end.seq; + + # double beginnings + sub less_less_hyphen_start.seq less' hyphen by LIG; + sub less' less hyphen by less_less_hyphen_start.seq; + sub greater_greater_hyphen_start.seq greater' hyphen by LIG; + sub greater' greater hyphen by greater_greater_hyphen_start.seq; + sub bar_bar_hyphen_start.seq bar' hyphen by LIG; + sub bar' bar hyphen by bar_bar_hyphen_start.seq; + + # single beginnings + sub less' hyphen by less_hyphen_start.seq; + sub greater' hyphen by greater_hyphen_start.seq; + sub bar' hyphen by bar_hyphen_start.seq; + sub hyphen' [hyphen less greater bar] by hyphen_start.seq; +} hyphen_arrows; + +lookup numbersigns { + # middle parts + sub [numbersign_start.seq numbersign_middle.seq] numbersign' numbersign by numbersign_middle.seq; + + # ends + sub [numbersign_start.seq numbersign_middle.seq] numbersign' by numbersign_end.seq; + + # beginnings + sub numbersign' numbersign by numbersign_start.seq; +} numbersigns; + +lookup underscores { + # middle parts + sub [underscore_start.seq underscore_middle.seq] bar' underscore by bar_underscore_middle.seq; + + sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' bar underscore by underscore_middle.seq; + sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' underscore by underscore_middle.seq; + + # ends + sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' by underscore_end.seq; + + # beginnings + sub underscore' bar underscore by underscore_start.seq; + sub underscore' underscore by underscore_start.seq; +} underscores; + +#Other non-ligature bits sub dcaron' [lacute lcaron lcommaaccent ldot lslash b h k l hbar hcircumflex kcommaaccent @Uppercase] by dcaron.alt; } calt; feature ccmp { lookup ccmp_Other_1 { - @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; - @CombiningNonTopAccents = [cedillacomb dotbelowcomb ogonekcomb horncomb]; - sub [i j]' @CombiningTopAccents by [idotless jdotless]; + @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaabovecomb commaaboverightcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; + @CombiningNonTopAccents = [cedillacomb dotbelowcomb lowlinecomb macronbelowcomb ogonekcomb ringbelowcomb horncomb]; + sub [i j i-cy je-cy]' @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningTopAccents by idotless ogonekcomb; - sub [i j]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless]; + sub idotbelow' @CombiningTopAccents by idotless dotbelowcomb; + sub [i j i-cy je-cy]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless idotless jdotless]; + sub iogonek' @CombiningNonTopAccents @CombiningTopAccents by idotless ogonekcomb; + sub idotbelow' @CombiningNonTopAccents @CombiningTopAccents by idotless dotbelowcomb; @Markscomb = [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb horncomb tonos brevecomb-cy]; @MarkscombCase = [dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case tonos.case brevecomb-cy.case]; sub @Markscomb @Markscomb' by @MarkscombCase; @@ -1131,8 +1029,13 @@ lookup ccmp_Other_2 { sub @MarkscombCase @Markscomb' by @MarkscombCase; } ccmp_Other_2; -sub fi by f i; -sub fl by f l; +lookup ccmp_latn_1 { + sub fi by f i; + sub fl by f l; +} ccmp_latn_1; + +script latn; +lookup ccmp_latn_1; } ccmp; feature locl { @@ -1387,11 +1290,57 @@ sub shademedium by shademedium.stypo; sub shadedark by shadedark.stypo; } rclt; +feature zero { +# automatic +sub zero by zero.zero; + +} zero; + +feature ss20 { +# notes: +# Name: +sub acknowledgeControl by acknowledgeControl.ss20; +sub backspaceControl by backspaceControl.ss20; +sub bellControl by bellControl.ss20; +sub cancelControl by cancelControl.ss20; +sub carriageReturnControl by carriageReturnControl.ss20; +sub dataLinkEscapeControl by dataLinkEscapeControl.ss20; +sub deleteControl by deleteFormTwoControl; +sub deviceControlFourControl by upperLeftQuadrantWhiteCircle; +sub deviceControlOneControl by upperRightQuadrantWhiteCircle; +sub deviceControlThreeControl by lowerLeftQuadrantWhiteCircle; +sub deviceControlTwoControl by lowerRightQuadrantWhiteCircle; +sub endOfMediumControl by endOfMediumControl.ss20; +sub endOfTextControl by endOfTextControl.ss20; +sub endOfTransmissionBlockControl by endOfTransmissionBlockControl.ss20; +sub endOfTransmissionControl by endOfTransmissionControl.ss20; +sub enquiryControl by enquiryControl.ss20; +sub escapeControl by escapeControl.ss20; +sub fileSeparatorControl by whiteUpperLeftQuadrantSquare; +sub formFeedControl by formFeedControl.ss20; +sub groupSeparatorControl by whiteLowerLeftQuadrantSquare; +sub horizontalTabulationControl by horizontalTabulationControl.ss20; +sub lineFeedControl by lineFeedControl.ss20; +sub negativeAcknowledgeControl by negativeAcknowledgeControl.ss20; +sub nullControl by whiteSquare; +sub recordSeparatorControl by whiteLowerRightQuadrantSquare; +sub shiftInControl by shiftInControl.ss20; +sub shiftOutControl by shiftOutControl.ss20; +sub spaceControl by upWhiteTriangle; +sub startOfHeadingControl by startOfHeadingControl.ss20; +sub startOfTextControl by startOfTextControl.ss20; +sub substituteControl by substituteControl.ss20; +sub synchronousIdleControl by synchronousIdleControl.ss20; +sub unitSeparatorControl by whiteUpperRightQuadrantSquare; +sub verticalTabulationControl by verticalTabulationControl.ss20; +sub newlineControl by returnsymbol; +} ss20; + table GDEF { # automatic GlyphClassDef - [A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Amacron Aogonek Aring Aringacute Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent H Hbar Hcaron Hcircumflex I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Itilde J Jcircumflex K Kcommaaccent L Lacute Lcaron Lcommaaccent Ldot Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scircumflex Scommaaccent Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Uring Utilde V Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Ismall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde schwa ezh f g gbreve gcaron gcircumflex gcommaaccent gdotaccent h hbar hcaron hcircumflex i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek itilde j jdotless jcircumflex k kcommaaccent kgreenlandic l lacute lcaron lcommaaccent ldot lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent s sacute scaron scedilla scircumflex scommaaccent germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek uring utilde v vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol baht cedi cent colonsign dollar dong franc guarani kip naira peseta peso ruble tugrik won yen Ohm increment micro Alpha-latin Astroke Cstroke Ereversed Gstroke Hdotbelow Iotaafrican Kacute Kdotbelow Klinebelow Lbar Ldotbelow Llinebelow Lmiddletilde Nlinebelow Omacronacute Omacrongrave Rdotbelow Sdotbelow Tdiagonalstroke Tlinebelow Upsilonafrican Gammaafrican Vhook Asmall Gsmall Lsmall alpha-latin eturned gamma-latin glottalstop glottalstopreversed gstroke hdotbelow iota-latin jcaron kdotbelow klinebelow lambdastroke lbar lbelt ldotbelow llinebelow lmiddletilde nlinebelow omacronacute omacrongrave rdotbelow sdotbelow upsilon-latin vhook baht.BRACKET.600 dollar.BRACKET.600], # Base + [A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol baht cedi cent colonsign dollar dong franc guarani kip naira peseta peso ruble tugrik won yen Ohm increment micro], # Base , # Liga - [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb horncomb dotbelowcomb commaaccentcomb cedillacomb ogonekcomb gravetonecomb acutetonecomb dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb brevecomb-cy brevecomb-cy.case commaabovecomb commaaboverightcomb ringbelowcomb macronbelowcomb lowlinecomb], # Mark + [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb brevecomb-cy brevecomb-cy.case], # Mark ; } GDEF; diff --git a/sources/CascadiaCode-ExtraLight.ufo/fontinfo.plist b/sources/CascadiaCode-ExtraLight.ufo/fontinfo.plist index e2e05de14..b6ce38852 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/fontinfo.plist +++ b/sources/CascadiaCode-ExtraLight.ufo/fontinfo.plist @@ -22,7 +22,7 @@ x 1100 y - 1080 + 330 angle @@ -110,9 +110,9 @@ name [locked] x - 392 + 335 y - 408 + 320 angle @@ -162,6 +162,46 @@ y 2226 + + angle + 0 + name + [locked] + x + 1076 + y + 414 + + + angle + 0 + name + [locked] + x + 1076 + y + 1004 + + + angle + 0 + name + [locked] + x + 1076 + y + 914 + + + angle + 0 + name + [locked] + x + 1076 + y + 504 + italicAngle 0 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.J_un 16 20, 20_48/Z_he-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.J_un 16 20, 20_48/Z_he-cy.glif deleted file mode 100644 index e78ff689e..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs.J_un 16 20, 20_48/Z_he-cy.glif +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/A_lpha-latin.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/A_lpha-latin.glif new file mode 100644 index 000000000..712da940d --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/A_lpha-latin.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/G_stroke.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/G_stroke.glif new file mode 100644 index 000000000..6738eaf97 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/G_stroke.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/N_hookleft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/N_hookleft.glif new file mode 100644 index 000000000..4079b04a2 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/N_hookleft.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/U_psilonafrican.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/U_psilonafrican.glif new file mode 100644 index 000000000..931d8cd5a --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/U_psilonafrican.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/asterisk_parenright.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/asterisk_parenright.liga.glif new file mode 100644 index 000000000..9f7e41852 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/asterisk_parenright.liga.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/bar_bar_equal_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/bar_bar_equal_middle.seq.glif new file mode 100644 index 000000000..040d6dc0b --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/bar_bar_equal_middle.seq.glif @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/bar_bar_hyphen_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/bar_bar_hyphen_start.seq.glif new file mode 100644 index 000000000..55d0b9891 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/bar_bar_hyphen_start.seq.glif @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/be-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/be-cy.glif new file mode 100644 index 000000000..e3a33ca77 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/be-cy.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/contents.plist b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/contents.plist new file mode 100644 index 000000000..c6097ac28 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/contents.plist @@ -0,0 +1,108 @@ + + + + + Alpha-latin + A_lpha-latin.glif + Gstroke + G_stroke.glif + Nhookleft + N_hookleft.glif + Upsilonafrican + U_psilonafrican.glif + asterisk_parenright.liga + asterisk_parenright.liga.glif + bar_bar_equal_middle.seq + bar_bar_equal_middle.seq.glif + bar_bar_hyphen_start.seq + bar_bar_hyphen_start.seq.glif + be-cy + be-cy.glif + d + d.glif + dcaron.alt + dcaron.alt.glif + degree + degree.glif + g + g.glif + gheupturn-cy + gheupturn-cy.glif + glottalstopmod + glottalstopmod.glif + gravecomb.case + gravecomb.case.glif + greater.alt + greater.alt.glif + greater.center + greater.center.glif + greater_greater_equal_end.seq + greater_greater_equal_end.seq.glif + greater_greater_equal_middle.seq + greater_greater_equal_middle.seq.glif + greater_greater_equal_start.seq + greater_greater_equal_start.seq.glif + greater_greater_hyphen_end.seq + greater_greater_hyphen_end.seq.glif + greater_greater_hyphen_middle.seq + greater_greater_hyphen_middle.seq.glif + greater_greater_hyphen_start.seq + greater_greater_hyphen_start.seq.glif + idotless + idotless.glif + ka-cy + ka-cy.glif + kadescender-cy + kadescender-cy.glif + kaiSymbol + kaiS_ymbol.glif + kappa + kappa.glif + less_less_equal_end.seq + less_less_equal_end.seq.glif + less_less_equal_middle.seq + less_less_equal_middle.seq.glif + less_less_equal_start.seq + less_less_equal_start.seq.glif + less_less_hyphen_end.seq + less_less_hyphen_end.seq.glif + less_less_hyphen_middle.seq + less_less_hyphen_middle.seq.glif + macroncomb + macroncomb.glif + nhookleft + nhookleft.glif + nine + nine.glif + numbersign_middle.seq + numbersign_middle.seq.glif + numbersign_underscore_parenleft.liga + numbersign_underscore_parenleft.liga.glif + p + p.glif + parenleft_asterisk.liga + parenleft_asterisk.liga.glif + period_hyphen.liga + period_hyphen.liga.glif + quotedblbase + quotedblbase.glif + quoteleft + quoteleft.glif + quoteright + quoteright.glif + rho + rho.glif + slash_slash_equal_end.seq + slash_slash_equal_end.seq.glif + slash_slash_equal_middle.seq + slash_slash_equal_middle.seq.glif + slash_slash_equal_start.seq + slash_slash_equal_start.seq.glif + tau + tau.glif + tse-cy.loclBGR + tse-cy.loclB_G_R_.glif + upsilon-latin + upsilon-latin.glif + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/d.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/d.glif new file mode 100644 index 000000000..d78127c72 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/d.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/dcaron.alt.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/dcaron.alt.glif new file mode 100644 index 000000000..205b5baee --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/dcaron.alt.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/degree.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/degree.glif new file mode 100644 index 000000000..4367d3e16 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/degree.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/g.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/g.glif new file mode 100644 index 000000000..7f189e25e --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/g.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/gheupturn-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/gheupturn-cy.glif new file mode 100644 index 000000000..ab9f44794 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/gheupturn-cy.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/glottalstopmod.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/glottalstopmod.glif new file mode 100644 index 000000000..19f4381f2 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/glottalstopmod.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/gravecomb.case.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/gravecomb.case.glif new file mode 100644 index 000000000..a4133e6a0 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/gravecomb.case.glif @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater.alt.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater.alt.glif new file mode 100644 index 000000000..3a05efe39 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater.alt.glif @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater.center.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater.center.glif new file mode 100644 index 000000000..3e5a57223 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater.center.glif @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_equal_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_equal_end.seq.glif new file mode 100644 index 000000000..b82376fcb --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_equal_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_equal_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_equal_middle.seq.glif new file mode 100644 index 000000000..da285c448 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_equal_middle.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_equal_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_equal_start.seq.glif new file mode 100644 index 000000000..1d8a7ebb6 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_equal_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_hyphen_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_hyphen_end.seq.glif new file mode 100644 index 000000000..217333c88 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_hyphen_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_hyphen_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_hyphen_middle.seq.glif new file mode 100644 index 000000000..2b56b178b --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_hyphen_middle.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_hyphen_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_hyphen_start.seq.glif new file mode 100644 index 000000000..69300b210 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater_greater_hyphen_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/idotless.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/idotless.glif new file mode 100644 index 000000000..7a3601edd --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/idotless.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/ka-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/ka-cy.glif new file mode 100644 index 000000000..4bafdd948 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/ka-cy.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/kadescender-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/kadescender-cy.glif new file mode 100644 index 000000000..3ded44136 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/kadescender-cy.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/kaiS_ymbol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/kaiS_ymbol.glif new file mode 100644 index 000000000..3d5ac6a58 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/kaiS_ymbol.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/kappa.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/kappa.glif new file mode 100644 index 000000000..60f2c8118 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/kappa.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_equal_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_equal_end.seq.glif new file mode 100644 index 000000000..aa3042ccd --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_equal_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_equal_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_equal_middle.seq.glif new file mode 100644 index 000000000..ff5e971ac --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_equal_middle.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_equal_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_equal_start.seq.glif new file mode 100644 index 000000000..b4fe44b53 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_equal_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_hyphen_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_hyphen_end.seq.glif new file mode 100644 index 000000000..a9de24296 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_hyphen_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_hyphen_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_hyphen_middle.seq.glif new file mode 100644 index 000000000..bf77f6089 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/less_less_hyphen_middle.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/macroncomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/macroncomb.glif new file mode 100644 index 000000000..287a03953 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/macroncomb.glif @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/nhookleft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/nhookleft.glif new file mode 100644 index 000000000..6f188a211 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/nhookleft.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/nine.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/nine.glif new file mode 100644 index 000000000..468e41421 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/nine.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/numbersign_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/numbersign_middle.seq.glif new file mode 100644 index 000000000..e9fb60b83 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/numbersign_middle.seq.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/numbersign_underscore_parenleft.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/numbersign_underscore_parenleft.liga.glif new file mode 100644 index 000000000..87590743b --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/numbersign_underscore_parenleft.liga.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/p.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/p.glif new file mode 100644 index 000000000..c60885947 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/p.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/parenleft_asterisk.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/parenleft_asterisk.liga.glif new file mode 100644 index 000000000..dcec4d01d --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/parenleft_asterisk.liga.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/period_hyphen.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/period_hyphen.liga.glif new file mode 100644 index 000000000..633bfbf54 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/period_hyphen.liga.glif @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/quotedblbase.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/quotedblbase.glif new file mode 100644 index 000000000..384d910bd --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/quotedblbase.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/quoteleft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/quoteleft.glif new file mode 100644 index 000000000..099b8b255 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/quoteleft.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/quoteright.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/quoteright.glif new file mode 100644 index 000000000..b60f1265c --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/quoteright.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/rho.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/rho.glif new file mode 100644 index 000000000..fd2ef3abc --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/rho.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/slash_slash_equal_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/slash_slash_equal_end.seq.glif new file mode 100644 index 000000000..15d816a09 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/slash_slash_equal_end.seq.glif @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/slash_slash_equal_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/slash_slash_equal_middle.seq.glif new file mode 100644 index 000000000..7a70f8356 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/slash_slash_equal_middle.seq.glif @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/slash_slash_equal_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/slash_slash_equal_start.seq.glif new file mode 100644 index 000000000..f47440f0f --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/slash_slash_equal_start.seq.glif @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/tau.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/tau.glif new file mode 100644 index 000000000..0895fcbbb --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/tau.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/tse-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/tse-cy.loclB_G_R_.glif new file mode 100644 index 000000000..cab918ac1 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/tse-cy.loclB_G_R_.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/upsilon-latin.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/upsilon-latin.glif new file mode 100644 index 000000000..a456fdf8e --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/upsilon-latin.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_-cy.glif index c7aa1bf56..bc4915a18 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_.glif index f64c20f94..f3f9824a9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_.glif @@ -26,7 +26,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_.half.glif new file mode 100644 index 000000000..7408b858d --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_.half.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_E_acute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_E_acute.glif index 05c93d7fe..0a9405fcb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_E_acute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_E_acute.glif @@ -3,16 +3,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_acute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_acute.glif index 4a35a8274..93c8272ed 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_acute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_acute.glif @@ -7,12 +7,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_breve.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_breve.glif index 948779257..a24424ae1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_breve.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_breve.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_breveacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_breveacute.glif index d9f34b366..d21591544 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_breveacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_breveacute.glif @@ -4,16 +4,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevedotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevedotbelow.glif index 90618eaf5..16ff273a2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevedotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevegrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevegrave.glif index 59ce6a659..00eb7fa97 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevegrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevegrave.glif @@ -4,16 +4,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevehookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevehookabove.glif index 92e64a109..4e234a828 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevehookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevehookabove.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevetilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevetilde.glif index 91990f687..73483f23e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevetilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevetilde.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_caron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_caron.glif index c6df24df2..69d7a4b91 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_caron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_caron.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflex.glif index 144fe8e48..43d291096 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflex.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexacute.glif index ec650df6d..55dadc332 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexacute.glif @@ -4,16 +4,27 @@ - + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + acutecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexdotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexdotbelow.glif index 6c531fdf6..89e6a3c1d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexdotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexgrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexgrave.glif index 2f50b31c7..2735da16a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexgrave.glif @@ -4,16 +4,27 @@ - + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + gravecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexhookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexhookabove.glif index 075a899c9..ea344acff 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexhookabove.glif @@ -4,16 +4,27 @@ - + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + hookabovecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflextilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflextilde.glif index a3c99d584..0eeba4452 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflextilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflextilde.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_dieresis.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_dieresis.glif index 0b361da01..5fd8777f9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_dieresis.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_dieresis.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_dotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_dotbelow.glif index 02a27c548..dd2dd8e8f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_dotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_grave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_grave.glif index 33ee0a8e4..818dd9759 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_grave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_grave.glif @@ -7,12 +7,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_hookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_hookabove.glif index 2643a507a..6bd799f48 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_hookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_hookabove.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_lpha-latin.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_lpha-latin.glif index a0682f599..7e8824d94 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_lpha-latin.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_lpha-latin.glif @@ -3,59 +3,58 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_lpha.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_lpha.glif index 2f0b268ba..91a5556c8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_lpha.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_lpha.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_lphatonos.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_lphatonos.glif index 6239275f9..80350c571 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_lphatonos.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_lphatonos.glif @@ -28,10 +28,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_macron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_macron.glif index 50e12bf8b..552fff7f5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_macron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_macron.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_ogonek.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_ogonek.glif index e18736bab..3ea23c356 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_ogonek.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_ogonek.glif @@ -2,16 +2,16 @@ - + - - - + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_ring.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_ring.glif index b58c004ff..2065bebc0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_ring.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_ring.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_ringacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_ringacute.glif index fb316ced0..59538effa 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_ringacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_ringacute.glif @@ -2,9 +2,9 @@ - + - + @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_small.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_small.glif index cbd30a9d7..7dd5f4559 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_small.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_small.glif @@ -26,7 +26,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_stroke.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_stroke.glif index a793eb12e..f90547ec1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_stroke.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_stroke.glif @@ -2,30 +2,30 @@ - + + - - - - - - - - - - - - - + + + + + + + + + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_tilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_tilde.glif index da6e8bd0f..ae61efea3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_tilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_tilde.glif @@ -4,7 +4,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_.glif index 0d57c2524..9b3511e6c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_.glif @@ -61,7 +61,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_.half.glif new file mode 100644 index 000000000..ef1b20463 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_.half.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_e-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_e-cy.glif index 5f877a0f5..e8500b9ea 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_e-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_e-cy.glif @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_eta.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_eta.glif index 23a7fabad..04b681245 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_eta.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_eta.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_.glif index 01fcda522..9f24dad07 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_.glif @@ -2,42 +2,42 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_.half.glif new file mode 100644 index 000000000..0467a1ac3 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_.half.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_acute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_acute.glif index 5322c053d..ab18f1144 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_acute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_acute.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_acute.loclP_L_K_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_acute.loclP_L_K_.glif index 2ad214032..6bf0b8a39 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_acute.loclP_L_K_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_acute.loclP_L_K_.glif @@ -1,16 +1,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_caron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_caron.glif index 65fd0efd3..6bffba180 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_caron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_caron.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_cedilla.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_cedilla.glif index 0f9ed8cfc..efc56b2b1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_cedilla.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_cedilla.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_circumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_circumflex.glif index e702e8417..7c96c49da 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_circumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_circumflex.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_dotaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_dotaccent.glif index a24c82fbc..c0907030f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_dotaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_dotaccent.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_he-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_he-cy.glif index 22294aee4..d71314a59 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_he-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_he-cy.glif @@ -2,34 +2,28 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_hedescender-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_hedescender-cy.glif index 28224740d..ff9c2565b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_hedescender-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_hedescender-cy.glif @@ -2,21 +2,15 @@ - - + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_hi.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_hi.glif index 29a5fb4bd..086db1e98 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_hi.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_hi.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_stroke.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_stroke.glif index 9ca6cb36f..52bd24bd8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_stroke.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_stroke.glif @@ -2,21 +2,21 @@ - - + + - - + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_.glif index e79de18e2..5ce189084 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_.glif @@ -2,41 +2,41 @@ - - - + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_.half.glif new file mode 100644 index 000000000..15119465d --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_.half.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_caron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_caron.glif index 71d2164fb..6ad6e64e2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_caron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_caron.glif @@ -2,17 +2,17 @@ - - - + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_croat.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_croat.glif index 65ebd7fac..e7bbee601 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_croat.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_croat.glif @@ -2,16 +2,16 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_e-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_e-cy.glif index b24068e69..a7242af1e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_e-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_e-cy.glif @@ -48,10 +48,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_e-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_e-cy.loclB_G_R_.glif index 1b22249e2..74d7f848f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_e-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_e-cy.loclB_G_R_.glif @@ -33,10 +33,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_elta.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_elta.glif index 9d8b31482..19de7d5f6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_elta.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_elta.glif @@ -22,10 +22,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_je-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_je-cy.glif index ebbf7ecd2..d2f0672c6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_je-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_je-cy.glif @@ -2,44 +2,38 @@ - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_ze-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_ze-cy.glif index fc8a7ca4e..a85a2df8c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_ze-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_ze-cy.glif @@ -3,14 +3,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_zhe-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_zhe-cy.glif index bfe55bbe8..cb05f195f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_zhe-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_zhe-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_-cy.glif index 2946ec7a0..a47b7e701 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_-cy.glif @@ -40,10 +40,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_.glif index b3d93b3ce..9aa115d30 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_.half.glif new file mode 100644 index 000000000..77681afd2 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_.half.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_acute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_acute.glif index f8c88f439..bdda1b50e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_acute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_acute.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_breve.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_breve.glif index a7693d52f..aa9af6d2b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_breve.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_breve.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_caron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_caron.glif index 3e69156a7..31fc92631 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_caron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_caron.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflex.glif index d07fd7443..7d55f8673 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflex.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexacute.glif index 41f223d6d..3edcf0415 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexacute.glif @@ -4,17 +4,28 @@ - + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + acutecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexdotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexdotbelow.glif index 02e8bbaab..b7d898932 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexdotbelow.glif @@ -2,7 +2,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexgrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexgrave.glif index 05ea832c5..f60a2d25b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexgrave.glif @@ -4,12 +4,12 @@ - + - + @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexhookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexhookabove.glif index 8e6023e96..9a9f75f52 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexhookabove.glif @@ -4,17 +4,28 @@ - + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + hookabovecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflextilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflextilde.glif index 4c8d60f86..e4a32c892 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflextilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflextilde.glif @@ -4,7 +4,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_dieresis.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_dieresis.glif index fdc4ad5be..d790ca7c0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_dieresis.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_dieresis.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_dotaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_dotaccent.glif index 24eb5985d..ed0c79bf4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_dotaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_dotaccent.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_dotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_dotbelow.glif index 5a33c10dc..cd9f78738 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_dotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_f-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_f-cy.glif index 2c2fb6269..f82188db0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_f-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_f-cy.glif @@ -48,10 +48,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_f-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_f-cy.loclB_G_R_.glif index 0472fed81..91cf0b408 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_f-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_f-cy.loclB_G_R_.glif @@ -47,10 +47,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_grave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_grave.glif index 633789991..2214ee723 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_grave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_grave.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_hookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_hookabove.glif index 70a21a818..3459f0d6e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_hookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_hookabove.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_l-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_l-cy.glif index 0f2d1f23f..60215b825 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_l-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_l-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_l-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_l-cy.loclB_G_R_.glif index 8dfe271ad..f19b2ef3a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_l-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_l-cy.loclB_G_R_.glif @@ -15,10 +15,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_m-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_m-cy.glif index d98122b9f..cddeda4a2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_m-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_m-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_macron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_macron.glif index 9505f03fa..7237f6a1b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_macron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_macron.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_n-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_n-cy.glif index 84d3aec46..1a9199a33 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_n-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_n-cy.glif @@ -9,10 +9,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ndescender-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ndescender-cy.glif index 3a2e122e1..54e137ab2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ndescender-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ndescender-cy.glif @@ -15,10 +15,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ng.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ng.glif index 63d541081..c91eeabb4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ng.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ng.glif @@ -3,7 +3,7 @@ - + @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ogonek.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ogonek.glif index b57b87eb9..5232ae3a5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ogonek.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ogonek.glif @@ -2,7 +2,7 @@ - + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_open.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_open.glif index 2bec7249e..81168ca78 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_open.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_open.glif @@ -43,11 +43,11 @@ - - - - - + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_psilon.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_psilon.glif index 7762ca32d..a9d002a99 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_psilon.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_psilon.glif @@ -9,10 +9,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_psilontonos.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_psilontonos.glif index 923b9133e..54f1d7133 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_psilontonos.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_psilontonos.glif @@ -36,10 +36,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_r-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_r-cy.glif index cf0555239..aa71168c9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_r-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_r-cy.glif @@ -2,15 +2,9 @@ - - + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_reversed-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_reversed-cy.glif index dc23c51e5..de97e09d4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_reversed-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_reversed-cy.glif @@ -40,10 +40,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_reversed.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_reversed.glif index 64431e82f..3ee511f11 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_reversed.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_reversed.glif @@ -35,7 +35,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_s-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_s-cy.glif index c2b372e5e..306b6eb48 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_s-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_s-cy.glif @@ -2,15 +2,9 @@ - - + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_sh.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_sh.glif index d692fe5e3..d23391d75 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_sh.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_sh.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ta.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ta.glif index 63595138e..6724c725f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ta.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ta.glif @@ -9,10 +9,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_tatonos.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_tatonos.glif index 89fb44bd6..96a519223 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_tatonos.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_tatonos.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_th.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_th.glif index 256f04030..0f23b0953 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_th.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_th.glif @@ -2,15 +2,15 @@ - - - + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_tilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_tilde.glif index 1b7b36150..a361524e2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_tilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_tilde.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_zh.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_zh.glif index bbfff9e08..4e121fb2d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_zh.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_zh.glif @@ -6,35 +6,35 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/F_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/F_.glif index 04af4e71e..06c259999 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/F_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/F_.glif @@ -6,28 +6,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/F_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/F_.half.glif new file mode 100644 index 000000000..e2430891c --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/F_.half.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_.glif index e0be04e9b..63f1273ea 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_.glif @@ -2,54 +2,54 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_.half.glif new file mode 100644 index 000000000..b51947f26 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_.half.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_amma.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_amma.glif index 519598c3f..3660a079a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_amma.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_amma.glif @@ -2,15 +2,9 @@ - - + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_ammaafrican.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_ammaafrican.glif index 1ba5df367..c7a2f6280 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_ammaafrican.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_ammaafrican.glif @@ -52,7 +52,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_breve.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_breve.glif index 03651601d..0c102b55e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_breve.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_breve.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_caron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_caron.glif index bfb638096..5569d0b23 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_caron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_caron.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_circumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_circumflex.glif index eb325d2c2..e290ad48d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_circumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_circumflex.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_commaaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_commaaccent.glif index faba36ca2..daebc0351 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_commaaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_commaaccent.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_dotaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_dotaccent.glif index bb5491308..10a112588 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_dotaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_dotaccent.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_e-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_e-cy.glif index f3235a214..fdea7c6cc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_e-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_e-cy.glif @@ -18,10 +18,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_hestroke-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_hestroke-cy.glif index fda9b6274..22be9dace 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_hestroke-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_hestroke-cy.glif @@ -2,8 +2,8 @@ - - + + @@ -13,10 +13,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_heupturn-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_heupturn-cy.glif index 5c173375b..a629cf600 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_heupturn-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_heupturn-cy.glif @@ -24,10 +24,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_je-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_je-cy.glif index 8e8803827..566cdef98 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_je-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_je-cy.glif @@ -6,12 +6,6 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_small.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_small.glif index 32d8bfa7f..d5f64e5b5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_small.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_small.glif @@ -6,50 +6,50 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_stroke.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_stroke.glif index 897d68506..a386c0662 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_stroke.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_stroke.glif @@ -6,38 +6,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -49,7 +49,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_.glif index 1bcd8a398..a2b627ac6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_.half.glif new file mode 100644 index 000000000..68ca346a9 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_.half.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_a-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_a-cy.glif index 1a5d40fa8..18b430bef 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_a-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_a-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_adescender-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_adescender-cy.glif index 7a2a756ca..8bc6ab6b1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_adescender-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_adescender-cy.glif @@ -13,10 +13,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_ardsign-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_ardsign-cy.glif index 8d4523a09..ad7efd35d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_ardsign-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_ardsign-cy.glif @@ -2,46 +2,40 @@ - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_bar.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_bar.glif index 0ddbd9c09..cafa8aa23 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_bar.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_bar.glif @@ -8,10 +8,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_caron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_caron.glif index fd633b4b4..048ea830f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_caron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_caron.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_circumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_circumflex.glif index 2467eae36..b6d6a2784 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_circumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_circumflex.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_dotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_dotbelow.glif index 47ee20a8b..de563d42b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_dotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_-cy.glif index 79d8b87b9..feb635915 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_-cy.glif @@ -3,16 +3,10 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_.glif index 5af078667..7fee2f8f6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_.half.glif new file mode 100644 index 000000000..20f4624d1 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_.half.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_J_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_J_.glif index 18280b3e0..252705131 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_J_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_J_.glif @@ -6,54 +6,52 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - com.schriftgestaltung.Glyphs.glyph.rightMetricsKey - J public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_a-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_a-cy.glif index 74a71b7d8..66a2530ea 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_a-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_a-cy.glif @@ -59,10 +59,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_acute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_acute.glif index 243741bf1..7eb177c31 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_acute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_acute.glif @@ -3,17 +3,17 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_acute_J_.loclN_L_D_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_acute_J_.loclN_L_D_.glif index ad6aa3738..e4a3d5dff 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_acute_J_.loclN_L_D_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_acute_J_.loclN_L_D_.glif @@ -2,7 +2,7 @@ - + @@ -30,7 +30,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_breve.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_breve.glif index 0a66fda67..d8939ff68 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_breve.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_breve.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_circumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_circumflex.glif index 1e88b5a0a..81c79cfed 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_circumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_circumflex.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_dieresis.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_dieresis.glif index 7885aa404..27edc890e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_dieresis.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_dieresis.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_dotaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_dotaccent.glif index aaed91d11..235a036d0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_dotaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_dotaccent.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_dotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_dotbelow.glif index b6e9fb714..b5113713c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_dotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_dotbelow.glif @@ -2,8 +2,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_e-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_e-cy.glif index 0eff3789b..ef7918569 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_e-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_e-cy.glif @@ -9,10 +9,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_egrave-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_egrave-cy.glif index 740f07e9e..0d102d5f4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_egrave-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_egrave-cy.glif @@ -8,12 +8,6 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_grave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_grave.glif index 908272c55..e1b138635 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_grave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_grave.glif @@ -3,17 +3,17 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_hookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_hookabove.glif index c7f8e14e8..dc2128b6b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_hookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_hookabove.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_i-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_i-cy.glif index 05283c2f0..8bc3af9ac 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_i-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_i-cy.glif @@ -28,10 +28,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_igrave-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_igrave-cy.glif index a1a4040c9..93806256e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_igrave-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_igrave-cy.glif @@ -6,12 +6,6 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_ishort-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_ishort-cy.glif index 9aeb045cc..44d6645ca 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_ishort-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_ishort-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_macron-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_macron-cy.glif index df57e482e..86e9d8dc8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_macron-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_macron-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_macron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_macron.glif index 176b05cd9..3d6612bf0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_macron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_macron.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_o-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_o-cy.glif index 1ff741ed0..19fa85b04 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_o-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_o-cy.glif @@ -10,10 +10,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_ogonek.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_ogonek.glif index 27d3cd4b4..86080ff01 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_ogonek.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_ogonek.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_ota.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_ota.glif index 0da31b69c..d94842712 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_ota.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_ota.glif @@ -3,16 +3,10 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_otaafrican.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_otaafrican.glif index fd88fe32e..3f7137313 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_otaafrican.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_otaafrican.glif @@ -2,17 +2,17 @@ - - - - + + + + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_otadieresis.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_otadieresis.glif index f22af9f4d..97ec8bf2b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_otadieresis.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_otadieresis.glif @@ -3,17 +3,11 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_otatonos.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_otatonos.glif index f24b9b189..75e1b6723 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_otatonos.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_otatonos.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_small.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_small.glif index 883c03a61..fb863432c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_small.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_small.glif @@ -6,10 +6,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_tilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_tilde.glif index e68155195..de604e122 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_tilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_tilde.glif @@ -3,8 +3,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_u-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_u-cy.glif index 470d8128b..fa628dff8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_u-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_u-cy.glif @@ -46,10 +46,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/J_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/J_.glif index 838c1b75d..149c5812d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/J_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/J_.glif @@ -6,34 +6,34 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/J_circumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/J_circumflex.glif index 57aec9f35..986a46b74 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/J_circumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/J_circumflex.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/J_e-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/J_e-cy.glif index 60c6cc45b..48e1847e2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/J_e-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/J_e-cy.glif @@ -3,14 +3,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_.glif index 069402773..97ce58749 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_.glif @@ -2,36 +2,36 @@ - - + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_.half.glif new file mode 100644 index 000000000..548f38981 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_.half.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_a-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_a-cy.glif index 628c96718..72578fb10 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_a-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_a-cy.glif @@ -60,10 +60,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_acute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_acute.glif index cc367bba5..0c4bc88f1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_acute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_acute.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_adescender-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_adescender-cy.glif index e5bcb1081..020bce8c4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_adescender-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_adescender-cy.glif @@ -66,10 +66,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_aiS_ymbol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_aiS_ymbol.glif index 8f2ef2105..0ba07559e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_aiS_ymbol.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_aiS_ymbol.glif @@ -6,40 +6,34 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_appa.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_appa.glif index 66c992481..f04a5621c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_appa.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_appa.glif @@ -2,15 +2,9 @@ - - + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_commaaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_commaaccent.glif index 6fea8328d..eefd651eb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_commaaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_commaaccent.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_dotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_dotbelow.glif index df0bd9641..9e127783f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_dotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_dotbelow.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_je-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_je-cy.glif index 53ab9ea5e..b43a4a974 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_je-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_je-cy.glif @@ -6,12 +6,6 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_linebelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_linebelow.glif index aca654e33..fef13da88 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_linebelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_linebelow.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_.glif index 9e2cf208d..7be964edc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_.half.glif new file mode 100644 index 000000000..d9a63b48c --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_.half.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_acute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_acute.glif index 6ac453679..fd8b8399d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_acute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_acute.glif @@ -4,16 +4,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_ambda.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_ambda.glif index d73eb23dc..e9ae3d278 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_ambda.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_ambda.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_bar.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_bar.glif index e4131673e..ccb51e8fa 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_bar.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_bar.glif @@ -18,7 +18,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_caron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_caron.glif index 7024cfcf8..c549273bf 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_caron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_caron.glif @@ -4,7 +4,7 @@ - + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_commaaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_commaaccent.glif index 4de66f982..32cae6688 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_commaaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_commaaccent.glif @@ -2,9 +2,9 @@ - + - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_dot.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_dot.glif index 1f8f30b4f..efd11c086 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_dot.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_dot.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_dotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_dotbelow.glif index 06f90c2c8..951bbc785 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_dotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_je-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_je-cy.glif index 780036bbb..d8fc0e6bb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_je-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_je-cy.glif @@ -50,10 +50,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_linebelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_linebelow.glif index c857f0cef..85d2f2aad 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_linebelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_linebelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_middletilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_middletilde.glif index 84ead8a3c..7cf88b2be 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_middletilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_middletilde.glif @@ -55,7 +55,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_small.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_small.glif index 3991737e4..94bf8c8b9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_small.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_small.glif @@ -9,21 +9,21 @@ - - + + - - + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/M_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/M_.glif index 75c7eb0fa..92e7bf7ca 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/M_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/M_.glif @@ -41,7 +41,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/M_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/M_.half.glif new file mode 100644 index 000000000..c636b223c --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/M_.half.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/M_u.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/M_u.glif index 39c3b19c3..777ad405a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/M_u.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/M_u.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_.glif index 42c1d0b40..f22e1d181 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_.half.glif new file mode 100644 index 000000000..a7013fe4b --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_.half.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_acute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_acute.glif index 870873252..945070b01 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_acute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_acute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_acute.loclP_L_K_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_acute.loclP_L_K_.glif index 2fb4294fe..9662fe1c6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_acute.loclP_L_K_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_acute.loclP_L_K_.glif @@ -5,12 +5,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_caron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_caron.glif index 53fbc1d47..29a98cebf 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_caron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_caron.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_commaaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_commaaccent.glif index 693aaec87..09637e04f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_commaaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_commaaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_hookleft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_hookleft.glif index db34a29bd..c95daadb3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_hookleft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_hookleft.glif @@ -2,29 +2,29 @@ - + - + - + - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_je-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_je-cy.glif index b0a104084..12215c9f8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_je-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_je-cy.glif @@ -46,10 +46,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_linebelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_linebelow.glif index e6d622252..89c55b87e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_linebelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_linebelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_tilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_tilde.glif index b99dcb129..4ef83605e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_tilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_tilde.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_u.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_u.glif index 4dee8c66e..d32b85a00 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_u.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_u.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_-cy.glif index eb26191ad..16e5ee521 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_-cy.glif @@ -11,10 +11,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_.glif index b845d4a61..567a65f48 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_.glif @@ -41,7 +41,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_.half.glif new file mode 100644 index 000000000..beac45b36 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_.half.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_acute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_acute.glif index ac7ad5e0a..948423562 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_acute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_acute.glif @@ -10,12 +10,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_acute.loclP_L_K_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_acute.loclP_L_K_.glif index 2e56a77a4..46ab31852 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_acute.loclP_L_K_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_acute.loclP_L_K_.glif @@ -9,12 +9,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_barred-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_barred-cy.glif index ef298c8e1..dba47e453 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_barred-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_barred-cy.glif @@ -17,10 +17,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_breve.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_breve.glif index 03b3baa8a..2cd99d649 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_breve.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_breve.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflex.glif index 924219cf0..1ed6565c4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflex.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexacute.glif index ed7b2a821..32c3c5751 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexacute.glif @@ -5,18 +5,29 @@ - + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + acutecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexdotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexdotbelow.glif index 67f9afb7d..9d60902a4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexdotbelow.glif @@ -2,7 +2,7 @@ - + @@ -16,7 +16,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexgrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexgrave.glif index b9007ac69..962fc9981 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexgrave.glif @@ -5,18 +5,29 @@ - + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + gravecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexhookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexhookabove.glif index 2ee2fbdfc..af7ffb69c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexhookabove.glif @@ -5,18 +5,29 @@ - + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + hookabovecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflextilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflextilde.glif index 58e6c7c0a..0a186177d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflextilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflextilde.glif @@ -5,7 +5,7 @@ - + @@ -16,7 +16,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_dieresis.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_dieresis.glif index 8d004dd90..658884261 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_dieresis.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_dieresis.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_dotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_dotbelow.glif index cd857046c..e8417ba15 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_dotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_grave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_grave.glif index e4f891cea..e7c439fcd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_grave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_grave.glif @@ -10,12 +10,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hm.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hm.glif index cbd26809a..3dfbe6ec5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hm.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hm.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hookabove.glif index 55354ce07..82ed31ffa 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hookabove.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horn.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horn.glif index 425c54444..ee3b08109 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horn.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horn.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hornacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hornacute.glif index 4b8ba64f4..06b50e869 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hornacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hornacute.glif @@ -10,12 +10,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horndotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horndotbelow.glif index 5789f931f..c3a395f53 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horndotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horndotbelow.glif @@ -2,7 +2,7 @@ - + @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horngrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horngrave.glif index b93788934..d2600e217 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horngrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horngrave.glif @@ -10,12 +10,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hornhookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hornhookabove.glif index 913d72b42..87d80e2d9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hornhookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hornhookabove.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horntilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horntilde.glif index ba14b04a7..372d400af 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horntilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horntilde.glif @@ -5,7 +5,7 @@ - + @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hungarumlaut.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hungarumlaut.glif index bbc6744bc..6b2335700 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hungarumlaut.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_macron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_macron.glif index 41330aa97..db70879c7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_macron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_macron.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_macronacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_macronacute.glif index 75a4c0ebd..c0e74d4c0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_macronacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_macronacute.glif @@ -11,6 +11,12 @@ - + + + + public.markColor + 0,0.67,0.91,1 + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_macrongrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_macrongrave.glif index 0b077925e..83221b0c5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_macrongrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_macrongrave.glif @@ -11,6 +11,12 @@ - + + + + public.markColor + 0,0.67,0.91,1 + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_mega.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_mega.glif index 59ee23461..18943b79d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_mega.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_mega.glif @@ -48,10 +48,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_megatonos.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_megatonos.glif index ec00b84d4..b255f13d0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_megatonos.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_megatonos.glif @@ -54,10 +54,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_micron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_micron.glif index a110d955b..1207074e6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_micron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_micron.glif @@ -11,10 +11,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_microntonos.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_microntonos.glif index 58136ac3f..eec3b3df2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_microntonos.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_microntonos.glif @@ -40,10 +40,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_ogonek.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_ogonek.glif index a46a5547f..542d811e5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_ogonek.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_ogonek.glif @@ -2,7 +2,7 @@ - + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_open.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_open.glif index 8791a63c8..40f50f71a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_open.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_open.glif @@ -6,32 +6,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_slashacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_slashacute.glif index 565eb3ef6..1e9b1a148 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_slashacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_slashacute.glif @@ -10,12 +10,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_tilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_tilde.glif index 4363d4193..38bf19ca8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_tilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_tilde.glif @@ -5,7 +5,7 @@ - + @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_.glif index e0ad9f476..a137549f7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_.half.glif new file mode 100644 index 000000000..8f6dfd296 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_.half.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_alochka-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_alochka-cy.glif index e9c35ce50..e0f99c342 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_alochka-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_alochka-cy.glif @@ -3,16 +3,10 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_e-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_e-cy.glif index b4c032cc1..14ef1dafa 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_e-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_e-cy.glif @@ -24,10 +24,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_hi.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_hi.glif index 3d2b72586..7dac0275f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_hi.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_hi.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_i.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_i.glif index 6469b1930..f897022c4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_i.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_i.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_si.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_si.glif index f581137f5..e1506e865 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_si.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_si.glif @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Q_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Q_.glif index 95cc08d70..8403917b5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Q_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Q_.glif @@ -39,7 +39,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Q_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Q_.half.glif new file mode 100644 index 000000000..843818b3d --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Q_.half.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + O.half + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_.glif index cc41444f4..fb2b2fc64 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_.glif @@ -41,7 +41,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_.half.glif new file mode 100644 index 000000000..3e0214d9e --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_.half.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_acute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_acute.glif index 947e6d6b2..f5af5da1e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_acute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_acute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_caron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_caron.glif index 23f595d40..2879246de 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_caron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_caron.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_commaaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_commaaccent.glif index 9f93a1c33..95783247c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_commaaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_commaaccent.glif @@ -2,8 +2,8 @@ - - + + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_dotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_dotbelow.glif index 82edb24a3..bcd79c982 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_dotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_ho.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_ho.glif index ce01c778d..61b0ead12 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_ho.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_ho.glif @@ -3,14 +3,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_.glif index 82b2d3d65..25a4bf2ca 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_.glif @@ -11,13 +11,13 @@ - + - - - - - + + + + + @@ -28,13 +28,13 @@ - - - - - + + + + + - + @@ -51,7 +51,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_.half.glif new file mode 100644 index 000000000..0257e72aa --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_.half.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_acute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_acute.glif index 70b5490d9..6eec05fc5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_acute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_acute.glif @@ -3,15 +3,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_acute.loclP_L_K_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_acute.loclP_L_K_.glif index da3797073..1c78c4282 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_acute.loclP_L_K_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_acute.loclP_L_K_.glif @@ -2,15 +2,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_caron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_caron.glif index 45da73cca..b09deb285 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_caron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_caron.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_cedilla.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_cedilla.glif index c8f522396..568279dbe 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_cedilla.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_cedilla.glif @@ -2,16 +2,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_chwa-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_chwa-cy.glif index 4c9769335..c13c78450 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_chwa-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_chwa-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_circumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_circumflex.glif index 4b85b619c..ecc968a76 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_circumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_circumflex.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_commaaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_commaaccent.glif index 5b448f32c..99b276cc8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_commaaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_commaaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_dotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_dotbelow.glif index 878debc90..adfa6675e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_dotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_ha-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_ha-cy.glif index 5709db4a9..82369b7a9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_ha-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_ha-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_hcha-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_hcha-cy.glif index c2805c05c..6c04f9ae6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_hcha-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_hcha-cy.glif @@ -36,10 +36,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_hha-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_hha-cy.glif index 7a4f3cfc9..2aef54b6f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_hha-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_hha-cy.glif @@ -26,10 +26,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_igma.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_igma.glif index 0236e1929..bd2b3220e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_igma.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_igma.glif @@ -26,10 +26,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_oftsign-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_oftsign-cy.glif index 0ba1ebf10..70b0c99cc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_oftsign-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_oftsign-cy.glif @@ -6,36 +6,30 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_.glif index 8dccb055c..8745f9f8b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_.glif @@ -22,7 +22,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_.half.glif new file mode 100644 index 000000000..f1587813b --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_.half.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_au.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_au.glif index e8011361d..14423b224 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_au.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_au.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_caron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_caron.glif index 5c85e98b2..82829910b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_caron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_caron.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_cedilla.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_cedilla.glif index 487641e5b..29793aeb5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_cedilla.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_cedilla.glif @@ -2,17 +2,17 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_commaaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_commaaccent.glif index da2b074c3..52cbcf247 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_commaaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_commaaccent.glif @@ -2,7 +2,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_diagonalstroke.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_diagonalstroke.glif index 6031b445d..17d9766ca 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_diagonalstroke.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_diagonalstroke.glif @@ -2,9 +2,9 @@ - + + - @@ -17,7 +17,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_e-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_e-cy.glif index 78e60a4cb..def80c77a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_e-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_e-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_heta.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_heta.glif index 605c46e2d..a58b551b4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_heta.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_heta.glif @@ -17,10 +17,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_linebelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_linebelow.glif index ca91b02e4..26733b5a0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_linebelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_linebelow.glif @@ -2,7 +2,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_se-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_se-cy.glif index 5ef291603..ce5451c2f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_se-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_se-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_she-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_she-cy.glif index 2e3b8add7..35ebe5a81 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_she-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_she-cy.glif @@ -32,10 +32,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_-cy.glif index 991f34938..da210a885 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_-cy.glif @@ -2,34 +2,28 @@ - - - + + + - - - - - - - - - - + + + + + + + + + + - - - - - + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_.glif index 0b140eb54..5bf84b859 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_.half.glif new file mode 100644 index 000000000..216484ea5 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_.half.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_acute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_acute.glif index 87cbe16a1..b5662fad7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_acute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_acute.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_breve.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_breve.glif index 5f8196752..33bb24530 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_breve.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_breve.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_circumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_circumflex.glif index f51bfa8d6..e43eeccd7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_circumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_circumflex.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_dieresis.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_dieresis.glif index 08fe4f299..33ffc83dc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_dieresis.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_dieresis.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_dotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_dotbelow.glif index 0ce0595e5..bc451f193 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_dotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_grave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_grave.glif index 6dcf0c755..ec5e612bd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_grave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_grave.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hookabove.glif index 278888b87..0f63d7ffd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hookabove.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hornacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hornacute.glif index 3a31f9411..9defb7ff4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hornacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hornacute.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_horndotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_horndotbelow.glif index 89f981b0e..8f2f9166f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_horndotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_horndotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_horngrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_horngrave.glif index b5d9238b8..b13d08465 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_horngrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_horngrave.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hornhookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hornhookabove.glif index 3a024ff3d..3accc9bfc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hornhookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hornhookabove.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_horntilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_horntilde.glif index fc7a11fbc..c27cd0c87 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_horntilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_horntilde.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hungarumlaut.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hungarumlaut.glif index 12f0fa5e3..e688ae2ca 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hungarumlaut.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_macron-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_macron-cy.glif index 4f7ce7f9d..60b037dbd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_macron-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_macron-cy.glif @@ -2,17 +2,11 @@ - - - + + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_macron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_macron.glif index 59e33138e..d1eac2cef 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_macron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_macron.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_ogonek.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_ogonek.glif index bf9f3fef6..70f0ddf76 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_ogonek.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_ogonek.glif @@ -2,7 +2,7 @@ - + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilon.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilon.glif index 0d5d28943..1bbcc155e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilon.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilon.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilonafrican.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilonafrican.glif index 35b9610f6..b29be3af9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilonafrican.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilonafrican.glif @@ -8,28 +8,28 @@ - - - - - + + + + + - - - - - + + + + + - - + + - - + + @@ -51,7 +51,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilondieresis.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilondieresis.glif index 5f3f6f0e0..1929b1180 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilondieresis.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilondieresis.glif @@ -9,10 +9,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilontonos.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilontonos.glif index dfa701b02..86c98d074 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilontonos.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilontonos.glif @@ -28,10 +28,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_ring.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_ring.glif index 3d53d2358..c23bc28b9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_ring.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_ring.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_short-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_short-cy.glif index ee7078662..92bbf25ab 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_short-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_short-cy.glif @@ -2,17 +2,11 @@ - - - + + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_straight-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_straight-cy.glif index 27133c7b0..4698f833d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_straight-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_straight-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_straightstroke-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_straightstroke-cy.glif index fb949625e..98d08605d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_straightstroke-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_straightstroke-cy.glif @@ -14,10 +14,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_tilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_tilde.glif index 2458ac7a8..53e0dffdc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_tilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_tilde.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_.glif index cb94bd769..5367f2c5a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_.half.glif new file mode 100644 index 000000000..5faac8304 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_.half.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_e-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_e-cy.glif index b7278b4ec..b8a04bfa5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_e-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_e-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_hook.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_hook.glif index c3a7af32c..15257593b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_hook.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_hook.glif @@ -36,4 +36,10 @@ + + + public.markColor + 0.67,0.95,0.38,1 + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_turned.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_turned.glif index 0c08beb3c..2c547345c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_turned.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_turned.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_.glif index 67f5b287e..96bc89f07 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_.glif @@ -33,7 +33,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_acute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_acute.glif index 4f94e7389..07bbb1a65 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_acute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_acute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_circumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_circumflex.glif index cc1431a0c..a2eea1197 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_circumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_circumflex.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_dieresis.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_dieresis.glif index dbf45ddb6..ba3186214 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_dieresis.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_dieresis.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_grave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_grave.glif index f3fa8133d..e4bbcc5ef 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_grave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_grave.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/X_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/X_.glif index 6b7bd0707..aecb25945 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/X_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/X_.glif @@ -6,26 +6,26 @@ - - - - - - + + + + + + - - - - - - + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/X_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/X_.half.glif new file mode 100644 index 000000000..1168cc108 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/X_.half.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/X_i.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/X_i.glif index 993ae2b79..9b5bdc551 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/X_i.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/X_i.glif @@ -24,10 +24,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_.glif index 40d5375be..2e1f9a73b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_.glif @@ -26,7 +26,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_.half.glif new file mode 100644 index 000000000..b2eb06bad --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_.half.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_acute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_acute.glif index 653752bd2..4d7c09b31 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_acute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_acute.glif @@ -7,12 +7,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_circumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_circumflex.glif index 1809035f8..e71f4d91f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_circumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_circumflex.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_dieresis.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_dieresis.glif index 47fbb53bd..1ff27fe6d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_dieresis.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_dieresis.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_dotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_dotbelow.glif index 46c135bd9..7cf562854 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_dotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_eru-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_eru-cy.glif index c8e8e2ade..02fd290a2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_eru-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_eru-cy.glif @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_grave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_grave.glif index 264435cef..a14abb84e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_grave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_grave.glif @@ -7,12 +7,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_hookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_hookabove.glif index 63a9128a2..2cabe6d34 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_hookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_hookabove.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_i-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_i-cy.glif index 20b6b1e94..90f4520aa 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_i-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_i-cy.glif @@ -3,17 +3,11 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_macron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_macron.glif index e013ab825..ae2f51958 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_macron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_macron.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_tilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_tilde.glif index acd12a5d6..346ff09bc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_tilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_tilde.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_.glif index fabed431a..ad26cde8d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_.glif @@ -28,7 +28,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_acute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_acute.glif index e5aecb940..0a8e98f62 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_acute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_acute.glif @@ -7,12 +7,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_acute.loclP_L_K_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_acute.loclP_L_K_.glif index 6aeadac78..1ae1981a6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_acute.loclP_L_K_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_acute.loclP_L_K_.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_caron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_caron.glif index 5e254e7f9..a9ed8e0ff 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_caron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_caron.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_dotaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_dotaccent.glif index 6abe0e6e0..06cb99350 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_dotaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_dotaccent.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_e-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_e-cy.glif index e47e90b65..c068d4b60 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_e-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_e-cy.glif @@ -51,10 +51,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_eta.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_eta.glif index 20cb52e9d..fa0932d9b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_eta.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_eta.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_he-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_he-cy.glif index 8b684e978..992d88b4c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_he-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_he-cy.glif @@ -108,10 +108,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_hedescender-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_hedescender-cy.glif index 455f1ad64..68edba558 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_hedescender-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_hedescender-cy.glif @@ -114,10 +114,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/a-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/a-cy.glif index 04a1d4219..7c842a238 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/a-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/a-cy.glif @@ -3,15 +3,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/a.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/a.glif index c1e560544..82a97498a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/a.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/a.glif @@ -59,7 +59,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/aacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/aacute.glif index 101c00c96..c5658509e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/aacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/aacute.glif @@ -3,16 +3,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/abreve.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/abreve.glif index 401726d2a..c4167089f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/abreve.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/abreve.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/abreveacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/abreveacute.glif index 0e533fc67..36ea16b78 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/abreveacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/abreveacute.glif @@ -3,17 +3,17 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevedotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevedotbelow.glif index 25d93b7c8..7cbf28e62 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevedotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevedotbelow.glif @@ -2,8 +2,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevegrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevegrave.glif index 358223f97..2af295854 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevegrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevegrave.glif @@ -3,17 +3,17 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevehookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevehookabove.glif index 3e1620bbc..1c5c640fe 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevehookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevehookabove.glif @@ -3,8 +3,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevetilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevetilde.glif index d604bd148..91efb847f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevetilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevetilde.glif @@ -3,8 +3,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acaron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acaron.glif index e0cbe1532..3860340ae 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acaron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acaron.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflex.glif index 5e1935569..08000d976 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflex.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexacute.glif index 5f734dce4..579e119c1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexacute.glif @@ -3,12 +3,12 @@ - - + + - + @@ -24,7 +24,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexdotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexdotbelow.glif index 552ed49a5..26a6247b2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexdotbelow.glif @@ -2,8 +2,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexgrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexgrave.glif index 6c3f14dac..1f2aa2515 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexgrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexgrave.glif @@ -3,17 +3,28 @@ - - + + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + gravecomb + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexhookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexhookabove.glif index af79927e1..0ee25dee5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexhookabove.glif @@ -3,8 +3,8 @@ - - + + @@ -12,8 +12,19 @@ + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + hookabovecomb + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflextilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflextilde.glif index aba2d75e3..347fd3347 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflextilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflextilde.glif @@ -3,8 +3,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acknowledgeC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acknowledgeC_ontrol.glif new file mode 100644 index 000000000..84e06b7cd --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acknowledgeC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + A.half + + + alignment + -1 + index + 1 + name + K.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acknowledgeC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acknowledgeC_ontrol.ss20.glif new file mode 100644 index 000000000..52f6846c9 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acknowledgeC_ontrol.ss20.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.case.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.case.glif index 697389394..0e64967b8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.case.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.case.glif @@ -1,14 +1,14 @@ - - - + + + - - - - + + + + @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.case.loclP_L_K_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.case.loclP_L_K_.glif index 0ce7b0234..0833290de 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.case.loclP_L_K_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.case.loclP_L_K_.glif @@ -1,13 +1,13 @@ - - + + - - - - + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.glif index bddc6f575..7dba20cba 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.glif @@ -1,14 +1,14 @@ - - + + - - - - + + + + @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.loclP_L_K_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.loclP_L_K_.glif index 7ffd5a377..6cbac5abd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.loclP_L_K_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.loclP_L_K_.glif @@ -1,13 +1,13 @@ - - + + - - - - + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutetonecomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutetonecomb.glif index 1fbee0207..359519d1d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutetonecomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutetonecomb.glif @@ -1,8 +1,6 @@ - - @@ -11,7 +9,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/adieresis.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/adieresis.glif index ee96be479..7504add10 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/adieresis.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/adieresis.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/adotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/adotbelow.glif index e96512385..e98ea1b40 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/adotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/adotbelow.glif @@ -2,8 +2,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ae.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ae.glif index a159bd19e..dc561b592 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ae.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ae.glif @@ -6,83 +6,83 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/aeacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/aeacute.glif index a9c70157b..087618caa 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/aeacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/aeacute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/agrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/agrave.glif index 8433e0dab..0ba55967f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/agrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/agrave.glif @@ -3,16 +3,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ahookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ahookabove.glif index 746d0fa47..6d8009678 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ahookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ahookabove.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/alpha-latin.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/alpha-latin.glif index d24611ada..316668a7a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/alpha-latin.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/alpha-latin.glif @@ -2,15 +2,15 @@ - - + + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/alpha.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/alpha.glif index 569d6fa7f..107881d36 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/alpha.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/alpha.glif @@ -2,60 +2,60 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/alphatonos.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/alphatonos.glif index 55d60eb8d..e594fd9ab 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/alphatonos.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/alphatonos.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/amacron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/amacron.glif index a23b5dbdd..0591dfa00 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/amacron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/amacron.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ampersand_ampersand.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ampersand_ampersand.liga.glif index 2a1928542..f43253d20 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ampersand_ampersand.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ampersand_ampersand.liga.glif @@ -3,110 +3,110 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/aogonek.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/aogonek.glif index f571f06ee..a49672cff 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/aogonek.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/aogonek.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/apostrophemod.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/apostrophemod.glif index d29b5b9e5..cd8b7f66e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/apostrophemod.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/apostrophemod.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/aring.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/aring.glif index 014233803..501b5d542 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/aring.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/aring.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/aringacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/aringacute.glif index 2b28418b3..7f6dcd4ce 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/aringacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/aringacute.glif @@ -3,8 +3,8 @@ - - + + @@ -24,7 +24,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciicircum.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciicircum.glif index e21cdfb6f..d5287f20e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciicircum.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciicircum.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciicircum_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciicircum_equal.liga.glif index 74ae5ec0a..46505e39a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciicircum_equal.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciicircum_equal.liga.glif @@ -3,32 +3,32 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_asciitilde.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_asciitilde.liga.glif index 46465d08d..9825a5177 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_asciitilde.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_asciitilde.liga.glif @@ -3,66 +3,66 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_asciitilde_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_asciitilde_greater.liga.glif index d68bc42b7..68f9b6015 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_asciitilde_greater.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_asciitilde_greater.liga.glif @@ -3,84 +3,71 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_at.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_at.liga.glif index d18564e0f..a114b3d02 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_at.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_at.liga.glif @@ -3,109 +3,109 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_equal.liga.glif index 9466ae9a1..c3e897bf2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_equal.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_equal.liga.glif @@ -2,43 +2,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_greater.liga.glif index 2fd1da797..6771ec24d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_greater.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_greater.liga.glif @@ -3,60 +3,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_hyphen.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_hyphen.liga.glif index 06908da57..4db5a53e2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_hyphen.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_hyphen.liga.glif @@ -3,48 +3,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk.glif index a58b3c6ba..72a349348 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk.glif @@ -4,34 +4,34 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_asterisk.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_asterisk.liga.glif index e32a55c03..0efb65e5a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_asterisk.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_asterisk.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_asterisk_asterisk.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_asterisk_asterisk.liga.glif index c6cd8e741..1840c010b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_asterisk_asterisk.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_asterisk_asterisk.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_greater.liga.glif index 5c2db8abe..5a14b3fff 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_greater.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_greater.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_parenright.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_parenright.liga.glif index a218db7f2..4a81dcecf 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_parenright.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_parenright.liga.glif @@ -3,39 +3,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_slash.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_slash.liga.glif index fb04c9d66..1e14102a2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_slash.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_slash.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/atilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/atilde.glif index 6a0b3a5ea..1df07da66 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/atilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/atilde.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/b.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/b.glif index 3dd665d73..21119cfb8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/b.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/b.glif @@ -6,45 +6,45 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/backslash.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/backslash.glif index 7f574eab2..c0be04883 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/backslash.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/backslash.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/backslash_backslash.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/backslash_backslash.liga.glif index 485818234..59629434c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/backslash_backslash.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/backslash_backslash.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/backslash_slash.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/backslash_slash.liga.glif new file mode 100644 index 000000000..5a8841be3 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/backslash_slash.liga.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0.98,0.36,0.67,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/backspaceC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/backspaceC_ontrol.glif new file mode 100644 index 000000000..7e93a88a4 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/backspaceC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + B.half + + + alignment + -1 + index + 1 + name + S.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/backspaceC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/backspaceC_ontrol.ss20.glif new file mode 100644 index 000000000..81ddddec1 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/backspaceC_ontrol.ss20.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/baht.B_R_A_C_K_E_T_.600.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/baht.B_R_A_C_K_E_T_.600.glif index 84f4d9164..084006bf8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/baht.B_R_A_C_K_E_T_.600.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/baht.B_R_A_C_K_E_T_.600.glif @@ -1,8 +1,6 @@ - - @@ -13,15 +11,15 @@ - - + + com.schriftgestaltung.Glyphs._originalLayerName - ExtraLight [600] + [600] public.markColor 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar.liga.glif index acb6ee906..5a09dbe6a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_bar.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_bar.liga.glif new file mode 100644 index 000000000..25d60bf9f --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_bar.liga.glif @@ -0,0 +1,15 @@ + + + + + + + + + + + public.markColor + 0.98,0.36,0.67,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_bar_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_bar_greater.liga.glif index a46cc1136..c375c321a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_bar_greater.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_bar_greater.liga.glif @@ -3,28 +3,26 @@ - - - - - - - - + + + + - - - - + + + + + + - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal.liga.glif deleted file mode 100644 index 4b9982c29..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal.liga.glif +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal_end.seq.glif new file mode 100644 index 000000000..d910babd7 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal_end.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal_middle.seq.glif new file mode 100644 index 000000000..734ec9d38 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal_middle.seq.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal_start.seq.glif new file mode 100644 index 000000000..cd61950e0 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal_start.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_greater.liga.glif index 20142d411..9b53132f6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_greater.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_greater.liga.glif @@ -3,27 +3,25 @@ - - - - - - - - + + + + - - - - + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_hyphen_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_hyphen_end.seq.glif new file mode 100644 index 000000000..5047c4013 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_hyphen_end.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_hyphen_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_hyphen_middle.seq.glif new file mode 100644 index 000000000..57b045d84 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_hyphen_middle.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_hyphen_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_hyphen_start.seq.glif new file mode 100644 index 000000000..c14a846dc --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_hyphen_start.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_braceright.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_braceright.liga.glif index 2c9ad06df..00723d9cb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_braceright.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_braceright.liga.glif @@ -3,65 +3,65 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bracketright.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bracketright.liga.glif index 3d412c5e8..653ba6e8d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bracketright.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bracketright.liga.glif @@ -3,29 +3,29 @@ - - - - + + + + - - - - + + + + - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal.liga.glif deleted file mode 100644 index 4b8068833..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal.liga.glif +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal_end.seq.glif new file mode 100644 index 000000000..e53adee48 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal_middle.seq.glif new file mode 100644 index 000000000..5723a122d --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal_middle.seq.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal_start.seq.glif new file mode 100644 index 000000000..82388e989 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_greater.liga.glif index 20afc7a75..38b42125b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_greater.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_greater.liga.glif @@ -3,26 +3,24 @@ - - - - - - - - + + + + - - - - + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen.liga.glif deleted file mode 100644 index a43841ca5..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen.liga.glif +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen_end.seq.glif new file mode 100644 index 000000000..dc7ca831a --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen_end.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen_middle.seq.glif new file mode 100644 index 000000000..33461b1c1 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen_middle.seq.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen_start.seq.glif new file mode 100644 index 000000000..35f0f3e6d --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen_start.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_underscore_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_underscore_middle.seq.glif new file mode 100644 index 000000000..322a46730 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_underscore_middle.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/be-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/be-cy.glif index d45b6aa9d..dd2b16a8f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/be-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/be-cy.glif @@ -2,54 +2,48 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/be-cy.loclS_R_B_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/be-cy.loclS_R_B_.glif index d0fa6a644..4fef67a96 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/be-cy.loclS_R_B_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/be-cy.loclS_R_B_.glif @@ -6,10 +6,10 @@ - - - - + + + + @@ -28,31 +28,25 @@ - - - - - + + + + + - - - - + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_numbersign.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bellC_ontrol.glif similarity index 62% rename from sources/CascadiaCode-Bold.ufo/glyphs/numbersign_numbersign.liga.glif rename to sources/CascadiaCode-ExtraLight.ufo/glyphs/bellC_ontrol.glif index 501984e55..ddbc49085 100644 --- a/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_numbersign.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bellC_ontrol.glif @@ -1,9 +1,10 @@ - + + - - + + @@ -15,7 +16,7 @@ index 0 name - numbersign + B.half alignment @@ -23,11 +24,13 @@ index 1 name - numbersign + L.half + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space public.markColor - 0.67,0.95,0.38,1 + 0.85,0.26,0.06,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bellC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bellC_ontrol.ss20.glif new file mode 100644 index 000000000..b5db45ba4 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bellC_ontrol.ss20.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/beta.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/beta.glif index 0c71df411..27a79e837 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/beta.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/beta.glif @@ -69,10 +69,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackC_ircle.glif index b17d718f3..5ab557e27 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackC_ircle.glif @@ -24,7 +24,7 @@ H18533 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackD_iamond.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackD_iamond.glif index 8a4b24c41..fca028d99 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackD_iamond.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackD_iamond.glif @@ -16,7 +16,7 @@ uni25C6 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackH_exagon.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackH_exagon.glif index ac1ea95a0..cff4f009c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackH_exagon.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackH_exagon.glif @@ -18,7 +18,7 @@ uni2B22 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackH_orizontalE_llipse.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackH_orizontalE_llipse.glif index dcbfdfaa3..881488d2f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackH_orizontalE_llipse.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackH_orizontalE_llipse.glif @@ -24,7 +24,7 @@ uni2B2C public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackI_nW_hiteD_iamond.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackI_nW_hiteD_iamond.glif index 898d2045b..a79e69b23 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackI_nW_hiteD_iamond.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackI_nW_hiteD_iamond.glif @@ -17,7 +17,7 @@ uni25C8 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackL_argeC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackL_argeC_ircle.glif index f7f90977f..1a1825d8f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackL_argeC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackL_argeC_ircle.glif @@ -24,7 +24,7 @@ uni2B24 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackL_argeS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackL_argeS_quare.glif index 487ed8e8f..374107c06 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackL_argeS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackL_argeS_quare.glif @@ -16,7 +16,7 @@ uni2B1B public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumD_iamond.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumD_iamond.glif index 865e45fcd..1b0af2517 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumD_iamond.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumD_iamond.glif @@ -16,7 +16,7 @@ uni2B25 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumD_ownT_riangleC_entred.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumD_ownT_riangleC_entred.glif index d2ae13e79..e6869fafe 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumD_ownT_riangleC_entred.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumD_ownT_riangleC_entred.glif @@ -15,7 +15,7 @@ uni2BC6 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumL_eftT_riangleC_entred.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumL_eftT_riangleC_entred.glif index f62827b72..c53fe50b5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumL_eftT_riangleC_entred.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumL_eftT_riangleC_entred.glif @@ -15,7 +15,7 @@ uni2BC7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumL_ozenge.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumL_ozenge.glif index da4d2bc1a..b958d2aae 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumL_ozenge.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumL_ozenge.glif @@ -16,7 +16,7 @@ uni2B27 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumR_ightT_riangleC_entred.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumR_ightT_riangleC_entred.glif index e8202d485..12dc47f0b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumR_ightT_riangleC_entred.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumR_ightT_riangleC_entred.glif @@ -15,7 +15,7 @@ uni2BC8 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumU_pT_riangleC_entred.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumU_pT_riangleC_entred.glif index e9ffd3c1e..31278545e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumU_pT_riangleC_entred.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumU_pT_riangleC_entred.glif @@ -15,7 +15,7 @@ uni2BC5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackP_arallelogram.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackP_arallelogram.glif index c7f03c3e0..5ebeb8f23 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackP_arallelogram.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackP_arallelogram.glif @@ -16,7 +16,7 @@ uni25B0 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackP_entagon.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackP_entagon.glif index 711b56408..e03e1a877 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackP_entagon.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackP_entagon.glif @@ -17,7 +17,7 @@ uni2B1F public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_mallD_iamond.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_mallD_iamond.glif index 0c08af479..0dbef00e4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_mallD_iamond.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_mallD_iamond.glif @@ -16,7 +16,7 @@ uni2B29 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_mallL_ozenge.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_mallL_ozenge.glif index 667767c7d..abd340865 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_mallL_ozenge.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_mallL_ozenge.glif @@ -16,7 +16,7 @@ uni2B2A public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_mallS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_mallS_quare.glif index 28ff230c3..5776c8343 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_mallS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_mallS_quare.glif @@ -16,7 +16,7 @@ H18543 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_quare.glif index 238838c6a..a9e11185b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_quare.glif @@ -16,7 +16,7 @@ filledbox public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackV_erticalE_llipse.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackV_erticalE_llipse.glif index 4ff04cd72..21ca24302 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackV_erticalE_llipse.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackV_erticalE_llipse.glif @@ -24,7 +24,7 @@ uni2B2E public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackV_erticalR_ect.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackV_erticalR_ect.glif index 16800153e..5a0087bd2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackV_erticalR_ect.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackV_erticalR_ect.glif @@ -16,7 +16,7 @@ uni25AE public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackV_erysmallS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackV_erysmallS_quare.glif index c7efb512e..8ca52a168 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackV_erysmallS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackV_erysmallS_quare.glif @@ -16,7 +16,7 @@ uni2B1D public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blank-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blank-braille.glif index a9d770883..add1baa47 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blank-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blank-braille.glif @@ -7,7 +7,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blank.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blank.glif new file mode 100644 index 000000000..9737ea0c0 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blank.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/blankS_ymbol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blankS_ymbol.glif new file mode 100644 index 000000000..aecf95660 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/blankS_ymbol.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bottomH_alfB_lackC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bottomH_alfB_lackC_ircle.glif index e96579fc1..1d45fdaea 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bottomH_alfB_lackC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bottomH_alfB_lackC_ircle.glif @@ -19,7 +19,7 @@ uni2BCB public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bottomH_alfB_lackD_iamond.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bottomH_alfB_lackD_iamond.glif index 836aa455b..7bdfbfa57 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bottomH_alfB_lackD_iamond.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bottomH_alfB_lackD_iamond.glif @@ -16,7 +16,7 @@ uni2B19 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleD_ownA_ndH_orizontal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleD_ownA_ndH_orizontal.glif index f0faa8a17..6add0ac82 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleD_ownA_ndH_orizontal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleD_ownA_ndH_orizontal.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleD_ownA_ndL_eft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleD_ownA_ndL_eft.glif index d31ead8ee..cef79a0c5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleD_ownA_ndL_eft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleD_ownA_ndL_eft.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleD_ownA_ndR_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleD_ownA_ndR_ight.glif index 2559da0e6..371eb565a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleD_ownA_ndR_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleD_ownA_ndR_ight.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleH_orizontal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleH_orizontal.glif index 36b2f7b3e..3168046dd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleH_orizontal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleH_orizontal.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleU_pA_ndH_orizontal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleU_pA_ndH_orizontal.glif index b30c93caf..b55c33b6e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleU_pA_ndH_orizontal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleU_pA_ndH_orizontal.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleU_pA_ndL_eft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleU_pA_ndL_eft.glif index fecb39cc6..10cbf7465 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleU_pA_ndL_eft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleU_pA_ndL_eft.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleU_pA_ndR_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleU_pA_ndR_ight.glif index 6a625d252..d11011fb3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleU_pA_ndR_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleU_pA_ndR_ight.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_ertical.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_ertical.glif index e2644514d..cf88f217a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_ertical.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_ertical.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_erticalA_ndH_orizontal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_erticalA_ndH_orizontal.glif index 1769fed04..637dea26f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_erticalA_ndH_orizontal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_erticalA_ndH_orizontal.glif @@ -39,7 +39,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_erticalA_ndL_eft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_erticalA_ndL_eft.glif index 198d61b51..19237bd44 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_erticalA_ndL_eft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_erticalA_ndL_eft.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_erticalA_ndR_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_erticalA_ndR_ight.glif index 0a5057f19..5d5af2607 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_erticalA_ndR_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_erticalA_ndR_ight.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownD_oubleA_ndH_orizontalS_ingle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownD_oubleA_ndH_orizontalS_ingle.glif index 321037944..e72f9664e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownD_oubleA_ndH_orizontalS_ingle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownD_oubleA_ndH_orizontalS_ingle.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownD_oubleA_ndL_eftS_ingle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownD_oubleA_ndL_eftS_ingle.glif index 76e68988b..922b9c330 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownD_oubleA_ndL_eftS_ingle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownD_oubleA_ndL_eftS_ingle.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownD_oubleA_ndR_ightS_ingle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownD_oubleA_ndR_ightS_ingle.glif index 688bbf085..5e27ba4f0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownD_oubleA_ndR_ightS_ingle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownD_oubleA_ndR_ightS_ingle.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndH_orizontalL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndH_orizontalL_ight.glif index 3f7561f13..ad467a919 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndH_orizontalL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndH_orizontalL_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndL_eftL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndL_eftL_ight.glif index 25aef5c1a..bd77cf43c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndL_eftL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndL_eftL_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndL_eftU_pL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndL_eftU_pL_ight.glif index f211d3914..a85d54f8f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndL_eftU_pL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndL_eftU_pL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndR_ightL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndR_ightL_ight.glif index 52198f94d..9e53396da 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndR_ightL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndR_ightL_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndR_ightU_pL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndR_ightU_pL_ight.glif index dd874d045..b899d0fac 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndR_ightU_pL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndR_ightU_pL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif index 353844a54..920cd103b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndH_orizontalH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndH_orizontalH_eavy.glif index dba89e35d..60168395f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndH_orizontalH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndH_orizontalH_eavy.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndL_eftH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndL_eftH_eavy.glif index e9f68a57d..ab2976d52 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndL_eftH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndL_eftH_eavy.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndL_eftU_pH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndL_eftU_pH_eavy.glif index 402d72f21..7ff8feacc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndL_eftU_pH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndL_eftU_pH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndR_ightH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndR_ightH_eavy.glif index d2b2766f6..d69f7f879 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndR_ightH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndR_ightH_eavy.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndR_ightU_pH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndR_ightU_pH_eavy.glif index b66096fab..3a9994f55 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndR_ightU_pH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndR_ightU_pH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif index c5245ed48..567e7e043 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownS_ingleA_ndH_orizontalD_ouble.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownS_ingleA_ndH_orizontalD_ouble.glif index c347bed4a..639a9c8c6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownS_ingleA_ndH_orizontalD_ouble.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownS_ingleA_ndH_orizontalD_ouble.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownS_ingleA_ndL_eftD_ouble.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownS_ingleA_ndL_eftD_ouble.glif index 6532334c8..e3281acaa 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownS_ingleA_ndL_eftD_ouble.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownS_ingleA_ndL_eftD_ouble.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownS_ingleA_ndR_ightD_ouble.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownS_ingleA_ndR_ightD_ouble.glif index dfb54a9d5..a8402005c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownS_ingleA_ndR_ightD_ouble.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownS_ingleA_ndR_ightD_ouble.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_oubleD_ashH_orizontal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_oubleD_ashH_orizontal.glif index 55e78f960..aeb1a4cdc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_oubleD_ashH_orizontal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_oubleD_ashH_orizontal.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_oubleD_ashV_ertical.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_oubleD_ashV_ertical.glif index 8559c4281..21418a8f9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_oubleD_ashV_ertical.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_oubleD_ashV_ertical.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_own.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_own.glif index dbb8d26c0..50febf67f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_own.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_own.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_ownA_ndH_orizontal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_ownA_ndH_orizontal.glif index 0e3b09720..b14854a37 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_ownA_ndH_orizontal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_ownA_ndH_orizontal.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_ownA_ndL_eft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_ownA_ndL_eft.glif index 91c4b040b..de94b9cac 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_ownA_ndL_eft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_ownA_ndL_eft.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_ownA_ndR_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_ownA_ndR_ight.glif index ca026ba76..4721130a8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_ownA_ndR_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_ownA_ndR_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyH_orizontal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyH_orizontal.glif index e94d16ed3..a667f39c2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyH_orizontal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyH_orizontal.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyL_eft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyL_eft.glif index 3da559a80..1479f6e53 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyL_eft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyL_eft.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyL_eftA_ndL_ightR_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyL_eftA_ndL_ightR_ight.glif index 69ff11e85..54d90c591 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyL_eftA_ndL_ightR_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyL_eftA_ndL_ightR_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyQ_uadrupleD_ashH_orizontal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyQ_uadrupleD_ashH_orizontal.glif index 5acc20722..9c34914db 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyQ_uadrupleD_ashH_orizontal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyQ_uadrupleD_ashH_orizontal.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyQ_uadrupleD_ashV_ertical.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyQ_uadrupleD_ashV_ertical.glif index 04fc09da7..6504569bb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyQ_uadrupleD_ashV_ertical.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyQ_uadrupleD_ashV_ertical.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyR_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyR_ight.glif index e5727a202..39b243fe7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyR_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyR_ight.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyT_ripleD_ashH_orizontal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyT_ripleD_ashH_orizontal.glif index e8f8a8729..2e1e07bde 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyT_ripleD_ashH_orizontal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyT_ripleD_ashH_orizontal.glif @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyT_ripleD_ashV_ertical.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyT_ripleD_ashV_ertical.glif index a9c73e60e..bd641f958 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyT_ripleD_ashV_ertical.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyT_ripleD_ashV_ertical.glif @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_p.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_p.glif index 8336a0c22..6e13c3db0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_p.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_p.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndH_orizontal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndH_orizontal.glif index 5b6ee700d..7e87e8ca6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndH_orizontal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndH_orizontal.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndL_eft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndL_eft.glif index 8928c6033..1631fe823 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndL_eft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndL_eft.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndL_ightD_own.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndL_ightD_own.glif index 58975ca76..781e403c9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndL_ightD_own.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndL_ightD_own.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndR_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndR_ight.glif index 31dd60e36..e37d4c917 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndR_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndR_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_ertical.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_ertical.glif index 44e44e6ea..08b545171 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_ertical.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_ertical.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_erticalA_ndH_orizontal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_erticalA_ndH_orizontal.glif index 31d96ae42..c61fc84b6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_erticalA_ndH_orizontal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_erticalA_ndH_orizontal.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_erticalA_ndL_eft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_erticalA_ndL_eft.glif index c19706a67..d7b02bd9b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_erticalA_ndL_eft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_erticalA_ndL_eft.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_erticalA_ndR_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_erticalA_ndR_ight.glif index 1c890b6b9..8eea877e4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_erticalA_ndR_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_erticalA_ndR_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif index 516ff6b91..e0df2f886 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif index 55a8b771d..bcb68dce6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftH_eavyA_ndR_ightU_pL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftH_eavyA_ndR_ightU_pL_ight.glif index 176da9cb0..0724d5601 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftH_eavyA_ndR_ightU_pL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftH_eavyA_ndR_ightU_pL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glif index d4806c3ee..db2a80dc3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif index be68d16e5..71ad0cfe6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftL_ightA_ndR_ightU_pH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftL_ightA_ndR_ightU_pH_eavy.glif index 87433f923..2bfc6ecf9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftL_ightA_ndR_ightU_pH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftL_ightA_ndR_ightU_pH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glif index dc56f426a..486cdea7b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif index 668b5d188..dd4472857 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcD_ownA_ndL_eft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcD_ownA_ndL_eft.glif index 9968ea686..e000eae6e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcD_ownA_ndL_eft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcD_ownA_ndL_eft.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcD_ownA_ndR_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcD_ownA_ndR_ight.glif index 7123640a4..5f33242cd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcD_ownA_ndR_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcD_ownA_ndR_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcU_pA_ndL_eft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcU_pA_ndL_eft.glif index 624c7fac5..8f74226e9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcU_pA_ndL_eft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcU_pA_ndL_eft.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcU_pA_ndR_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcU_pA_ndR_ight.glif index 93c42b832..7d2f51bfa 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcU_pA_ndR_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcU_pA_ndR_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_iagonalC_ross.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_iagonalC_ross.glif index 622fbb720..bf1e692f9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_iagonalC_ross.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_iagonalC_ross.glif @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glif index f6a63a6a6..3e7fdd504 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glif index 483aa5334..dee5a5840 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_oubleD_ashH_orizontal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_oubleD_ashH_orizontal.glif index 0b31f51f4..6fe8130e8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_oubleD_ashH_orizontal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_oubleD_ashH_orizontal.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_oubleD_ashV_ertical.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_oubleD_ashV_ertical.glif index be603bc22..9ae3da560 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_oubleD_ashV_ertical.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_oubleD_ashV_ertical.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_own.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_own.glif index 230b9eaab..2bc7f3408 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_own.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_own.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_ownA_ndH_orizontal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_ownA_ndH_orizontal.glif index 42afc18c2..7a23e907f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_ownA_ndH_orizontal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_ownA_ndH_orizontal.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_ownA_ndL_eft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_ownA_ndL_eft.glif index 26ef7db81..a2eea3fb8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_ownA_ndL_eft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_ownA_ndL_eft.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_ownA_ndR_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_ownA_ndR_ight.glif index 99d5d6860..cf47d1298 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_ownA_ndR_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_ownA_ndR_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightH_orizontal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightH_orizontal.glif index acddf7d63..1965ba970 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightH_orizontal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightH_orizontal.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightL_eft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightL_eft.glif index 9ec47e65e..16158c156 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightL_eft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightL_eft.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightL_eftA_ndH_eavyR_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightL_eftA_ndH_eavyR_ight.glif index 713ab9f7b..8d9b7ff2f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightL_eftA_ndH_eavyR_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightL_eftA_ndH_eavyR_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightQ_uadrupleD_ashH_orizontal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightQ_uadrupleD_ashH_orizontal.glif index b6b231609..9fc9c6e44 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightQ_uadrupleD_ashH_orizontal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightQ_uadrupleD_ashH_orizontal.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightQ_uadrupleD_ashV_ertical.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightQ_uadrupleD_ashV_ertical.glif index f5a47d73c..a90b5bf12 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightQ_uadrupleD_ashV_ertical.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightQ_uadrupleD_ashV_ertical.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightR_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightR_ight.glif index 75466b981..a092c2fa0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightR_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightR_ight.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightT_ripleD_ashH_orizontal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightT_ripleD_ashH_orizontal.glif index f52aa37bf..eb4c30b67 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightT_ripleD_ashH_orizontal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightT_ripleD_ashH_orizontal.glif @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightT_ripleD_ashV_ertical.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightT_ripleD_ashV_ertical.glif index afabb7576..0f06a966d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightT_ripleD_ashV_ertical.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightT_ripleD_ashV_ertical.glif @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_p.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_p.glif index 0f6a11bec..7fe3da847 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_p.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_p.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndH_eavyD_own.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndH_eavyD_own.glif index 34cb3b69f..c144fba0b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndH_eavyD_own.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndH_eavyD_own.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndH_orizontal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndH_orizontal.glif index 87ff24280..0b86b37a0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndH_orizontal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndH_orizontal.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndL_eft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndL_eft.glif index 1e88f63da..39a15fb0c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndL_eft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndL_eft.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndR_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndR_ight.glif index b71731f9e..13a7422ae 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndR_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndR_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_ertical.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_ertical.glif index fff2312c7..03818d2bc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_ertical.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_ertical.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_erticalA_ndH_orizontal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_erticalA_ndH_orizontal.glif index 046d7e075..57a335631 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_erticalA_ndH_orizontal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_erticalA_ndH_orizontal.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_erticalA_ndL_eft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_erticalA_ndL_eft.glif index ad0073b89..1a109ce0c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_erticalA_ndL_eft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_erticalA_ndL_eft.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_erticalA_ndR_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_erticalA_ndR_ight.glif index 8aab4608c..4a18e7cab 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_erticalA_ndR_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_erticalA_ndR_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif index c09aca279..2895e2f21 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif index e7c496656..39fd9fa9b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightH_eavyA_ndL_eftU_pL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightH_eavyA_ndL_eftU_pL_ight.glif index f65d53d40..36381f1d9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightH_eavyA_ndL_eftU_pL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightH_eavyA_ndL_eftU_pL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glif index 743b0c6d1..4c3c16c7a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif index 1e4659db4..0759755f4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightL_ightA_ndL_eftU_pH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightL_ightA_ndL_eftU_pH_eavy.glif index 653aa271f..44b0afc97 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightL_ightA_ndL_eftU_pH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightL_ightA_ndL_eftU_pH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glif index dc1ceb866..42a6edcfa 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif index 7d1aa0b95..bbe79ea01 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pD_oubleA_ndH_orizontalS_ingle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pD_oubleA_ndH_orizontalS_ingle.glif index 8551d3320..cdabcbfb2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pD_oubleA_ndH_orizontalS_ingle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pD_oubleA_ndH_orizontalS_ingle.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pD_oubleA_ndL_eftS_ingle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pD_oubleA_ndL_eftS_ingle.glif index 1d16a87de..1b4af2fc8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pD_oubleA_ndL_eftS_ingle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pD_oubleA_ndL_eftS_ingle.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pD_oubleA_ndR_ightS_ingle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pD_oubleA_ndR_ightS_ingle.glif index 26d464a3c..a4671c3b1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pD_oubleA_ndR_ightS_ingle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pD_oubleA_ndR_ightS_ingle.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif index f2acac872..cf529252a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndH_orizontalL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndH_orizontalL_ight.glif index bc65b77fb..21f7b2437 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndH_orizontalL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndH_orizontalL_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndL_eftD_ownL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndL_eftD_ownL_ight.glif index da5f428dd..89924077d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndL_eftD_ownL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndL_eftD_ownL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndL_eftL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndL_eftL_ight.glif index 79da7308d..e9975b2eb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndL_eftL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndL_eftL_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndR_ightD_ownL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndR_ightD_ownL_ight.glif index a42c7f077..b778ffc6c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndR_ightD_ownL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndR_ightD_ownL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndR_ightL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndR_ightL_ight.glif index 47dce024f..b66e46870 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndR_ightL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndR_ightL_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif index cbfb2512b..01cfbac81 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndH_orizontalH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndH_orizontalH_eavy.glif index 0e36b3ab8..429bf9ad3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndH_orizontalH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndH_orizontalH_eavy.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndL_eftD_ownH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndL_eftD_ownH_eavy.glif index 739d540db..9787a2113 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndL_eftD_ownH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndL_eftD_ownH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndL_eftH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndL_eftH_eavy.glif index 45f23bfde..fd499d721 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndL_eftH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndL_eftH_eavy.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndR_ightD_ownH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndR_ightD_ownH_eavy.glif index 0440c16be..1a88a7146 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndR_ightD_ownH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndR_ightD_ownH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndR_ightH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndR_ightH_eavy.glif index bdb0d7408..c05c8692a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndR_ightH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndR_ightH_eavy.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pS_ingleA_ndH_orizontalD_ouble.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pS_ingleA_ndH_orizontalD_ouble.glif index 7e3e91f3c..19bbdfa79 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pS_ingleA_ndH_orizontalD_ouble.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pS_ingleA_ndH_orizontalD_ouble.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pS_ingleA_ndL_eftD_ouble.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pS_ingleA_ndL_eftD_ouble.glif index 0bfa18e05..49e1bbbcd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pS_ingleA_ndL_eftD_ouble.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pS_ingleA_ndL_eftD_ouble.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pS_ingleA_ndR_ightD_ouble.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pS_ingleA_ndR_ightD_ouble.glif index d19bcdcc6..b9df4c074 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pS_ingleA_ndR_ightD_ouble.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pS_ingleA_ndR_ightD_ouble.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalD_oubleA_ndH_orizontalS_ingle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalD_oubleA_ndH_orizontalS_ingle.glif index 05fa5a0ba..1be199db2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalD_oubleA_ndH_orizontalS_ingle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalD_oubleA_ndH_orizontalS_ingle.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalD_oubleA_ndL_eftS_ingle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalD_oubleA_ndL_eftS_ingle.glif index 97cae401d..79c5dcf47 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalD_oubleA_ndL_eftS_ingle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalD_oubleA_ndL_eftS_ingle.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalD_oubleA_ndR_ightS_ingle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalD_oubleA_ndR_ightS_ingle.glif index 530c10b6b..f490923a5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalD_oubleA_ndR_ightS_ingle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalD_oubleA_ndR_ightS_ingle.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalH_eavyA_ndH_orizontalL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalH_eavyA_ndH_orizontalL_ight.glif index 8c1455415..1a774d06c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalH_eavyA_ndH_orizontalL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalH_eavyA_ndH_orizontalL_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalH_eavyA_ndL_eftL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalH_eavyA_ndL_eftL_ight.glif index b0e9a9f84..9926465d2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalH_eavyA_ndL_eftL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalH_eavyA_ndL_eftL_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalH_eavyA_ndR_ightL_ight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalH_eavyA_ndR_ightL_ight.glif index 60503fc34..fc8d3eab7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalH_eavyA_ndR_ightL_ight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalH_eavyA_ndR_ightL_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalL_ightA_ndH_orizontalH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalL_ightA_ndH_orizontalH_eavy.glif index 150d037c9..03d6cd8df 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalL_ightA_ndH_orizontalH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalL_ightA_ndH_orizontalH_eavy.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalL_ightA_ndL_eftH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalL_ightA_ndL_eftH_eavy.glif index d079772fa..4acc56b5c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalL_ightA_ndL_eftH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalL_ightA_ndL_eftH_eavy.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalL_ightA_ndR_ightH_eavy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalL_ightA_ndR_ightH_eavy.glif index 748047869..3fbe66eea 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalL_ightA_ndR_ightH_eavy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalL_ightA_ndR_ightH_eavy.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalS_ingleA_ndH_orizontalD_ouble.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalS_ingleA_ndH_orizontalD_ouble.glif index 1d417f8d9..92460f096 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalS_ingleA_ndH_orizontalD_ouble.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalS_ingleA_ndH_orizontalD_ouble.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalS_ingleA_ndL_eftD_ouble.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalS_ingleA_ndL_eftD_ouble.glif index 7de47f298..3bbad94b9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalS_ingleA_ndL_eftD_ouble.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalS_ingleA_ndL_eftD_ouble.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalS_ingleA_ndR_ightD_ouble.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalS_ingleA_ndR_ightD_ouble.glif index e3f90d578..857aef9f9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalS_ingleA_ndR_ightD_ouble.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxV_erticalS_ingleA_ndR_ightD_ouble.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceleft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceleft.glif index c594fba3b..25147ffb0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceleft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceleft.glif @@ -4,58 +4,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceleft_bar.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceleft_bar.liga.glif index 69fe9540e..ffe8a0dce 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceleft_bar.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceleft_bar.liga.glif @@ -3,65 +3,65 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceright.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceright.glif index bd847e654..dcc4dd6f3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceright.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceright.glif @@ -4,58 +4,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceright_numbersign.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceright_numbersign.liga.glif index c19806c53..b0780b04c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceright_numbersign.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceright_numbersign.liga.glif @@ -3,88 +3,88 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bracketleft_bar.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bracketleft_bar.liga.glif index 6b2f813d2..50a382ca5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bracketleft_bar.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bracketleft_bar.liga.glif @@ -3,29 +3,29 @@ - - - - + + + + - - - - + + + + - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bracketright_numbersign.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bracketright_numbersign.liga.glif index 3e3e93c52..7e81eb38f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bracketright_numbersign.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bracketright_numbersign.liga.glif @@ -3,35 +3,35 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/breve.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/breve.glif index e1f71e416..5e7945632 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/breve.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/breve.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb-cy.case.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb-cy.case.glif index 9a68924b9..ba7657826 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb-cy.case.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb-cy.case.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb-cy.glif index 8f40055bc..09ee2fd35 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb-cy.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb.case.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb.case.glif index 63e131b73..07eab827d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb.case.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb.case.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb.glif index 1cb66b715..d848a2d9d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bullseye.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bullseye.glif index fa3dc6d07..dc17aefa7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/bullseye.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/bullseye.glif @@ -12,7 +12,7 @@ uni25CE public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/c.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/c.glif index 3180af9fa..921b68b0b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/c.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/c.glif @@ -6,16 +6,16 @@ - - - + + + - - + + @@ -30,14 +30,14 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/cacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/cacute.glif index 13dae77e9..42390aa88 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/cacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/cacute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/cacute.loclP_L_K_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/cacute.loclP_L_K_.glif index 0fccf89e0..58f98a8a2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/cacute.loclP_L_K_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/cacute.loclP_L_K_.glif @@ -5,12 +5,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/cancelC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/cancelC_ontrol.glif new file mode 100644 index 000000000..ab5d2b97d --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/cancelC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + C.half + + + alignment + -1 + index + 1 + name + N.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/cancelC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/cancelC_ontrol.ss20.glif new file mode 100644 index 000000000..93a2f46f7 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/cancelC_ontrol.ss20.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/careof.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/careof.glif index aa55fa90d..60e5079ef 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/careof.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/careof.glif @@ -4,66 +4,66 @@ - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/caron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/caron.glif index f4ac03d56..e55eb3d8b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/caron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/caron.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/caroncomb.case.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/caroncomb.case.glif index 56b6ac78e..bad289766 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/caroncomb.case.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/caroncomb.case.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/caroncomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/caroncomb.glif index 38e0af620..eb7af2d1b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/caroncomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/caroncomb.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/carriageR_eturnC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/carriageR_eturnC_ontrol.glif new file mode 100644 index 000000000..a013228b2 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/carriageR_eturnC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + C.half + + + alignment + -1 + index + 1 + name + R.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/carriageR_eturnC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/carriageR_eturnC_ontrol.ss20.glif new file mode 100644 index 000000000..aaf825841 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/carriageR_eturnC_ontrol.ss20.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ccaron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ccaron.glif index 9300e8068..d9a05c04c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ccaron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ccaron.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ccedilla.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ccedilla.glif index 5e167c2e5..679538188 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ccedilla.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ccedilla.glif @@ -2,16 +2,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ccircumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ccircumflex.glif index 6622bf0e7..8e308dd81 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ccircumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ccircumflex.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/cdotaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/cdotaccent.glif index 000477507..a5d0e6da1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/cdotaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/cdotaccent.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/cedi.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/cedi.glif index f69470693..5a75688e9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/cedi.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/cedi.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/cedilla.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/cedilla.glif index 02036818d..e59e89416 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/cedilla.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/cedilla.glif @@ -3,7 +3,7 @@ - + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/cedillacomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/cedillacomb.glif index a030299f8..a2b9cf5cc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/cedillacomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/cedillacomb.glif @@ -1,25 +1,26 @@ - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -27,7 +28,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/che-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/che-cy.glif index 838a8f00a..7774505f1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/che-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/che-cy.glif @@ -2,34 +2,28 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/chedescender-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/chedescender-cy.glif index 665e53f02..6c46cdcca 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/chedescender-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/chedescender-cy.glif @@ -2,21 +2,15 @@ - - + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/chi.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/chi.glif index 269e15d70..75667154f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/chi.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/chi.glif @@ -44,10 +44,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/circumflexcomb.case.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/circumflexcomb.case.glif index d8ac73f07..d99405182 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/circumflexcomb.case.glif @@ -2,7 +2,7 @@ - + @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/circumflexcomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/circumflexcomb.glif index 1b79ca5e0..7c21b0bd7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/circumflexcomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/circumflexcomb.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_colon.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon.center.glif similarity index 59% rename from sources/CascadiaCode-Regular.ufo/glyphs/less_colon.liga.glif rename to sources/CascadiaCode-ExtraLight.ufo/glyphs/colon.center.glif index 00f3fc2c9..a2b61238e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_colon.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon.center.glif @@ -1,9 +1,8 @@ - + - - + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_colon.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_colon.liga.glif index d731dd45b..b42ef53c0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_colon.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_colon.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_colon_colon.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_colon_colon.liga.glif index d607bf959..540d61a82 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_colon_colon.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_colon_colon.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_colon_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_colon_equal.liga.glif index b086e639d..6436f522d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_colon_equal.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_colon_equal.liga.glif @@ -3,24 +3,24 @@ - - - - + + + + - - - - + + + + - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_equal.liga.glif index 455d39e37..b83b7eb32 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_equal.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_equal.liga.glif @@ -3,23 +3,23 @@ - - - - + + + + - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_equal_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_equal_middle.seq.glif new file mode 100644 index 000000000..af8df720a --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_equal_middle.seq.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_greater.liga.glif deleted file mode 100644 index fdecef77d..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_greater.liga.glif +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_less.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_less.liga.glif deleted file mode 100644 index 94d230653..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_less.liga.glif +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_slash_slash.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_slash_slash.liga.glif index 87f02b0b9..8b56752a2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_slash_slash.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_slash_slash.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colonsign.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colonsign.glif index 931a3b707..834021973 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colonsign.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colonsign.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colontriangularmod.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colontriangularmod.glif index 16cddaff4..f6b968276 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/colontriangularmod.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/colontriangularmod.glif @@ -17,7 +17,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/comma.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/comma.glif index d87cd346a..8c171aa33 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/comma.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/comma.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaabovecomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaabovecomb.glif index e7d360443..1a8037f68 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaabovecomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaabovecomb.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaaboverightcomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaaboverightcomb.glif index 6f97988ac..854c47f55 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaaboverightcomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaaboverightcomb.glif @@ -1,8 +1,6 @@ - - @@ -11,7 +9,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaaccentcomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaaccentcomb.glif index 6f3b7753f..25fed79a9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaaccentcomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaaccentcomb.glif @@ -2,6 +2,7 @@ + @@ -15,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaturnedabovecomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaturnedabovecomb.glif index 094101dd5..084c5563f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaturnedabovecomb.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaturnedmod.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaturnedmod.glif index 05894cccd..9c1d8e99c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaturnedmod.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaturnedmod.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/contents.plist b/sources/CascadiaCode-ExtraLight.ufo/glyphs/contents.plist index 45af96cee..0a3a00e6c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/contents.plist +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/contents.plist @@ -8,6 +8,8 @@ A_.glif A-cy A_-cy.glif + A.half + A_.half.glif AE A_E_.glif AEacute @@ -70,12 +72,16 @@ A_tilde.glif B B_.glif + B.half + B_.half.glif Be-cy B_e-cy.glif Beta B_eta.glif C C_.glif + C.half + C_.half.glif CR C_R_.glif Cacute @@ -100,6 +106,8 @@ C_stroke.glif D D_.glif + D.half + D_.half.glif Dcaron D_caron.glif Dcroat @@ -120,6 +128,8 @@ E_.glif E-cy E_-cy.glif + E.half + E_.half.glif Eacute E_acute.glif Ebreve @@ -196,8 +206,12 @@ E_zh.glif F F_.glif + F.half + F_.half.glif G G_.glif + G.half + G_.half.glif Gamma G_amma.glif Gammaafrican @@ -228,6 +242,8 @@ G_stroke.glif H H_.glif + H.half + H_.half.glif Ha-cy H_a-cy.glif Hadescender-cy @@ -246,6 +262,8 @@ I_.glif I-cy I_-cy.glif + I.half + I_.half.glif IJ I_J_.glif Ia-cy @@ -308,6 +326,8 @@ J_e-cy.glif K K_.glif + K.half + K_.half.glif Ka-cy K_a-cy.glif Kacute @@ -328,6 +348,8 @@ K_linebelow.glif L L_.glif + L.half + L_.half.glif LIG L_I_G_.glif Lacute @@ -356,10 +378,14 @@ L_small.glif M M_.glif + M.half + M_.half.glif Mu M_u.glif N N_.glif + N.half + N_.half.glif Nacute N_acute.glif Nacute.loclPLK @@ -382,6 +408,8 @@ O_.glif O-cy O_-cy.glif + O.half + O_.half.glif OE O_E_.glif Oacute @@ -454,6 +482,8 @@ O_tilde.glif P P_.glif + P.half + P_.half.glif Palochka-cy P_alochka-cy.glif Pe-cy @@ -466,8 +496,12 @@ P_si.glif Q Q_.glif + Q.half + Q_.half.glif R R_.glif + R.half + R_.half.glif Racute R_acute.glif Rcaron @@ -480,6 +514,8 @@ R_ho.glif S S_.glif + S.half + S_.half.glif Sacute S_acute.glif Sacute.loclPLK @@ -510,6 +546,8 @@ S_oftsign-cy.glif T T_.glif + T.half + T_.half.glif Tau T_au.glif Tbar @@ -538,6 +576,8 @@ U_.glif U-cy U_-cy.glif + U.half + U_.half.glif Uacute U_acute.glif Ubreve @@ -592,6 +632,8 @@ U_tilde.glif V V_.glif + V.half + V_.half.glif Ve-cy V_e-cy.glif Vhook @@ -610,10 +652,14 @@ W_grave.glif X X_.glif + X.half + X_.half.glif Xi X_i.glif Y Y_.glif + Y.half + Y_.half.glif Yacute Y_acute.glif Ycircumflex @@ -684,6 +730,10 @@ acircumflexhookabove.glif acircumflextilde acircumflextilde.glif + acknowledgeControl + acknowledgeC_ontrol.glif + acknowledgeControl.ss20 + acknowledgeC_ontrol.ss20.glif acute acute.glif acutecomb @@ -772,6 +822,12 @@ backslash.glif backslash_backslash.liga backslash_backslash.liga.glif + backslash_slash.liga + backslash_slash.liga.glif + backspaceControl + backspaceC_ontrol.glif + backspaceControl.ss20 + backspaceC_ontrol.ss20.glif baht baht.glif baht.BRACKET.600 @@ -780,26 +836,52 @@ bar.glif bar_bar.liga bar_bar.liga.glif + bar_bar_bar.liga + bar_bar_bar.liga.glif bar_bar_bar_greater.liga bar_bar_bar_greater.liga.glif - bar_bar_equal.liga - bar_bar_equal.liga.glif + bar_bar_equal_end.seq + bar_bar_equal_end.seq.glif + bar_bar_equal_middle.seq + bar_bar_equal_middle.seq.glif + bar_bar_equal_start.seq + bar_bar_equal_start.seq.glif bar_bar_greater.liga bar_bar_greater.liga.glif + bar_bar_hyphen_end.seq + bar_bar_hyphen_end.seq.glif + bar_bar_hyphen_middle.seq + bar_bar_hyphen_middle.seq.glif + bar_bar_hyphen_start.seq + bar_bar_hyphen_start.seq.glif bar_braceright.liga bar_braceright.liga.glif bar_bracketright.liga bar_bracketright.liga.glif - bar_equal.liga - bar_equal.liga.glif + bar_equal_end.seq + bar_equal_end.seq.glif + bar_equal_middle.seq + bar_equal_middle.seq.glif + bar_equal_start.seq + bar_equal_start.seq.glif bar_greater.liga bar_greater.liga.glif - bar_hyphen.liga - bar_hyphen.liga.glif + bar_hyphen_end.seq + bar_hyphen_end.seq.glif + bar_hyphen_middle.seq + bar_hyphen_middle.seq.glif + bar_hyphen_start.seq + bar_hyphen_start.seq.glif + bar_underscore_middle.seq + bar_underscore_middle.seq.glif be-cy be-cy.glif be-cy.loclSRB be-cy.loclS_R_B_.glif + bellControl + bellC_ontrol.glif + bellControl.ss20 + bellC_ontrol.ss20.glif beta beta.glif blackCircle @@ -848,8 +930,12 @@ blackV_erticalR_ect.glif blackVerysmallSquare blackV_erysmallS_quare.glif + blank + blank.glif blank-braille blank-braille.glif + blankSymbol + blankS_ymbol.glif bottomHalfBlackCircle bottomH_alfB_lackC_ircle.glif bottomHalfBlackDiamond @@ -1150,6 +1236,10 @@ cacute.glif cacute.loclPLK cacute.loclP_L_K_.glif + cancelControl + cancelC_ontrol.glif + cancelControl.ss20 + cancelC_ontrol.ss20.glif careof careof.glif caron @@ -1158,6 +1248,10 @@ caroncomb.glif caroncomb.case caroncomb.case.glif + carriageReturnControl + carriageR_eturnC_ontrol.glif + carriageReturnControl.ss20 + carriageR_eturnC_ontrol.ss20.glif ccaron ccaron.glif ccedilla @@ -1192,6 +1286,8 @@ clubB_lackS_uit.glif colon colon.glif + colon.center + colon.center.glif colon_colon.liga colon_colon.liga.glif colon_colon_colon.liga @@ -1200,10 +1296,8 @@ colon_colon_equal.liga.glif colon_equal.liga colon_equal.liga.glif - colon_greater.liga - colon_greater.liga.glif - colon_less.liga - colon_less.liga.glif + colon_equal_middle.seq + colon_equal_middle.seq.glif colon_slash_slash.liga colon_slash_slash.liga.glif colonsign @@ -1236,6 +1330,10 @@ daggerdbl.glif dashdownArrow dashdownA_rrow.glif + dataLinkEscapeControl + dataL_inkE_scapeC_ontrol.glif + dataLinkEscapeControl.ss20 + dataL_inkE_scapeC_ontrol.ss20.glif dcaron dcaron.glif dcaron.alt @@ -1248,8 +1346,20 @@ de-cy.loclB_G_R_.glif degree degree.glif + deleteControl + deleteC_ontrol.glif + deleteFormTwoControl + deleteF_ormT_woC_ontrol.glif delta delta.glif + deviceControlFourControl + deviceC_ontrolF_ourC_ontrol.glif + deviceControlOneControl + deviceC_ontrolO_neC_ontrol.glif + deviceControlThreeControl + deviceC_ontrolT_hreeC_ontrol.glif + deviceControlTwoControl + deviceC_ontrolT_woC_ontrol.glif diagonalcrosshatchFillSquare diagonalcrosshatchF_illS_quare.glif diamondBlackSuit @@ -1806,6 +1916,8 @@ downB_lackS_mallT_riangle.glif downBlackTriangle downB_lackT_riangle.glif + downTipLeftArrow + downT_ipL_eftA_rrow.glif downWhiteSmallTriangle downW_hiteS_mallT_riangle.glif downWhiteTriangle @@ -1872,12 +1984,32 @@ emdash.glif en-cy en-cy.glif + endOfMediumControl + endO_fM_ediumC_ontrol.glif + endOfMediumControl.ss20 + endO_fM_ediumC_ontrol.ss20.glif + endOfTextControl + endO_fT_extC_ontrol.glif + endOfTextControl.ss20 + endO_fT_extC_ontrol.ss20.glif + endOfTransmissionBlockControl + endO_fT_ransmissionB_lockC_ontrol.glif + endOfTransmissionBlockControl.ss20 + endO_fT_ransmissionB_lockC_ontrol.ss20.glif + endOfTransmissionControl + endO_fT_ransmissionC_ontrol.glif + endOfTransmissionControl.ss20 + endO_fT_ransmissionC_ontrol.ss20.glif endash endash.glif endescender-cy endescender-cy.glif eng eng.glif + enquiryControl + enquiryC_ontrol.glif + enquiryControl.ss20 + enquiryC_ontrol.ss20.glif eogonek eogonek.glif eopen @@ -1888,24 +2020,16 @@ epsilontonos.glif equal equal.glif - equal_colon_equal.liga - equal_colon_equal.liga.glif + equal_end.seq + equal_end.seq.glif equal_equal.liga equal_equal.liga.glif equal_equal_equal.liga equal_equal_equal.liga.glif - equal_equal_greater.liga - equal_equal_greater.liga.glif - equal_exclam_equal.liga - equal_exclam_equal.liga.glif - equal_greater.liga - equal_greater.liga.glif - equal_greater_greater.liga - equal_greater_greater.liga.glif - equal_less_less.liga - equal_less_less.liga.glif - equal_slash_equal.liga - equal_slash_equal.liga.glif + equal_middle.seq + equal_middle.seq.glif + equal_start.seq + equal_start.seq.glif equivalence equivalence.glif er-cy @@ -1914,6 +2038,10 @@ ereversed-cy.glif es-cy es-cy.glif + escapeControl + escapeC_ontrol.glif + escapeControl.ss20 + escapeC_ontrol.ss20.glif esh esh.glif estimated @@ -1934,14 +2062,20 @@ eurocurrency.glif exclam exclam.glif + exclam_colon.liga + exclam_colon.liga.glif exclam_equal.liga exclam_equal.liga.glif exclam_equal_equal.liga exclam_equal_equal.liga.glif + exclam_equal_middle.seq + exclam_equal_middle.seq.glif exclam_exclam.liga exclam_exclam.liga.glif exclam_exclam_period.liga exclam_exclam_period.liga.glif + exclam_period.liga + exclam_period.liga.glif exclamdouble exclamdouble.glif exclamdown @@ -1952,6 +2086,8 @@ f.glif fi fi.glif + fileSeparatorControl + fileS_eparatorC_ontrol.glif filledRect filledR_ect.glif firsttonechinese @@ -1974,10 +2110,16 @@ fl.glif florin florin.glif + formFeedControl + formF_eedC_ontrol.glif + formFeedControl.ss20 + formF_eedC_ontrol.ss20.glif four four.glif four.dnom four.dnom.glif + four.half + four.half.glif four.numr four.numr.glif fourinferior @@ -2036,26 +2178,44 @@ gravetonecomb.glif greater greater.glif - greater_colon.liga - greater_colon.liga.glif + greater.alt + greater.alt.glif + greater.center + greater.center.glif greater_equal.liga greater_equal.liga.glif - greater_equal_greater.liga - greater_equal_greater.liga.glif + greater_equal_end.seq + greater_equal_end.seq.glif + greater_equal_middle.seq + greater_equal_middle.seq.glif + greater_equal_start.seq + greater_equal_start.seq.glif greater_greater.liga greater_greater.liga.glif - greater_greater_equal.liga - greater_greater_equal.liga.glif + greater_greater_equal_end.seq + greater_greater_equal_end.seq.glif + greater_greater_equal_middle.seq + greater_greater_equal_middle.seq.glif + greater_greater_equal_start.seq + greater_greater_equal_start.seq.glif greater_greater_greater.liga greater_greater_greater.liga.glif - greater_greater_hyphen.liga - greater_greater_hyphen.liga.glif - greater_hyphen.liga - greater_hyphen.liga.glif - greater_hyphen_greater.liga - greater_hyphen_greater.liga.glif + greater_greater_hyphen_end.seq + greater_greater_hyphen_end.seq.glif + greater_greater_hyphen_middle.seq + greater_greater_hyphen_middle.seq.glif + greater_greater_hyphen_start.seq + greater_greater_hyphen_start.seq.glif + greater_hyphen_end.seq + greater_hyphen_end.seq.glif + greater_hyphen_middle.seq + greater_hyphen_middle.seq.glif + greater_hyphen_start.seq + greater_hyphen_start.seq.glif greaterequal greaterequal.glif + groupSeparatorControl + groupS_eparatorC_ontrol.glif gstroke gstroke.glif guarani @@ -2088,8 +2248,12 @@ hdotbelow.glif heartBlackSuit heartB_lackS_uit.glif + heavyleftpointinganglebracketornament + heavyleftpointinganglebracketornament.glif heavyleftpointinganglequotationmarkornament heavyleftpointinganglequotationmarkornament.glif + heavyrightpointinganglebracketornament + heavyrightpointinganglebracketornament.glif heavyrightpointinganglequotationmarkornament heavyrightpointinganglequotationmarkornament.glif hookabovecomb @@ -2100,6 +2264,10 @@ horizontalB_lackH_exagon.glif horizontalFillSquare horizontalF_illS_quare.glif + horizontalTabulationControl + horizontalT_abulationC_ontrol.glif + horizontalTabulationControl.ss20 + horizontalT_abulationC_ontrol.ss20.glif horizontalbar horizontalbar.glif horizontallineextension @@ -2108,6 +2276,8 @@ horncomb.glif horncomb.case horncomb.case.glif + house + house.glif hryvnia hryvnia.glif hungarumlaut @@ -2120,22 +2290,16 @@ hyphen.glif hyphen_asciitilde.liga hyphen_asciitilde.liga.glif - hyphen_bar.liga - hyphen_bar.liga.glif - hyphen_greater.liga - hyphen_greater.liga.glif - hyphen_greater_greater.liga - hyphen_greater_greater.liga.glif + hyphen_end.seq + hyphen_end.seq.glif hyphen_hyphen.liga hyphen_hyphen.liga.glif - hyphen_hyphen_greater.liga - hyphen_hyphen_greater.liga.glif hyphen_hyphen_hyphen.liga hyphen_hyphen_hyphen.liga.glif - hyphen_less.liga - hyphen_less.liga.glif - hyphen_less_less.liga - hyphen_less_less.liga.glif + hyphen_middle.seq + hyphen_middle.seq.glif + hyphen_start.seq + hyphen_start.seq.glif hyphentwo hyphentwo.glif i @@ -2332,6 +2496,10 @@ leftW_hiteT_riangle.glif less less.glif + less.alt + less.alt.glif + less.center + less.center.glif less_asciitilde.liga less_asciitilde.liga.glif less_asciitilde_asciitilde.liga @@ -2350,8 +2518,6 @@ less_bar_bar_bar.liga.glif less_bar_greater.liga less_bar_greater.liga.glif - less_colon.liga - less_colon.liga.glif less_dollar.liga less_dollar.liga.glif less_dollar.liga.BRACKET.600 @@ -2362,32 +2528,36 @@ less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif less_equal.liga less_equal.liga.glif - less_equal_equal.liga - less_equal_equal.liga.glif - less_equal_equal_greater.liga - less_equal_equal_greater.liga.glif - less_equal_greater.liga - less_equal_greater.liga.glif - less_equal_less.liga - less_equal_less.liga.glif + less_equal_end.seq + less_equal_end.seq.glif + less_equal_middle.seq + less_equal_middle.seq.glif + less_equal_start.seq + less_equal_start.seq.glif less_exclam_hyphen_hyphen.liga less_exclam_hyphen_hyphen.liga.glif less_greater.liga less_greater.liga.glif - less_hyphen.liga - less_hyphen.liga.glif - less_hyphen_greater.liga - less_hyphen_greater.liga.glif - less_hyphen_hyphen.liga - less_hyphen_hyphen.liga.glif - less_hyphen_less.liga - less_hyphen_less.liga.glif + less_hyphen_end.seq + less_hyphen_end.seq.glif + less_hyphen_middle.seq + less_hyphen_middle.seq.glif + less_hyphen_start.seq + less_hyphen_start.seq.glif less_less.liga less_less.liga.glif - less_less_equal.liga - less_less_equal.liga.glif - less_less_hyphen.liga - less_less_hyphen.liga.glif + less_less_equal_end.seq + less_less_equal_end.seq.glif + less_less_equal_middle.seq + less_less_equal_middle.seq.glif + less_less_equal_start.seq + less_less_equal_start.seq.glif + less_less_hyphen_end.seq + less_less_hyphen_end.seq.glif + less_less_hyphen_middle.seq + less_less_hyphen_middle.seq.glif + less_less_hyphen_start.seq + less_less_hyphen_start.seq.glif less_less_less.liga less_less_less.liga.glif less_plus.liga @@ -2400,6 +2570,10 @@ less_slash_greater.liga.glif lessequal lessequal.glif + lineFeedControl + lineF_eedC_ontrol.glif + lineFeedControl.ss20 + lineF_eedC_ontrol.ss20.glif lineseparator lineseparator.glif lira @@ -2544,6 +2718,12 @@ ncaron.glif ncommaaccent ncommaaccent.glif + negativeAcknowledgeControl + negativeA_cknowledgeC_ontrol.glif + negativeAcknowledgeControl.ss20 + negativeA_cknowledgeC_ontrol.ss20.glif + newlineControl + newlineC_ontrol.glif nhookleft nhookleft.glif nine @@ -2576,6 +2756,8 @@ ntilde.glif nu nu.glif + nullControl + nullC_ontrol.glif numbersign numbersign.glif numbersign_braceleft.liga @@ -2584,20 +2766,20 @@ numbersign_bracketleft.liga.glif numbersign_colon.liga numbersign_colon.liga.glif + numbersign_end.seq + numbersign_end.seq.glif numbersign_equal.liga numbersign_equal.liga.glif numbersign_exclam.liga numbersign_exclam.liga.glif - numbersign_numbersign.liga - numbersign_numbersign.liga.glif - numbersign_numbersign_numbersign.liga - numbersign_numbersign_numbersign.liga.glif - numbersign_numbersign_numbersign_numbersign.liga - numbersign_numbersign_numbersign_numbersign.liga.glif + numbersign_middle.seq + numbersign_middle.seq.glif numbersign_parenleft.liga numbersign_parenleft.liga.glif numbersign_question.liga numbersign_question.liga.glif + numbersign_start.seq + numbersign_start.seq.glif numbersign_underscore.liga numbersign_underscore.liga.glif numbersign_underscore_parenleft.liga @@ -2676,6 +2858,8 @@ one.glif one.dnom one.dnom.glif + one.half + one.half.glif one.numr one.numr.glif onedotenleader @@ -2770,6 +2954,8 @@ plus_plus_plus.liga.glif plusminus plusminus.glif + prescription + prescription.glif product product.glif psi @@ -2790,6 +2976,8 @@ question_period.liga.glif question_question.liga question_question.liga.glif + question_question_equal.liga + question_question_equal.liga.glif questiondown questiondown.glif questiongreek @@ -2824,8 +3012,12 @@ rcommaaccent.glif rdotbelow rdotbelow.glif + recordSeparatorControl + recordS_eparatorC_ontrol.glif registered registered.glif + returnsymbol + returnsymbol.glif reversedRotatedFloralHeartBullet reversedR_otatedF_loralH_eartB_ullet.glif rho @@ -2940,6 +3132,14 @@ sheqel.glif shha-cy shha-cy.glif + shiftInControl + shiftI_nC_ontrol.glif + shiftInControl.ss20 + shiftI_nC_ontrol.ss20.glif + shiftOutControl + shiftO_utC_ontrol.glif + shiftOutControl.ss20 + shiftO_utC_ontrol.ss20.glif sigma sigma.glif sigmafinal @@ -2958,14 +3158,24 @@ slash.glif slash_asterisk.liga slash_asterisk.liga.glif - slash_equal.liga - slash_equal.liga.glif - slash_equal_equal.liga - slash_equal_equal.liga.glif + slash_backslash.liga + slash_backslash.liga.glif + slash_equal_end.seq + slash_equal_end.seq.glif + slash_equal_middle.seq + slash_equal_middle.seq.glif + slash_equal_start.seq + slash_equal_start.seq.glif slash_greater.liga slash_greater.liga.glif slash_slash.liga slash_slash.liga.glif + slash_slash_equal_end.seq + slash_slash_equal_end.seq.glif + slash_slash_equal_middle.seq + slash_slash_equal_middle.seq.glif + slash_slash_equal_start.seq + slash_slash_equal_start.seq.glif slash_slash_slash.liga slash_slash_slash.liga.glif softhyphen @@ -2976,16 +3186,36 @@ softsign-cy.loclB_G_R_.glif space space.glif + spaceControl + spaceC_ontrol.glif spadeBlackSuit spadeB_lackS_uit.glif + startOfHeadingControl + startO_fH_eadingC_ontrol.glif + startOfHeadingControl.ss20 + startO_fH_eadingC_ontrol.ss20.glif + startOfTextControl + startO_fT_extC_ontrol.glif + startOfTextControl.ss20 + startO_fT_extC_ontrol.ss20.glif sterling sterling.glif strictlyequivalentto strictlyequivalentto.glif + substituteControl + substituteC_ontrol.glif + substituteControl.ss20 + substituteC_ontrol.ss20.glif + substituteFormTwoControl + substituteF_ormT_woC_ontrol.glif summation summation.glif sunWithRays sunW_ithR_ays.glif + synchronousIdleControl + synchronousI_dleC_ontrol.glif + synchronousIdleControl.ss20 + synchronousI_dleC_ontrol.ss20.glif t t.glif tau @@ -3016,6 +3246,8 @@ three.glif three.dnom three.dnom.glif + three.half + three.half.glif three.numr three.numr.glif threeeighths @@ -3058,6 +3290,8 @@ two.glif two.dnom two.dnom.glif + two.half + two.half.glif two.numr two.numr.glif twoinferior @@ -3102,14 +3336,18 @@ umacron-cy.glif underscore underscore.glif - underscore_bar_underscore.liga - underscore_bar_underscore.liga.glif + underscore_end.seq + underscore_end.seq.glif + underscore_middle.seq + underscore_middle.seq.glif + underscore_start.seq + underscore_start.seq.glif underscore_underscore.liga underscore_underscore.liga.glif underscoredbl underscoredbl.glif - uni0009 - uni0009.glif + unitSeparatorControl + unitS_eparatorC_ontrol.glif uogonek uogonek.glif upArrow @@ -3242,6 +3480,10 @@ verticalF_illC_ircle.glif verticalFillSquare verticalF_illS_quare.glif + verticalTabulationControl + verticalT_abulationC_ontrol.glif + verticalTabulationControl.ss20 + verticalT_abulationC_ontrol.ss20.glif vhook vhook.glif vturned diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/crosshatchF_illS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/crosshatchF_illS_quare.glif index fe8a7a10f..28dc95c98 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/crosshatchF_illS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/crosshatchF_illS_quare.glif @@ -35,7 +35,7 @@ uni25A6 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/d.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/d.glif index 29c76c8ff..869977a56 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/d.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/d.glif @@ -8,35 +8,34 @@ - - - - - - - - - + + + + + + + + - - + + - - + + - - - + + + - - - - - + + + + + - - + + @@ -49,7 +48,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dashdownA_rrow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dashdownA_rrow.glif index e38f00f9a..2173e4483 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dashdownA_rrow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dashdownA_rrow.glif @@ -6,16 +6,16 @@ - - - - - - + + + + + + - - + + @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dataL_inkE_scapeC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dataL_inkE_scapeC_ontrol.glif new file mode 100644 index 000000000..900c43246 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dataL_inkE_scapeC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + D.half + + + alignment + -1 + index + 1 + name + L.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dataL_inkE_scapeC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dataL_inkE_scapeC_ontrol.ss20.glif new file mode 100644 index 000000000..5523b379c --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dataL_inkE_scapeC_ontrol.ss20.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dcaron.alt.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dcaron.alt.glif index f5965025e..bb8c7ecc5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dcaron.alt.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dcaron.alt.glif @@ -4,50 +4,49 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dcaron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dcaron.glif index 3756d8173..be509d0fb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dcaron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dcaron.glif @@ -2,9 +2,9 @@ - - + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dcroat.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dcroat.glif index b46be317c..d8c83eeff 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dcroat.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dcroat.glif @@ -4,8 +4,8 @@ - - + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/de-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/de-cy.glif index bd27900b4..bb22d9680 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/de-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/de-cy.glif @@ -48,10 +48,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/de-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/de-cy.loclB_G_R_.glif index 59ad062ff..2cf51f7d0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/de-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/de-cy.loclB_G_R_.glif @@ -1,15 +1,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/degree.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/degree.glif index d548776cc..f3da148d4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/degree.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/degree.glif @@ -4,32 +4,32 @@ - - - - - - + + + + + + - - - - - + + + + + - - - - - - + + + + + + - - - - - + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/deleteC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/deleteC_ontrol.glif new file mode 100644 index 000000000..feae256b3 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/deleteC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + D.half + + + alignment + -1 + index + 1 + name + T.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/deleteF_ormT_woC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/deleteF_ormT_woC_ontrol.glif new file mode 100644 index 000000000..0d5adbbea --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/deleteF_ormT_woC_ontrol.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/delta.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/delta.glif index 50ee5bfcd..399f389ba 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/delta.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/delta.glif @@ -8,9 +8,9 @@ - - - + + + @@ -34,31 +34,25 @@ - - - - + + + + - - - + + + - - - + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolF_ourC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolF_ourC_ontrol.glif new file mode 100644 index 000000000..4033bc383 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolF_ourC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + D.half + + + alignment + -1 + index + 1 + name + four.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolO_neC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolO_neC_ontrol.glif new file mode 100644 index 000000000..ed9e9111e --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolO_neC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + D.half + + + alignment + -1 + index + 1 + name + one.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolT_hreeC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolT_hreeC_ontrol.glif new file mode 100644 index 000000000..048abb542 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolT_hreeC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + D.half + + + alignment + -1 + index + 1 + name + three.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolT_woC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolT_woC_ontrol.glif new file mode 100644 index 000000000..a7c5f24eb --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolT_woC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + D.half + + + alignment + -1 + index + 1 + name + two.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/diagonalcrosshatchF_illS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/diagonalcrosshatchF_illS_quare.glif index 86c72d1c4..a95588313 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/diagonalcrosshatchF_illS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/diagonalcrosshatchF_illS_quare.glif @@ -47,7 +47,7 @@ uni25A9 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dieresiscomb.case.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dieresiscomb.case.glif index 078e7f5d7..aff28f184 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dieresiscomb.case.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dieresiscomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dieresiscomb.glif index c4cfebdef..96a639af0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dieresiscomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dieresiscomb.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dieresistonos.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dieresistonos.glif index 9861bf1d6..6684a0736 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dieresistonos.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dieresistonos.glif @@ -42,7 +42,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/divisionslash.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/divisionslash.glif index 996df1354..d58e38675 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/divisionslash.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/divisionslash.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dje-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dje-cy.glif index 173f19d23..afd8a9eca 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dje-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dje-cy.glif @@ -51,10 +51,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar.B_R_A_C_K_E_T_.600.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar.B_R_A_C_K_E_T_.600.glif index 5c992a499..6412b08b7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar.B_R_A_C_K_E_T_.600.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar.B_R_A_C_K_E_T_.600.glif @@ -1,8 +1,6 @@ - - @@ -21,7 +19,7 @@ com.schriftgestaltung.Glyphs._originalLayerName - ExtraLight [600] + [600] com.schriftgestaltung.Glyphs.glyph.leftMetricsKey =S com.schriftgestaltung.Glyphs.glyph.rightMetricsKey diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar.glif index 55a9c96c0..229027918 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar.glif @@ -3,7 +3,7 @@ - + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar_greater.liga.B_R_A_C_K_E_T_.600.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar_greater.liga.B_R_A_C_K_E_T_.600.glif index 2ce4321fb..111fc7fbb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar_greater.liga.B_R_A_C_K_E_T_.600.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar_greater.liga.B_R_A_C_K_E_T_.600.glif @@ -3,70 +3,70 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs._originalLayerName - ExtraLight [600] + [600] public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar_greater.liga.glif index 3aa025f76..21cfbbeb8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar_greater.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar_greater.liga.glif @@ -3,62 +3,62 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dong.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dong.glif index e49d92de7..6904bcfe0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dong.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dong.glif @@ -4,8 +4,8 @@ - - + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotaccent.glif index 872eea3e5..77748a9a6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotaccent.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotaccentcomb.case.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotaccentcomb.case.glif index 579b1150a..38ce28dcc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotaccentcomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotaccentcomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotaccentcomb.glif index e3cb7fbdd..6a6361bea 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotaccentcomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotaccentcomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotbelowcomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotbelowcomb.glif index 230b2354c..7f73f195d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotbelowcomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotbelowcomb.glif @@ -2,6 +2,7 @@ + @@ -23,7 +24,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1-braille.glif index b63d1478b..9b7c292a9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12-braille.glif index 7c362c785..d33568da8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123-braille.glif index d0eb24fb9..334491dfe 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234-braille.glif index 3796f8415..e313bf0ff 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12345-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12345-braille.glif index bb263e09d..14d91a69c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12345-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12345-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123456-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123456-braille.glif index f89472107..f20085fe6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123456-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123456-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234567-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234567-braille.glif index 73a415f5e..21447b1e1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234567-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234567-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12345678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12345678-braille.glif index 33213fe93..30660e985 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12345678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12345678-braille.glif @@ -119,7 +119,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234568-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234568-braille.glif index f740de0da..d66317e53 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234568-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234568-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123457-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123457-braille.glif index 5cb9e0c6e..cf95ad471 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123457-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123457-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234578-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234578-braille.glif index b3f868025..5989c0f58 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234578-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234578-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123458-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123458-braille.glif index dd423f35c..7c9a0c737 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123458-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123458-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12346-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12346-braille.glif index 343c646e7..7089c75f4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12346-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12346-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123467-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123467-braille.glif index 8a845a848..7ccbc79f4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123467-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123467-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234678-braille.glif index a761e4f2d..560843269 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234678-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123468-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123468-braille.glif index cb210eabf..a56a5fbb2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123468-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123468-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12347-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12347-braille.glif index 59068cb5b..2df450815 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12347-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12347-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123478-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123478-braille.glif index 1033d2a3a..16573ee42 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123478-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123478-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12348-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12348-braille.glif index 1b6948556..6a63426ee 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12348-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12348-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1235-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1235-braille.glif index e17974284..299c0265a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1235-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1235-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12356-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12356-braille.glif index b4eab9daf..80141d194 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12356-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12356-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123567-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123567-braille.glif index af917b67c..d97cd460d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123567-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123567-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1235678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1235678-braille.glif index 8acc805b1..ffd43ca99 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1235678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1235678-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123568-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123568-braille.glif index e7ccec6e0..c771a95f4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123568-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123568-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12357-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12357-braille.glif index ee940b305..e408ac9dd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12357-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12357-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123578-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123578-braille.glif index 3f721f367..2b9524dfa 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123578-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123578-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12358-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12358-braille.glif index c890cabe7..2f329ab07 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12358-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12358-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1236-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1236-braille.glif index 726822e18..7dfb11e66 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1236-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1236-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12367-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12367-braille.glif index 4e3c836e3..7a5aea670 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12367-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12367-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123678-braille.glif index 19e716983..3e365ff4a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12368-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12368-braille.glif index 7d835bdb3..c53f5e0b0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12368-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12368-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1237-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1237-braille.glif index 9f79df0b7..dc6b25abd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1237-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1237-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12378-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12378-braille.glif index 1350b2d26..be9e80c37 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12378-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12378-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1238-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1238-braille.glif index de6029efe..bdfc4cd32 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1238-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1238-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124-braille.glif index 2a3e442f0..342b2e9c6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1245-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1245-braille.glif index ef0c221ad..e901c7d05 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1245-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1245-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12456-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12456-braille.glif index 17b9a67c0..d6c6efcfe 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12456-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12456-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124567-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124567-braille.glif index 8e9dff42f..6e17b63ee 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124567-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124567-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1245678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1245678-braille.glif index f570de28d..db2ce6594 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1245678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1245678-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124568-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124568-braille.glif index b86391a09..81f8160dd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124568-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124568-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12457-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12457-braille.glif index 9c4a711ee..6eae3ec71 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12457-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12457-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124578-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124578-braille.glif index eff33e2a1..267cab6cd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124578-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124578-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12458-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12458-braille.glif index 25e0b0fe0..243bab09f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12458-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12458-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1246-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1246-braille.glif index ecb17e991..bfd186618 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1246-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1246-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12467-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12467-braille.glif index 88c18e1f3..7f5558ff4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12467-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12467-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124678-braille.glif index f474e93fe..8a0c21780 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12468-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12468-braille.glif index a5c9ff6a3..ecec62079 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12468-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12468-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1247-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1247-braille.glif index 514dc78fe..8c4cee850 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1247-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1247-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12478-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12478-braille.glif index 3739218bf..dabeef263 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12478-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12478-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1248-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1248-braille.glif index ae5153333..3cbe908d7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1248-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1248-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots125-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots125-braille.glif index fe78da50e..fae5c9766 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots125-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots125-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1256-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1256-braille.glif index 735c99ae3..6cbdb50d7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1256-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1256-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12567-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12567-braille.glif index 91ec3fe75..92a8ee5ed 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12567-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12567-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots125678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots125678-braille.glif index 9d3c0c9e3..237c979ee 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots125678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots125678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12568-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12568-braille.glif index 9ad9b5155..6ccc30a72 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12568-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12568-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1257-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1257-braille.glif index 1af3beaae..54fe1daa3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1257-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1257-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12578-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12578-braille.glif index eeea9cb17..0fdc3bdd6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12578-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12578-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1258-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1258-braille.glif index 30181832f..d92245ad0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1258-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1258-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots126-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots126-braille.glif index fa8c87d45..437c4e29d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots126-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots126-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1267-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1267-braille.glif index 64579c728..78af5e5ed 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1267-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1267-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12678-braille.glif index a9253b9e7..d45e613e2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1268-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1268-braille.glif index ef52b7c50..4fbeb6a0d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1268-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1268-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots127-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots127-braille.glif index c1e5045b2..81aecf7bb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots127-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots127-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1278-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1278-braille.glif index e87748da0..f65cb7621 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1278-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1278-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots128-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots128-braille.glif index 2aabbf5be..22ed62be0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots128-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots128-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13-braille.glif index 977be456c..1b2bb0eb9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134-braille.glif index e15283fe7..da2d12cef 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1345-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1345-braille.glif index 199f1b40a..ae61b0369 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1345-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1345-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13456-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13456-braille.glif index 970bf1ca9..c6cfea13d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13456-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13456-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134567-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134567-braille.glif index 16d4c9d32..ac780a3d0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134567-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134567-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1345678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1345678-braille.glif index 135f99907..fd2970c9d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1345678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1345678-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134568-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134568-braille.glif index 4e776c65b..02cdf25a0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134568-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134568-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13457-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13457-braille.glif index 226261a04..4e21acaa9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13457-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13457-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134578-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134578-braille.glif index 6b9b02d42..4e48b16dc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134578-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134578-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13458-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13458-braille.glif index 96ccb144a..b9ac3154e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13458-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13458-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1346-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1346-braille.glif index 03d4822da..144569a62 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1346-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1346-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13467-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13467-braille.glif index 5f4ffe59f..4bc72434e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13467-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13467-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134678-braille.glif index 47fc6dc15..347e72e5b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13468-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13468-braille.glif index d11202a01..04d0d1419 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13468-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13468-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1347-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1347-braille.glif index b85f330ed..f0abc5f75 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1347-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1347-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13478-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13478-braille.glif index b8dfa1a20..f220e834f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13478-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13478-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1348-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1348-braille.glif index de5fdbb22..bae240ca9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1348-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1348-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots135-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots135-braille.glif index 27c135310..4b81ba863 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots135-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots135-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1356-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1356-braille.glif index 05541dbe1..b1720614a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1356-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1356-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13567-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13567-braille.glif index 985ea9e18..e1c0f405e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13567-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13567-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots135678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots135678-braille.glif index 97f3b424a..f534a7508 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots135678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots135678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13568-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13568-braille.glif index 45f03a0aa..df64b725f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13568-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13568-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1357-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1357-braille.glif index 925384d3e..f7264e073 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1357-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1357-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13578-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13578-braille.glif index f5b76587c..4dd74c6f6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13578-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13578-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1358-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1358-braille.glif index 333fbff6d..a462d2c0d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1358-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1358-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots136-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots136-braille.glif index ae6d487fc..990fff50b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots136-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots136-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1367-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1367-braille.glif index 3f3686c89..f9d2dafc9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1367-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1367-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13678-braille.glif index 025dd4759..0e2e798dd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1368-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1368-braille.glif index e03f931ef..829ed3f30 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1368-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1368-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots137-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots137-braille.glif index c8463e4fd..87b330f21 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots137-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots137-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1378-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1378-braille.glif index 0655a7af2..d597734a8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1378-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1378-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots138-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots138-braille.glif index 9246e558b..3de25b17a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots138-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots138-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14-braille.glif index 94d95b332..779959658 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots145-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots145-braille.glif index a2f02ba50..2b5a07461 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots145-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots145-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1456-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1456-braille.glif index b9934b6b8..4fd0d0b34 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1456-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1456-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14567-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14567-braille.glif index 63e8cb29b..96b3ff44a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14567-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14567-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots145678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots145678-braille.glif index a667e1b32..fa454ad30 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots145678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots145678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14568-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14568-braille.glif index e4db393aa..c50e5a7e1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14568-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14568-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1457-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1457-braille.glif index 8262bbeaa..abdd31c7d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1457-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1457-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14578-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14578-braille.glif index d4388070e..b68138778 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14578-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14578-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1458-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1458-braille.glif index dba51ad54..391f1089f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1458-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1458-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots146-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots146-braille.glif index b9f6b758b..84e734664 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots146-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots146-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1467-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1467-braille.glif index 00874cd25..a130768ba 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1467-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1467-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14678-braille.glif index bc591242d..958b58e7e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1468-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1468-braille.glif index e7dbec141..9cd0545a3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1468-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1468-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots147-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots147-braille.glif index 077b3831a..f1607fb3b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots147-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots147-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1478-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1478-braille.glif index 36350331c..7883e1693 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1478-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1478-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots148-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots148-braille.glif index 3c20a033f..ec22d07a0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots148-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots148-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots15-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots15-braille.glif index 9ab8566e9..72cbe94d6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots15-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots15-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots156-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots156-braille.glif index fd5d7b546..fef55cf75 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots156-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots156-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1567-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1567-braille.glif index d7331e6d3..5089afa4d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1567-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1567-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots15678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots15678-braille.glif index 4f95c70d7..fa344ab4f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots15678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots15678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1568-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1568-braille.glif index 45861e8b9..56f776762 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1568-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1568-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots157-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots157-braille.glif index 62f4c8f0a..fd4050b9f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots157-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots157-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1578-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1578-braille.glif index 06dfeb354..fe4f72116 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1578-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1578-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots158-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots158-braille.glif index 77ddf7ae2..bcef911d6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots158-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots158-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots16-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots16-braille.glif index 2f42f2bb1..186e6cd2c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots16-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots16-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots167-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots167-braille.glif index 81ea415e2..27625e606 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots167-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots167-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1678-braille.glif index 173908507..ac2e167fb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1678-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots168-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots168-braille.glif index cc3bfa4de..a706a77e8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots168-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots168-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots17-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots17-braille.glif index 16e50bb35..5df20fa6a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots17-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots17-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots178-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots178-braille.glif index d3a9f5572..125c07b9d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots178-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots178-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots18-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots18-braille.glif index 97384d51a..82c8190a8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots18-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots18-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2-braille.glif index b57fdb85c..faf550107 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23-braille.glif index 636d5665d..fbb814894 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234-braille.glif index bb69279ee..6ba307a4c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2345-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2345-braille.glif index cc2bb0a59..d2d617ed9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2345-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2345-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23456-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23456-braille.glif index 883acbbd7..97349ef9b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23456-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23456-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234567-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234567-braille.glif index 0d1ccafa9..46e11d73b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234567-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234567-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2345678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2345678-braille.glif index 2a58173d8..8f4ec0ffe 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2345678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2345678-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234568-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234568-braille.glif index 3008aedd9..4f6a70247 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234568-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234568-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23457-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23457-braille.glif index 8541f0285..badd0eda6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23457-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23457-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234578-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234578-braille.glif index d904353a6..a2298c931 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234578-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234578-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23458-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23458-braille.glif index 5c412c862..9a9d2f010 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23458-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23458-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2346-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2346-braille.glif index b1bf1f81f..b6246cf49 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2346-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2346-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23467-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23467-braille.glif index b6b37d258..f68f3dcb0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23467-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23467-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234678-braille.glif index 6e6f98abb..78a05402c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23468-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23468-braille.glif index 752011cbe..9a77f4ed5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23468-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23468-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2347-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2347-braille.glif index 2fad97cd3..faa0bf90c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2347-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2347-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23478-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23478-braille.glif index 1f4b39148..e1f3b3d06 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23478-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23478-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2348-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2348-braille.glif index 63427010e..1d84ac9ad 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2348-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2348-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots235-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots235-braille.glif index f51f53a8b..af995945f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots235-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots235-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2356-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2356-braille.glif index 1b9fdd5e6..402f9a45e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2356-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2356-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23567-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23567-braille.glif index d8c4d8cb1..4bf41db74 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23567-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23567-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots235678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots235678-braille.glif index c21c4867c..6ad4cccc0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots235678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots235678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23568-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23568-braille.glif index 035cd9080..0deb6fabb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23568-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23568-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2357-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2357-braille.glif index ba6075ac5..9bd1fc2e0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2357-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2357-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23578-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23578-braille.glif index 6131880a6..5b2554e44 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23578-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23578-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2358-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2358-braille.glif index f13cbce3a..2e6a10d40 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2358-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2358-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots236-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots236-braille.glif index 631d7ea84..70e3aaa29 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots236-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots236-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2367-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2367-braille.glif index f3e9cd2eb..0a419a743 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2367-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2367-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23678-braille.glif index 562b165da..f2088b7a5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2368-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2368-braille.glif index a7e2fe38b..6bfe2647f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2368-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2368-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots237-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots237-braille.glif index cb083cfe7..fddc02c26 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots237-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots237-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2378-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2378-braille.glif index 7158ff708..98692c99e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2378-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2378-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots238-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots238-braille.glif index 44bb3bdf0..121df5355 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots238-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots238-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24-braille.glif index 4f6aeac53..3da011f2b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots245-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots245-braille.glif index 18bf55396..92ca56e5c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots245-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots245-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2456-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2456-braille.glif index 215b9bbb7..391e7494b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2456-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2456-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24567-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24567-braille.glif index 024e794af..06003db7c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24567-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24567-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots245678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots245678-braille.glif index fd165830f..67b5a37fc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots245678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots245678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24568-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24568-braille.glif index 349897b1a..8118ccf53 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24568-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24568-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2457-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2457-braille.glif index 4ea37d985..556f46fe5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2457-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2457-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24578-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24578-braille.glif index a2340e134..0ffc5669b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24578-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24578-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2458-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2458-braille.glif index 1e6d36327..35c7e7c87 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2458-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2458-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots246-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots246-braille.glif index 061fed0da..801c70683 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots246-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots246-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2467-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2467-braille.glif index 1ad327b4c..dd000d188 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2467-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2467-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24678-braille.glif index 5c3750c38..5a3aa8bb0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2468-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2468-braille.glif index fa903c080..c8d7e91ce 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2468-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2468-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots247-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots247-braille.glif index c8ecd9546..37a592e5d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots247-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots247-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2478-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2478-braille.glif index c41fc888d..427e42bb6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2478-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2478-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots248-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots248-braille.glif index a3fbe3630..405dca1cb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots248-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots248-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots25-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots25-braille.glif index 9872a205d..4dad3115b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots25-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots25-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots256-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots256-braille.glif index 2e6e19fde..825a620b5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots256-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots256-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2567-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2567-braille.glif index 33003d32d..9b5e9a59b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2567-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2567-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots25678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots25678-braille.glif index 6cd37d34b..fa3199d9e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots25678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots25678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2568-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2568-braille.glif index 5a5b05480..dba26ae15 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2568-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2568-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots257-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots257-braille.glif index faca7e3cb..b3011b4bf 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots257-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots257-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2578-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2578-braille.glif index f92dc736f..cf823c703 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2578-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2578-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots258-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots258-braille.glif index f3dec990d..108bd3429 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots258-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots258-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots26-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots26-braille.glif index bf0e62eaf..b40d0e3b2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots26-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots26-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots267-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots267-braille.glif index 8176a362b..7832f5776 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots267-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots267-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2678-braille.glif index 3a7888d4f..7022b4027 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2678-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots268-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots268-braille.glif index 147339e38..05943aea9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots268-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots268-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots27-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots27-braille.glif index 8f054f3bb..b296f8f9c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots27-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots27-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots278-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots278-braille.glif index 4733b4f4a..3d00ec29e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots278-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots278-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots28-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots28-braille.glif index f37a631a7..aefc717cd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots28-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots28-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3-braille.glif index 5176d7fb0..9a0905a0e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34-braille.glif index 5788fd2ab..21bdf7222 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots345-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots345-braille.glif index 795279303..29afddd17 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots345-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots345-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3456-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3456-braille.glif index 31c0566f3..403cbdf45 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3456-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3456-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34567-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34567-braille.glif index 7a3a969d2..142389514 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34567-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34567-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots345678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots345678-braille.glif index f5f3895bb..2b751b028 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots345678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots345678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34568-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34568-braille.glif index f2d0791a1..bddff4db3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34568-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34568-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3457-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3457-braille.glif index fe77a4aab..36b4a7841 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3457-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3457-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34578-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34578-braille.glif index 237634185..21cb40675 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34578-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34578-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3458-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3458-braille.glif index 1067ad05b..2f189e058 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3458-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3458-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots346-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots346-braille.glif index b261804cf..e768e6f77 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots346-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots346-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3467-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3467-braille.glif index 1b1e0d842..906121364 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3467-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3467-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34678-braille.glif index b1d3b9f3d..50b7f040e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3468-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3468-braille.glif index d0df0984f..926724e18 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3468-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3468-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots347-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots347-braille.glif index 15f43c460..1993ab7a5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots347-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots347-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3478-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3478-braille.glif index 92cf37e3a..111bfa858 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3478-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3478-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots348-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots348-braille.glif index 2f902c7f7..3311bd7bb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots348-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots348-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots35-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots35-braille.glif index c7fc6863e..46eac39b9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots35-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots35-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots356-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots356-braille.glif index 3bfbd8c95..537db0abe 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots356-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots356-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3567-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3567-braille.glif index 7fd3429d5..ec12cbced 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3567-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3567-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots35678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots35678-braille.glif index 48f93dc7a..49fcf147b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots35678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots35678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3568-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3568-braille.glif index 15f3503f8..ff529989a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3568-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3568-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots357-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots357-braille.glif index 27b80ebd2..e62a8b4cc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots357-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots357-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3578-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3578-braille.glif index fff285394..e65d37acb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3578-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3578-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots358-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots358-braille.glif index 6276c5bf2..27428cb4a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots358-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots358-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots36-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots36-braille.glif index 7bfce43fb..179d5d38e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots36-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots36-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots367-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots367-braille.glif index ce45791b7..b6f80d379 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots367-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots367-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3678-braille.glif index 18fdaa996..8ecf2198f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3678-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots368-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots368-braille.glif index ec13bc1cc..1763409e6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots368-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots368-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots37-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots37-braille.glif index 4b9a0573b..3b13779c4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots37-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots37-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots378-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots378-braille.glif index ea1db0d6b..98cf8d836 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots378-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots378-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots38-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots38-braille.glif index 0f4a7b8ad..216cfaf60 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots38-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots38-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4-braille.glif index e1384a5fa..b99780369 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots45-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots45-braille.glif index 3c6882489..2da665828 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots45-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots45-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots456-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots456-braille.glif index 0529e8985..2db1c2e09 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots456-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots456-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4567-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4567-braille.glif index fd7039458..2fac5ecd3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4567-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4567-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots45678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots45678-braille.glif index 6f04aebed..4c448f7f6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots45678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots45678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4568-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4568-braille.glif index 98ec05990..fbab50fa9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4568-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4568-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots457-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots457-braille.glif index 3ee58bfa3..035cff831 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots457-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots457-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4578-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4578-braille.glif index 3a9cf73ab..424d3f9ad 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4578-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4578-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots458-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots458-braille.glif index f53778e2e..36eb9bd40 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots458-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots458-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots46-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots46-braille.glif index ed3e50061..de4463c89 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots46-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots46-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots467-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots467-braille.glif index 98fabf9ad..48ca737f8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots467-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots467-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4678-braille.glif index 7737e865a..d3828854e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4678-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots468-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots468-braille.glif index 6bf2d59c6..21dac9d44 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots468-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots468-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots47-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots47-braille.glif index c38cbb180..c53f48da6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots47-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots47-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots478-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots478-braille.glif index 60960ecec..eb92ef813 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots478-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots478-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots48-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots48-braille.glif index 5cb64c44e..b918cf0c0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots48-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots48-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots5-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots5-braille.glif index 6346ba4d5..142f3b0a1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots5-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots5-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots56-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots56-braille.glif index e04ce51c2..901b592b4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots56-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots56-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots567-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots567-braille.glif index d59ee6000..c85ec3cc5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots567-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots567-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots5678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots5678-braille.glif index 59fbf0b46..5dfaa2bf0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots5678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots5678-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots568-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots568-braille.glif index 82dde4bc1..1ce6e0e22 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots568-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots568-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots57-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots57-braille.glif index 1cc93865b..25d4245f3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots57-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots57-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots578-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots578-braille.glif index faadf9696..5d5c8d885 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots578-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots578-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots58-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots58-braille.glif index e56bc4257..005f991d9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots58-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots58-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots6-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots6-braille.glif index 3b8297ad0..3d60f87ee 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots6-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots6-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots67-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots67-braille.glif index 9e554306d..e81bf94e0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots67-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots67-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots678-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots678-braille.glif index 4cd983c38..4a32c2170 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots678-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots678-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots68-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots68-braille.glif index 0fcf20ea7..6fc2fe634 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots68-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots68-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots7-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots7-braille.glif index 8e6afd324..2b823d2cd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots7-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots7-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots78-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots78-braille.glif index 57d3bfafe..b912de7f9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots78-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots78-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots8-braille.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots8-braille.glif index e1de22ba7..134ba011a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots8-braille.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots8-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dottedC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dottedC_ircle.glif index 9bf35febb..8a878b99a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dottedC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dottedC_ircle.glif @@ -178,7 +178,7 @@ uni25CC public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dottedS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dottedS_quare.glif index 896ef0561..658931edc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dottedS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dottedS_quare.glif @@ -178,7 +178,7 @@ uni2B1A public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/downA_rrow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/downA_rrow.glif index ff43819f3..36a220058 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/downA_rrow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/downA_rrow.glif @@ -4,26 +4,20 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/downB_lackS_mallT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/downB_lackS_mallT_riangle.glif index 9098953f9..b60b69a55 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/downB_lackS_mallT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/downB_lackS_mallT_riangle.glif @@ -15,7 +15,7 @@ uni25BE public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/downB_lackT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/downB_lackT_riangle.glif index efbd1a20f..1136293d6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/downB_lackT_riangle.glif @@ -15,7 +15,7 @@ triagdn public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/downT_ipL_eftA_rrow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/downT_ipL_eftA_rrow.glif new file mode 100644 index 000000000..dce259066 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/downT_ipL_eftA_rrow.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/downW_hiteS_mallT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/downW_hiteS_mallT_riangle.glif index 35154aa09..aa31eba69 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/downW_hiteS_mallT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/downW_hiteS_mallT_riangle.glif @@ -23,7 +23,7 @@ uni25BF public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/downW_hiteT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/downW_hiteT_riangle.glif index c4284f006..caad0fecb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/downW_hiteT_riangle.glif @@ -23,7 +23,7 @@ uni25BD public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dze-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dze-cy.glif index 19cc7eef0..16d5637a0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dze-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dze-cy.glif @@ -2,15 +2,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dzhe-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dzhe-cy.glif index a2453401f..eb4cb42fa 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/dzhe-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/dzhe-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/e-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/e-cy.glif index 416991c47..303470795 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/e-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/e-cy.glif @@ -40,10 +40,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/e.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/e.glif index ddd436d7d..94756c069 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/e.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/e.glif @@ -43,7 +43,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/eacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/eacute.glif index 9386d69e2..2c24fe5b7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/eacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/eacute.glif @@ -2,17 +2,17 @@ - - - + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ebreve.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ebreve.glif index 44a1f1d3a..a7652aa7d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ebreve.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ebreve.glif @@ -2,9 +2,9 @@ - - - + + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecaron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecaron.glif index f617aa3b7..45e008650 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecaron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecaron.glif @@ -2,9 +2,9 @@ - - - + + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflex.glif index 3b898a7dc..bd8581188 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflex.glif @@ -2,9 +2,9 @@ - - - + + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexacute.glif index 9db71913b..f757937bf 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexacute.glif @@ -2,13 +2,13 @@ - - - + + + - + @@ -24,7 +24,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexdotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexdotbelow.glif index 951fa3bb9..cffab3102 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexdotbelow.glif @@ -2,9 +2,9 @@ - - - + + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexgrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexgrave.glif index ce558f2b5..fd137e208 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexgrave.glif @@ -2,18 +2,29 @@ - - - + + + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + gravecomb + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexhookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexhookabove.glif index 15939c334..71389bfc1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexhookabove.glif @@ -2,9 +2,9 @@ - - - + + + @@ -12,8 +12,19 @@ + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + hookabovecomb + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflextilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflextilde.glif index 9e00a710a..fbf6aed45 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflextilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflextilde.glif @@ -3,8 +3,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/edieresis.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/edieresis.glif index c8cbce07c..53e42d739 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/edieresis.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/edieresis.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/edotaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/edotaccent.glif index 70042058e..426060cba 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/edotaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/edotaccent.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/edotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/edotbelow.glif index 71e0d73dc..ea8528b55 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/edotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/edotbelow.glif @@ -2,9 +2,9 @@ - - - + + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ef-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ef-cy.glif index 447d66d49..be088d4af 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ef-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ef-cy.glif @@ -82,10 +82,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/egrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/egrave.glif index d3a0b1756..ddd790ded 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/egrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/egrave.glif @@ -2,17 +2,17 @@ - - - + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ehookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ehookabove.glif index 40d53c1d8..a975d0dcf 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ehookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ehookabove.glif @@ -2,8 +2,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/el-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/el-cy.glif index 80b3e84ff..e3881037f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/el-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/el-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/el-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/el-cy.loclB_G_R_.glif index 3de9e3ffa..5c4adfa37 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/el-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/el-cy.loclB_G_R_.glif @@ -15,10 +15,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/em-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/em-cy.glif index de43055b3..eca105a23 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/em-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/em-cy.glif @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/emacron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/emacron.glif index 7b567164b..866b41d6d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/emacron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/emacron.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/en-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/en-cy.glif index b77fd5bec..f159f736f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/en-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/en-cy.glif @@ -24,10 +24,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fM_ediumC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fM_ediumC_ontrol.glif new file mode 100644 index 000000000..a79671316 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fM_ediumC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + E.half + + + alignment + -1 + index + 1 + name + M.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fM_ediumC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fM_ediumC_ontrol.ss20.glif new file mode 100644 index 000000000..322cad0a3 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fM_ediumC_ontrol.ss20.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_extC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_extC_ontrol.glif new file mode 100644 index 000000000..ba512872b --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_extC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + E.half + + + alignment + -1 + index + 1 + name + X.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_extC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_extC_ontrol.ss20.glif new file mode 100644 index 000000000..5be99ece9 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_extC_ontrol.ss20.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.glif new file mode 100644 index 000000000..825858d39 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + E.half + + + alignment + -1 + index + 1 + name + B.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.ss20.glif new file mode 100644 index 000000000..658fcdf22 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.ss20.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_ransmissionC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_ransmissionC_ontrol.glif new file mode 100644 index 000000000..ec5788d47 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_ransmissionC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + E.half + + + alignment + -1 + index + 1 + name + T.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_ransmissionC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_ransmissionC_ontrol.ss20.glif new file mode 100644 index 000000000..7634b74cd --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_ransmissionC_ontrol.ss20.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/endescender-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/endescender-cy.glif index 83df2a583..8191a2679 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/endescender-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/endescender-cy.glif @@ -13,10 +13,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/enquiryC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/enquiryC_ontrol.glif new file mode 100644 index 000000000..3821a3579 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/enquiryC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + E.half + + + alignment + -1 + index + 1 + name + Q.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/enquiryC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/enquiryC_ontrol.ss20.glif new file mode 100644 index 000000000..2181bd810 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/enquiryC_ontrol.ss20.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/eogonek.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/eogonek.glif index 8cafc428b..58065d387 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/eogonek.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/eogonek.glif @@ -2,9 +2,9 @@ - - - + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/eopen.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/eopen.glif index fa77e9a5c..dc5c5e76f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/eopen.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/eopen.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/epsilon.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/epsilon.glif index c2ca1bb00..0d2690474 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/epsilon.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/epsilon.glif @@ -54,10 +54,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/epsilontonos.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/epsilontonos.glif index a6fd95660..9ff7364d6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/epsilontonos.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/epsilontonos.glif @@ -3,15 +3,9 @@ - + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_colon_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_colon_equal.liga.glif deleted file mode 100644 index 4167fb727..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_colon_equal.liga.glif +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_end.seq.glif new file mode 100644 index 000000000..cdb7523fc --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_end.seq.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_equal.liga.glif index 38e2af654..1fe55bab6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_equal.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_equal.liga.glif @@ -3,34 +3,34 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_equal_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_equal_equal.liga.glif index ec3662a53..79599c5b2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_equal_equal.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_equal_equal.liga.glif @@ -3,28 +3,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_equal_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_equal_greater.liga.glif deleted file mode 100644 index 331eef738..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_equal_greater.liga.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_exclam_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_exclam_equal.liga.glif deleted file mode 100644 index ccee98cee..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_exclam_equal.liga.glif +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_greater.liga.glif deleted file mode 100644 index 49868ae51..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_greater.liga.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_greater_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_greater_greater.liga.glif deleted file mode 100644 index 5af77dbcb..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_greater_greater.liga.glif +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_less_less.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_less_less.liga.glif deleted file mode 100644 index 9efe56f37..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_less_less.liga.glif +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_middle.seq.glif new file mode 100644 index 000000000..a1184c8f8 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_middle.seq.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_slash_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_slash_equal.liga.glif deleted file mode 100644 index 04c2bf3d5..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_slash_equal.liga.glif +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_start.seq.glif new file mode 100644 index 000000000..f0ad116d1 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_start.seq.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/er-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/er-cy.glif index da3ccfc5e..8ddaed826 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/er-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/er-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ereversed-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ereversed-cy.glif index 7c443a764..ef1f1085f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ereversed-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ereversed-cy.glif @@ -40,10 +40,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/es-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/es-cy.glif index 4b05f6095..55b67fcce 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/es-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/es-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/escapeC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/escapeC_ontrol.glif new file mode 100644 index 000000000..456d68d14 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/escapeC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + E.half + + + alignment + -1 + index + 1 + name + C.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/escapeC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/escapeC_ontrol.ss20.glif new file mode 100644 index 000000000..8551232b4 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/escapeC_ontrol.ss20.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/esh.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/esh.glif index 3af1877ec..2d9ab4314 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/esh.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/esh.glif @@ -2,10 +2,41 @@ - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/estimated.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/estimated.glif index c25827815..a4aa3dbef 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/estimated.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/estimated.glif @@ -4,62 +4,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/eta.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/eta.glif index ff0f3dd84..0dc37a124 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/eta.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/eta.glif @@ -32,10 +32,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/etatonos.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/etatonos.glif index e7cb17f75..452549aa6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/etatonos.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/etatonos.glif @@ -2,16 +2,10 @@ - - + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/eth.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/eth.glif index f76c0fd37..9e9920edf 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/eth.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/eth.glif @@ -6,53 +6,53 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/etilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/etilde.glif index b9c82e604..07040f5a9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/etilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/etilde.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/eturned.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/eturned.glif index 3e9b8c7ee..8d514be19 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/eturned.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/eturned.glif @@ -10,7 +10,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/eurocurrency.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/eurocurrency.glif index a00d62e5a..b99e47cee 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/eurocurrency.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/eurocurrency.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + @@ -22,10 +22,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_colon.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_colon.liga.glif new file mode 100644 index 000000000..434955761 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_colon.liga.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0.98,0.36,0.67,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_equal.liga.glif index 5961a7cdd..d90e9fb17 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_equal.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_equal.liga.glif @@ -3,28 +3,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_equal_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_equal_equal.liga.glif index b41e2b649..57f96573d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_equal_equal.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_equal_equal.liga.glif @@ -3,34 +3,34 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_equal_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_equal_middle.seq.glif new file mode 100644 index 000000000..adc4fdb60 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_equal_middle.seq.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_exclam.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_exclam.liga.glif index b10697a71..d366e3c52 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_exclam.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_exclam.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_exclam_period.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_exclam_period.liga.glif index b61950ec4..8bf657781 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_exclam_period.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_exclam_period.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_period.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_period.liga.glif new file mode 100644 index 000000000..7c9b969a7 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_period.liga.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0.98,0.36,0.67,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ezh.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ezh.glif index c0f2234f7..5f440b771 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ezh.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ezh.glif @@ -8,18 +8,18 @@ - - - + + + - - - + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/f.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/f.glif index 3501996bb..5d93d242f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/f.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/f.glif @@ -33,7 +33,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/fi.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/fi.glif index 6c2059775..db2623fc9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/fi.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/fi.glif @@ -36,10 +36,8 @@ - com.schriftgestaltung.Glyphs.glyph.leftMetricsKey - f - com.schriftgestaltung.Glyphs.glyph.rightMetricsKey - n + public.markColor + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/fileS_eparatorC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/fileS_eparatorC_ontrol.glif new file mode 100644 index 000000000..4b7b60a2f --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/fileS_eparatorC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + F.half + + + alignment + -1 + index + 1 + name + S.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/filledR_ect.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/filledR_ect.glif index 9d57d9144..58fe0cbbf 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/filledR_ect.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/filledR_ect.glif @@ -16,7 +16,7 @@ filledrect public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/firsttonechinese.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/firsttonechinese.glif index faebf0dc1..58ad5c022 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/firsttonechinese.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/firsttonechinese.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/fisheye.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/fisheye.glif index 7b571c0e5..3989b6415 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/fisheye.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/fisheye.glif @@ -25,7 +25,7 @@ uni25C9 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/fivesuperior.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/fivesuperior.glif index c59bbb147..61f0309b6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/fivesuperior.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/fivesuperior.glif @@ -4,45 +4,45 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/fl.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/fl.glif index 596084528..602a677f4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/fl.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/fl.glif @@ -36,10 +36,8 @@ - com.schriftgestaltung.Glyphs.glyph.leftMetricsKey - f - com.schriftgestaltung.Glyphs.glyph.rightMetricsKey - l + public.markColor + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/florin.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/florin.glif index f0154b1d7..c49e1053c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/florin.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/florin.glif @@ -4,42 +4,42 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/formF_eedC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/formF_eedC_ontrol.glif new file mode 100644 index 000000000..015853d70 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/formF_eedC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + F.half + + + alignment + -1 + index + 1 + name + F.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/formF_eedC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/formF_eedC_ontrol.ss20.glif new file mode 100644 index 000000000..10d95916b --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/formF_eedC_ontrol.ss20.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/four.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/four.half.glif new file mode 100644 index 000000000..7d539bde6 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/four.half.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/foursuperior.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/foursuperior.glif index 075028a90..77069e9fb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/foursuperior.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/foursuperior.glif @@ -4,28 +4,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/fraction.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/fraction.glif index bf0925bed..8ce53dd9e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/fraction.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/fraction.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/fullB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/fullB_lock.glif index 91b7f25bc..494e46513 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/fullB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/fullB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/fullB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/fullB_lock.stypo.glif index 0ed710cc1..46796ee69 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/fullB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/fullB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/g.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/g.glif index 2bdcfad7f..a225a2345 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/g.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/g.glif @@ -5,63 +5,56 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gamma-latin.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gamma-latin.glif index 2495788c5..576ff2430 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gamma-latin.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gamma-latin.glif @@ -52,7 +52,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gamma.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gamma.glif index 02e4634e6..c339e5a11 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gamma.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gamma.glif @@ -2,40 +2,34 @@ - - + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gbreve.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gbreve.glif index 939ea137d..e8f72906f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gbreve.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gbreve.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gcaron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gcaron.glif index cec4eb425..936085f52 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gcaron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gcaron.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gcircumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gcircumflex.glif index 47beae30d..4335a39ec 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gcircumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gcircumflex.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gcommaaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gcommaaccent.glif index 6b8f27b6f..1f91c6ebb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gcommaaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gcommaaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gdotaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gdotaccent.glif index a3c65583e..fcbef0580 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gdotaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gdotaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ge-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ge-cy.glif index 534e7b9f6..e48cf2e0b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ge-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ge-cy.glif @@ -6,22 +6,16 @@ - - - - + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ge-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ge-cy.loclB_G_R_.glif index 8a9b05432..ec71198eb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ge-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ge-cy.loclB_G_R_.glif @@ -47,10 +47,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ghestroke-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ghestroke-cy.glif index 16ae0d332..de0634af1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ghestroke-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ghestroke-cy.glif @@ -3,20 +3,14 @@ - + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gheupturn-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gheupturn-cy.glif index 839877d8b..9eda76db6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gheupturn-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gheupturn-cy.glif @@ -6,28 +6,22 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gje-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gje-cy.glif index 8ceec4aa3..9884b18c6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gje-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gje-cy.glif @@ -3,15 +3,9 @@ - + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/glottalstop.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/glottalstop.glif index 104d0db96..a7b7ec5e6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/glottalstop.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/glottalstop.glif @@ -2,47 +2,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/glottalstopmod.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/glottalstopmod.glif index e92e75d73..3ab679c7d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/glottalstopmod.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/glottalstopmod.glif @@ -4,44 +4,44 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/glottalstopreversed.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/glottalstopreversed.glif index 9fc4a8ca7..e6da60c7f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/glottalstopreversed.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/glottalstopreversed.glif @@ -2,47 +2,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gravecomb.case.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gravecomb.case.glif index 99c3f3ee0..7d23adf1c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gravecomb.case.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gravecomb.case.glif @@ -1,13 +1,13 @@ - - + + - - - - + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gravecomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gravecomb.glif index 3da598e8e..0cb5d6d23 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gravecomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gravecomb.glif @@ -1,15 +1,15 @@ - - - + + + - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gravetonecomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gravetonecomb.glif index 14721f761..0fe4b7458 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gravetonecomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gravetonecomb.glif @@ -1,8 +1,6 @@ - - @@ -11,7 +9,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater.alt.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater.alt.glif new file mode 100644 index 000000000..8462b14d3 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater.alt.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater.center.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater.center.glif new file mode 100644 index 000000000..6612eab29 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater.center.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal.liga.glif index d1c539d1a..6ccc74c1e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal.liga.glif @@ -3,26 +3,26 @@ - - - - - - - - + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_end.seq.glif new file mode 100644 index 000000000..e52182f04 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_greater.liga.glif deleted file mode 100644 index 80832de00..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_greater.liga.glif +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_middle.seq.glif new file mode 100644 index 000000000..dc29640d3 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_middle.seq.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_start.seq.glif new file mode 100644 index 000000000..03b43622f --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_start.seq.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater.liga.glif index 7dbbc06b0..9ea01d448 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater.liga.glif @@ -3,30 +3,30 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_equal.liga.glif deleted file mode 100644 index 0c106858a..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_equal.liga.glif +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_equal_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_equal_end.seq.glif new file mode 100644 index 000000000..a5f851438 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_equal_end.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_equal_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_equal_middle.seq.glif new file mode 100644 index 000000000..aa9203efa --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_equal_middle.seq.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_equal_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_equal_start.seq.glif new file mode 100644 index 000000000..c048f353e --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_equal_start.seq.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_greater.liga.glif index b3430ad80..e5241911d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_greater.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_greater.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_hyphen.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_hyphen.liga.glif deleted file mode 100644 index 6a467669c..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_hyphen.liga.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_hyphen_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_hyphen_end.seq.glif new file mode 100644 index 000000000..f733e697c --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_hyphen_end.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_hyphen_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_hyphen_middle.seq.glif new file mode 100644 index 000000000..160e44a78 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_hyphen_middle.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_hyphen_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_hyphen_start.seq.glif new file mode 100644 index 000000000..0d511103d --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_hyphen_start.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen.liga.glif deleted file mode 100644 index fc9eddaf5..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen.liga.glif +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_end.seq.glif new file mode 100644 index 000000000..ce2cf517f --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_end.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_greater.liga.glif deleted file mode 100644 index b5f71962b..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_greater.liga.glif +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_middle.seq.glif new file mode 100644 index 000000000..799a80691 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_middle.seq.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_start.seq.glif new file mode 100644 index 000000000..5c8faee1e --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_start.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/groupS_eparatorC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/groupS_eparatorC_ontrol.glif new file mode 100644 index 000000000..836726121 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/groupS_eparatorC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + G.half + + + alignment + -1 + index + 1 + name + S.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gstroke.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gstroke.glif index 55c2352ee..3644346a3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/gstroke.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/gstroke.glif @@ -2,21 +2,21 @@ - + - - + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/guarani.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/guarani.glif index c3e571d64..17320e85b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/guarani.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/guarani.glif @@ -2,18 +2,18 @@ - - + + - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/guillemetleft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/guillemetleft.glif index c03d69e90..993e818d9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/guillemetleft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/guillemetleft.glif @@ -3,26 +3,8 @@ - - - - - - - - - - - - - - - - - - - - + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/guillemetright.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/guillemetright.glif index e6364162d..fc5bdb5f0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/guillemetright.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/guillemetright.glif @@ -4,26 +4,8 @@ - - - - - - - - - - - - - - - - - - - - + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/guilsinglleft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/guilsinglleft.glif index 80a2cb904..bb715f7b6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/guilsinglleft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/guilsinglleft.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/guilsinglright.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/guilsinglright.glif index 2e4e0f7e0..eb72371bc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/guilsinglright.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/guilsinglright.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/h.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/h.glif index 894754c9e..5653e71e9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/h.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/h.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ha-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ha-cy.glif index cab81e0f5..1864e64db 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ha-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ha-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hadescender-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hadescender-cy.glif index 9e984e337..1f79fea13 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hadescender-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hadescender-cy.glif @@ -13,10 +13,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hardsign-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hardsign-cy.glif index a5c2a10f7..72d4c9a2c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hardsign-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hardsign-cy.glif @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hardsign-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hardsign-cy.loclB_G_R_.glif index 31febff61..bc0cf4873 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hardsign-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hardsign-cy.loclB_G_R_.glif @@ -20,8 +20,8 @@ - - + + @@ -39,10 +39,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hbar.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hbar.glif index 0da858e2d..e7cfd1cdc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hbar.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hbar.glif @@ -7,10 +7,10 @@ - + - + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hcaron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hcaron.glif index 96f3b75b6..5fbe411a0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hcaron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hcaron.glif @@ -4,7 +4,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hcircumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hcircumflex.glif index 2af87406d..410992999 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hcircumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hcircumflex.glif @@ -4,7 +4,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hdotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hdotbelow.glif index a603a8b99..d7a86b962 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hdotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hdotbelow.glif @@ -2,9 +2,9 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/heavyleftpointinganglebracketornament.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/heavyleftpointinganglebracketornament.glif new file mode 100644 index 000000000..0b778993e --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/heavyleftpointinganglebracketornament.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/heavyleftpointinganglequotationmarkornament.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/heavyleftpointinganglequotationmarkornament.glif index 8132da7f9..8610797ad 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/heavyleftpointinganglequotationmarkornament.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/heavyleftpointinganglequotationmarkornament.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/heavyrightpointinganglebracketornament.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/heavyrightpointinganglebracketornament.glif new file mode 100644 index 000000000..52c17cace --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/heavyrightpointinganglebracketornament.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/heavyrightpointinganglequotationmarkornament.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/heavyrightpointinganglequotationmarkornament.glif index 7c826253f..4bbbccff2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/heavyrightpointinganglequotationmarkornament.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/heavyrightpointinganglequotationmarkornament.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hookabovecomb.case.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hookabovecomb.case.glif index 1fb299fa6..3650e9e22 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hookabovecomb.case.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hookabovecomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hookabovecomb.glif index 25558e7bb..130023dd0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hookabovecomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hookabovecomb.glif @@ -10,28 +10,28 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalB_lackH_exagon.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalB_lackH_exagon.glif index 5db63f6c6..b09fafa01 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalB_lackH_exagon.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalB_lackH_exagon.glif @@ -18,7 +18,7 @@ uni2B23 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalF_illS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalF_illS_quare.glif index d207dcbdb..fe0288faf 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalF_illS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalF_illS_quare.glif @@ -23,7 +23,7 @@ uni25A4 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalT_abulationC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalT_abulationC_ontrol.glif new file mode 100644 index 000000000..67d7afd89 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalT_abulationC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + H.half + + + alignment + -1 + index + 1 + name + T.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalT_abulationC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalT_abulationC_ontrol.ss20.glif new file mode 100644 index 000000000..ae9aa415e --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalT_abulationC_ontrol.ss20.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontallineextension.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontallineextension.glif index 9d1dc4fce..e91fe3c0f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontallineextension.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontallineextension.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/horncomb.case.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/horncomb.case.glif index 7ce57f78a..12eb53161 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/horncomb.case.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/horncomb.case.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/horncomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/horncomb.glif index 75275a401..29815cdf4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/horncomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/horncomb.glif @@ -1,19 +1,19 @@ - + - - - - - - - - - - + + + + + + + + + + @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/house.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/house.glif new file mode 100644 index 000000000..f6c3bcabb --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/house.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hryvnia.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hryvnia.glif index 69763604b..fc43b1b74 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hryvnia.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hryvnia.glif @@ -17,14 +17,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hungarumlaut.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hungarumlaut.glif index c9d4c4129..1fe39b97f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hungarumlaut.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hungarumlaut.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hungarumlautcomb.case.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hungarumlautcomb.case.glif index 8179cad90..ddca613cd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hungarumlautcomb.case.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hungarumlautcomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hungarumlautcomb.glif index 1a45e0d50..3bc096877 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hungarumlautcomb.glif @@ -1,20 +1,20 @@ - - + + - - - - + + + + - - - - + + + + @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_asciitilde.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_asciitilde.liga.glif index 03b5b153a..8fea14b73 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_asciitilde.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_asciitilde.liga.glif @@ -3,48 +3,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_bar.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_bar.liga.glif deleted file mode 100644 index 5d3c93918..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_bar.liga.glif +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_end.seq.glif new file mode 100644 index 000000000..d4853d436 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_end.seq.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_greater.liga.glif deleted file mode 100644 index 7cf8ccfee..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_greater.liga.glif +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_greater_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_greater_greater.liga.glif deleted file mode 100644 index 7b35e0584..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_greater_greater.liga.glif +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_hyphen.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_hyphen.liga.glif index 71e570a79..4a7f9d982 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_hyphen.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_hyphen.liga.glif @@ -3,22 +3,22 @@ - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_hyphen_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_hyphen_greater.liga.glif deleted file mode 100644 index e216089d5..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_hyphen_greater.liga.glif +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_hyphen_hyphen.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_hyphen_hyphen.liga.glif index 17a73dbaf..5823ed72a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_hyphen_hyphen.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_hyphen_hyphen.liga.glif @@ -3,28 +3,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_less.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_less.liga.glif deleted file mode 100644 index 29fae78f2..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_less.liga.glif +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_less_less.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_less_less.liga.glif deleted file mode 100644 index efe9e0972..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_less_less.liga.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_middle.seq.glif new file mode 100644 index 000000000..342e64689 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_middle.seq.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_start.seq.glif new file mode 100644 index 000000000..6e9a8291d --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_start.seq.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/i-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/i-cy.glif index 7d684492d..d16a8fde9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/i-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/i-cy.glif @@ -3,14 +3,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/i.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/i.glif index 4142b1dbb..a51603c1f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/i.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/i.glif @@ -3,7 +3,7 @@ - + @@ -30,24 +30,24 @@ - - - - - - - - - - - - + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ia-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ia-cy.glif index a688b2408..7c6099fd2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ia-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ia-cy.glif @@ -59,10 +59,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iacute.glif index dc5edb014..811822f80 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iacute.glif @@ -3,16 +3,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iacute_j.loclN_L_D_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iacute_j.loclN_L_D_.glif index 6abc16e54..d961a2569 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iacute_j.loclN_L_D_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iacute_j.loclN_L_D_.glif @@ -1,8 +1,8 @@ - - + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ibreve.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ibreve.glif index 55113460e..3a344b665 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ibreve.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ibreve.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/icircumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/icircumflex.glif index 851396d05..179d4b1b8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/icircumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/icircumflex.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/idieresis.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/idieresis.glif index 6e649fa46..1bae38598 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/idieresis.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/idieresis.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/idotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/idotbelow.glif index 2de2c4898..7f7642c68 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/idotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/idotbelow.glif @@ -2,8 +2,8 @@ - - + + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ie-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ie-cy.glif index 4a1c6f6ba..d67a65e9a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ie-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ie-cy.glif @@ -3,15 +3,9 @@ - - + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iegrave-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iegrave-cy.glif index f73b4cba6..cbd833e2f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iegrave-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iegrave-cy.glif @@ -3,16 +3,10 @@ - - + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/igrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/igrave.glif index 790003f74..841cf5395 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/igrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/igrave.glif @@ -3,16 +3,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ihookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ihookabove.glif index a86fb4e6b..af1d738bd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ihookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ihookabove.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ii-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ii-cy.glif index 1a1f517b5..0dc2c6a4c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ii-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ii-cy.glif @@ -28,10 +28,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ii-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ii-cy.loclB_G_R_.glif index c1ddd5773..feb401ca2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ii-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ii-cy.loclB_G_R_.glif @@ -1,17 +1,11 @@ - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iigrave-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iigrave-cy.glif index 02f6e79c9..72791c515 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iigrave-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iigrave-cy.glif @@ -6,12 +6,6 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iigrave-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iigrave-cy.loclB_G_R_.glif index 465888bd3..d2bee24d2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iigrave-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iigrave-cy.loclB_G_R_.glif @@ -1,18 +1,12 @@ - - - - + + + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iishort-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iishort-cy.glif index a76c5a7e7..0ca6f3b10 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iishort-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iishort-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iishort-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iishort-cy.loclB_G_R_.glif index 5f657cfa7..681004301 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iishort-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iishort-cy.loclB_G_R_.glif @@ -1,18 +1,12 @@ - - - - + + + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/imacron-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/imacron-cy.glif index ace14799f..b32af017a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/imacron-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/imacron-cy.glif @@ -3,15 +3,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/imacron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/imacron.glif index 04ae02ecb..a44618416 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/imacron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/imacron.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/increment.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/increment.glif index eae497cc9..ffa43f299 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/increment.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/increment.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/infinity.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/infinity.glif index ee7621fa9..4fe085f3d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/infinity.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/infinity.glif @@ -4,62 +4,62 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/integral.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/integral.glif index 817748885..ea2faafd9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/integral.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/integral.glif @@ -4,22 +4,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -27,8 +27,8 @@ - - + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/integraltp.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/integraltp.glif index 8400c8977..0a713eb45 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/integraltp.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/integraltp.glif @@ -6,20 +6,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/inverseB_ullet.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/inverseB_ullet.glif index c46c3c330..8c62f35e9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/inverseB_ullet.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/inverseB_ullet.glif @@ -30,7 +30,7 @@ invbullet public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/inverseW_hiteC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/inverseW_hiteC_ircle.glif index 9066e824f..d5fa9d6ca 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/inverseW_hiteC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/inverseW_hiteC_ircle.glif @@ -44,7 +44,7 @@ invcircle public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/io-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/io-cy.glif index 47e40c82b..f604ee339 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/io-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/io-cy.glif @@ -3,16 +3,10 @@ - - + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iogonek.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iogonek.glif index 5d5281fae..3e019a93a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iogonek.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iogonek.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iota-latin.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iota-latin.glif index f2e1a9087..60b1e3fea 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iota-latin.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iota-latin.glif @@ -10,7 +10,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iota.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iota.glif index 40a3f91db..de17b6250 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iota.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iota.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iotadieresis.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iotadieresis.glif index a08ccb2e3..2ab152c9a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iotadieresis.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iotadieresis.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iotadieresistonos.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iotadieresistonos.glif index 7c83865f3..d6ebf17ad 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iotadieresistonos.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iotadieresistonos.glif @@ -3,15 +3,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iotatonos.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iotatonos.glif index e532b023a..165bbd02c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iotatonos.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iotatonos.glif @@ -3,15 +3,9 @@ - + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/itilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/itilde.glif index ebe85d043..449a97d6c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/itilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/itilde.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iu-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iu-cy.glif index 7c5b3a25a..9a8408027 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iu-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iu-cy.glif @@ -46,10 +46,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iu-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iu-cy.loclB_G_R_.glif index 12e8c895d..9a2c24276 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/iu-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/iu-cy.loclB_G_R_.glif @@ -45,10 +45,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/j.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/j.glif index 174f5b5e2..a72146ec9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/j.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/j.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/jcaron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/jcaron.glif index f99fcbbe5..6569dcdc5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/jcaron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/jcaron.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/jcircumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/jcircumflex.glif index e2f34a5f9..1f65b798b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/jcircumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/jcircumflex.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/je-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/je-cy.glif index 5a6484317..82fdf1d7b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/je-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/je-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/k.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/k.glif index 9c25babf9..16612f7cc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/k.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/k.glif @@ -3,7 +3,7 @@ - + @@ -33,7 +33,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ka-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ka-cy.glif index 63d42aa37..ed69983fd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ka-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ka-cy.glif @@ -2,68 +2,62 @@ - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ka-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ka-cy.loclB_G_R_.glif index c801ec488..09b72bff7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ka-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ka-cy.loclB_G_R_.glif @@ -59,10 +59,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/kadescender-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/kadescender-cy.glif index e2dca2893..5ea23376f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/kadescender-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/kadescender-cy.glif @@ -2,74 +2,68 @@ - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/kaiS_ymbol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/kaiS_ymbol.glif index e56418d4a..948d284bd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/kaiS_ymbol.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/kaiS_ymbol.glif @@ -2,45 +2,39 @@ - - + + - - - - - - - - + + + + + + + + - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/kappa.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/kappa.glif index af203d307..64022e5bb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/kappa.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/kappa.glif @@ -3,37 +3,31 @@ - - + + - - - - - - - - + + + + + + + + - - - - - + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/kcommaaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/kcommaaccent.glif index 963e5c1d1..bb7b51dd4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/kcommaaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/kcommaaccent.glif @@ -2,8 +2,8 @@ - - + + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/kdotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/kdotbelow.glif index 79a71fab6..c2d836df0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/kdotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/kdotbelow.glif @@ -2,8 +2,8 @@ - - + + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/kip.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/kip.glif index cddc063b0..eb228b813 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/kip.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/kip.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/kje-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/kje-cy.glif index ba8b75d4d..94b4e598e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/kje-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/kje-cy.glif @@ -2,16 +2,10 @@ - - + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/klinebelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/klinebelow.glif index 6c7fcd0b7..344f04f64 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/klinebelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/klinebelow.glif @@ -2,8 +2,8 @@ - - + + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/l.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/l.glif index b72495c73..6189f9190 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/l.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/l.glif @@ -2,40 +2,40 @@ - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lacute.glif index bd000fa7d..0bea67d9d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lacute.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lambda.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lambda.glif index 6dc453fba..3520fdf6f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lambda.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lambda.glif @@ -37,19 +37,13 @@ - - - - - - + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lambdastroke.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lambdastroke.glif index f80011d9d..f1f729618 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lambdastroke.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lambdastroke.glif @@ -3,7 +3,7 @@ - + @@ -13,10 +13,4 @@ - - - public.markColor - 0.85,0.26,0.06,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/largeC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/largeC_ircle.glif index a703df391..22099604e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/largeC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/largeC_ircle.glif @@ -38,7 +38,7 @@ uni25EF public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lbar.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lbar.glif index 0b400ff66..ff66e06bb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lbar.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lbar.glif @@ -2,23 +2,23 @@ - - - - + + + + - - - - + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lbelt.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lbelt.glif index dcfad685d..596dec7b4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lbelt.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lbelt.glif @@ -2,42 +2,42 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lcaron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lcaron.glif index dd0d40f4a..1fb2bbefd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lcaron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lcaron.glif @@ -2,16 +2,16 @@ - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lcommaaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lcommaaccent.glif index 54bdb053e..3b6a62f63 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lcommaaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lcommaaccent.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ldot.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ldot.glif index 7cf84c882..8ed640774 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ldot.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ldot.glif @@ -2,10 +2,10 @@ - - - - + + + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ldotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ldotbelow.glif index e26dce75c..ad38b6dea 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ldotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ldotbelow.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftA_rrow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftA_rrow.glif index b942de265..327615b02 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftA_rrow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftA_rrow.glif @@ -4,26 +4,20 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lackP_ointer.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lackP_ointer.glif index 7c11e4481..fdbf94a5c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lackP_ointer.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lackP_ointer.glif @@ -15,7 +15,7 @@ triaglf public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lackS_mallT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lackS_mallT_riangle.glif index d2bd55147..985af4328 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lackS_mallT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lackS_mallT_riangle.glif @@ -15,7 +15,7 @@ uni25C2 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lackT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lackT_riangle.glif index d91c373b6..99fbcaa22 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lackT_riangle.glif @@ -15,7 +15,7 @@ uni25C0 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lock.glif index a8208fa34..6fd8e154a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lock.stypo.glif index b986d8d97..4797b5b0c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftF_iveE_ighthsB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftF_iveE_ighthsB_lock.glif index 6986b5e2b..cdda8c211 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftF_iveE_ighthsB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftF_iveE_ighthsB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftF_iveE_ighthsB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftF_iveE_ighthsB_lock.stypo.glif index 6f1bf0890..8f0d7b350 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftF_iveE_ighthsB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftF_iveE_ighthsB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackC_ircle.glif index 1a773ee97..a0966cf0f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackC_ircle.glif @@ -19,7 +19,7 @@ uni25D6 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackD_iamond.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackD_iamond.glif index d243d9aab..b3e4e20b2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackD_iamond.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackD_iamond.glif @@ -16,7 +16,7 @@ uni2B16 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackS_quare.glif index f053adcf7..d6e83c47c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackS_quare.glif @@ -17,7 +17,7 @@ uni25E7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackW_hiteC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackW_hiteC_ircle.glif index 31c8c9bbd..3bbaaee30 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackW_hiteC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackW_hiteC_ircle.glif @@ -18,7 +18,7 @@ uni25D0 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neE_ighthB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neE_ighthB_lock.glif index 0f536755f..c89f50c05 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neE_ighthB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neE_ighthB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neE_ighthB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neE_ighthB_lock.stypo.glif index 9c1687662..d82a804ab 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neE_ighthB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neE_ighthB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neQ_uarterB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neQ_uarterB_lock.glif index f3707c5bf..55cfd39b2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neQ_uarterB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neQ_uarterB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neQ_uarterB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neQ_uarterB_lock.stypo.glif index 6ccf920e7..ddd4419b1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neQ_uarterB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neQ_uarterB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftR_ightA_rrow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftR_ightA_rrow.glif index 9ef39aede..846f13919 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftR_ightA_rrow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftR_ightA_rrow.glif @@ -4,36 +4,30 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftS_evenE_ighthsB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftS_evenE_ighthsB_lock.glif index 601370adc..951be8ae9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftS_evenE_ighthsB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftS_evenE_ighthsB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftS_evenE_ighthsB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftS_evenE_ighthsB_lock.stypo.glif index 238cfd42b..88aa2ada8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftS_evenE_ighthsB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftS_evenE_ighthsB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeE_ighthsB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeE_ighthsB_lock.glif index 563d89e3b..b5f597bb1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeE_ighthsB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeE_ighthsB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeE_ighthsB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeE_ighthsB_lock.stypo.glif index c81d6f7a5..7efb12c33 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeE_ighthsB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeE_ighthsB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeQ_uartersB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeQ_uartersB_lock.glif index ae8627b07..cf6194f08 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeQ_uartersB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeQ_uartersB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeQ_uartersB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeQ_uartersB_lock.stypo.glif index 72e2362e8..89861560d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeQ_uartersB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeQ_uartersB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftW_hiteP_ointer.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftW_hiteP_ointer.glif index 7298a16f5..0896f2264 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftW_hiteP_ointer.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftW_hiteP_ointer.glif @@ -23,7 +23,7 @@ uni25C5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftW_hiteS_mallT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftW_hiteS_mallT_riangle.glif index 9308eaddc..0af259faf 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftW_hiteS_mallT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftW_hiteS_mallT_riangle.glif @@ -23,7 +23,7 @@ uni25C3 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftW_hiteT_riangle.glif index c5d8fe086..b819dd907 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftW_hiteT_riangle.glif @@ -23,7 +23,7 @@ uni25C1 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less.alt.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less.alt.glif new file mode 100644 index 000000000..c7b009c0b --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less.alt.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less.center.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less.center.glif new file mode 100644 index 000000000..137e0b874 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less.center.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asciitilde.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asciitilde.liga.glif index 7610659c2..c6e5e3f49 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asciitilde.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asciitilde.liga.glif @@ -3,60 +3,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asciitilde_asciitilde.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asciitilde_asciitilde.liga.glif index 65487118c..ee6259973 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asciitilde_asciitilde.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asciitilde_asciitilde.liga.glif @@ -3,84 +3,71 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asciitilde_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asciitilde_greater.liga.glif index 3180ff14e..193b81f03 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asciitilde_greater.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asciitilde_greater.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asterisk.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asterisk.liga.glif index 1a0dd5adc..3e249445b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asterisk.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asterisk.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asterisk_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asterisk_greater.liga.glif index ef081ccf9..5cb19088e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asterisk_greater.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asterisk_greater.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar.liga.glif index bca258b9e..f4d2cc565 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar.liga.glif @@ -3,26 +3,24 @@ - - - - - - - - + + + + - - - - + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar_bar.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar_bar.liga.glif index a232c1f76..554f2462c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar_bar.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar_bar.liga.glif @@ -3,27 +3,25 @@ - - - - - - - - + + + + - - - - + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar_bar_bar.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar_bar_bar.liga.glif index cb8d91270..f9af27bdc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar_bar_bar.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar_bar_bar.liga.glif @@ -3,28 +3,26 @@ - - - - - - - - + + + + - - - - + + + + + + - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar_greater.liga.glif index fe3cd42e4..264c7fbb4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar_greater.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar_greater.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_dollar.liga.B_R_A_C_K_E_T_.600.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_dollar.liga.B_R_A_C_K_E_T_.600.glif index 9298f4ea3..6360e8893 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_dollar.liga.B_R_A_C_K_E_T_.600.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_dollar.liga.B_R_A_C_K_E_T_.600.glif @@ -3,70 +3,70 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs._originalLayerName - ExtraLight [600] + [600] public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_dollar.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_dollar.liga.glif index 58c8aeeba..880292246 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_dollar.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_dollar.liga.glif @@ -3,62 +3,62 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif index a07e909a6..514dc2ae1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif @@ -3,74 +3,74 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs._originalLayerName - ExtraLight [600] + [600] public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_dollar_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_dollar_greater.liga.glif index b8ddcb1c1..ed2acb202 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_dollar_greater.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_dollar_greater.liga.glif @@ -3,66 +3,66 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal.liga.glif index 48df78caf..e4485a2a3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal.liga.glif @@ -3,26 +3,26 @@ - - - - - - - - + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_end.seq.glif new file mode 100644 index 000000000..f26c02fd3 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_end.seq.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_equal.liga.glif deleted file mode 100644 index 22ed46225..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_equal.liga.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_equal_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_equal_greater.liga.glif deleted file mode 100644 index a1e4b3446..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_equal_greater.liga.glif +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_greater.liga.glif deleted file mode 100644 index 6ff667171..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_greater.liga.glif +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_less.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_less.liga.glif deleted file mode 100644 index d3ce096ee..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_less.liga.glif +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_middle.seq.glif new file mode 100644 index 000000000..daedcacc3 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_middle.seq.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_start.seq.glif new file mode 100644 index 000000000..a8cb1486d --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_exclam_hyphen_hyphen.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_exclam_hyphen_hyphen.liga.glif index 044548f4f..1ca00025e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_exclam_hyphen_hyphen.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_exclam_hyphen_hyphen.liga.glif @@ -3,37 +3,24 @@ - - - - - - - - - - - - + + + + - - - - + + + + - - - - - - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_greater.liga.glif index c66247d98..99efb618d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_greater.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_greater.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen.liga.glif deleted file mode 100644 index 03483fbce..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen.liga.glif +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_end.seq.glif new file mode 100644 index 000000000..7ab17c2d7 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_end.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_greater.liga.glif deleted file mode 100644 index e6a8137f5..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_greater.liga.glif +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_hyphen.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_hyphen.liga.glif deleted file mode 100644 index e0263676a..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_hyphen.liga.glif +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_less.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_less.liga.glif deleted file mode 100644 index 6d668e6aa..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_less.liga.glif +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_middle.seq.glif new file mode 100644 index 000000000..7ab653333 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_middle.seq.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_start.seq.glif new file mode 100644 index 000000000..38843f6b3 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_start.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less.liga.glif index 1c518bc51..3ba39709e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less.liga.glif @@ -3,30 +3,30 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal.liga.glif deleted file mode 100644 index 5e86f49ca..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal.liga.glif +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal_end.seq.glif new file mode 100644 index 000000000..4d68a1725 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal_end.seq.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal_middle.seq.glif new file mode 100644 index 000000000..0aae069bc --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal_middle.seq.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal_start.seq.glif new file mode 100644 index 000000000..e975a467e --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal_start.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen.liga.glif deleted file mode 100644 index 67ab8bd50..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen.liga.glif +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen_end.seq.glif new file mode 100644 index 000000000..586288715 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen_end.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen_middle.seq.glif new file mode 100644 index 000000000..b8baa221c --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen_middle.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen_start.seq.glif new file mode 100644 index 000000000..3a680b02d --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen_start.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_less.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_less.liga.glif index cec6cff2b..b7c4af15d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_less.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_less.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_plus.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_plus.liga.glif index e8f4ba138..82d038f14 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_plus.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_plus.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_plus_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_plus_greater.liga.glif index 48bbb16e4..1bb276b13 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_plus_greater.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_plus_greater.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_slash.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_slash.liga.glif index 1fe1d78e6..c5e581d0d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_slash.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_slash.liga.glif @@ -3,21 +3,21 @@ - - - - - - - - + + + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_slash_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_slash_greater.liga.glif index 2078986e4..94bff571d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_slash_greater.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_slash_greater.liga.glif @@ -3,31 +3,31 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lineF_eedC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lineF_eedC_ontrol.glif new file mode 100644 index 000000000..49a047421 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lineF_eedC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + L.half + + + alignment + -1 + index + 1 + name + F.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lineF_eedC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lineF_eedC_ontrol.ss20.glif new file mode 100644 index 000000000..541c237bb --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lineF_eedC_ontrol.ss20.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/literS_ign.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/literS_ign.glif index 118a01c14..6a39bb821 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/literS_ign.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/literS_ign.glif @@ -4,38 +4,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lje-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lje-cy.glif index 0f2a37758..851a54f33 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lje-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lje-cy.glif @@ -50,10 +50,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/llinebelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/llinebelow.glif index 1b0a7642c..8a22ede95 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/llinebelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/llinebelow.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lmiddletilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lmiddletilde.glif index 9bcd6d881..474b8beeb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lmiddletilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lmiddletilde.glif @@ -2,49 +2,49 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/longs.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/longs.glif index 45fb28308..d0048f676 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/longs.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/longs.glif @@ -2,31 +2,31 @@ - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerF_iveE_ighthsB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerF_iveE_ighthsB_lock.glif index c4681bf77..318ec1098 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerF_iveE_ighthsB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerF_iveE_ighthsB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerF_iveE_ighthsB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerF_iveE_ighthsB_lock.stypo.glif index 057e24555..1d821cc25 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerF_iveE_ighthsB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerF_iveE_ighthsB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfA_rc.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfA_rc.glif index 956bc1c47..9e2419aed 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfA_rc.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfA_rc.glif @@ -26,7 +26,7 @@ uni25E1 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfB_lackW_hiteC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfB_lackW_hiteC_ircle.glif index f2f8ef982..babcad657 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfB_lackW_hiteC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfB_lackW_hiteC_ircle.glif @@ -18,7 +18,7 @@ uni25D2 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfB_lock.glif index fc40756c7..917690c94 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfB_lock.stypo.glif index fab9690f3..0579900f8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfI_nverseW_hiteC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfI_nverseW_hiteC_ircle.glif index 94e60aa36..7851dc835 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfI_nverseW_hiteC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfI_nverseW_hiteC_ircle.glif @@ -32,7 +32,7 @@ uni25DB public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfW_hiteS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfW_hiteS_quare.glif index d200a33df..22e514660 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfW_hiteS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfW_hiteS_quare.glif @@ -17,7 +17,7 @@ uni2B12 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftA_rc.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftA_rc.glif index 12ca2fc2b..6c0930e0d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftA_rc.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftA_rc.glif @@ -20,7 +20,7 @@ uni25DF public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftB_lackT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftB_lackT_riangle.glif index dccb37a2b..d508b94ea 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftB_lackT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftB_lackT_riangle.glif @@ -15,7 +15,7 @@ uni25E3 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftB_lock.glif index cf595ff23..22cd2e982 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftB_lock.stypo.glif index 054e320f2..6a5e56e33 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftH_alfW_hiteS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftH_alfW_hiteS_quare.glif index 1bdccca45..8e13ecf7c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftH_alfW_hiteS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftH_alfW_hiteS_quare.glif @@ -16,7 +16,7 @@ uni2B14 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftQ_uadrantW_hiteC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftQ_uadrantW_hiteC_ircle.glif index 9ef1365ef..676b0e4ec 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftQ_uadrantW_hiteC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftQ_uadrantW_hiteC_ircle.glif @@ -19,7 +19,7 @@ uni25F5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftT_riangle.glif index d6730dd0c..eae13bf7a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftT_riangle.glif @@ -23,7 +23,7 @@ uni25FA public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neE_ighthB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neE_ighthB_lock.glif index 0f5c9ea10..5327b9a5c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neE_ighthB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neE_ighthB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neE_ighthB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neE_ighthB_lock.stypo.glif index 87876bb3e..347bd624c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neE_ighthB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neE_ighthB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neQ_uarterB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neQ_uarterB_lock.glif index 89d2fa93b..5d164fa1f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neQ_uarterB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neQ_uarterB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neQ_uarterB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neQ_uarterB_lock.stypo.glif index 64e9f127b..274648c8e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neQ_uarterB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neQ_uarterB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightA_rc.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightA_rc.glif index ab26f5dd1..b32ecefd5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightA_rc.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightA_rc.glif @@ -20,7 +20,7 @@ uni25DE public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightB_lackT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightB_lackT_riangle.glif index 70f081395..4bffa5a4f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightB_lackT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightB_lackT_riangle.glif @@ -15,7 +15,7 @@ uni25E2 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightB_lock.glif index 254ac5e5b..f1c58f13e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightB_lock.stypo.glif index a60dfc532..a68f9c10f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightD_iagonalH_alfB_lackS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightD_iagonalH_alfB_lackS_quare.glif index 432a69af0..a069064fc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightD_iagonalH_alfB_lackS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightD_iagonalH_alfB_lackS_quare.glif @@ -16,7 +16,7 @@ uni25EA public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightQ_uadrantW_hiteC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightQ_uadrantW_hiteC_ircle.glif index c7b11ea8a..4faebbbf2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightQ_uadrantW_hiteC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightQ_uadrantW_hiteC_ircle.glif @@ -19,7 +19,7 @@ uni25F6 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightT_riangle.glif index a182a2b3a..363cde67c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightT_riangle.glif @@ -23,7 +23,7 @@ uni25FF public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerS_evenE_ighthsB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerS_evenE_ighthsB_lock.glif index 598b0f049..b9d5c787c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerS_evenE_ighthsB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerS_evenE_ighthsB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerS_evenE_ighthsB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerS_evenE_ighthsB_lock.stypo.glif index 707a6543e..98afc1cc4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerS_evenE_ighthsB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerS_evenE_ighthsB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerT_hreeE_ighthsB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerT_hreeE_ighthsB_lock.glif index 7916d88f5..ddec2ad3d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerT_hreeE_ighthsB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerT_hreeE_ighthsB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerT_hreeE_ighthsB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerT_hreeE_ighthsB_lock.stypo.glif index abc7f0c98..37d57a543 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerT_hreeE_ighthsB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerT_hreeE_ighthsB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerT_hreeQ_uartersB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerT_hreeQ_uartersB_lock.glif index bff93c875..3bfc14b19 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerT_hreeQ_uartersB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerT_hreeQ_uartersB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerT_hreeQ_uartersB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerT_hreeQ_uartersB_lock.stypo.glif index ded7a7462..70b66fee0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerT_hreeQ_uartersB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerT_hreeQ_uartersB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowernumeral-greek.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowernumeral-greek.glif index 0243252da..b092a3abe 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowernumeral-greek.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowernumeral-greek.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowlinecomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowlinecomb.glif index 14fb83ff8..e83fc0eee 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowlinecomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowlinecomb.glif @@ -1,7 +1,6 @@ - @@ -10,7 +9,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lozenge.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lozenge.glif index 5c94042dd..7cc58ba0c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lozenge.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lozenge.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lslash.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lslash.glif index e6f92f063..dd7a11198 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/lslash.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/lslash.glif @@ -2,16 +2,16 @@ - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/m.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/m.glif index 89bbe9658..c978aa6e4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/m.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/m.glif @@ -54,7 +54,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/macronbelowcomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/macronbelowcomb.glif index 071c6858e..f0eedfe67 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/macronbelowcomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/macronbelowcomb.glif @@ -2,12 +2,13 @@ + - - - - + + + + @@ -15,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/macroncomb.case.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/macroncomb.case.glif index 32d5326f8..51d3e97ea 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/macroncomb.case.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/macroncomb.case.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/macroncomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/macroncomb.glif index 0e54797a5..a10bf0ab7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/macroncomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/macroncomb.glif @@ -2,13 +2,13 @@ - + - - - - + + + + @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumB_lackS_mallS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumB_lackS_mallS_quare.glif index e402e215b..6068c5c99 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumB_lackS_mallS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumB_lackS_mallS_quare.glif @@ -16,7 +16,7 @@ uni25FE public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumB_lackS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumB_lackS_quare.glif index d4cb3552a..f8a452a9d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumB_lackS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumB_lackS_quare.glif @@ -16,7 +16,7 @@ uni25FC public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumW_hiteS_mallS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumW_hiteS_mallS_quare.glif index bac5a4bb0..6f738d172 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumW_hiteS_mallS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumW_hiteS_mallS_quare.glif @@ -22,7 +22,7 @@ uni25FD public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumW_hiteS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumW_hiteS_quare.glif index 45c24e8b4..05246cb5b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumW_hiteS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumW_hiteS_quare.glif @@ -22,7 +22,7 @@ uni25FB public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/micro.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/micro.glif index 1d92bbedb..b3e60b95c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/micro.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/micro.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/mu.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/mu.glif index 2e6093bb1..ab1a51974 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/mu.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/mu.glif @@ -2,50 +2,50 @@ - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/n.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/n.glif index 42d485ce9..e780d59c7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/n.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/n.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/nacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/nacute.glif index 41fd08b81..142609e19 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/nacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/nacute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/nacute.loclP_L_K_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/nacute.loclP_L_K_.glif index 2cd719224..5e1cd115a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/nacute.loclP_L_K_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/nacute.loclP_L_K_.glif @@ -5,12 +5,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ncaron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ncaron.glif index 9085661ad..e76eba48f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ncaron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ncaron.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ncommaaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ncommaaccent.glif index d4c4f7564..2db71928f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ncommaaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ncommaaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/negativeA_cknowledgeC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/negativeA_cknowledgeC_ontrol.glif new file mode 100644 index 000000000..7297ff306 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/negativeA_cknowledgeC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + N.half + + + alignment + -1 + index + 1 + name + K.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/negativeA_cknowledgeC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/negativeA_cknowledgeC_ontrol.ss20.glif new file mode 100644 index 000000000..faa93c3bf --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/negativeA_cknowledgeC_ontrol.ss20.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/newlineC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/newlineC_ontrol.glif new file mode 100644 index 000000000..cf3d9b7bf --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/newlineC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + N.half + + + alignment + -1 + index + 1 + name + L.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/nhookleft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/nhookleft.glif index 6656229a0..580fd75a8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/nhookleft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/nhookleft.glif @@ -25,18 +25,18 @@ - - - + + + - - - + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/nine.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/nine.glif index c82c7a1e3..419f309da 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/nine.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/nine.glif @@ -4,47 +4,46 @@ - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ninesuperior.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ninesuperior.glif index 83cd1f32c..9a9e22a37 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ninesuperior.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ninesuperior.glif @@ -4,47 +4,47 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/nje-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/nje-cy.glif index ebb362884..9e1424a94 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/nje-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/nje-cy.glif @@ -46,10 +46,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/nlinebelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/nlinebelow.glif index 8b9a4b956..636a548de 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/nlinebelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/nlinebelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/nmod.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/nmod.glif index 2386f3418..9d54f6ff1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/nmod.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/nmod.glif @@ -4,36 +4,30 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ntilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ntilde.glif index 79e0b77dd..afde55177 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ntilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ntilde.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/nu.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/nu.glif index 657af8d9d..0cc63abe1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/nu.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/nu.glif @@ -26,10 +26,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/nullC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/nullC_ontrol.glif new file mode 100644 index 000000000..2efbe98a2 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/nullC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + N.half + + + alignment + -1 + index + 1 + name + U.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign.glif index 9af41c877..0fb7a4f3d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign.glif @@ -4,28 +4,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_braceleft.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_braceleft.liga.glif index 4b882be66..008e062f4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_braceleft.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_braceleft.liga.glif @@ -3,88 +3,88 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_bracketleft.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_bracketleft.liga.glif index 236510d17..ccf939f3f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_bracketleft.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_bracketleft.liga.glif @@ -3,35 +3,35 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_colon.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_colon.liga.glif index 752c2858d..e2e5bd6ca 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_colon.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_colon.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_end.seq.glif new file mode 100644 index 000000000..3dfdbfbe0 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_end.seq.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_equal.liga.glif index bdd8d82b5..136367146 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_equal.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_equal.liga.glif @@ -3,23 +3,23 @@ - - - - + + + + - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_exclam.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_exclam.liga.glif index d71f1bf82..0d3bd7bb7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_exclam.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_exclam.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_middle.seq.glif new file mode 100644 index 000000000..4bc8b1480 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_middle.seq.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_numbersign.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_numbersign.liga.glif deleted file mode 100644 index e075b3608..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_numbersign.liga.glif +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif deleted file mode 100644 index 9c570ffb3..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif deleted file mode 100644 index 41e3c5f55..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_parenleft.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_parenleft.liga.glif index f6e3a85ab..b9b046cb4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_parenleft.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_parenleft.liga.glif @@ -3,35 +3,35 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_question.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_question.liga.glif index c26d5514f..30d9bc2ee 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_question.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_question.liga.glif @@ -3,65 +3,65 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_start.seq.glif new file mode 100644 index 000000000..ff0ce1c58 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_start.seq.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_underscore.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_underscore.liga.glif index f33f5fbda..ac69207e8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_underscore.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_underscore.liga.glif @@ -3,40 +3,40 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_underscore_parenleft.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_underscore_parenleft.liga.glif index ca9143563..e306c08e9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_underscore_parenleft.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_underscore_parenleft.liga.glif @@ -3,61 +3,61 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numeral-greek.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numeral-greek.glif index 332f86a2e..b80f23b56 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/numeral-greek.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/numeral-greek.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/o-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/o-cy.glif index ae38622c0..7d9f83473 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/o-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/o-cy.glif @@ -6,14 +6,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/o.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/o.glif index 7de4c7262..96b3ae4d0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/o.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/o.glif @@ -40,7 +40,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/oacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/oacute.glif index bdff97017..3f9cc3176 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/oacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/oacute.glif @@ -6,15 +6,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/oacute.loclP_L_K_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/oacute.loclP_L_K_.glif index 03f44636a..17139b6ef 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/oacute.loclP_L_K_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/oacute.loclP_L_K_.glif @@ -5,15 +5,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/obarred-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/obarred-cy.glif index c26e095d1..7769038e7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/obarred-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/obarred-cy.glif @@ -6,7 +6,7 @@ - + @@ -16,10 +16,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/obreve.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/obreve.glif index 504b06f0d..620fc45af 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/obreve.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/obreve.glif @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflex.glif index 9e06bb716..1028ccf66 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflex.glif @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexacute.glif index 7ff3700e1..33b894564 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexacute.glif @@ -5,12 +5,12 @@ - - + + - + @@ -26,7 +26,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexdotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexdotbelow.glif index a791f2128..1956237b0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexdotbelow.glif @@ -2,11 +2,11 @@ - + - + @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexgrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexgrave.glif index 4531e38da..d200b64bd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexgrave.glif @@ -5,17 +5,28 @@ - - + + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + gravecomb + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexhookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexhookabove.glif index e7af431ae..fad4da751 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexhookabove.glif @@ -5,8 +5,8 @@ - - + + @@ -14,8 +14,19 @@ + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + hookabovecomb + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflextilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflextilde.glif index 576bcf8c9..138f0ab38 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflextilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflextilde.glif @@ -5,8 +5,8 @@ - - + + @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/odieresis.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/odieresis.glif index dbb53b02a..ac1820e10 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/odieresis.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/odieresis.glif @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/odotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/odotbelow.glif index 2878b945d..39b4536be 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/odotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/odotbelow.glif @@ -2,11 +2,11 @@ - + - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ogonek.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ogonek.glif index f710b5de6..65102d907 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ogonek.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ogonek.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ogonekcomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ogonekcomb.glif index 9b06dddc1..106698640 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ogonekcomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ogonekcomb.glif @@ -1,31 +1,32 @@ - + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -33,7 +34,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ograve.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ograve.glif index de47647b2..818db0a1d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ograve.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ograve.glif @@ -6,15 +6,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohookabove.glif index 49d8b4bab..b7664039b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohookabove.glif @@ -5,8 +5,8 @@ - - + + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorn.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorn.glif index 2b0d37b8a..e2f5135c8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorn.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorn.glif @@ -6,15 +6,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohornacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohornacute.glif index 0abc4a854..47a7d39de 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohornacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohornacute.glif @@ -6,15 +6,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorndotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorndotbelow.glif index dc6bc0877..a0a249bb2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorndotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorndotbelow.glif @@ -2,11 +2,11 @@ - + - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorngrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorngrave.glif index 0e43a1a71..4b96a9ed7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorngrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorngrave.glif @@ -6,15 +6,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohornhookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohornhookabove.glif index 2db16366b..b394b002a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohornhookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohornhookabove.glif @@ -5,8 +5,8 @@ - - + + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorntilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorntilde.glif index 4e3b23834..8ae077bd1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorntilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorntilde.glif @@ -5,8 +5,8 @@ - - + + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohungarumlaut.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohungarumlaut.glif index 41bb0ccf4..c75e69e0e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohungarumlaut.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohungarumlaut.glif @@ -5,16 +5,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/omacron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/omacron.glif index f20df08cf..d06086c58 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/omacron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/omacron.glif @@ -5,8 +5,8 @@ - - + + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/omacronacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/omacronacute.glif index 80c538234..737dbf7cb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/omacronacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/omacronacute.glif @@ -5,11 +5,17 @@ - + - + + + + public.markColor + 0,0.67,0.91,1 + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/omacrongrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/omacrongrave.glif index 188aaa73b..38d076652 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/omacrongrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/omacrongrave.glif @@ -5,11 +5,17 @@ - + - + + + + public.markColor + 0,0.67,0.91,1 + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/omega.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/omega.glif index cb49cb786..b59870aa8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/omega.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/omega.glif @@ -50,10 +50,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/omegatonos.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/omegatonos.glif index 45b9eff8f..f2fa308c1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/omegatonos.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/omegatonos.glif @@ -3,15 +3,9 @@ - + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/omicron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/omicron.glif index a4f483a5e..e9306fea8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/omicron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/omicron.glif @@ -6,14 +6,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/omicrontonos.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/omicrontonos.glif index 0241f4d89..bec2de086 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/omicrontonos.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/omicrontonos.glif @@ -5,16 +5,10 @@ - - + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/one.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/one.half.glif new file mode 100644 index 000000000..493950ba9 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/one.half.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/onesuperior.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/onesuperior.glif index ae6603254..29672393c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/onesuperior.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/onesuperior.glif @@ -4,28 +4,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/oogonek.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/oogonek.glif index 48f8d7b92..b356de593 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/oogonek.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/oogonek.glif @@ -2,11 +2,11 @@ - + - - + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ordfeminine.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ordfeminine.glif index efce926cf..f0babf727 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ordfeminine.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ordfeminine.glif @@ -4,53 +4,53 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/oslash.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/oslash.glif index 94771d57b..ef36d07a3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/oslash.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/oslash.glif @@ -6,7 +6,7 @@ - + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/oslashacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/oslashacute.glif index 7790fa84a..b83b29fda 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/oslashacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/oslashacute.glif @@ -6,15 +6,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/otilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/otilde.glif index 86ca48f55..67c76f9e4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/otilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/otilde.glif @@ -5,8 +5,8 @@ - - + + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/p.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/p.glif index f35e8cdb4..d252e1925 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/p.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/p.glif @@ -5,49 +5,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/palochka-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/palochka-cy.glif index 1f2135ec0..5f4fd4f20 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/palochka-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/palochka-cy.glif @@ -3,15 +3,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/parenleft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/parenleft.glif index 8b81e1c7e..3acf6839a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/parenleft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/parenleft.glif @@ -4,9 +4,9 @@ - + - + @@ -14,14 +14,14 @@ - + - - + + - + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/parenleft_asterisk.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/parenleft_asterisk.liga.glif index b9baede78..dbf4ec297 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/parenleft_asterisk.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/parenleft_asterisk.liga.glif @@ -3,39 +3,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/parenright.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/parenright.glif index 005a8cfbf..e2eef95fa 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/parenright.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/parenright.glif @@ -5,15 +5,15 @@ - - + + - - + + - + @@ -21,7 +21,7 @@ - + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/pe-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/pe-cy.glif index 79a9104dc..7172bdff9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/pe-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/pe-cy.glif @@ -24,10 +24,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/pe-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/pe-cy.loclB_G_R_.glif index 8ff86a621..1c1b9c9ce 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/pe-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/pe-cy.loclB_G_R_.glif @@ -6,10 +6,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/percent_percent.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/percent_percent.liga.glif index 8b1ee02c8..9d9317abf 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/percent_percent.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/percent_percent.liga.glif @@ -3,134 +3,134 @@ - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_equal.liga.glif index 5dad482ad..d7e68a2f4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_equal.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_equal.liga.glif @@ -3,23 +3,23 @@ - - - - + + + + - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_hyphen.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_hyphen.liga.glif index 7c6a08cc2..286abfbb7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_hyphen.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_hyphen.liga.glif @@ -3,17 +3,17 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period.liga.glif index 175e4ec7e..888ba891d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period_equal.liga.glif index 25de4d854..ef00bf5a1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period_equal.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period_equal.liga.glif @@ -3,24 +3,24 @@ - - - - + + + + - - - - + + + + - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period_less.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period_less.liga.glif index 9404198f1..5977e9774 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period_less.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period_less.liga.glif @@ -3,22 +3,22 @@ - - - - - - - - + + + + + + + + - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period_period.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period_period.liga.glif index 160ebc12f..9d9438d27 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period_period.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period_period.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_question.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_question.liga.glif index cfcc925de..d530dfda1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_question.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_question.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/perispomenicomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/perispomenicomb.glif index 73e71d809..17c6eb6fc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/perispomenicomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/perispomenicomb.glif @@ -1,8 +1,6 @@ - - @@ -11,7 +9,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/peseta.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/peseta.glif index b7aba8c63..4bf808c33 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/peseta.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/peseta.glif @@ -2,8 +2,8 @@ - - + + @@ -11,7 +11,7 @@ - + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/peso.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/peso.glif index 497a188ce..245b9127b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/peso.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/peso.glif @@ -2,8 +2,8 @@ - - + + @@ -17,7 +17,7 @@ - + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/phi.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/phi.glif index 6a0a6284d..b80d55f10 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/phi.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/phi.glif @@ -52,10 +52,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/pi.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/pi.glif index 651bf9b76..a7b64eaf5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/pi.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/pi.glif @@ -2,44 +2,38 @@ - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/plus_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/plus_greater.liga.glif index d30389886..b13ecf1a2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/plus_greater.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/plus_greater.liga.glif @@ -2,13 +2,24 @@ - - + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + plus + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/plus_plus.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/plus_plus.liga.glif index d4b3c2173..8745a1271 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/plus_plus.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/plus_plus.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/plus_plus_plus.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/plus_plus_plus.liga.glif index dfcb89c40..1f09fc486 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/plus_plus_plus.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/plus_plus_plus.liga.glif @@ -3,25 +3,25 @@ - - - - + + + + - - - - + + + + - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/prescription.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/prescription.glif new file mode 100644 index 000000000..5f703bd21 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/prescription.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/psi.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/psi.glif index 060e08397..9f84da51e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/psi.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/psi.glif @@ -34,10 +34,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/q.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/q.glif index 823235395..c580c450f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/q.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/q.glif @@ -47,7 +47,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/question.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/question.glif index 9b7f505ef..483bd9de0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/question.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/question.glif @@ -4,40 +4,40 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_colon.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_colon.liga.glif index ad6ee2a65..a7bb3f2ff 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_colon.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_colon.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_equal.liga.glif index 6245ae1e8..441cad25a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_equal.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_equal.liga.glif @@ -3,25 +3,25 @@ - - - - + + + + - - - - - - + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_period.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_period.liga.glif index bb8a78daa..d0352910b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_period.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_period.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_question.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_question.liga.glif index 712d015a7..ebd87a6fa 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_question.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_question.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_question_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_question_equal.liga.glif new file mode 100644 index 000000000..a64c80d1a --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_question_equal.liga.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.98,0.36,0.67,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/questiondown.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/questiondown.glif index e71d67cde..97dedb677 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/questiondown.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/questiondown.glif @@ -4,40 +4,40 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotedblbase.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotedblbase.glif index 5fa43bd30..8fe0bd95e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotedblbase.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotedblbase.glif @@ -3,8 +3,7 @@ - - + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotedblleft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotedblleft.glif index 5f4da4111..8e8864603 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotedblleft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotedblleft.glif @@ -3,8 +3,8 @@ - - + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotedblright.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotedblright.glif index 74684b581..fa7da1fcd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotedblright.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotedblright.glif @@ -3,8 +3,8 @@ - - + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/quoteleft.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/quoteleft.glif index 26788ea38..176a6d2cc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/quoteleft.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/quoteleft.glif @@ -4,10 +4,24 @@ - - - - + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotereversed.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotereversed.glif index aac627628..1c584700b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotereversed.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotereversed.glif @@ -4,10 +4,24 @@ - - - - + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/quoteright.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/quoteright.glif index c7cd3ea0a..b19c1d11a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/quoteright.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/quoteright.glif @@ -4,10 +4,24 @@ - - - - + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotesinglbase.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotesinglbase.glif index 68edcee67..7cf3b02cf 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotesinglbase.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotesinglbase.glif @@ -3,7 +3,7 @@ - + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotesingle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotesingle.glif index 0e1aba93b..58e61ae18 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotesingle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotesingle.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/r.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/r.glif index 56241f866..a780c4220 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/r.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/r.glif @@ -45,7 +45,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/racute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/racute.glif index 5ce54868e..50fa0c4d0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/racute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/racute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rcaron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rcaron.glif index 96d04f822..69085a052 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rcaron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rcaron.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rcommaaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rcommaaccent.glif index f9911acbd..f5c5949fd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rcommaaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rcommaaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rdotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rdotbelow.glif index 27f8c0c3c..7e26b8ab0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rdotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rdotbelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/recordS_eparatorC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/recordS_eparatorC_ontrol.glif new file mode 100644 index 000000000..023534d46 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/recordS_eparatorC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + R.half + + + alignment + -1 + index + 1 + name + S.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/returnsymbol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/returnsymbol.glif new file mode 100644 index 000000000..41c15a772 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/returnsymbol.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rho.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rho.glif index 7bb1f37c9..750fdcac7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rho.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rho.glif @@ -26,14 +26,13 @@ - - - - - - - - + + + + + + + @@ -42,10 +41,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightA_rrow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightA_rrow.glif index d8ece2f35..5a71c77a5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightA_rrow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightA_rrow.glif @@ -3,27 +3,21 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lackP_ointer.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lackP_ointer.glif index 5226eba9c..44a6d2816 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lackP_ointer.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lackP_ointer.glif @@ -15,7 +15,7 @@ triagrt public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lackS_mallT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lackS_mallT_riangle.glif index 2dddd4ec7..5fe2080c1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lackS_mallT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lackS_mallT_riangle.glif @@ -15,7 +15,7 @@ uni25B8 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lackT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lackT_riangle.glif index ee4bb8950..839fe4350 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lackT_riangle.glif @@ -15,7 +15,7 @@ uni25B6 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lock.glif index 15a61c25e..c4d1c69f9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lock.stypo.glif index b88729954..28495ca00 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackC_ircle.glif index bdf417bcd..20db0469c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackC_ircle.glif @@ -19,7 +19,7 @@ uni25D7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackD_iamond.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackD_iamond.glif index 96612b17b..df321b80f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackD_iamond.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackD_iamond.glif @@ -16,7 +16,7 @@ uni2B17 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackS_quare.glif index 458113e2b..d17e4b023 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackS_quare.glif @@ -17,7 +17,7 @@ uni25E8 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackW_hiteC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackW_hiteC_ircle.glif index 028294383..dd0acfba9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackW_hiteC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackW_hiteC_ircle.glif @@ -18,7 +18,7 @@ uni25D1 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightO_neE_ighthB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightO_neE_ighthB_lock.glif index bf3bcb2a2..3dde09a78 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightO_neE_ighthB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightO_neE_ighthB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightO_neE_ighthB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightO_neE_ighthB_lock.stypo.glif index 5b8849982..b0d690da7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightO_neE_ighthB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightO_neE_ighthB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightW_hiteP_ointer.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightW_hiteP_ointer.glif index 291549b14..6eb58499a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightW_hiteP_ointer.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightW_hiteP_ointer.glif @@ -23,7 +23,7 @@ uni25BB public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightW_hiteS_mallT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightW_hiteS_mallT_riangle.glif index fb4907c78..ced03771d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightW_hiteS_mallT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightW_hiteS_mallT_riangle.glif @@ -23,7 +23,7 @@ uni25B9 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightW_hiteT_riangle.glif index b023bece5..aa97d4a73 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightW_hiteT_riangle.glif @@ -23,7 +23,7 @@ uni25B7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ring.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ring.glif index 9550ca964..38781eb8f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ring.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ring.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ringbelowcomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ringbelowcomb.glif index ef06e5394..88e1dc25b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ringbelowcomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ringbelowcomb.glif @@ -2,6 +2,7 @@ + @@ -10,7 +11,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ringcomb.case.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ringcomb.case.glif index 115815347..815e1b86f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ringcomb.case.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ringcomb.case.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ringcomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ringcomb.glif index 2e535fe66..e917d471f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ringcomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ringcomb.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ruble.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ruble.glif index d783b8d43..d8342efe7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ruble.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ruble.glif @@ -3,7 +3,7 @@ - + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rupeeI_ndian.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rupeeI_ndian.glif index 48eb0bcd7..62e0950b0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/rupeeI_ndian.glif @@ -4,42 +4,42 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/s.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/s.glif index a67ccc55c..f6241fb5d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/s.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/s.glif @@ -51,7 +51,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sacute.glif index 28868a888..ab87431e2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sacute.glif @@ -2,16 +2,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sacute.loclP_L_K_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sacute.loclP_L_K_.glif index b2f1ab3cb..7ce8a6a9c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sacute.loclP_L_K_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sacute.loclP_L_K_.glif @@ -1,16 +1,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/scaron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/scaron.glif index 8d912a6e5..6569acc18 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/scaron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/scaron.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/scedilla.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/scedilla.glif index 5acb87b02..15e5b1300 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/scedilla.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/scedilla.glif @@ -2,16 +2,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/schwa-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/schwa-cy.glif index 517f9af3b..c07975ac6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/schwa-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/schwa-cy.glif @@ -2,15 +2,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/schwa.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/schwa.glif index fb0cf18e6..13aa0fbfe 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/schwa.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/schwa.glif @@ -42,7 +42,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/scircumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/scircumflex.glif index d51067601..8b385a3e7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/scircumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/scircumflex.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/scommaaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/scommaaccent.glif index 3b27c9c01..e0f06930b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/scommaaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/scommaaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sdotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sdotbelow.glif index 8dc3e10ca..cb85cb4e5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sdotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sdotbelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/semicolon_semicolon.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/semicolon_semicolon.liga.glif index 4a9d43ef8..8d4fc4c06 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/semicolon_semicolon.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/semicolon_semicolon.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/seven.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/seven.glif index 07b0747bd..fd4b929e3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/seven.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/seven.glif @@ -4,22 +4,22 @@ - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sevensuperior.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sevensuperior.glif index 4ef2779fc..e558ade8c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sevensuperior.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sevensuperior.glif @@ -4,22 +4,22 @@ - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sha-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sha-cy.glif index 2fa5e1ed5..1362770d3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sha-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sha-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sha-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sha-cy.loclB_G_R_.glif index fa4c46866..7192333c0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sha-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sha-cy.loclB_G_R_.glif @@ -44,10 +44,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadedark.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadedark.glif index 2141c1797..3d9984757 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadedark.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadedark.glif @@ -223,7 +223,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadedark.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadedark.stypo.glif index ce6854125..1767298a1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadedark.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadedark.stypo.glif @@ -221,7 +221,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadelight.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadelight.glif index efca0327b..69c1b84d5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadelight.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadelight.glif @@ -61,7 +61,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadelight.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadelight.stypo.glif index 5defc6f22..f81745827 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadelight.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadelight.stypo.glif @@ -59,7 +59,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shademedium.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shademedium.glif index c56463f61..056420498 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shademedium.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shademedium.glif @@ -115,7 +115,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shademedium.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shademedium.stypo.glif index a8d23aefc..28f02f0e8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shademedium.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shademedium.stypo.glif @@ -113,7 +113,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shcha-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shcha-cy.glif index cb1924aed..9e8ade27a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shcha-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shcha-cy.glif @@ -36,10 +36,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shcha-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shcha-cy.loclB_G_R_.glif index 81fe55510..996941281 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shcha-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shcha-cy.loclB_G_R_.glif @@ -12,10 +12,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shha-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shha-cy.glif index ce583bb9e..116170d46 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shha-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shha-cy.glif @@ -4,14 +4,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftI_nC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftI_nC_ontrol.glif new file mode 100644 index 000000000..cd35e8c77 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftI_nC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + I.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftI_nC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftI_nC_ontrol.ss20.glif new file mode 100644 index 000000000..d2ef8e56d --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftI_nC_ontrol.ss20.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftO_utC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftO_utC_ontrol.glif new file mode 100644 index 000000000..b37bedaa7 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftO_utC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + O.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftO_utC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftO_utC_ontrol.ss20.glif new file mode 100644 index 000000000..496752f18 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftO_utC_ontrol.ss20.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sigma.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sigma.glif index c4dc4ea9f..c4c8105f8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sigma.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sigma.glif @@ -2,50 +2,44 @@ - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sigmafinal.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sigmafinal.glif index afd6add27..2cca5d288 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sigmafinal.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sigmafinal.glif @@ -42,10 +42,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/six.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/six.glif index 224ab5a5a..f8d4dc577 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/six.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/six.glif @@ -4,47 +4,46 @@ - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sixsuperior.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sixsuperior.glif index 36818b91c..2eb3339bf 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sixsuperior.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sixsuperior.glif @@ -4,47 +4,47 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash.glif index 583918153..863dfe8bb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_asterisk.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_asterisk.liga.glif index f39694b64..e5079d9d9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_asterisk.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_asterisk.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_backslash.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_backslash.liga.glif new file mode 100644 index 000000000..635f175bd --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_backslash.liga.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0.98,0.36,0.67,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal.liga.glif deleted file mode 100644 index 829878323..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal.liga.glif +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_end.seq.glif new file mode 100644 index 000000000..87b743d0b --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_equal.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_equal.liga.glif deleted file mode 100644 index 6b557ee0f..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_equal.liga.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_middle.seq.glif new file mode 100644 index 000000000..ad25407b9 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_middle.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_start.seq.glif new file mode 100644 index 000000000..4dcc2a339 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_greater.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_greater.liga.glif index 7f7098254..c72430f81 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_greater.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_greater.liga.glif @@ -3,21 +3,21 @@ - - - - - - - - + + + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash.liga.glif index 7d2f05654..638b4011b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash.liga.glif @@ -2,13 +2,32 @@ - - + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + slash + + + alignment + -1 + index + 1 + name + slash + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_equal_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_equal_end.seq.glif new file mode 100644 index 000000000..cdc4bb0f9 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_equal_end.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_equal_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_equal_middle.seq.glif new file mode 100644 index 000000000..ca8864138 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_equal_middle.seq.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_equal_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_equal_start.seq.glif new file mode 100644 index 000000000..a20e8657f --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_equal_start.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_slash.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_slash.liga.glif index 0f6f4f80b..569cd54e4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_slash.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_slash.liga.glif @@ -2,14 +2,41 @@ - - - + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + slash + + + alignment + -1 + index + 1 + name + slash + + + alignment + -1 + index + 2 + name + slash + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/softsign-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/softsign-cy.glif index 9491838b1..600b3f41b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/softsign-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/softsign-cy.glif @@ -32,10 +32,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/softsign-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/softsign-cy.loclB_G_R_.glif index 4945e14b8..566764536 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/softsign-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/softsign-cy.loclB_G_R_.glif @@ -5,42 +5,36 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/space.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/space.glif index 445581d79..cb9df87b4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/space.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/space.glif @@ -4,10 +4,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/spaceC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/spaceC_ontrol.glif new file mode 100644 index 000000000..a5fa74818 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/spaceC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + P.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fH_eadingC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fH_eadingC_ontrol.glif new file mode 100644 index 000000000..c07352c21 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fH_eadingC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + H.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fH_eadingC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fH_eadingC_ontrol.ss20.glif new file mode 100644 index 000000000..d2f5e8125 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fH_eadingC_ontrol.ss20.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fT_extC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fT_extC_ontrol.glif new file mode 100644 index 000000000..581ab6743 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fT_extC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + X.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fT_extC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fT_extC_ontrol.ss20.glif new file mode 100644 index 000000000..fd29e5465 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fT_extC_ontrol.ss20.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/substituteC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/substituteC_ontrol.glif new file mode 100644 index 000000000..0581982ca --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/substituteC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + B.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/substituteC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/substituteC_ontrol.ss20.glif new file mode 100644 index 000000000..3c06e19b5 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/substituteC_ontrol.ss20.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/substituteF_ormT_woC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/substituteF_ormT_woC_ontrol.glif new file mode 100644 index 000000000..79bb52304 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/substituteF_ormT_woC_ontrol.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sunW_ithR_ays.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sunW_ithR_ays.glif index 83547f3d0..ce19dc9ea 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/sunW_ithR_ays.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/sunW_ithR_ays.glif @@ -4,80 +4,80 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/synchronousI_dleC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/synchronousI_dleC_ontrol.glif new file mode 100644 index 000000000..17808e0e2 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/synchronousI_dleC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + Y.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/synchronousI_dleC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/synchronousI_dleC_ontrol.ss20.glif new file mode 100644 index 000000000..51505fe98 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/synchronousI_dleC_ontrol.ss20.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/t.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/t.glif index f5081f187..444504af5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/t.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/t.glif @@ -2,46 +2,46 @@ - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tau.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tau.glif index 6e43baf0a..254ba1103 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tau.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tau.glif @@ -2,38 +2,32 @@ - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tbar.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tbar.glif index 65d540285..6fc6392dd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tbar.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tbar.glif @@ -2,16 +2,16 @@ - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tcaron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tcaron.glif index d0109433c..df02aac5f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tcaron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tcaron.glif @@ -2,16 +2,16 @@ - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tcedilla.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tcedilla.glif index 9b6b9d88d..6832732b9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tcedilla.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tcedilla.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tcommaaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tcommaaccent.glif index 42c0f537d..27ddfa99e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tcommaaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tcommaaccent.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/te-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/te-cy.glif index 12d286b61..cbe273e9f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/te-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/te-cy.glif @@ -18,10 +18,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/te-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/te-cy.loclB_G_R_.glif index 5f3c622ec..0669133bd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/te-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/te-cy.loclB_G_R_.glif @@ -6,10 +6,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tesh.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tesh.glif index a54baef31..014469c30 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tesh.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tesh.glif @@ -2,70 +2,70 @@ - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/theta.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/theta.glif index d51ec0f38..cb03f6924 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/theta.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/theta.glif @@ -40,10 +40,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/thetamod.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/thetamod.glif index 55ec1d7d6..3650208af 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/thetamod.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/thetamod.glif @@ -4,44 +4,38 @@ - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - public.markColor - 0.85,0.26,0.06,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/thorn.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/thorn.glif index cdd1823c0..f7852c737 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/thorn.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/thorn.glif @@ -5,43 +5,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/three.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/three.half.glif new file mode 100644 index 000000000..365058147 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/three.half.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/threesuperior.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/threesuperior.glif index 9038dcd74..9437badaa 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/threesuperior.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/threesuperior.glif @@ -4,52 +4,52 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tildecomb.case.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tildecomb.case.glif index fd16ff43f..0d6b743e7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tildecomb.case.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tildecomb.case.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tildecomb.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tildecomb.glif index 5025648dd..ecf8298b2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tildecomb.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tildecomb.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tonos.case.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tonos.case.glif index c90b36180..063b75f24 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tonos.case.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tonos.case.glif @@ -7,7 +7,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tonos.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tonos.glif index 4b9561571..1b4429113 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tonos.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tonos.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/topH_alfB_lackC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/topH_alfB_lackC_ircle.glif index fb16a9f23..bab0b3eda 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/topH_alfB_lackC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/topH_alfB_lackC_ircle.glif @@ -19,7 +19,7 @@ uni2BCA public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/topH_alfB_lackD_iamond.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/topH_alfB_lackD_iamond.glif index 0a7472743..84fbba7ba 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/topH_alfB_lackD_iamond.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/topH_alfB_lackD_iamond.glif @@ -16,7 +16,7 @@ uni2B18 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/topH_alfW_hiteS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/topH_alfW_hiteS_quare.glif index 54a297abd..96af782c0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/topH_alfW_hiteS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/topH_alfW_hiteS_quare.glif @@ -17,7 +17,7 @@ uni2B13 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/topR_ightH_alfW_hiteS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/topR_ightH_alfW_hiteS_quare.glif index 01dfc7409..21b5248b6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/topR_ightH_alfW_hiteS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/topR_ightH_alfW_hiteS_quare.glif @@ -16,7 +16,7 @@ uni2B15 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/trademark.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/trademark.glif index 6774c725c..9a10306c1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/trademark.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/trademark.glif @@ -4,48 +4,48 @@ - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tse-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tse-cy.glif index 8823636d2..6cbb1c991 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tse-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tse-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tse-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tse-cy.loclB_G_R_.glif index f5905516b..f6472cc6d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tse-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tse-cy.loclB_G_R_.glif @@ -5,50 +5,44 @@ - - - - + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tshe-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tshe-cy.glif index fdddef735..12ce993df 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/tshe-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/tshe-cy.glif @@ -37,10 +37,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/two.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/two.glif index db1316555..c436ad321 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/two.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/two.glif @@ -4,34 +4,34 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/two.half.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/two.half.glif new file mode 100644 index 000000000..f872e9fb2 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/two.half.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/twosuperior.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/twosuperior.glif index ee22b07a5..324efecf5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/twosuperior.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/twosuperior.glif @@ -4,34 +4,34 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/u-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/u-cy.glif index 8ad0146e8..f5fcb1d8a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/u-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/u-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/u.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/u.glif index fd7260e73..5ac169778 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/u.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/u.glif @@ -2,50 +2,50 @@ - - - - + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uacute.glif index efc2dfa43..e01c1be17 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uacute.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ubreve.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ubreve.glif index ea41ccdcc..9fee3c324 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ubreve.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ubreve.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ucircumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ucircumflex.glif index d9796c26a..00296b9ee 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ucircumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ucircumflex.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/udieresis.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/udieresis.glif index aee9c1d57..52af5e08b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/udieresis.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/udieresis.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/udotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/udotbelow.glif index 58285b1df..fe6c38281 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/udotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/udotbelow.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ugrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ugrave.glif index 5e2f2bed2..d71ededa4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ugrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ugrave.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhookabove.glif index 7c8a6904b..8dd652050 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhookabove.glif @@ -2,18 +2,18 @@ - - + + - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorn.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorn.glif index fdf6e5065..a7ab306bd 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorn.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorn.glif @@ -2,22 +2,22 @@ - - - - + + + + - - - - - - - - - - + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhornacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhornacute.glif index ee33d4a4b..09e9eeddb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhornacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhornacute.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorndotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorndotbelow.glif index 4005ea95d..b6a855471 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorndotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorndotbelow.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorngrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorngrave.glif index 0fa63791a..2cbd449aa 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorngrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorngrave.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhornhookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhornhookabove.glif index 3749e967f..d2c2846de 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhornhookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhornhookabove.glif @@ -2,18 +2,18 @@ - - + + - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorntilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorntilde.glif index 7d9911980..ac89444d9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorntilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorntilde.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhungarumlaut.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhungarumlaut.glif index 40d067978..a6d6a4796 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhungarumlaut.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhungarumlaut.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/umacron-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/umacron-cy.glif index cb35cfc88..8e3669cb7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/umacron-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/umacron-cy.glif @@ -3,15 +3,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/umacron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/umacron.glif index 7b5b40f37..fe2412b99 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/umacron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/umacron.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_bar_underscore.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_bar_underscore.liga.glif deleted file mode 100644 index 69acdcaba..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_bar_underscore.liga.glif +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_end.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_end.seq.glif new file mode 100644 index 000000000..e4c00863d --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_end.seq.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_middle.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_middle.seq.glif new file mode 100644 index 000000000..f95e05454 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_middle.seq.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_start.seq.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_start.seq.glif new file mode 100644 index 000000000..8c2c2de95 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_start.seq.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_underscore.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_underscore.liga.glif index 5b76604f6..32556ce21 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_underscore.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_underscore.liga.glif @@ -3,16 +3,16 @@ - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uni0009.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uni0009.glif deleted file mode 100644 index e6d7948ac..000000000 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uni0009.glif +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/unitS_eparatorC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/unitS_eparatorC_ontrol.glif new file mode 100644 index 000000000..430255b68 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/unitS_eparatorC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + U.half + + + alignment + -1 + index + 1 + name + S.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uogonek.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uogonek.glif index 6744a9e73..a532b0db7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uogonek.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uogonek.glif @@ -2,34 +2,34 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upA_rrow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upA_rrow.glif index 07955b107..4ed7c7cd4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upA_rrow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upA_rrow.glif @@ -4,26 +4,20 @@ - - - - - - - - + + + + - - - - + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upB_lackS_mallT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upB_lackS_mallT_riangle.glif index 929b156ee..66de06258 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upB_lackS_mallT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upB_lackS_mallT_riangle.glif @@ -15,7 +15,7 @@ uni25B4 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upB_lackT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upB_lackT_riangle.glif index ee5f32d8b..18b434828 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upB_lackT_riangle.glif @@ -15,7 +15,7 @@ triagup public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upD_ashA_rrow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upD_ashA_rrow.glif index e5d20d26e..947834c20 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upD_ashA_rrow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upD_ashA_rrow.glif @@ -3,16 +3,6 @@ - - - - - - - - - - @@ -34,14 +24,18 @@ - - + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upD_ownA_rrow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upD_ownA_rrow.glif index cbbaaf219..66f410bec 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upD_ownA_rrow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upD_ownA_rrow.glif @@ -4,36 +4,30 @@ - - - - - - + + + + + + - - - - - - + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upD_ownbaseA_rrow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upD_ownbaseA_rrow.glif index 6a05593d2..ae04e7466 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upD_ownbaseA_rrow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upD_ownbaseA_rrow.glif @@ -4,17 +4,11 @@ - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upL_eftH_alfB_lackT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upL_eftH_alfB_lackT_riangle.glif index b5c27c10f..fa1bba6f6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upL_eftH_alfB_lackT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upL_eftH_alfB_lackT_riangle.glif @@ -16,7 +16,7 @@ uni25ED public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upR_ightH_alfB_lackT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upR_ightH_alfB_lackT_riangle.glif index 5cdf26042..6a6367d27 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upR_ightH_alfB_lackT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upR_ightH_alfB_lackT_riangle.glif @@ -16,7 +16,7 @@ uni25EE public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upW_hiteS_mallT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upW_hiteS_mallT_riangle.glif index 9acf67f1c..c910403ae 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upW_hiteS_mallT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upW_hiteS_mallT_riangle.glif @@ -23,7 +23,7 @@ uni25B5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upW_hiteT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upW_hiteT_riangle.glif index b38edd1d2..bff85a820 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upW_hiteT_riangle.glif @@ -23,7 +23,7 @@ uni25B3 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upW_hiteT_riangleW_ithD_ot.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upW_hiteT_riangleW_ithD_ot.glif index b0cf76c85..030ff1cac 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upW_hiteT_riangleW_ithD_ot.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upW_hiteT_riangleW_ithD_ot.glif @@ -25,7 +25,7 @@ uni25EC public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfA_rc.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfA_rc.glif index 8517e0517..0170ea288 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfA_rc.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfA_rc.glif @@ -26,7 +26,7 @@ uni25E0 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfB_lackW_hiteC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfB_lackW_hiteC_ircle.glif index 4d6773dd7..d84efda8a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfB_lackW_hiteC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfB_lackW_hiteC_ircle.glif @@ -18,7 +18,7 @@ uni25D3 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfB_lock.glif index 6a67abfe3..acd91ef62 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfB_lock.stypo.glif index a71683693..958051ced 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfI_nverseW_hiteC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfI_nverseW_hiteC_ircle.glif index 05a95ba81..a7efc746c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfI_nverseW_hiteC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfI_nverseW_hiteC_ircle.glif @@ -32,7 +32,7 @@ uni25DA public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif index a6d521103..7b1d37da8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif index 6a54f1bfe..850f9d9d4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.glif index d035e0218..fd05326a3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.stypo.glif index 04ab93606..dc376f2a0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.stypo.glif @@ -18,7 +18,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif index 179b1c25d..645b42205 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.stypo.glif index 5d9eb36dc..4d65a318c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.stypo.glif @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glif index b443961f7..43f5bcce7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.stypo.glif index 04a43eae9..a087e6e2a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.stypo.glif @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_rc.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_rc.glif index fc1b69483..1febf359b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_rc.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_rc.glif @@ -20,7 +20,7 @@ uni25DC public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftB_lackT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftB_lackT_riangle.glif index 8221836c3..3dbeeb4c8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftB_lackT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftB_lackT_riangle.glif @@ -15,7 +15,7 @@ uni25E4 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftB_lock.glif index 0ce8fc7cf..ca5e0563b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftB_lock.stypo.glif index 4de512770..0cc2e3dbe 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftD_iagonalH_alfB_lackS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftD_iagonalH_alfB_lackS_quare.glif index 5ade704fd..9a08a3c21 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftD_iagonalH_alfB_lackS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftD_iagonalH_alfB_lackS_quare.glif @@ -16,7 +16,7 @@ uni25E9 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftQ_uadrantW_hiteC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftQ_uadrantW_hiteC_ircle.glif index adb857322..79130a1bb 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftQ_uadrantW_hiteC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftQ_uadrantW_hiteC_ircle.glif @@ -19,7 +19,7 @@ uni25F4 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftT_riangle.glif index 699655ba8..64873154e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftT_riangle.glif @@ -23,7 +23,7 @@ uni25F8 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftW_hiteC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftW_hiteC_ircle.glif index e704324e2..e02a718ca 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftW_hiteC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftW_hiteC_ircle.glif @@ -22,7 +22,7 @@ uni25D5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperO_neE_ighthB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperO_neE_ighthB_lock.glif index 959a209d0..99d80ea13 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperO_neE_ighthB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperO_neE_ighthB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperO_neE_ighthB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperO_neE_ighthB_lock.stypo.glif index f5f318076..abc7e7539 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperO_neE_ighthB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperO_neE_ighthB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif index c9c9e7a70..6c492783c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif index e925473cc..60c4cb22a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.glif index accc0f42a..0523fa055 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.stypo.glif index 4e49f19a5..883a568f7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.stypo.glif @@ -16,7 +16,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_rc.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_rc.glif index d8bf7f4d8..e4df7d762 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_rc.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_rc.glif @@ -20,7 +20,7 @@ uni25DD public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lackC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lackC_ircle.glif index cb2cac267..a78979ee6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lackC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lackC_ircle.glif @@ -17,7 +17,7 @@ uni25D4 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lackT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lackT_riangle.glif index e62857a1d..c0f05ae3f 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lackT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lackT_riangle.glif @@ -15,7 +15,7 @@ uni25E5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lock.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lock.glif index bdc8fd8dc..ca32f5014 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lock.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lock.stypo.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lock.stypo.glif index 15309e0a4..b1d5b11c5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lock.stypo.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightQ_uadrantW_hiteC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightQ_uadrantW_hiteC_ircle.glif index 3537b15ed..2ba3f9fc3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightQ_uadrantW_hiteC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightQ_uadrantW_hiteC_ircle.glif @@ -19,7 +19,7 @@ uni25F7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightT_riangle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightT_riangle.glif index 7a6bf6b95..423500d0a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightT_riangle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightT_riangle.glif @@ -23,7 +23,7 @@ uni25F9 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperlefttolowerrightF_illS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperlefttolowerrightF_illS_quare.glif index 0d549782b..259ffa1cc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperlefttolowerrightF_illS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperlefttolowerrightF_illS_quare.glif @@ -29,7 +29,7 @@ uni25A7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperrighttolowerleftF_illS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperrighttolowerleftF_illS_quare.glif index ca27defcd..921c537f7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperrighttolowerleftF_illS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperrighttolowerleftF_illS_quare.glif @@ -29,7 +29,7 @@ uni25A8 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilon-latin.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilon-latin.glif index 0a8920fda..6022b870c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilon-latin.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilon-latin.glif @@ -22,17 +22,17 @@ - - - - + + + + - - - - + + + + @@ -51,7 +51,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilon.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilon.glif index 2d69e28ad..93b8fc109 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilon.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilon.glif @@ -34,10 +34,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilondieresis.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilondieresis.glif index e52a261cb..a2fbf8c94 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilondieresis.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilondieresis.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilondieresistonos.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilondieresistonos.glif index 6d6ad8339..03c850200 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilondieresistonos.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilondieresistonos.glif @@ -3,15 +3,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilontonos.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilontonos.glif index 9411fcff8..cf571bafa 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilontonos.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilontonos.glif @@ -3,15 +3,9 @@ - + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uring.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uring.glif index 1a36fad72..461231be5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/uring.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/uring.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ushort-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ushort-cy.glif index 0240817d0..4f61300c5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ushort-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ushort-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ustraight-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ustraight-cy.glif index 3f7cd674f..dc477a624 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ustraight-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ustraight-cy.glif @@ -22,10 +22,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ustraightstroke-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ustraightstroke-cy.glif index ea20323fe..7c0505c31 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ustraightstroke-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ustraightstroke-cy.glif @@ -13,10 +13,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/utilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/utilde.glif index d27b48a57..5d9a04f3d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/utilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/utilde.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/v.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/v.glif index 6870e8524..3e5279af4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/v.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/v.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ve-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ve-cy.glif index 00e18d8a2..0ed753351 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ve-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ve-cy.glif @@ -6,62 +6,56 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ve-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ve-cy.loclB_G_R_.glif index 942eb3bd2..a96c26dde 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ve-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ve-cy.loclB_G_R_.glif @@ -5,56 +5,50 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalB_isectingL_ineW_hiteS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalB_isectingL_ineW_hiteS_quare.glif index 19af665fb..dd87b8e93 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalB_isectingL_ineW_hiteS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalB_isectingL_ineW_hiteS_quare.glif @@ -17,7 +17,7 @@ uni25EB public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalF_illC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalF_illC_ircle.glif index 535262e62..d42eb2153 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalF_illC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalF_illC_ircle.glif @@ -23,7 +23,7 @@ uni25CD public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalF_illS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalF_illS_quare.glif index e4b43866e..20d5f9afe 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalF_illS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalF_illS_quare.glif @@ -23,7 +23,7 @@ uni25A5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalT_abulationC_ontrol.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalT_abulationC_ontrol.glif new file mode 100644 index 000000000..338b21a24 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalT_abulationC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + V.half + + + alignment + -1 + index + 1 + name + T.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalT_abulationC_ontrol.ss20.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalT_abulationC_ontrol.ss20.glif new file mode 100644 index 000000000..e1ea31b41 --- /dev/null +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalT_abulationC_ontrol.ss20.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/vhook.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/vhook.glif index b2f6081c1..9e1640fca 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/vhook.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/vhook.glif @@ -7,8 +7,8 @@ - - + + @@ -21,17 +21,23 @@ - - + + - - + + - - + + + + + public.markColor + 0.67,0.95,0.38,1 + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/vturned.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/vturned.glif index 5daaaac43..eff72c80c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/vturned.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/vturned.glif @@ -3,14 +3,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/w.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/w.glif index 027ccebf5..404c6aeb7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/w.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/w.glif @@ -33,7 +33,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/w_w_w.liga.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/w_w_w.liga.glif index 80cafd297..626c69885 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/w_w_w.liga.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/w_w_w.liga.glif @@ -3,108 +3,108 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/wacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/wacute.glif index b45578f5f..212e6af5b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/wacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/wacute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/wcircumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/wcircumflex.glif index 2cd1b68c9..a3fc2729e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/wcircumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/wcircumflex.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/wdieresis.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/wdieresis.glif index f334ff066..26f14889a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/wdieresis.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/wdieresis.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/wgrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/wgrave.glif index 1c5c004fd..992b5cbcc 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/wgrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/wgrave.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteB_ullet.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteB_ullet.glif index 7d22046ec..b7ad668a0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteB_ullet.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteB_ullet.glif @@ -38,7 +38,7 @@ openbullet public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteC_ircle.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteC_ircle.glif index 8b2867bcd..9c245d92e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteC_ircle.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteC_ircle.glif @@ -38,7 +38,7 @@ circle public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteD_iamond.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteD_iamond.glif index 164389063..d298d6daa 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteD_iamond.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteD_iamond.glif @@ -22,7 +22,7 @@ uni25C7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteH_exagon.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteH_exagon.glif index 307c5f467..a8bb22b49 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteH_exagon.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteH_exagon.glif @@ -32,7 +32,7 @@ uni2B21 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteH_orizontalE_llipse.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteH_orizontalE_llipse.glif index f040852fa..db450415e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteH_orizontalE_llipse.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteH_orizontalE_llipse.glif @@ -38,7 +38,7 @@ uni2B2D public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteI_nB_lackS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteI_nB_lackS_quare.glif index 3ab787dd5..b2e1e0cc6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteI_nB_lackS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteI_nB_lackS_quare.glif @@ -17,7 +17,7 @@ uni25A3 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteL_argeS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteL_argeS_quare.glif index ad178115c..8d5ee1a72 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteL_argeS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteL_argeS_quare.glif @@ -22,7 +22,7 @@ uni2B1C public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteL_owerL_eftQ_uadrantS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteL_owerL_eftQ_uadrantS_quare.glif index 1997a8459..e0f9eb513 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteL_owerL_eftQ_uadrantS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteL_owerL_eftQ_uadrantS_quare.glif @@ -19,7 +19,7 @@ uni25F1 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteL_owerR_ightQ_uadrantS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteL_owerR_ightQ_uadrantS_quare.glif index a8974fbe9..fdb9eceb4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteL_owerR_ightQ_uadrantS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteL_owerR_ightQ_uadrantS_quare.glif @@ -19,7 +19,7 @@ uni25F2 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteM_ediumD_iamond.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteM_ediumD_iamond.glif index f07ca78ff..f28e2d331 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteM_ediumD_iamond.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteM_ediumD_iamond.glif @@ -26,7 +26,7 @@ uni2B26 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteM_ediumL_ozenge.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteM_ediumL_ozenge.glif index deab1164b..f91c56ae6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteM_ediumL_ozenge.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteM_ediumL_ozenge.glif @@ -26,7 +26,7 @@ uni2B28 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteP_arallelogram.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteP_arallelogram.glif index 57d6f0578..aa5014c9a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteP_arallelogram.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteP_arallelogram.glif @@ -26,7 +26,7 @@ uni25B1 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteP_entagon.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteP_entagon.glif index 279f99ca7..75d0b69e7 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteP_entagon.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteP_entagon.glif @@ -24,7 +24,7 @@ uni2B20 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteR_ect.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteR_ect.glif index 29d33ab98..8bc475d2a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteR_ect.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteR_ect.glif @@ -22,7 +22,7 @@ uni25AD public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteR_oundedC_ornersS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteR_oundedC_ornersS_quare.glif index 798882060..c22efb549 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteR_oundedC_ornersS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteR_oundedC_ornersS_quare.glif @@ -46,7 +46,7 @@ uni25A2 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteS_mallL_ozenge.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteS_mallL_ozenge.glif index c450b7692..5589f93f0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteS_mallL_ozenge.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteS_mallL_ozenge.glif @@ -22,7 +22,7 @@ uni2B2B public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteS_mallS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteS_mallS_quare.glif index 307209461..1cef83d12 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteS_mallS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteS_mallS_quare.glif @@ -22,7 +22,7 @@ H18551 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteS_quare.glif index 04430e1fa..ff94805a0 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteS_quare.glif @@ -22,7 +22,7 @@ H22073 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteU_pperL_eftQ_uadrantS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteU_pperL_eftQ_uadrantS_quare.glif index 253e23cfc..ee9adfba8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteU_pperL_eftQ_uadrantS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteU_pperL_eftQ_uadrantS_quare.glif @@ -19,7 +19,7 @@ uni25F0 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteU_pperR_ightQ_uadrantS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteU_pperR_ightQ_uadrantS_quare.glif index 2b4fa1d5a..3e45129ec 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteU_pperR_ightQ_uadrantS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteU_pperR_ightQ_uadrantS_quare.glif @@ -19,7 +19,7 @@ uni25F3 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteV_erticalE_llipse.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteV_erticalE_llipse.glif index 161fe9734..d96b4c47d 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteV_erticalE_llipse.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteV_erticalE_llipse.glif @@ -38,7 +38,7 @@ uni2B2F public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteV_erticalR_ect.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteV_erticalR_ect.glif index 61274dd0f..5fbaf270c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteV_erticalR_ect.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteV_erticalR_ect.glif @@ -22,7 +22,7 @@ uni25AF public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteV_erysmallS_quare.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteV_erysmallS_quare.glif index 38a6d45ad..83457be70 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteV_erysmallS_quare.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteV_erysmallS_quare.glif @@ -22,7 +22,7 @@ uni2B1E public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/wmod.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/wmod.glif index 8dd70a45c..5942c5c94 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/wmod.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/wmod.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.85,0.26,0.06,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/x.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/x.glif index 741dfaf35..b4baf9ae3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/x.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/x.glif @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/x.multiply.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/x.multiply.glif index 8fe7d24dd..33e7e9553 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/x.multiply.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/x.multiply.glif @@ -7,7 +7,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/xi.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/xi.glif index d4792c612..8139d85d1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/xi.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/xi.glif @@ -67,10 +67,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/y.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/y.glif index 060eb6917..1538188f2 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/y.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/y.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/yacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/yacute.glif index ebdde1beb..f2c0210d5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/yacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/yacute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ycircumflex.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ycircumflex.glif index 04bd8c7b5..0b11793d9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ycircumflex.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ycircumflex.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ydieresis.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ydieresis.glif index f58a7d39e..891fa14a3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ydieresis.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ydieresis.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ydotbelow.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ydotbelow.glif index 6ce2f8c3d..434161118 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ydotbelow.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ydotbelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/yeru-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/yeru-cy.glif index 4623c6f4a..8d0ec3c0c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/yeru-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/yeru-cy.glif @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ygrave.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ygrave.glif index ba231eb28..25fa573df 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ygrave.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ygrave.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/yhookabove.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/yhookabove.glif index 46978192b..e4c910c4b 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/yhookabove.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/yhookabove.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/yi-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/yi-cy.glif index 2fd170691..7f94309ad 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/yi-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/yi-cy.glif @@ -3,16 +3,10 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ymacron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ymacron.glif index a4e07d133..c9246b784 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ymacron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ymacron.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ymod.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ymod.glif index 6caff12bd..808bb2dde 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ymod.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ymod.glif @@ -5,32 +5,26 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - + + + + + + - - - public.markColor - 0.85,0.26,0.06,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ytilde.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ytilde.glif index 1d836a097..2d1cdf26a 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ytilde.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ytilde.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/z.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/z.glif index 85022e76c..f894d94ba 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/z.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/z.glif @@ -28,7 +28,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zacute.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zacute.glif index 8d97e1623..523a937d8 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zacute.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zacute.glif @@ -7,12 +7,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zacute.loclP_L_K_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zacute.loclP_L_K_.glif index 54d8659c7..03acd49b3 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zacute.loclP_L_K_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zacute.loclP_L_K_.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zcaron.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zcaron.glif index bb195cbc8..2c1751262 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zcaron.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zcaron.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zdotaccent.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zdotaccent.glif index 8d650137e..1b0954e3c 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zdotaccent.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zdotaccent.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ze-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ze-cy.glif index f1888cce1..88448f3b6 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ze-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ze-cy.glif @@ -7,18 +7,18 @@ - - - - - + + + + + - - - - - + + + + + @@ -27,20 +27,20 @@ - - - - + + + + - - - - - + + + + + @@ -50,10 +50,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ze-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ze-cy.loclB_G_R_.glif index 8cc49aa1c..3a1af39c4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/ze-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/ze-cy.loclB_G_R_.glif @@ -51,10 +51,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zerosuperior.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zerosuperior.glif index f1e616a8d..b4e4f69f9 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zerosuperior.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zerosuperior.glif @@ -4,32 +4,32 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zeta.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zeta.glif index 216073a27..adb0db508 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zeta.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zeta.glif @@ -41,10 +41,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zhe-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zhe-cy.glif index 6a92a15d0..b5e404ee5 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zhe-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zhe-cy.glif @@ -108,10 +108,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zhe-cy.loclB_G_R_.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zhe-cy.loclB_G_R_.glif index b3de5ccd6..8ab27d1c1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zhe-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zhe-cy.loclB_G_R_.glif @@ -109,10 +109,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zhedescender-cy.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zhedescender-cy.glif index 023d394a2..c8f24bd49 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zhedescender-cy.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zhedescender-cy.glif @@ -114,10 +114,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zmod.glif b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zmod.glif index c70cf9511..28f80d049 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/zmod.glif +++ b/sources/CascadiaCode-ExtraLight.ufo/glyphs/zmod.glif @@ -23,10 +23,4 @@ - - - public.markColor - 0.85,0.26,0.06,1 - - diff --git a/sources/CascadiaCode-ExtraLight.ufo/layercontents.plist b/sources/CascadiaCode-ExtraLight.ufo/layercontents.plist index 1883fd597..7120d0ba4 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/layercontents.plist +++ b/sources/CascadiaCode-ExtraLight.ufo/layercontents.plist @@ -7,8 +7,8 @@ glyphs - Jun 16 20, 20:48 - glyphs.J_un 16 20, 20_48 + public.background + glyphs.public.background diff --git a/sources/CascadiaCode-ExtraLight.ufo/lib.plist b/sources/CascadiaCode-ExtraLight.ufo/lib.plist index 8ad206945..3d4c95cf1 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/lib.plist +++ b/sources/CascadiaCode-ExtraLight.ufo/lib.plist @@ -2,20 +2,70 @@ - GSCornerRadius - 15 - GSOffsetHorizontal - 95 - GSOffsetMakeStroke - 1 - GSOffsetPosition - 1 - GSOffsetVertical - 110 com.schriftgestaltung.appVersion - 1346 + 1342 com.schriftgestaltung.customName Extra + com.schriftgestaltung.customParameter.GSFont.Axes + + + Name + Weight + Tag + wght + + + com.schriftgestaltung.customParameter.GSFont.DisplayStrings + + /bar_bar_bar_greater.liga +/bar_bar_greater.liga +/bar_greater.liga +/less_bar.liga +/less_bar_bar.liga +/less_bar_bar_bar.liga + /less_less_equal_end.seq + /bar_underscore_middle.seq +/bar_bar_equal_middle.seq +/bar_equal_middle.seq +/bar_bar_equal_end.seq +/bar_bar_equal_start.seq +/bar_bar_hyphen_middle.seq +/bar_hyphen_middle.seq +/bar_bar_hyphen_end.seq +/bar_bar_hyphen_start.seq +/bar_equal_end.seq +/bar_equal_start.seq +/bar_hyphen_end.seq +/bar_hyphen_start.seq +/equal_middle.seq +/equal_end.seq +/equal_start.seq +/greater_greater_equal_middle.seq +/greater_equal_middle.seq +/greater_greater_equal_end.seq +/greater_greater_equal_start.seq +/greater_equal_start.seq +/greater_equal_end.seq +/greater_greater_hyphen_middle.seq +/greater_hyphen_middle.seq +/greater_greater_hyphen_end.seq +/greater_greater_hyphen_start.seq +/greater_hyphen_start.seq +/greater_hyphen_end.seq +/less_less_equal_middle.seq +/less_equal_middle.seq +/less_less_equal_end.seq +/less_less_equal_start.seq +/less_equal_end.seq +/less_equal_start.seq +/less_less_hyphen_middle.seq +/less_hyphen_middle.seq +/less_less_hyphen_end.seq +/less_less_hyphen_start.seq +/less_hyphen_end.seq +/less_hyphen_start.seq + /greater_greater_equal_start.seq + com.schriftgestaltung.customParameter.GSFont.disablesAutomaticAlignment com.schriftgestaltung.customParameter.GSFont.disablesLastChange @@ -44,7 +94,22 @@ def ligatureProcess(production): glyph.layers[0].LSB = glyph.layers[0].LSB + 3600 -ligatureProcess(True) #True for production mode, False for editable +ligatureProcess(True) #True for production mode, False for editable + + + +Settings for scaler for halves and thirds + +Third + +30 30 30 +40 40 40 +80 -160 -340 + +Half +70 70 70 +45 45 45 +60 -220 -360 com.schriftgestaltung.customParameter.GSFont.useNiceNames 1 com.schriftgestaltung.customParameter.GSFontMaster.customValue @@ -60,7 +125,7 @@ ligatureProcess(True) #True for production mode, False for editable com.schriftgestaltung.customParameter.GSFontMaster.weightValue 140 com.schriftgestaltung.customParameter.GSFontMaster.widthValue - 100 + 0 com.schriftgestaltung.fontMasterOrder 0 com.schriftgestaltung.keyboardIncrement @@ -71,8 +136,6 @@ ligatureProcess(True) #True for production mode, False for editable 140 com.schriftgestaltung.width Regular - com.schriftgestaltung.widthValue - 100 public.glyphOrder A @@ -94,10 +157,12 @@ ligatureProcess(True) #True for production mode, False for editable Adotbelow Agrave Ahookabove + Alpha-latin Amacron Aogonek Aring Aringacute + Astroke Atilde AE AEacute @@ -108,6 +173,7 @@ ligatureProcess(True) #True for production mode, False for editable Ccedilla Ccircumflex Cdotaccent + Cstroke D Eth Dcaron @@ -130,6 +196,7 @@ ligatureProcess(True) #True for production mode, False for editable Emacron Eogonek Eopen + Ereversed Esh Etilde Ezh @@ -140,10 +207,12 @@ ligatureProcess(True) #True for production mode, False for editable Gcircumflex Gcommaaccent Gdotaccent + Gstroke H Hbar Hcaron Hcircumflex + Hdotbelow I IJ Iacute @@ -156,16 +225,24 @@ ligatureProcess(True) #True for production mode, False for editable Ihookabove Imacron Iogonek + Iotaafrican Itilde J Jcircumflex K + Kacute Kcommaaccent + Kdotbelow + Klinebelow L Lacute + Lbar Lcaron Lcommaaccent Ldot + Ldotbelow + Llinebelow + Lmiddletilde Lslash M N @@ -174,6 +251,7 @@ ligatureProcess(True) #True for production mode, False for editable Ncommaaccent Eng Nhookleft + Nlinebelow Ntilde O Oacute @@ -196,6 +274,8 @@ ligatureProcess(True) #True for production mode, False for editable Ohorntilde Ohungarumlaut Omacron + Omacronacute + Omacrongrave Oogonek Oopen Oslash @@ -209,12 +289,14 @@ ligatureProcess(True) #True for production mode, False for editable Racute Rcaron Rcommaaccent + Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent + Sdotbelow Germandbls Schwa T @@ -222,6 +304,8 @@ ligatureProcess(True) #True for production mode, False for editable Tcaron Tcedilla Tcommaaccent + Tdiagonalstroke + Tlinebelow U Uacute Ubreve @@ -239,9 +323,12 @@ ligatureProcess(True) #True for production mode, False for editable Uhungarumlaut Umacron Uogonek + Upsilonafrican Uring Utilde V + Gammaafrican + Vhook Vturned W Wacute @@ -268,7 +355,33 @@ ligatureProcess(True) #True for production mode, False for editable Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK + A.half + B.half + C.half + D.half + E.half + F.half + G.half + H.half + I.half + K.half + L.half + M.half + N.half + O.half + P.half + Q.half + R.half + S.half + T.half + U.half + V.half + X.half + Y.half + Asmall + Gsmall Ismall + Lsmall a aacute abreve @@ -288,6 +401,7 @@ ligatureProcess(True) #True for production mode, False for editable adotbelow agrave ahookabove + alpha-latin amacron aogonek aring @@ -326,19 +440,25 @@ ligatureProcess(True) #True for production mode, False for editable eopen esh etilde + eturned schwa ezh f g + gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent + glottalstop + glottalstopreversed + gstroke h hbar hcaron hcircumflex + hdotbelow i idotless iacute @@ -351,18 +471,28 @@ ligatureProcess(True) #True for production mode, False for editable ij imacron iogonek + iota-latin itilde j jdotless + jcaron jcircumflex k kcommaaccent + kdotbelow kgreenlandic + klinebelow l lacute + lambdastroke + lbar + lbelt lcaron lcommaaccent ldot + ldotbelow + llinebelow + lmiddletilde lslash m n @@ -372,6 +502,7 @@ ligatureProcess(True) #True for production mode, False for editable ncommaaccent eng nhookleft + nlinebelow ntilde o oacute @@ -394,6 +525,8 @@ ligatureProcess(True) #True for production mode, False for editable ohorntilde ohungarumlaut omacron + omacronacute + omacrongrave oogonek oopen oslash @@ -407,12 +540,14 @@ ligatureProcess(True) #True for production mode, False for editable racute rcaron rcommaaccent + rdotbelow s sacute scaron scedilla scircumflex scommaaccent + sdotbelow germandbls longs t @@ -438,9 +573,11 @@ ligatureProcess(True) #True for production mode, False for editable uhungarumlaut umacron uogonek + upsilon-latin uring utilde v + vhook vturned w wacute @@ -469,10 +606,14 @@ ligatureProcess(True) #True for production mode, False for editable sacute.loclPLK zacute.loclPLK x.multiply + fi + fl w_w_w.liga ordfeminine ordmasculine nmod + wmod + ymod A-cy Be-cy Ve-cy @@ -692,6 +833,8 @@ ligatureProcess(True) #True for production mode, False for editable epsilontonos etatonos kaiSymbol + thetamod + zmod zero one two @@ -703,6 +846,10 @@ ligatureProcess(True) #True for production mode, False for editable eight nine zero.zero + one.half + two.half + three.half + four.half zeroinferior oneinferior twoinferior @@ -769,13 +916,16 @@ ligatureProcess(True) #True for production mode, False for editable overline slash backslash + colon.center parenleft parenright braceleft braceright bracketleft bracketright + heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament + heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament @@ -803,12 +953,6 @@ ligatureProcess(True) #True for production mode, False for editable quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga - hyphen_hyphen_greater.liga - hyphen_bar.liga - hyphen_greater.liga - hyphen_greater_greater.liga - hyphen_less.liga - hyphen_less_less.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga @@ -826,10 +970,10 @@ ligatureProcess(True) #True for production mode, False for editable colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga - colon_greater.liga - colon_less.liga colon_slash_slash.liga semicolon_semicolon.liga + exclam_period.liga + exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga @@ -837,6 +981,7 @@ ligatureProcess(True) #True for production mode, False for editable question_period.liga question_colon.liga question_question.liga + question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga @@ -849,21 +994,34 @@ ligatureProcess(True) #True for production mode, False for editable numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga - numbersign_numbersign.liga - numbersign_numbersign_numbersign.liga - numbersign_numbersign_numbersign_numbersign.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga - slash_equal.liga - slash_equal_equal.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga + slash_backslash.liga + backslash_slash.liga backslash_backslash.liga - underscore_bar_underscore.liga underscore_underscore.liga + hyphen_middle.seq + hyphen_start.seq + hyphen_end.seq + colon_equal_middle.seq + exclam_equal_middle.seq + numbersign_end.seq + numbersign_middle.seq + numbersign_start.seq + slash_equal_end.seq + slash_equal_middle.seq + slash_equal_start.seq + slash_slash_equal_end.seq + slash_slash_equal_middle.seq + slash_slash_equal_start.seq + underscore_end.seq + underscore_middle.seq + underscore_start.seq anoteleia questiongreek punctuationspace @@ -940,6 +1098,10 @@ ligatureProcess(True) #True for production mode, False for editable perthousand strictlyequivalentto vectorOrCrossProduct + greater.center + less.center + greater.alt + less.alt upArrow rightArrow downArrow @@ -947,6 +1109,7 @@ ligatureProcess(True) #True for production mode, False for editable leftRightArrow upDownArrow upDownbaseArrow + downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock @@ -1254,6 +1417,8 @@ ligatureProcess(True) #True for production mode, False for editable diamondBlackSuit checkmark rotatedFloralHeartBullet + acknowledgeControl + backspaceControl at ampersand paragraph @@ -1271,8 +1436,9 @@ ligatureProcess(True) #True for production mode, False for editable dagger literSign daggerdbl - numero estimated + numero + bellControl blackHexagon blackHorizontalEllipse blackLargeCircle @@ -1288,13 +1454,52 @@ ligatureProcess(True) #True for production mode, False for editable blackSmallLozenge blackVerticalEllipse blackVerysmallSquare + blank + blankSymbol bottomHalfBlackCircle + cancelControl + carriageReturnControl + dataLinkEscapeControl + deleteControl + deleteFormTwoControl + deviceControlFourControl + deviceControlOneControl + deviceControlThreeControl + deviceControlTwoControl + endOfMediumControl + endOfTextControl + endOfTransmissionBlockControl + endOfTransmissionControl + enquiryControl + escapeControl + fileSeparatorControl + formFeedControl + groupSeparatorControl horizontalBlackHexagon + horizontalTabulationControl + house + returnsymbol + lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare + negativeAcknowledgeControl + newlineControl + nullControl + prescription + recordSeparatorControl + shiftInControl + shiftOutControl + spaceControl + startOfHeadingControl + startOfTextControl + substituteControl + substituteFormTwoControl + synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare + unitSeparatorControl + verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare @@ -1304,43 +1509,46 @@ ligatureProcess(True) #True for production mode, False for editable whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare + acknowledgeControl.ss20 + backspaceControl.ss20 + bellControl.ss20 + cancelControl.ss20 + carriageReturnControl.ss20 + dataLinkEscapeControl.ss20 + endOfMediumControl.ss20 + endOfTextControl.ss20 + endOfTransmissionBlockControl.ss20 + endOfTransmissionControl.ss20 + enquiryControl.ss20 + escapeControl.ss20 + formFeedControl.ss20 + horizontalTabulationControl.ss20 + lineFeedControl.ss20 + negativeAcknowledgeControl.ss20 + shiftInControl.ss20 + shiftOutControl.ss20 + startOfHeadingControl.ss20 + startOfTextControl.ss20 + substituteControl.ss20 + synchronousIdleControl.ss20 + verticalTabulationControl.ss20 ampersand_ampersand.liga - bar_hyphen.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga + bar_bar_bar.liga bar_bar_bar_greater.liga - bar_bar_equal.liga bar_bar_greater.liga - bar_equal.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga - equal_colon_equal.liga - equal_exclam_equal.liga equal_equal.liga equal_equal_equal.liga - equal_equal_greater.liga - equal_greater.liga - equal_greater_greater.liga - equal_less_less.liga - equal_slash_equal.liga - greater_hyphen.liga - greater_hyphen_greater.liga - greater_colon.liga greater_equal.liga - greater_equal_greater.liga greater_greater.liga - greater_greater_hyphen.liga - greater_greater_equal.liga greater_greater_greater.liga - less_hyphen.liga - less_hyphen_hyphen.liga - less_hyphen_greater.liga - less_hyphen_less.liga - less_colon.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga @@ -1353,14 +1561,8 @@ ligatureProcess(True) #True for production mode, False for editable less_plus.liga less_plus_greater.liga less_equal.liga - less_equal_equal.liga - less_equal_equal_greater.liga - less_equal_greater.liga - less_equal_less.liga less_greater.liga less_less.liga - less_less_hyphen.liga - less_less_equal.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga @@ -1375,6 +1577,46 @@ ligatureProcess(True) #True for production mode, False for editable asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga + bar_underscore_middle.seq + bar_bar_equal_middle.seq + bar_equal_middle.seq + bar_bar_equal_end.seq + bar_bar_equal_start.seq + bar_bar_hyphen_middle.seq + bar_hyphen_middle.seq + bar_bar_hyphen_end.seq + bar_bar_hyphen_start.seq + bar_equal_end.seq + bar_equal_start.seq + bar_hyphen_end.seq + bar_hyphen_start.seq + equal_middle.seq + equal_end.seq + equal_start.seq + greater_greater_equal_middle.seq + greater_equal_middle.seq + greater_greater_equal_end.seq + greater_greater_equal_start.seq + greater_equal_start.seq + greater_equal_end.seq + greater_greater_hyphen_middle.seq + greater_hyphen_middle.seq + greater_greater_hyphen_end.seq + greater_greater_hyphen_start.seq + greater_hyphen_start.seq + greater_hyphen_end.seq + less_less_equal_middle.seq + less_equal_middle.seq + less_less_equal_end.seq + less_less_equal_start.seq + less_equal_end.seq + less_equal_start.seq + less_less_hyphen_middle.seq + less_hyphen_middle.seq + less_less_hyphen_end.seq + less_less_hyphen_start.seq + less_hyphen_end.seq + less_hyphen_start.seq note-musical notedbl-musical blank-braille @@ -1636,8 +1878,10 @@ ligatureProcess(True) #True for production mode, False for editable numeral-greek lowernumeral-greek apostrophemod + colontriangularmod commaturnedmod firsttonechinese + glottalstopmod dieresiscomb dotaccentcomb gravecomb @@ -1651,11 +1895,16 @@ ligatureProcess(True) #True for production mode, False for editable macroncomb hookabovecomb commaturnedabovecomb + commaabovecomb + commaaboverightcomb horncomb dotbelowcomb + ringbelowcomb commaaccentcomb cedillacomb ogonekcomb + macronbelowcomb + lowlinecomb gravetonecomb acutetonecomb dieresis @@ -1692,72 +1941,7 @@ ligatureProcess(True) #True for production mode, False for editable dieresistonos brevecomb-cy brevecomb-cy.case - uni0009 LIG - fi - fl - Alpha-latin - Astroke - Cstroke - Ereversed - Gstroke - Hdotbelow - Iotaafrican - Kacute - Kdotbelow - Klinebelow - Lbar - Ldotbelow - Llinebelow - Lmiddletilde - Nlinebelow - Omacronacute - Omacrongrave - Rdotbelow - Sdotbelow - Tdiagonalstroke - Tlinebelow - Upsilonafrican - Gammaafrican - Vhook - Asmall - Gsmall - Lsmall - alpha-latin - eturned - gamma-latin - glottalstop - glottalstopreversed - gstroke - hdotbelow - iota-latin - jcaron - kdotbelow - klinebelow - lambdastroke - lbar - lbelt - ldotbelow - llinebelow - lmiddletilde - nlinebelow - omacronacute - omacrongrave - rdotbelow - sdotbelow - upsilon-latin - vhook - wmod - ymod - thetamod - zmod - colontriangularmod - glottalstopmod - commaabovecomb - commaaboverightcomb - ringbelowcomb - macronbelowcomb - lowlinecomb public.postscriptNames @@ -2109,6 +2293,10 @@ ligatureProcess(True) #True for production mode, False for editable uni1EA9 acircumflextilde uni1EAB + acknowledgeControl + uni2406 + acknowledgeControl.ss20 + uni2406.ss20 acutetonecomb uni0341 adotbelow @@ -2119,6 +2307,10 @@ ligatureProcess(True) #True for production mode, False for editable uni0251 apostrophemod uni02BC + backspaceControl + uni2408 + backspaceControl.ss20 + uni2408.ss20 baht uni0E3F baht.BRACKET.600 @@ -2127,6 +2319,10 @@ ligatureProcess(True) #True for production mode, False for editable uni0431 be-cy.loclSRB uni0431.loclSRB + bellControl + uni2407 + bellControl.ss20 + uni2407.ss20 blackCircle uni25CF blackDiamond @@ -2173,8 +2369,12 @@ ligatureProcess(True) #True for production mode, False for editable uni25AE blackVerysmallSquare uni2B1D + blank + uni2423 blank-braille uni2800 + blankSymbol + uni2422 bottomHalfBlackCircle uni2BCB bottomHalfBlackDiamond @@ -2447,12 +2647,20 @@ ligatureProcess(True) #True for production mode, False for editable uni2219 bullseye uni25CE + cancelControl + uni2418 + cancelControl.ss20 + uni2418.ss20 careof uni2105 caroncomb uni030C caroncomb.case uni030C.case + carriageReturnControl + uni240D + carriageReturnControl.ss20 + uni240D.ss20 cedi uni20B5 cedillacomb @@ -2487,10 +2695,26 @@ ligatureProcess(True) #True for production mode, False for editable uni25A6 dashdownArrow uni21E3 + dataLinkEscapeControl + uni2410 + dataLinkEscapeControl.ss20 + uni2410.ss20 de-cy uni0434 de-cy.loclBGR uni0434.loclBGR + deleteControl + uni2421 + deleteFormTwoControl + uni2425 + deviceControlFourControl + uni2414 + deviceControlOneControl + uni2411 + deviceControlThreeControl + uni2413 + deviceControlTwoControl + uni2412 diagonalcrosshatchFillSquare uni25A9 diamondBlackSuit @@ -3027,6 +3251,8 @@ ligatureProcess(True) #True for production mode, False for editable uni25BE downBlackTriangle triagdn + downTipLeftArrow + uni21B2 downWhiteSmallTriangle uni25BF downWhiteTriangle @@ -3065,8 +3291,28 @@ ligatureProcess(True) #True for production mode, False for editable uni043C en-cy uni043D + endOfMediumControl + uni2419 + endOfMediumControl.ss20 + uni2419.ss20 + endOfTextControl + uni2403 + endOfTextControl.ss20 + uni2403.ss20 + endOfTransmissionBlockControl + uni2417 + endOfTransmissionBlockControl.ss20 + uni2417.ss20 + endOfTransmissionControl + uni2404 + endOfTransmissionControl.ss20 + uni2404.ss20 endescender-cy uni04A3 + enquiryControl + uni2405 + enquiryControl.ss20 + uni2405.ss20 eopen uni025B er-cy @@ -3075,6 +3321,10 @@ ligatureProcess(True) #True for production mode, False for editable uni044D es-cy uni0441 + escapeControl + uni241B + escapeControl.ss20 + uni241B.ss20 esh uni0283 etilde @@ -3089,6 +3339,8 @@ ligatureProcess(True) #True for production mode, False for editable exclamdbl ezh uni0292 + fileSeparatorControl + uni241C filledRect filledrect firsttonechinese @@ -3099,6 +3351,10 @@ ligatureProcess(True) #True for production mode, False for editable uni2085 fivesuperior uni2075 + formFeedControl + uni240C + formFeedControl.ss20 + uni240C.ss20 fourinferior uni2084 foursuperior @@ -3129,6 +3385,8 @@ ligatureProcess(True) #True for production mode, False for editable uni0295 gravetonecomb uni0340 + groupSeparatorControl + uni241D gstroke uni01E5 guarani @@ -3151,14 +3409,22 @@ ligatureProcess(True) #True for production mode, False for editable uni1E25 heartBlackSuit heart + heavyleftpointinganglebracketornament + uni2770 heavyleftpointinganglequotationmarkornament uni276E + heavyrightpointinganglebracketornament + uni2771 heavyrightpointinganglequotationmarkornament uni276F horizontalBlackHexagon uni2B23 horizontalFillSquare uni25A4 + horizontalTabulationControl + uni2409 + horizontalTabulationControl.ss20 + uni2409.ss20 horizontalbar uni2015 horizontallineextension @@ -3307,6 +3573,10 @@ ligatureProcess(True) #True for production mode, False for editable uni25C3 leftWhiteTriangle uni25C1 + lineFeedControl + uni240A + lineFeedControl.ss20 + uni240A.ss20 lineseparator uni2028 liraTurkish @@ -3421,6 +3691,12 @@ ligatureProcess(True) #True for production mode, False for editable uni00A0 ncommaaccent uni0146 + negativeAcknowledgeControl + uni2415 + negativeAcknowledgeControl.ss20 + uni2415.ss20 + newlineControl + uni2424 nhookleft uni0272 nineinferior @@ -3441,10 +3717,8 @@ ligatureProcess(True) #True for production mode, False for editable musicalnotedbl notidentical uni2262 - numbersign_numbersign_numbersign.liga - uniA774A774A774.liga - numbersign_numbersign_numbersign_numbersign.liga - uniA774A774A774A774.liga + nullControl + uni2400 numeral-greek uni0374 numero @@ -3513,6 +3787,10 @@ ligatureProcess(True) #True for production mode, False for editable uni0157 rdotbelow uni1E5B + recordSeparatorControl + uni241E + returnsymbol + uni23CE reversedRotatedFloralHeartBullet uni2619 rightArrow @@ -3595,6 +3873,14 @@ ligatureProcess(True) #True for production mode, False for editable uni20AA shha-cy uni04BB + shiftInControl + uni240F + shiftInControl.ss20 + uni240F.ss20 + shiftOutControl + uni240E + shiftOutControl.ss20 + uni240E.ss20 sigmafinal uni03C2 sixinferior @@ -3607,12 +3893,32 @@ ligatureProcess(True) #True for production mode, False for editable uni044C softsign-cy.loclBGR uni044C.loclBGR + spaceControl + uni2420 spadeBlackSuit spade + startOfHeadingControl + uni2401 + startOfHeadingControl.ss20 + uni2401.ss20 + startOfTextControl + uni2402 + startOfTextControl.ss20 + uni2402.ss20 strictlyequivalentto uni2263 + substituteControl + uni241A + substituteControl.ss20 + uni241A.ss20 + substituteFormTwoControl + uni2426 sunWithRays sun + synchronousIdleControl + uni2416 + synchronousIdleControl.ss20 + uni2416.ss20 tcedilla uni0163 tcommaaccent @@ -3669,6 +3975,8 @@ ligatureProcess(True) #True for production mode, False for editable uni1EEF umacron-cy uni04EF + unitSeparatorControl + uni241F upArrow arrowup upBlackSmallTriangle @@ -3785,6 +4093,10 @@ ligatureProcess(True) #True for production mode, False for editable uni25CD verticalFillSquare uni25A5 + verticalTabulationControl + uni240B + verticalTabulationControl.ss20 + uni240B.ss20 vhook uni028B vturned @@ -3872,5 +4184,37 @@ ligatureProcess(True) #True for production mode, False for editable zmod uni1DBB + public.skipExportGlyphs + + A.half + B.half + C.half + D.half + E.half + F.half + G.half + H.half + I.half + K.half + L.half + M.half + N.half + O.half + P.half + Q.half + R.half + S.half + T.half + U.half + V.half + X.half + Y.half + four.half + greater.alt + less.alt + one.half + three.half + two.half + diff --git a/sources/CascadiaCode-Regular.ufo/features.fea b/sources/CascadiaCode-Regular.ufo/features.fea index eae95c9e7..5f4ced14d 100644 --- a/sources/CascadiaCode-Regular.ufo/features.fea +++ b/sources/CascadiaCode-Regular.ufo/features.fea @@ -1,8 +1,8 @@ # automatic -@Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Amacron Aogonek Aring Aringacute Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent H Hbar Hcaron Hcircumflex I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Itilde J Jcircumflex K Kcommaaccent L Lacute Lcaron Lcommaaccent Ldot Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scircumflex Scommaaccent Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Uring Utilde V Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol ]; +@Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol ]; # automatic -@Lowercase = [ Ismall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde schwa ezh f g gbreve gcaron gcircumflex gcommaaccent gdotaccent h hbar hcaron hcircumflex i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek itilde j jdotless jcircumflex k kcommaaccent kgreenlandic l lacute lcaron lcommaaccent ldot lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent s sacute scaron scedilla scircumflex scommaaccent germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek uring utilde v vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol ]; +@Lowercase = [ Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol ]; @OpeningBracket = [ bracketleft braceleft parenleft ]; @@ -14,6 +14,8 @@ @Tall = [ @Uppercase @Digit @OpeningBracket @ClosingBracket bar ]; +@NotSpace = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply fi fl w_w_w.liga ordfeminine ordmasculine nmod wmod ymod A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol thetamod zmod zero one two three four five six seven eight nine zero.zero zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk exclamdouble numbersign onedotenleader overline slash backslash colon.center parenleft parenright braceleft braceright bracketleft bracketright heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament hyphen softhyphen endash emdash horizontalbar hyphentwo nonbreakinghyphen underscore underscoredbl quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright quotereversed guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga braceright_numbersign.liga bracketleft_bar.liga bracketright_numbersign.liga period_hyphen.liga period_period.liga period_period_period.liga period_period_equal.liga period_period_less.liga period_question.liga period_equal.liga colon_colon.liga colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga colon_slash_slash.liga semicolon_semicolon.liga exclam_period.liga exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga exclam_equal_equal.liga question_period.liga question_colon.liga question_question.liga question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga asterisk_asterisk_asterisk.liga asterisk_greater.liga asterisk_slash.liga numbersign_parenleft.liga numbersign_braceleft.liga numbersign_bracketleft.liga numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga slash_backslash.liga backslash_slash.liga backslash_backslash.liga underscore_underscore.liga hyphen_middle.seq hyphen_start.seq hyphen_end.seq colon_equal_middle.seq exclam_equal_middle.seq numbersign_end.seq numbersign_middle.seq numbersign_start.seq slash_equal_end.seq slash_equal_middle.seq slash_equal_start.seq slash_slash_equal_end.seq slash_slash_equal_middle.seq slash_slash_equal_start.seq underscore_end.seq underscore_middle.seq underscore_start.seq anoteleia questiongreek baht cedi cent colonsign currency dollar dong euro eurocurrency florin franc guarani hryvnia kip lari lira liraTurkish manat naira peseta peso ruble rupee rupeeIndian sheqel sterling tenge tugrik won yen bulletoperator divisionslash equivalence horizontallineextension integralbt integraltp logicalnotReversed notidentical plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal asciitilde logicalnot asciicircum infinity intersection integral Ohm increment product summation radical micro partialdiff orthogonal percent perthousand strictlyequivalentto vectorOrCrossProduct greater.center less.center upArrow rightArrow downArrow leftArrow leftRightArrow upDownArrow upDownbaseArrow downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock lowerOneQuarterBlock lowerThreeEighthsBlock lowerHalfBlock lowerFiveEighthsBlock lowerThreeQuartersBlock lowerSevenEighthsBlock fullBlock upperHalfBlock upperOneEighthBlock leftOneEighthBlock leftOneQuarterBlock leftThreeEighthsBlock leftBlock leftFiveEighthsBlock leftThreeQuartersBlock leftSevenEighthsBlock rightBlock rightOneEighthBlock lowerLeftBlock lowerRightBlock upperLeftBlock upperLeftAndLowerLeftAndLowerRightBlock upperLeftAndLowerRightBlock upperLeftAndUpperRightAndLowerLeftBlock upperLeftAndUpperRightAndLowerRightBlock upperRightBlock upperRightAndLowerLeftBlock upperRightAndLowerLeftAndLowerRightBlock shadelight shademedium shadedark blackCircle whiteCircle largeCircle leftHalfBlackWhiteCircle rightHalfBlackWhiteCircle lowerHalfBlackWhiteCircle upperHalfBlackWhiteCircle leftHalfBlackCircle rightHalfBlackCircle upperRightBlackCircle upperLeftWhiteCircle upperLeftQuadrantWhiteCircle lowerLeftQuadrantWhiteCircle lowerRightQuadrantWhiteCircle upperRightQuadrantWhiteCircle verticalFillCircle dottedCircle fisheye bullseye whiteBullet inverseBullet inverseWhiteCircle upperHalfInverseWhiteCircle lowerHalfInverseWhiteCircle upperHalfArc lowerHalfArc upperLeftArc upperRightArc lowerRightArc lowerLeftArc blackDiamond whiteDiamond leftHalfBlackDiamond rightHalfBlackDiamond topHalfBlackDiamond bottomHalfBlackDiamond blackInWhiteDiamond lozenge blackParallelogram whiteParallelogram blackVerticalRect filledRect whiteRect whiteVerticalRect blackSquare whiteSquare whiteRoundedCornersSquare whiteInBlackSquare dottedSquare horizontalFillSquare verticalFillSquare crosshatchFillSquare upperlefttolowerrightFillSquare upperrighttolowerleftFillSquare diagonalcrosshatchFillSquare blackSmallSquare whiteSmallSquare leftHalfBlackSquare rightHalfBlackSquare upperLeftDiagonalHalfBlackSquare lowerRightDiagonalHalfBlackSquare verticalBisectingLineWhiteSquare whiteUpperLeftQuadrantSquare whiteLowerLeftQuadrantSquare whiteLowerRightQuadrantSquare whiteUpperRightQuadrantSquare mediumWhiteSquare mediumBlackSquare mediumWhiteSmallSquare mediumBlackSmallSquare upBlackTriangle rightBlackTriangle downBlackTriangle leftBlackTriangle upWhiteTriangle rightWhiteTriangle downWhiteTriangle leftWhiteTriangle upWhiteTriangleWithDot upLeftHalfBlackTriangle upRightHalfBlackTriangle rightBlackPointer leftBlackPointer rightWhitePointer leftWhitePointer upBlackSmallTriangle rightBlackSmallTriangle downBlackSmallTriangle leftBlackSmallTriangle upWhiteSmallTriangle rightWhiteSmallTriangle downWhiteSmallTriangle leftWhiteSmallTriangle upperRightBlackTriangle lowerRightBlackTriangle lowerLeftBlackTriangle upperLeftBlackTriangle upperRightTriangle lowerRightTriangle lowerLeftTriangle upperLeftTriangle boxDoubleDownAndHorizontal boxDoubleDownAndLeft boxDoubleDownAndRight boxDoubleHorizontal boxDoubleUpAndHorizontal boxDoubleUpAndLeft boxDoubleUpAndRight boxDoubleVertical boxDoubleVerticalAndHorizontal boxDoubleVerticalAndLeft boxDoubleVerticalAndRight boxDownDoubleAndHorizontalSingle boxDownDoubleAndLeftSingle boxDownDoubleAndRightSingle boxDownHeavyAndHorizontalLight boxDownHeavyAndLeftLight boxDownHeavyAndLeftUpLight boxDownHeavyAndRightLight boxDownHeavyAndRightUpLight boxDownHeavyAndUpHorizontalLight boxDownLightAndHorizontalHeavy boxDownLightAndLeftHeavy boxDownLightAndLeftUpHeavy boxDownLightAndRightHeavy boxDownLightAndRightUpHeavy boxDownLightAndUpHorizontalHeavy boxDownSingleAndHorizontalDouble boxDownSingleAndLeftDouble boxDownSingleAndRightDouble boxHeavyDoubleDashHorizontal boxHeavyDoubleDashVertical boxHeavyDown boxHeavyDownAndHorizontal boxHeavyDownAndLeft boxHeavyDownAndRight boxHeavyHorizontal boxHeavyLeft boxHeavyLeftAndLightRight boxHeavyQuadrupleDashHorizontal boxHeavyQuadrupleDashVertical boxHeavyRight boxHeavyTripleDashHorizontal boxHeavyTripleDashVertical boxHeavyUp boxHeavyUpAndHorizontal boxHeavyUpAndLeft boxHeavyUpAndLightDown boxHeavyUpAndRight boxHeavyVertical boxHeavyVerticalAndHorizontal boxHeavyVerticalAndLeft boxHeavyVerticalAndRight boxLeftDownHeavyAndRightUpLight boxLeftHeavyAndRightDownLight boxLeftHeavyAndRightUpLight boxLeftHeavyAndRightVerticalLight boxLeftLightAndRightDownHeavy boxLeftLightAndRightUpHeavy boxLeftLightAndRightVerticalHeavy boxLeftUpHeavyAndRightDownLight boxLightArcDownAndLeft boxLightArcDownAndRight boxLightArcUpAndLeft boxLightArcUpAndRight boxLightDiagonalCross boxLightDiagonalUpperLeftToLowerRight boxLightDiagonalUpperRightToLowerLeft boxLightDoubleDashHorizontal boxLightDoubleDashVertical boxLightDown boxLightDownAndHorizontal boxLightDownAndLeft boxLightDownAndRight boxLightHorizontal boxLightLeft boxLightLeftAndHeavyRight boxLightQuadrupleDashHorizontal boxLightQuadrupleDashVertical boxLightRight boxLightTripleDashHorizontal boxLightTripleDashVertical boxLightUp boxLightUpAndHeavyDown boxLightUpAndHorizontal boxLightUpAndLeft boxLightUpAndRight boxLightVertical boxLightVerticalAndHorizontal boxLightVerticalAndLeft boxLightVerticalAndRight boxRightDownHeavyAndLeftUpLight boxRightHeavyAndLeftDownLight boxRightHeavyAndLeftUpLight boxRightHeavyAndLeftVerticalLight boxRightLightAndLeftDownHeavy boxRightLightAndLeftUpHeavy boxRightLightAndLeftVerticalHeavy boxRightUpHeavyAndLeftDownLight boxUpDoubleAndHorizontalSingle boxUpDoubleAndLeftSingle boxUpDoubleAndRightSingle boxUpHeavyAndDownHorizontalLight boxUpHeavyAndHorizontalLight boxUpHeavyAndLeftDownLight boxUpHeavyAndLeftLight boxUpHeavyAndRightDownLight boxUpHeavyAndRightLight boxUpLightAndDownHorizontalHeavy boxUpLightAndHorizontalHeavy boxUpLightAndLeftDownHeavy boxUpLightAndLeftHeavy boxUpLightAndRightDownHeavy boxUpLightAndRightHeavy boxUpSingleAndHorizontalDouble boxUpSingleAndLeftDouble boxUpSingleAndRightDouble boxVerticalDoubleAndHorizontalSingle boxVerticalDoubleAndLeftSingle boxVerticalDoubleAndRightSingle boxVerticalHeavyAndHorizontalLight boxVerticalHeavyAndLeftLight boxVerticalHeavyAndRightLight boxVerticalLightAndHorizontalHeavy boxVerticalLightAndLeftHeavy boxVerticalLightAndRightHeavy boxVerticalSingleAndHorizontalDouble boxVerticalSingleAndLeftDouble boxVerticalSingleAndRightDouble lowerOneEighthBlock.stypo lowerOneQuarterBlock.stypo lowerThreeEighthsBlock.stypo lowerHalfBlock.stypo lowerFiveEighthsBlock.stypo lowerThreeQuartersBlock.stypo lowerSevenEighthsBlock.stypo fullBlock.stypo upperHalfBlock.stypo upperOneEighthBlock.stypo leftOneEighthBlock.stypo leftOneQuarterBlock.stypo leftThreeEighthsBlock.stypo leftBlock.stypo leftFiveEighthsBlock.stypo leftThreeQuartersBlock.stypo leftSevenEighthsBlock.stypo rightBlock.stypo rightOneEighthBlock.stypo lowerLeftBlock.stypo lowerRightBlock.stypo upperLeftBlock.stypo upperLeftAndLowerLeftAndLowerRightBlock.stypo upperLeftAndLowerRightBlock.stypo upperLeftAndUpperRightAndLowerLeftBlock.stypo upperLeftAndUpperRightAndLowerRightBlock.stypo upperRightBlock.stypo upperRightAndLowerLeftBlock.stypo upperRightAndLowerLeftAndLowerRightBlock.stypo shadelight.stypo shademedium.stypo shadedark.stypo reversedRotatedFloralHeartBullet whiteSmilingFace blackSmilingFace sunWithRays venus mars spadeBlackSuit clubBlackSuit heartBlackSuit diamondBlackSuit checkmark rotatedFloralHeartBullet acknowledgeControl backspaceControl at ampersand paragraph section copyright registered published trademark careof degree minute second bar brokenbar dagger literSign daggerdbl estimated numero bellControl blackHexagon blackHorizontalEllipse blackLargeCircle blackLargeSquare blackMediumDiamond blackMediumDownTriangleCentred blackMediumLeftTriangleCentred blackMediumLozenge blackMediumRightTriangleCentred blackMediumUpTriangleCentred blackPentagon blackSmallDiamond blackSmallLozenge blackVerticalEllipse blackVerysmallSquare blank blankSymbol bottomHalfBlackCircle cancelControl carriageReturnControl dataLinkEscapeControl deleteControl deleteFormTwoControl deviceControlFourControl deviceControlOneControl deviceControlThreeControl deviceControlTwoControl endOfMediumControl endOfTextControl endOfTransmissionBlockControl endOfTransmissionControl enquiryControl escapeControl fileSeparatorControl formFeedControl groupSeparatorControl horizontalBlackHexagon horizontalTabulationControl house returnsymbol lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare negativeAcknowledgeControl newlineControl nullControl prescription recordSeparatorControl shiftInControl shiftOutControl spaceControl startOfHeadingControl startOfTextControl substituteControl substituteFormTwoControl synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare unitSeparatorControl verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare whiteMediumDiamond whiteMediumLozenge whitePentagon whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare acknowledgeControl.ss20 backspaceControl.ss20 bellControl.ss20 cancelControl.ss20 carriageReturnControl.ss20 dataLinkEscapeControl.ss20 endOfMediumControl.ss20 endOfTextControl.ss20 endOfTransmissionBlockControl.ss20 endOfTransmissionControl.ss20 enquiryControl.ss20 escapeControl.ss20 formFeedControl.ss20 horizontalTabulationControl.ss20 lineFeedControl.ss20 negativeAcknowledgeControl.ss20 shiftInControl.ss20 shiftOutControl.ss20 startOfHeadingControl.ss20 startOfTextControl.ss20 substituteControl.ss20 synchronousIdleControl.ss20 verticalTabulationControl.ss20 ampersand_ampersand.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga bar_bar_bar.liga bar_bar_bar_greater.liga bar_bar_greater.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga equal_equal.liga equal_equal_equal.liga greater_equal.liga greater_greater.liga greater_greater_greater.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga less_bar.liga less_bar_bar.liga less_bar_bar_bar.liga less_bar_greater.liga less_dollar.liga less_dollar_greater.liga less_plus.liga less_plus_greater.liga less_equal.liga less_greater.liga less_less.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga less_asciitilde_asciitilde.liga less_slash.liga less_slash_greater.liga asciitilde_hyphen.liga asciitilde_at.liga asciitilde_equal.liga asciitilde_greater.liga asciitilde_asciitilde.liga asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga bar_underscore_middle.seq bar_bar_equal_middle.seq bar_equal_middle.seq bar_bar_equal_end.seq bar_bar_equal_start.seq bar_bar_hyphen_middle.seq bar_hyphen_middle.seq bar_bar_hyphen_end.seq bar_bar_hyphen_start.seq bar_equal_end.seq bar_equal_start.seq bar_hyphen_end.seq bar_hyphen_start.seq equal_middle.seq equal_end.seq equal_start.seq greater_greater_equal_middle.seq greater_equal_middle.seq greater_greater_equal_end.seq greater_greater_equal_start.seq greater_equal_start.seq greater_equal_end.seq greater_greater_hyphen_middle.seq greater_hyphen_middle.seq greater_greater_hyphen_end.seq greater_greater_hyphen_start.seq greater_hyphen_start.seq greater_hyphen_end.seq less_less_equal_middle.seq less_equal_middle.seq less_less_equal_end.seq less_less_equal_start.seq less_equal_end.seq less_equal_start.seq less_less_hyphen_middle.seq less_hyphen_middle.seq less_less_hyphen_end.seq less_less_hyphen_start.seq less_hyphen_end.seq less_hyphen_start.seq note-musical notedbl-musical blank-braille dots1-braille dots12-braille dots123-braille dots1234-braille dots12345-braille dots123456-braille dots1234567-braille dots12345678-braille dots1234568-braille dots123457-braille dots1234578-braille dots123458-braille dots12346-braille dots123467-braille dots1234678-braille dots123468-braille dots12347-braille dots123478-braille dots12348-braille dots1235-braille dots12356-braille dots123567-braille dots1235678-braille dots123568-braille dots12357-braille dots123578-braille dots12358-braille dots1236-braille dots12367-braille dots123678-braille dots12368-braille dots1237-braille dots12378-braille dots1238-braille dots124-braille dots1245-braille dots12456-braille dots124567-braille dots1245678-braille dots124568-braille dots12457-braille dots124578-braille dots12458-braille dots1246-braille dots12467-braille dots124678-braille dots12468-braille dots1247-braille dots12478-braille dots1248-braille dots125-braille dots1256-braille dots12567-braille dots125678-braille dots12568-braille dots1257-braille dots12578-braille dots1258-braille dots126-braille dots1267-braille dots12678-braille dots1268-braille dots127-braille dots1278-braille dots128-braille dots13-braille dots134-braille dots1345-braille dots13456-braille dots134567-braille dots1345678-braille dots134568-braille dots13457-braille dots134578-braille dots13458-braille dots1346-braille dots13467-braille dots134678-braille dots13468-braille dots1347-braille dots13478-braille dots1348-braille dots135-braille dots1356-braille dots13567-braille dots135678-braille dots13568-braille dots1357-braille dots13578-braille dots1358-braille dots136-braille dots1367-braille dots13678-braille dots1368-braille dots137-braille dots1378-braille dots138-braille dots14-braille dots145-braille dots1456-braille dots14567-braille dots145678-braille dots14568-braille dots1457-braille dots14578-braille dots1458-braille dots146-braille dots1467-braille dots14678-braille dots1468-braille dots147-braille dots1478-braille dots148-braille dots15-braille dots156-braille dots1567-braille dots15678-braille dots1568-braille dots157-braille dots1578-braille dots158-braille dots16-braille dots167-braille dots1678-braille dots168-braille dots17-braille dots178-braille dots18-braille dots2-braille dots23-braille dots234-braille dots2345-braille dots23456-braille dots234567-braille dots2345678-braille dots234568-braille dots23457-braille dots234578-braille dots23458-braille dots2346-braille dots23467-braille dots234678-braille dots23468-braille dots2347-braille dots23478-braille dots2348-braille dots235-braille dots2356-braille dots23567-braille dots235678-braille dots23568-braille dots2357-braille dots23578-braille dots2358-braille dots236-braille dots2367-braille dots23678-braille dots2368-braille dots237-braille dots2378-braille dots238-braille dots24-braille dots245-braille dots2456-braille dots24567-braille dots245678-braille dots24568-braille dots2457-braille dots24578-braille dots2458-braille dots246-braille dots2467-braille dots24678-braille dots2468-braille dots247-braille dots2478-braille dots248-braille dots25-braille dots256-braille dots2567-braille dots25678-braille dots2568-braille dots257-braille dots2578-braille dots258-braille dots26-braille dots267-braille dots2678-braille dots268-braille dots27-braille dots278-braille dots28-braille dots3-braille dots34-braille dots345-braille dots3456-braille dots34567-braille dots345678-braille dots34568-braille dots3457-braille dots34578-braille dots3458-braille dots346-braille dots3467-braille dots34678-braille dots3468-braille dots347-braille dots3478-braille dots348-braille dots35-braille dots356-braille dots3567-braille dots35678-braille dots3568-braille dots357-braille dots3578-braille dots358-braille dots36-braille dots367-braille dots3678-braille dots368-braille dots37-braille dots378-braille dots38-braille dots4-braille dots45-braille dots456-braille dots4567-braille dots45678-braille dots4568-braille dots457-braille dots4578-braille dots458-braille dots46-braille dots467-braille dots4678-braille dots468-braille dots47-braille dots478-braille dots48-braille dots5-braille dots56-braille dots567-braille dots5678-braille dots568-braille dots57-braille dots578-braille dots58-braille dots6-braille dots67-braille dots678-braille dots68-braille dots7-braille dots78-braille dots8-braille numeral-greek lowernumeral-greek apostrophemod colontriangularmod commaturnedmod firsttonechinese glottalstopmod dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb tonos tonos.case dieresistonos brevecomb-cy brevecomb-cy.case LIG ]; + # Prefix: Languagesystems # automatic languagesystem DFLT dflt; @@ -46,556 +48,233 @@ feature ss02; feature zero; feature ss19; feature rclt; +feature zero; +feature ss20; } aalt; feature calt { -### start of generated calt -lookup bar_bar_bar_greater { - ignore sub bar bar' bar bar greater; - ignore sub bar' bar bar greater greater; - sub LIG LIG LIG greater' by bar_bar_bar_greater.liga; - sub LIG LIG bar' greater by LIG; - sub LIG bar' bar greater by LIG; - sub bar' bar bar greater by LIG; -} bar_bar_bar_greater; - -lookup less_bar_bar_bar { - ignore sub less less' bar bar bar; - ignore sub less' bar bar bar bar; - sub LIG LIG LIG bar' by less_bar_bar_bar.liga; - sub LIG LIG bar' bar by LIG; - sub LIG bar' bar bar by LIG; - sub less' bar bar bar by LIG; -} less_bar_bar_bar; - -lookup less_equal_equal_greater { - ignore sub less less' equal equal greater; - ignore sub less' equal equal greater greater; - ignore sub parenleft question less' equal equal greater; - sub LIG LIG LIG greater' by less_equal_equal_greater.liga; - sub LIG LIG equal' greater by LIG; - sub LIG equal' equal greater by LIG; - sub less' equal equal greater by LIG; -} less_equal_equal_greater; - -lookup less_exclam_hyphen_hyphen { - ignore sub less less' exclam hyphen hyphen; - ignore sub less' exclam hyphen hyphen hyphen; - ignore sub parenleft question less' exclam hyphen hyphen; - sub LIG LIG LIG hyphen' by less_exclam_hyphen_hyphen.liga; - sub LIG LIG hyphen' hyphen by LIG; - sub LIG exclam' hyphen hyphen by LIG; - sub less' exclam hyphen hyphen by LIG; -} less_exclam_hyphen_hyphen; - -lookup numbersign_numbersign_numbersign_numbersign { - ignore sub numbersign numbersign' numbersign numbersign numbersign; - ignore sub numbersign' numbersign numbersign numbersign numbersign; - sub LIG LIG LIG numbersign' by numbersign_numbersign_numbersign_numbersign.liga; - sub LIG LIG numbersign' numbersign by LIG; - sub LIG numbersign' numbersign numbersign by LIG; - sub numbersign' numbersign numbersign numbersign by LIG; -} numbersign_numbersign_numbersign_numbersign; - -lookup asciitilde_asciitilde_greater { - ignore sub asciitilde asciitilde' asciitilde greater; - ignore sub asciitilde' asciitilde greater greater; - sub LIG LIG greater' by asciitilde_asciitilde_greater.liga; - sub LIG asciitilde' greater by LIG; - sub asciitilde' asciitilde greater by LIG; -} asciitilde_asciitilde_greater; - -lookup asterisk_asterisk_asterisk { - ignore sub asterisk asterisk' asterisk asterisk; - ignore sub asterisk' asterisk asterisk asterisk; - ignore sub slash asterisk' asterisk asterisk; - ignore sub asterisk' asterisk asterisk slash; - sub LIG LIG asterisk' by asterisk_asterisk_asterisk.liga; - sub LIG asterisk' asterisk by LIG; - sub asterisk' asterisk asterisk by LIG; -} asterisk_asterisk_asterisk; - -lookup bar_bar_equal { - ignore sub bar bar' bar equal; - ignore sub bar' bar equal equal; - sub LIG LIG equal' by bar_bar_equal.liga; - sub LIG bar' equal by LIG; - sub bar' bar equal by LIG; -} bar_bar_equal; - -lookup bar_bar_greater { - ignore sub bar bar' bar greater; - ignore sub bar' bar greater greater; - ignore sub less bar' bar greater; - sub LIG LIG greater' by bar_bar_greater.liga; - sub LIG bar' greater by LIG; - sub bar' bar greater by LIG; -} bar_bar_greater; - -lookup colon_colon_colon { - ignore sub colon colon' colon colon; - ignore sub colon' colon colon colon; - ignore sub parenleft question colon' colon colon; - sub LIG LIG colon' by colon_colon_colon.liga; - sub LIG colon' colon by LIG; - sub colon' colon colon by LIG; -} colon_colon_colon; +### Less - It is convenient to have this lookup set at the start. +lookup less_asciitilde { + ignore sub less less' asciitilde; + ignore sub less' asciitilde asciitilde asciitilde; + sub less_asciitilde.liga asciitilde' by LIG; + sub less' asciitilde by less_asciitilde.liga; +} less_asciitilde; -lookup colon_colon_equal { - ignore sub colon colon' colon equal; - ignore sub colon' colon equal equal; - ignore sub parenleft question colon' colon equal; - sub LIG LIG equal' by colon_colon_equal.liga; - sub LIG colon' equal by LIG; - sub colon' colon equal by LIG; -} colon_colon_equal; +lookup less_asciitilde_asciitilde { + sub less_asciitilde_asciitilde.liga LIG asciitilde' by LIG; + sub less_asciitilde.liga' LIG asciitilde by less_asciitilde_asciitilde.liga; +} less_asciitilde_asciitilde; -lookup colon_slash_slash { - ignore sub colon colon' slash slash; - ignore sub colon' slash slash slash; - sub LIG LIG slash' by colon_slash_slash.liga; - sub LIG slash' slash by LIG; - sub colon' slash slash by LIG; -} colon_slash_slash; +lookup less_asterisk { + ignore sub less less' asterisk; + ignore sub less' asterisk asterisk; + sub less_asterisk.liga asterisk' by LIG; + sub less' asterisk by less_asterisk.liga; +} less_asterisk; -lookup equal_colon_equal { - ignore sub equal equal' colon equal; - ignore sub equal' colon equal equal; - ignore sub parenleft question equal' colon equal; - ignore sub parenleft question less equal' colon equal; - sub LIG LIG equal' by equal_colon_equal.liga; - sub LIG colon' equal by LIG; - sub equal' colon equal by LIG; -} equal_colon_equal; +lookup less_dollar { + ignore sub less less' dollar; + ignore sub less' dollar dollar; + sub less_dollar.liga dollar' by LIG; + sub less' dollar by less_dollar.liga; +} less_dollar; -lookup equal_equal_equal { - ignore sub equal equal' equal equal; - ignore sub equal' equal equal equal; - ignore sub parenleft question equal' equal equal; - ignore sub parenleft question less equal' equal equal; - sub LIG LIG equal' by equal_equal_equal.liga; - sub LIG equal' equal by LIG; - sub equal' equal equal by LIG; -} equal_equal_equal; +lookup less_equal { + ignore sub less less' equal; + ignore sub less' equal equal; + ignore sub parenleft question less' equal; + ignore sub equal less' equal; + ignore sub less' equal [less greater bar colon exclam slash]; + sub less_equal.liga equal' by LIG; + sub less' equal by less_equal.liga; +} less_equal; -lookup equal_equal_greater { - ignore sub equal equal' equal greater; - ignore sub equal' equal greater greater; - ignore sub parenleft question equal' equal greater; - ignore sub parenleft question less equal' equal greater; - sub LIG LIG greater' by equal_equal_greater.liga; - sub LIG equal' greater by LIG; - sub equal' equal greater by LIG; -} equal_equal_greater; - -lookup equal_exclam_equal { - ignore sub equal equal' exclam equal; - ignore sub equal' exclam equal equal; - ignore sub parenleft question equal' exclam equal; - ignore sub parenleft question less equal' exclam equal; - sub LIG LIG equal' by equal_exclam_equal.liga; - sub LIG exclam' equal by LIG; - sub equal' exclam equal by LIG; -} equal_exclam_equal; - -lookup equal_greater_greater { - ignore sub equal equal' greater greater; - ignore sub equal' greater greater greater; - ignore sub parenleft question equal' greater greater; - ignore sub parenleft question less equal' greater greater; - sub LIG LIG greater' by equal_greater_greater.liga; - sub LIG greater' greater by LIG; - sub equal' greater greater by LIG; -} equal_greater_greater; - -lookup equal_less_less { - ignore sub equal equal' less less; - ignore sub equal' less less less; - ignore sub parenleft question equal' less less; - ignore sub parenleft question less equal' less less; - sub LIG LIG less' by equal_less_less.liga; - sub LIG less' less by LIG; - sub equal' less less by LIG; -} equal_less_less; - -lookup equal_slash_equal { - ignore sub equal equal' slash equal; - ignore sub equal' slash equal equal; - ignore sub parenleft question equal' slash equal; - ignore sub parenleft question less equal' slash equal; - sub LIG LIG equal' by equal_slash_equal.liga; - sub LIG slash' equal by LIG; - sub equal' slash equal by LIG; -} equal_slash_equal; +lookup less_greater { + ignore sub less less' greater; + ignore sub less' greater greater; + sub less_greater.liga greater' by LIG; + sub less' greater by less_greater.liga; +} less_greater; -lookup exclam_equal_equal { - ignore sub exclam exclam' equal equal; - ignore sub exclam' equal equal equal; - ignore sub parenleft question exclam' equal equal; - ignore sub parenleft question less exclam' equal equal; - sub LIG LIG equal' by exclam_equal_equal.liga; - sub LIG equal' equal by LIG; - sub exclam' equal equal by LIG; -} exclam_equal_equal; +lookup less_plus { + ignore sub less less' plus; + ignore sub less' plus plus; + sub less_plus.liga plus' by LIG; + sub less' plus by less_plus.liga; +} less_plus; -lookup exclam_exclam_period { - ignore sub exclam exclam' exclam period; - ignore sub exclam' exclam period period; - ignore sub parenleft question exclam' exclam period; - ignore sub parenleft question less exclam' exclam period; - sub LIG LIG period' by exclam_exclam_period.liga; - sub LIG exclam' period by LIG; - sub exclam' exclam period by LIG; -} exclam_exclam_period; +lookup less_slash { + ignore sub less less' slash; + ignore sub less' slash slash; + sub less_slash.liga slash' by LIG; + sub less' slash by less_slash.liga; +} less_slash; -lookup greater_equal_greater { - ignore sub greater greater' equal greater; - ignore sub greater' equal greater greater; - sub LIG LIG greater' by greater_equal_greater.liga; - sub LIG equal' greater by LIG; - sub greater' equal greater by LIG; -} greater_equal_greater; - -lookup greater_greater_equal { - ignore sub greater greater' greater equal; - ignore sub greater' greater equal equal; - sub LIG LIG equal' by greater_greater_equal.liga; - sub LIG greater' equal by LIG; - sub greater' greater equal by LIG; -} greater_greater_equal; +lookup less_bar { + ignore sub less less' bar; + ignore sub less' bar bar bar bar; + ignore sub less' bar bar greater; + sub less_bar.liga bar' by LIG; + sub less' bar by less_bar.liga; +} less_bar; -lookup greater_greater_greater { - ignore sub greater greater' greater greater; - ignore sub greater' greater greater greater; - ignore sub asterisk greater' greater greater; - ignore sub plus greater' greater greater; - ignore sub dollar greater' greater greater; - sub LIG LIG greater' by greater_greater_greater.liga; - sub LIG greater' greater by LIG; - sub greater' greater greater by LIG; -} greater_greater_greater; +lookup less_bar_bar { + sub less_bar_bar.liga LIG bar' by LIG; + sub less_bar.liga' LIG bar by less_bar_bar.liga; +} less_bar_bar; -lookup greater_greater_hyphen { - ignore sub greater greater' greater hyphen; - ignore sub greater' greater hyphen hyphen; - sub LIG LIG hyphen' by greater_greater_hyphen.liga; - sub LIG greater' hyphen by LIG; - sub greater' greater hyphen by LIG; -} greater_greater_hyphen; - -lookup greater_hyphen_greater { - ignore sub greater greater' hyphen greater; - ignore sub greater' hyphen greater greater; - sub LIG LIG greater' by greater_hyphen_greater.liga; - sub LIG hyphen' greater by LIG; - sub greater' hyphen greater by LIG; -} greater_hyphen_greater; - -lookup hyphen_greater_greater { - ignore sub hyphen hyphen' greater greater; - ignore sub hyphen' greater greater greater; - sub LIG LIG greater' by hyphen_greater_greater.liga; - sub LIG greater' greater by LIG; - sub hyphen' greater greater by LIG; -} hyphen_greater_greater; - -lookup hyphen_hyphen_greater { - ignore sub hyphen hyphen' hyphen greater; - ignore sub hyphen' hyphen greater greater; - sub LIG LIG greater' by hyphen_hyphen_greater.liga; - sub LIG hyphen' greater by LIG; - sub hyphen' hyphen greater by LIG; -} hyphen_hyphen_greater; +lookup less_bar_bar_bar { + sub less_bar_bar_bar.liga LIG LIG bar' by LIG; + sub less_bar_bar.liga' LIG LIG bar by less_bar_bar_bar.liga; +} less_bar_bar_bar; -lookup hyphen_hyphen_hyphen { - ignore sub hyphen hyphen' hyphen hyphen; - ignore sub hyphen' hyphen hyphen hyphen; - sub LIG LIG hyphen' by hyphen_hyphen_hyphen.liga; - sub LIG hyphen' hyphen by LIG; - sub hyphen' hyphen hyphen by LIG; -} hyphen_hyphen_hyphen; +# generally it is useful to have the duplicating sequences in a row. This avoids potential badness. -lookup hyphen_less_less { - ignore sub hyphen hyphen' less less; - ignore sub hyphen' less less less; - sub LIG LIG less' by hyphen_less_less.liga; - sub LIG less' less by LIG; - sub hyphen' less less by LIG; -} hyphen_less_less; +lookup less_less { + ignore sub less less' less; + ignore sub less' less less less; + ignore sub less' less [asterisk plus dollar]; + ignore sub [hyphen equal] less' less; + ignore sub less' less hyphen; + ignore sub less' less equal [equal less greater bar colon exclam slash]; + ignore sub less' less less [asterisk plus dollar]; + sub less_less.liga less' by LIG; + sub less' less by less_less.liga; +} less_less; -lookup less_asciitilde_asciitilde { - ignore sub less less' asciitilde asciitilde; - ignore sub less' asciitilde asciitilde asciitilde; - sub LIG LIG asciitilde' by less_asciitilde_asciitilde.liga; - sub LIG asciitilde' asciitilde by LIG; - sub less' asciitilde asciitilde by LIG; -} less_asciitilde_asciitilde; +lookup less_less_less { + sub less_less_less.liga LIG less' by LIG; + sub less_less.liga' LIG less by less_less_less.liga; +} less_less_less; lookup less_asciitilde_greater { - ignore sub less less' asciitilde greater; - ignore sub less' asciitilde greater greater; - sub LIG LIG greater' by less_asciitilde_greater.liga; - sub LIG asciitilde' greater by LIG; - sub less' asciitilde greater by LIG; + ignore sub less_asciitilde.liga' LIG greater greater; + sub less_asciitilde_greater.liga LIG greater' by LIG; + sub less_asciitilde.liga' LIG greater by less_asciitilde_greater.liga; } less_asciitilde_greater; lookup less_asterisk_greater { - sub LIG LIG greater' by less_asterisk_greater.liga; - sub LIG asterisk' greater by LIG; - sub less' asterisk greater by LIG; + sub less_asterisk_greater.liga LIG greater' by LIG; + sub less_asterisk.liga' LIG greater by less_asterisk_greater.liga; } less_asterisk_greater; -lookup less_bar_bar { - ignore sub less less' bar bar; - ignore sub less' bar bar bar; - ignore sub less' bar bar greater; - sub LIG LIG bar' by less_bar_bar.liga; - sub LIG bar' bar by LIG; - sub less' bar bar by LIG; -} less_bar_bar; - -lookup less_bar_greater { - ignore sub less less' bar greater; - ignore sub less' bar greater greater; - sub LIG LIG greater' by less_bar_greater.liga; - sub LIG bar' greater by LIG; - sub less' bar greater by LIG; -} less_bar_greater; - lookup less_dollar_greater { - sub LIG LIG greater' by less_dollar_greater.liga; - sub LIG dollar' greater by LIG; - sub less' dollar greater by LIG; + sub less_dollar_greater.liga LIG greater' by LIG; + sub less_dollar.liga' LIG greater by less_dollar_greater.liga; } less_dollar_greater; -lookup less_equal_equal { - ignore sub less less' equal equal; - ignore sub less' equal equal equal; - ignore sub parenleft question less' equal equal; - sub LIG LIG equal' by less_equal_equal.liga; - sub LIG equal' equal by LIG; - sub less' equal equal by LIG; -} less_equal_equal; - -lookup less_equal_greater { - ignore sub less less' equal greater; - ignore sub less' equal greater greater; - ignore sub parenleft question less' equal greater; - sub LIG LIG greater' by less_equal_greater.liga; - sub LIG equal' greater by LIG; - sub less' equal greater by LIG; -} less_equal_greater; - -lookup less_equal_less { - ignore sub less less' equal less; - ignore sub less' equal less less; - ignore sub parenleft question less' equal less; - sub LIG LIG less' by less_equal_less.liga; - sub LIG equal' less by LIG; - sub less' equal less by LIG; -} less_equal_less; - -lookup less_hyphen_greater { - ignore sub less less' hyphen greater; - ignore sub less' hyphen greater greater; - sub LIG LIG greater' by less_hyphen_greater.liga; - sub LIG hyphen' greater by LIG; - sub less' hyphen greater by LIG; -} less_hyphen_greater; - -lookup less_hyphen_hyphen { - ignore sub less less' hyphen hyphen; - ignore sub less' hyphen hyphen hyphen; - sub LIG LIG hyphen' by less_hyphen_hyphen.liga; - sub LIG hyphen' hyphen by LIG; - sub less' hyphen hyphen by LIG; -} less_hyphen_hyphen; - -lookup less_hyphen_less { - ignore sub less less' hyphen less; - ignore sub less' hyphen less less; - sub LIG LIG less' by less_hyphen_less.liga; - sub LIG hyphen' less by LIG; - sub less' hyphen less by LIG; -} less_hyphen_less; - -lookup less_less_equal { - ignore sub less less' less equal; - ignore sub less' less equal equal; - sub LIG LIG equal' by less_less_equal.liga; - sub LIG less' equal by LIG; - sub less' less equal by LIG; -} less_less_equal; - -lookup less_less_hyphen { - ignore sub less less' less hyphen; - ignore sub less' less hyphen hyphen; - sub LIG LIG hyphen' by less_less_hyphen.liga; - sub LIG less' hyphen by LIG; - sub less' less hyphen by LIG; -} less_less_hyphen; - -lookup less_less_less { - ignore sub less less' less less; - ignore sub less' less less less; - ignore sub less' less less asterisk; - ignore sub less' less less plus; - ignore sub less' less less dollar; - sub LIG LIG less' by less_less_less.liga; - sub LIG less' less by LIG; - sub less' less less by LIG; -} less_less_less; - lookup less_plus_greater { - sub LIG LIG greater' by less_plus_greater.liga; - sub LIG plus' greater by LIG; - sub less' plus greater by LIG; + sub less_plus_greater.liga LIG greater' by LIG; + sub less_plus.liga' LIG greater by less_plus_greater.liga; } less_plus_greater; lookup less_slash_greater { - ignore sub less less' slash greater; - ignore sub less' slash greater greater; - sub LIG LIG greater' by less_slash_greater.liga; - sub LIG slash' greater by LIG; - sub less' slash greater by LIG; + ignore sub less_slash.liga' LIG greater greater; + sub less_slash_greater.liga LIG greater' by LIG; + sub less_slash.liga' LIG greater by less_slash_greater.liga; } less_slash_greater; -lookup numbersign_numbersign_numbersign { - ignore sub numbersign numbersign' numbersign numbersign; - ignore sub numbersign' numbersign numbersign numbersign; - sub LIG LIG numbersign' by numbersign_numbersign_numbersign.liga; - sub LIG numbersign' numbersign by LIG; - sub numbersign' numbersign numbersign by LIG; -} numbersign_numbersign_numbersign; - -lookup numbersign_underscore_parenleft { - ignore sub numbersign numbersign' underscore parenleft; - ignore sub numbersign' underscore parenleft parenleft; - sub LIG LIG parenleft' by numbersign_underscore_parenleft.liga; - sub LIG underscore' parenleft by LIG; - sub numbersign' underscore parenleft by LIG; -} numbersign_underscore_parenleft; - -lookup period_period_less { - ignore sub period period' period less; - ignore sub period' period less less; - sub LIG LIG less' by period_period_less.liga; - sub LIG period' less by LIG; - sub period' period less by LIG; -} period_period_less; - -lookup period_period_period { - ignore sub period period' period period; - ignore sub period' period period period; - sub LIG LIG period' by period_period_period.liga; - sub LIG period' period by LIG; - sub period' period period by LIG; -} period_period_period; - -lookup plus_plus_plus { - ignore sub plus plus' plus plus; - ignore sub plus' plus plus plus; - sub LIG LIG plus' by plus_plus_plus.liga; - sub LIG plus' plus by LIG; - sub plus' plus plus by LIG; -} plus_plus_plus; - -lookup slash_equal_equal { - ignore sub slash slash' equal equal; - ignore sub slash' equal equal equal; - sub LIG LIG equal' by slash_equal_equal.liga; - sub LIG equal' equal by LIG; - sub slash' equal equal by LIG; -} slash_equal_equal; - -lookup slash_slash_slash { - ignore sub slash slash' slash slash; - ignore sub slash' slash slash slash; - sub LIG LIG slash' by slash_slash_slash.liga; - sub LIG slash' slash by LIG; - sub slash' slash slash by LIG; -} slash_slash_slash; +lookup less_bar_greater { + ignore sub less_bar.liga' LIG greater greater; + sub less_bar_greater.liga LIG greater' by LIG; + sub less_bar.liga' LIG greater by less_bar_greater.liga; +} less_bar_greater; -lookup underscore_bar_underscore { - ignore sub underscore underscore' bar underscore; - ignore sub underscore' bar underscore underscore; - sub LIG LIG underscore' by underscore_bar_underscore.liga; - sub LIG bar' underscore by LIG; - sub underscore' bar underscore by LIG; -} underscore_bar_underscore; +lookup less_exclam_hyphen_hyphen { + ignore sub less less' exclam hyphen hyphen; + ignore sub less' exclam hyphen hyphen hyphen; + ignore sub parenleft question less' exclam hyphen hyphen; + sub less_exclam_hyphen_hyphen.liga LIG LIG hyphen' by LIG; + sub less_exclam_hyphen_hyphen.liga LIG hyphen' hyphen by LIG; + sub less_exclam_hyphen_hyphen.liga exclam' hyphen hyphen by LIG; + sub less' exclam hyphen hyphen by less_exclam_hyphen_hyphen.liga; +} less_exclam_hyphen_hyphen; -lookup w_w_w { - ignore sub w w' w w; - ignore sub w' w w w; - sub LIG LIG w' by w_w_w.liga; - sub LIG w' w by LIG; - sub w' w w by LIG; -} w_w_w; +### Ampersand lookup ampersand_ampersand { ignore sub ampersand ampersand' ampersand; ignore sub ampersand' ampersand ampersand; - sub LIG ampersand' by ampersand_ampersand.liga; - sub ampersand' ampersand by LIG; + sub ampersand_ampersand.liga ampersand' by LIG; + sub ampersand' ampersand by ampersand_ampersand.liga; } ampersand_ampersand; + +### Asciicircum lookup asciicircum_equal { ignore sub asciicircum asciicircum' equal; ignore sub asciicircum' equal equal; - sub LIG equal' by asciicircum_equal.liga; - sub asciicircum' equal by LIG; + sub asciicircum_equal.liga equal' by LIG; + sub asciicircum' equal by asciicircum_equal.liga; } asciicircum_equal; + +### Asciitilde lookup asciitilde_asciitilde { ignore sub asciitilde asciitilde' asciitilde; ignore sub asciitilde' asciitilde asciitilde; - sub LIG asciitilde' by asciitilde_asciitilde.liga; - sub asciitilde' asciitilde by LIG; + sub asciitilde_asciitilde.liga asciitilde' by LIG; + sub asciitilde' asciitilde by asciitilde_asciitilde.liga; } asciitilde_asciitilde; lookup asciitilde_at { ignore sub asciitilde asciitilde' at; ignore sub asciitilde' at at; - sub LIG at' by asciitilde_at.liga; - sub asciitilde' at by LIG; + sub asciitilde_at.liga at' by LIG; + sub asciitilde' at by asciitilde_at.liga; } asciitilde_at; -lookup asciitilde_equal { - ignore sub asciitilde asciitilde' equal; - ignore sub asciitilde' equal equal; - sub LIG equal' by asciitilde_equal.liga; - sub asciitilde' equal by LIG; -} asciitilde_equal; - lookup asciitilde_greater { ignore sub asciitilde asciitilde' greater; ignore sub asciitilde' greater greater; - sub LIG greater' by asciitilde_greater.liga; - sub asciitilde' greater by LIG; + sub asciitilde_greater.liga greater' by LIG; + sub asciitilde' greater by asciitilde_greater.liga; } asciitilde_greater; lookup asciitilde_hyphen { ignore sub asciitilde asciitilde' hyphen; ignore sub asciitilde' hyphen hyphen; - sub LIG hyphen' by asciitilde_hyphen.liga; - sub asciitilde' hyphen by LIG; + sub asciitilde_hyphen.liga hyphen' by LIG; + sub asciitilde' hyphen by asciitilde_hyphen.liga; } asciitilde_hyphen; +lookup asciitilde_asciitilde_greater { + ignore sub asciitilde_asciitilde.liga' LIG greater greater; + sub asciitilde_asciitilde_greater.liga LIG greater' by LIG; + sub asciitilde_asciitilde.liga' LIG greater by asciitilde_asciitilde_greater.liga; +} asciitilde_asciitilde_greater; + +lookup asciitilde_equal { + ignore sub asciitilde asciitilde' equal; + ignore sub asciitilde' equal equal; + sub asciitilde_equal.liga equal' by LIG; + sub asciitilde' equal by asciitilde_equal.liga; +} asciitilde_equal; + + +### Asterisk lookup asterisk_asterisk { ignore sub asterisk asterisk' asterisk; - ignore sub asterisk' asterisk asterisk; + ignore sub asterisk' asterisk asterisk asterisk; ignore sub slash asterisk' asterisk; ignore sub asterisk' asterisk slash; - sub LIG asterisk' by asterisk_asterisk.liga; - sub asterisk' asterisk by LIG; + sub asterisk_asterisk.liga asterisk' by LIG; + sub asterisk' asterisk by asterisk_asterisk.liga; } asterisk_asterisk; +lookup asterisk_asterisk_asterisk { + ignore sub asterisk_asterisk.liga' LIG asterisk slash; + sub asterisk_asterisk_asterisk.liga LIG asterisk' by LIG; + sub asterisk_asterisk.liga' LIG asterisk by asterisk_asterisk_asterisk.liga; +} asterisk_asterisk_asterisk; + lookup asterisk_greater { ignore sub asterisk asterisk' greater; ignore sub asterisk' greater greater; - sub LIG greater' by asterisk_greater.liga; - sub asterisk' greater by LIG; + sub asterisk_greater.liga greater' by LIG; + sub asterisk' greater by asterisk_greater.liga; } asterisk_greater; lookup asterisk_slash { @@ -603,523 +282,742 @@ lookup asterisk_slash { ignore sub asterisk' slash slash; ignore sub slash asterisk' slash; ignore sub asterisk' slash asterisk; - sub LIG slash' by asterisk_slash.liga; - sub asterisk' slash by LIG; + sub asterisk_slash.liga slash' by LIG; + sub asterisk' slash by asterisk_slash.liga; } asterisk_slash; +lookup asterisk_parenright { + ignore sub asterisk asterisk' parenright; + ignore sub asterisk' parenright parenright; + sub asterisk_parenright.liga parenright' by LIG; + sub asterisk' parenright by asterisk_parenright.liga; +} asterisk_parenright; + +### Backslash +lookup backslash_slash { + ignore sub @NotSpace backslash' slash; + ignore sub backslash' slash @NotSpace; + sub backslash_slash.liga slash' by LIG; + sub backslash' slash by backslash_slash.liga; +} backslash_slash; + +lookup backslash_backslash { + ignore sub backslash backslash' backslash; + ignore sub backslash' backslash backslash; + sub backslash_backslash.liga backslash' by LIG; + sub backslash' backslash by backslash_backslash.liga; +} backslash_backslash; + + +### Bar lookup bar_bar { ignore sub bar bar' bar; - ignore sub bar' bar bar; - sub LIG bar' by bar_bar.liga; - sub bar' bar by LIG; + ignore sub bar' bar bar bar; + ignore sub [hyphen equal] bar' bar; + ignore sub bar' bar [hyphen equal]; + ignore sub bar' bar bar [hyphen equal]; + ignore sub bar' bar equal [equal less greater bar colon exclam slash]; + ignore sub bar bar' bar greater; + ignore sub [less greater] bar' bar [less greater]; + ignore sub less bar' bar; + ignore sub less bar bar'; + sub bar_bar.liga bar' by LIG; + sub bar' bar by bar_bar.liga; } bar_bar; +lookup bar_bar_bar { + sub bar_bar_bar.liga LIG bar' by LIG; + sub bar_bar.liga' LIG bar by bar_bar_bar.liga; +} bar_bar_bar; + +lookup bar_greater { + ignore sub bar bar' greater; + ignore sub bar' greater greater; + ignore sub less bar bar' greater; + sub bar_greater.liga greater' by LIG; + sub bar' greater by bar_greater.liga; +} bar_greater; + lookup bar_braceright { ignore sub bar bar' braceright; ignore sub bar' braceright braceright; ignore sub braceleft bar' braceright; - sub LIG braceright' by bar_braceright.liga; - sub bar' braceright by LIG; + sub bar_braceright.liga braceright' by LIG; + sub bar' braceright by bar_braceright.liga; } bar_braceright; lookup bar_bracketright { ignore sub bar bar' bracketright; ignore sub bar' bracketright bracketright; ignore sub bracketleft bar' bracketright; - sub LIG bracketright' by bar_bracketright.liga; - sub bar' bracketright by LIG; + sub bar_bracketright.liga bracketright' by LIG; + sub bar' bracketright by bar_bracketright.liga; } bar_bracketright; -lookup bar_equal { - ignore sub bar bar' equal; - ignore sub bar' equal equal; - sub LIG equal' by bar_equal.liga; - sub bar' equal by LIG; -} bar_equal; +lookup bar_bar_greater { + ignore sub bar_bar.liga' LIG greater greater; + sub bar_bar_greater.liga LIG greater' by LIG; + sub bar_bar.liga' LIG greater by bar_bar_greater.liga; +} bar_bar_greater; -lookup bar_greater { - ignore sub bar bar' greater; - ignore sub bar' greater greater; - sub LIG greater' by bar_greater.liga; - sub bar' greater by LIG; -} bar_greater; +lookup bar_bar_bar_greater { + ignore sub bar_bar_bar.liga' LIG LIG greater greater; + sub bar_bar_bar_greater.liga LIG LIG greater' by LIG; + sub bar_bar_bar.liga' LIG LIG greater by bar_bar_bar_greater.liga; + +} bar_bar_bar_greater; -lookup bar_hyphen { - ignore sub bar bar' hyphen; - ignore sub bar' hyphen hyphen; - ignore sub bar' hyphen bar; - sub LIG hyphen' by bar_hyphen.liga; - sub bar' hyphen by LIG; -} bar_hyphen; +### Brace left lookup braceleft_bar { ignore sub braceleft braceleft' bar; ignore sub braceleft' bar bar; ignore sub braceleft' bar braceright; - sub LIG bar' by braceleft_bar.liga; - sub braceleft' bar by LIG; + sub braceleft_bar.liga bar' by LIG; + sub braceleft' bar by braceleft_bar.liga; } braceleft_bar; +### Brace right +lookup braceright_numbersign { + ignore sub braceright braceright' numbersign; + ignore sub braceright' numbersign numbersign; + sub braceright_numbersign.liga numbersign' by LIG; + sub braceright' numbersign by braceright_numbersign.liga; +} braceright_numbersign; + +### Bracket left lookup bracketleft_bar { ignore sub bracketleft bracketleft' bar; ignore sub bracketleft' bar bar; ignore sub bracketleft' bar bracketright; - sub LIG bar' by bracketleft_bar.liga; - sub bracketleft' bar by LIG; + sub bracketleft_bar.liga bar' by LIG; + sub bracketleft' bar by bracketleft_bar.liga; } bracketleft_bar; + +### Bracket right lookup bracketright_numbersign { ignore sub bracketright bracketright' numbersign; ignore sub bracketright' numbersign numbersign; - sub LIG numbersign' by bracketright_numbersign.liga; - sub bracketright' numbersign by LIG; + sub bracketright_numbersign.liga numbersign' by LIG; + sub bracketright' numbersign by bracketright_numbersign.liga; } bracketright_numbersign; + +### Colon lookup colon_colon { ignore sub colon colon' colon; - ignore sub colon' colon colon; + ignore sub colon' colon colon colon; ignore sub parenleft question colon' colon; - sub LIG colon' by colon_colon.liga; - sub colon' colon by LIG; + ignore sub colon' colon [less greater]; + ignore sub [less greater] colon' colon; + sub colon_colon.liga colon' by LIG; + sub colon' colon by colon_colon.liga; } colon_colon; +lookup colon_colon_colon { + sub colon_colon_colon.liga LIG colon' by LIG; + sub colon_colon.liga' LIG colon by colon_colon_colon.liga; +} colon_colon_colon; + lookup colon_equal { ignore sub colon colon' equal; ignore sub colon' equal equal; ignore sub parenleft question colon' equal; - sub LIG equal' by colon_equal.liga; - sub colon' equal by LIG; + ignore sub equal colon' equal; + sub colon_equal.liga equal' by LIG; + sub colon' equal by colon_equal.liga; } colon_equal; -lookup colon_greater { - ignore sub colon colon' greater; - ignore sub colon' greater greater; - ignore sub parenleft question colon' greater; - ignore sub colon' greater equal; - sub LIG greater' by colon_greater.liga; - sub colon' greater by LIG; -} colon_greater; - -lookup colon_less { - ignore sub colon colon' less; - ignore sub colon' less less; - ignore sub parenleft question colon' less; - sub LIG less' by colon_less.liga; - sub colon' less by LIG; -} colon_less; +lookup colon_colon_equal { + ignore sub colon_colon.liga' LIG equal equal; + sub colon_colon_equal.liga LIG equal' by LIG; + sub colon_colon.liga' LIG equal by colon_colon_equal.liga; +} colon_colon_equal; + +lookup colon_slash_slash { + ignore sub colon colon' slash slash; + ignore sub colon' slash slash slash; + sub colon_slash_slash.liga LIG slash' by LIG; + sub colon_slash_slash.liga slash' slash by LIG; + sub colon' slash slash by colon_slash_slash.liga; +} colon_slash_slash; + +## Dollar lookup dollar_greater { ignore sub dollar dollar' greater; ignore sub dollar' greater greater; - sub LIG greater' by dollar_greater.liga; - sub dollar' greater by LIG; + sub dollar_greater.liga greater' by LIG; + sub dollar' greater by dollar_greater.liga; } dollar_greater; -lookup equal_equal { - ignore sub equal equal' equal; - ignore sub equal' equal equal; - ignore sub parenleft question equal' equal; - ignore sub parenleft question less equal' equal; - sub LIG equal' by equal_equal.liga; - sub equal' equal by LIG; -} equal_equal; - -lookup equal_greater { - ignore sub equal equal' greater; - ignore sub equal' greater greater; - ignore sub parenleft question equal' greater; - ignore sub parenleft question less equal' greater; - sub LIG greater' by equal_greater.liga; - sub equal' greater by LIG; -} equal_greater; +### Exclam (for equal see below) lookup exclam_equal { ignore sub exclam exclam' equal; - ignore sub exclam' equal equal; + ignore sub exclam' equal equal equal; ignore sub parenleft question exclam' equal; ignore sub parenleft question less exclam' equal; - sub LIG equal' by exclam_equal.liga; - sub exclam' equal by LIG; + ignore sub equal exclam' equal; + sub exclam_equal.liga equal' by LIG; + sub exclam' equal by exclam_equal.liga; } exclam_equal; +lookup exclam_equal_equal { + sub exclam_equal_equal.liga LIG equal' by LIG; + sub exclam_equal.liga' LIG equal by exclam_equal_equal.liga; +} exclam_equal_equal; + lookup exclam_exclam { ignore sub exclam exclam' exclam; ignore sub exclam' exclam exclam; ignore sub parenleft question exclam' exclam; ignore sub parenleft question less exclam' exclam; - sub LIG exclam' by exclam_exclam.liga; - sub exclam' exclam by LIG; + sub exclam_exclam.liga exclam' by LIG; + sub exclam' exclam by exclam_exclam.liga; } exclam_exclam; -lookup greater_colon { - ignore sub greater greater' colon; - ignore sub greater' colon colon; - sub LIG colon' by greater_colon.liga; - sub greater' colon by LIG; -} greater_colon; - -lookup greater_equal { - ignore sub greater greater' equal; - ignore sub greater' equal equal; - ignore sub greater' equal less; - sub LIG equal' by greater_equal.liga; - sub greater' equal by LIG; -} greater_equal; +lookup exclam_exclam_period { + ignore sub exclam_exclam.liga' LIG period period; + sub exclam_exclam_period.liga LIG period' by LIG; + sub exclam_exclam.liga' LIG period by exclam_exclam_period.liga; +} exclam_exclam_period; -lookup greater_greater { - ignore sub greater greater' greater; - ignore sub greater' greater greater; - ignore sub asterisk greater' greater; - ignore sub plus greater' greater; - ignore sub dollar greater' greater; - sub LIG greater' by greater_greater.liga; - sub greater' greater by LIG; -} greater_greater; +lookup exclam_period { + ignore sub exclam exclam' period; + ignore sub exclam' period period; + sub exclam_period.liga period' by LIG; + sub exclam' period by exclam_period.liga; +} exclam_period; + +lookup exclam_colon { + ignore sub exclam exclam' colon; + ignore sub exclam' colon colon; + sub exclam_colon.liga colon' by LIG; + sub exclam' colon by exclam_colon.liga; +} exclam_colon; + +## Equal - Made sense to shift this below the exclam to avoid issues +lookup equal_equal { + ignore sub equal equal' equal; + ignore sub equal' equal equal equal; + ignore sub parenleft question equal' equal; + ignore sub parenleft question less equal' equal; + ignore sub less question equal' equal; + ignore sub bracketleft equal' equal; + ignore sub equal' equal bracketright; + ignore sub equal [colon exclam] equal' equal; + ignore sub [less greater bar slash] equal' equal; + ignore sub equal' equal [less greater bar slash] ; + ignore sub equal' equal [colon exclam] equal; + sub equal_equal.liga equal' by LIG; + sub equal' equal by equal_equal.liga; +} equal_equal; -lookup greater_hyphen { - ignore sub greater greater' hyphen; - ignore sub greater' hyphen hyphen; - sub LIG hyphen' by greater_hyphen.liga; - sub greater' hyphen by LIG; -} greater_hyphen; +lookup equal_equal_equal { + sub equal_equal_equal.liga LIG equal' by LIG; + sub equal_equal.liga' LIG equal by equal_equal_equal.liga; +} equal_equal_equal; +### Hyphen lookup hyphen_asciitilde { ignore sub hyphen hyphen' asciitilde; ignore sub hyphen' asciitilde asciitilde; - sub LIG asciitilde' by hyphen_asciitilde.liga; - sub hyphen' asciitilde by LIG; + sub hyphen_asciitilde.liga asciitilde' by LIG; + sub hyphen' asciitilde by hyphen_asciitilde.liga; } hyphen_asciitilde; -lookup hyphen_bar { - ignore sub hyphen hyphen' bar; - ignore sub hyphen' bar bar; - ignore sub bar hyphen' bar; - sub LIG bar' by hyphen_bar.liga; - sub hyphen' bar by LIG; -} hyphen_bar; - -lookup hyphen_greater { - ignore sub hyphen hyphen' greater; - ignore sub hyphen' greater greater; - sub LIG greater' by hyphen_greater.liga; - sub hyphen' greater by LIG; -} hyphen_greater; - lookup hyphen_hyphen { ignore sub hyphen hyphen' hyphen; - ignore sub hyphen' hyphen hyphen; - sub LIG hyphen' by hyphen_hyphen.liga; - sub hyphen' hyphen by LIG; + ignore sub hyphen' hyphen hyphen hyphen; + ignore sub [less greater bar] hyphen' hyphen; + ignore sub hyphen' hyphen [less greater bar]; + sub hyphen_hyphen.liga hyphen' by LIG; + sub hyphen' hyphen by hyphen_hyphen.liga; } hyphen_hyphen; -lookup hyphen_less { - ignore sub hyphen hyphen' less; - ignore sub hyphen' less less; - sub LIG less' by hyphen_less.liga; - sub hyphen' less by LIG; -} hyphen_less; - -lookup less_asciitilde { - ignore sub less less' asciitilde; - ignore sub less' asciitilde asciitilde; - sub LIG asciitilde' by less_asciitilde.liga; - sub less' asciitilde by LIG; -} less_asciitilde; - -lookup less_asterisk { - ignore sub less less' asterisk; - ignore sub less' asterisk asterisk; - sub LIG asterisk' by less_asterisk.liga; - sub less' asterisk by LIG; -} less_asterisk; - -lookup less_bar { - ignore sub less less' bar; - ignore sub less' bar bar; - sub LIG bar' by less_bar.liga; - sub less' bar by LIG; -} less_bar; - -lookup less_colon { - ignore sub less less' colon; - ignore sub less' colon colon; - sub LIG colon' by less_colon.liga; - sub less' colon by LIG; -} less_colon; - -lookup less_dollar { - ignore sub less less' dollar; - ignore sub less' dollar dollar; - sub LIG dollar' by less_dollar.liga; - sub less' dollar by LIG; -} less_dollar; - -lookup less_equal { - ignore sub less less' equal; - ignore sub less' equal equal; - ignore sub parenleft question less' equal; - sub LIG equal' by less_equal.liga; - sub less' equal by LIG; -} less_equal; +lookup hyphen_hyphen_hyphen { + ignore sub hyphen_hyphen.liga' LIG hyphen [less greater bar]; + sub hyphen_hyphen_hyphen.liga LIG hyphen' by LIG; + sub hyphen_hyphen.liga' LIG hyphen by hyphen_hyphen_hyphen.liga; +} hyphen_hyphen_hyphen; -lookup less_greater { - ignore sub less less' greater; - ignore sub less' greater greater; - sub LIG greater' by less_greater.liga; - sub less' greater by LIG; -} less_greater; -lookup less_hyphen { - ignore sub less less' hyphen; - ignore sub less' hyphen hyphen; - sub LIG hyphen' by less_hyphen.liga; - sub less' hyphen by LIG; -} less_hyphen; +### Greater +lookup greater_greater { + ignore sub greater greater' greater; + ignore sub greater' greater greater greater; + ignore sub [asterisk plus dollar] greater' greater; + ignore sub [hyphen equal] greater' greater; + ignore sub greater' greater hyphen; + ignore sub greater' greater equal [equal less greater bar colon exclam slash]; + sub greater_greater.liga greater' by LIG; + sub greater' greater by greater_greater.liga; +} greater_greater; -lookup less_less { - ignore sub less less' less; - ignore sub less' less less; - ignore sub less' less asterisk; - ignore sub less' less plus; - ignore sub less' less dollar; - sub LIG less' by less_less.liga; - sub less' less by LIG; -} less_less; +lookup greater_greater_greater { + sub greater_greater_greater.liga LIG greater' by LIG; + sub greater_greater.liga' LIG greater by greater_greater_greater.liga; +} greater_greater_greater; -lookup less_plus { - ignore sub less less' plus; - ignore sub less' plus plus; - sub LIG plus' by less_plus.liga; - sub less' plus by LIG; -} less_plus; +lookup greater_equal { + ignore sub greater greater' equal; + ignore sub greater' equal equal; + ignore sub equal greater' equal; + ignore sub greater' equal [less greater bar colon exclam slash]; + sub greater_equal.liga equal' by LIG; + sub greater' equal by greater_equal.liga; +} greater_equal; -lookup less_slash { - ignore sub less less' slash; - ignore sub less' slash slash; - sub LIG slash' by less_slash.liga; - sub less' slash by LIG; -} less_slash; +### Less moved to top of CALT +### Numbersign lookup numbersign_braceleft { ignore sub numbersign numbersign' braceleft; ignore sub numbersign' braceleft braceleft; - sub LIG braceleft' by numbersign_braceleft.liga; - sub numbersign' braceleft by LIG; + sub numbersign_braceleft.liga braceleft' by LIG; + sub numbersign' braceleft by numbersign_braceleft.liga; } numbersign_braceleft; lookup numbersign_bracketleft { ignore sub numbersign numbersign' bracketleft; ignore sub numbersign' bracketleft bracketleft; - sub LIG bracketleft' by numbersign_bracketleft.liga; - sub numbersign' bracketleft by LIG; + sub numbersign_bracketleft.liga bracketleft' by LIG; + sub numbersign' bracketleft by numbersign_bracketleft.liga; } numbersign_bracketleft; lookup numbersign_colon { ignore sub numbersign numbersign' colon; ignore sub numbersign' colon colon; - sub LIG colon' by numbersign_colon.liga; - sub numbersign' colon by LIG; + sub numbersign_colon.liga colon' by LIG; + sub numbersign' colon by numbersign_colon.liga; } numbersign_colon; lookup numbersign_equal { ignore sub numbersign numbersign' equal; ignore sub numbersign' equal equal; - sub LIG equal' by numbersign_equal.liga; - sub numbersign' equal by LIG; + sub numbersign_equal.liga equal' by LIG; + sub numbersign' equal by numbersign_equal.liga; } numbersign_equal; lookup numbersign_exclam { ignore sub numbersign numbersign' exclam; ignore sub numbersign' exclam exclam; - sub LIG exclam' by numbersign_exclam.liga; - sub numbersign' exclam by LIG; + sub numbersign_exclam.liga exclam' by LIG; + sub numbersign' exclam by numbersign_exclam.liga; } numbersign_exclam; -lookup numbersign_numbersign { - ignore sub numbersign numbersign' numbersign; - ignore sub numbersign' numbersign numbersign; - sub LIG numbersign' by numbersign_numbersign.liga; - sub numbersign' numbersign by LIG; -} numbersign_numbersign; - lookup numbersign_parenleft { ignore sub numbersign numbersign' parenleft; ignore sub numbersign' parenleft parenleft; - sub LIG parenleft' by numbersign_parenleft.liga; - sub numbersign' parenleft by LIG; + sub numbersign_parenleft.liga parenleft' by LIG; + sub numbersign' parenleft by numbersign_parenleft.liga; } numbersign_parenleft; lookup numbersign_question { ignore sub numbersign numbersign' question; ignore sub numbersign' question question; - sub LIG question' by numbersign_question.liga; - sub numbersign' question by LIG; + sub numbersign_question.liga question' by LIG; + sub numbersign' question by numbersign_question.liga; } numbersign_question; lookup numbersign_underscore { ignore sub numbersign numbersign' underscore; ignore sub numbersign' underscore underscore; - sub LIG underscore' by numbersign_underscore.liga; - sub numbersign' underscore by LIG; + sub numbersign_underscore.liga underscore' by LIG; + sub numbersign' underscore by numbersign_underscore.liga; } numbersign_underscore; +lookup numbersign_underscore_parenleft { + ignore sub numbersign_underscore.liga' LIG parenleft parenleft; + sub numbersign_underscore_parenleft.liga LIG parenleft' by LIG; + sub numbersign_underscore.liga' LIG parenleft by numbersign_underscore_parenleft.liga; +} numbersign_underscore_parenleft; + + +### Paren left +lookup parenleft_asterisk { + ignore sub parenleft parenleft' asterisk; + ignore sub parenleft' asterisk asterisk; + sub parenleft_asterisk.liga asterisk' by LIG; + sub parenleft' asterisk by parenleft_asterisk.liga; +} parenleft_asterisk; + + +### Percent lookup percent_percent { ignore sub percent percent' percent; ignore sub percent' percent percent; - sub LIG percent' by percent_percent.liga; - sub percent' percent by LIG; + sub percent_percent.liga percent' by LIG; + sub percent' percent by percent_percent.liga; } percent_percent; + +### Period lookup period_equal { ignore sub period period' equal; ignore sub period' equal equal; - sub LIG equal' by period_equal.liga; - sub period' equal by LIG; + sub period_equal.liga equal' by LIG; + sub period' equal by period_equal.liga; } period_equal; -lookup period_hyphen { - ignore sub period period' hyphen; - ignore sub period' hyphen hyphen; - sub LIG hyphen' by period_hyphen.liga; - sub period' hyphen by LIG; -} period_hyphen; - lookup period_period { ignore sub period period' period; - ignore sub period' period period; - sub LIG period' by period_period.liga; - sub period' period by LIG; + ignore sub period' period period period; + sub period_period.liga period' by LIG; + sub period' period by period_period.liga; } period_period; +lookup period_period_period { + sub period_period_period.liga LIG period' by LIG; + sub period_period.liga' LIG period by period_period_period.liga; +} period_period_period; + lookup period_question { ignore sub period period' question; ignore sub period' question question; - sub LIG question' by period_question.liga; - sub period' question by LIG; + sub period_question.liga question' by LIG; + sub period' question by period_question.liga; } period_question; +lookup period_hyphen { + ignore sub period period' hyphen; + ignore sub period' hyphen hyphen; + sub period_hyphen.liga hyphen' by LIG; + sub period' hyphen by period_hyphen.liga; +} period_hyphen; + +lookup period_period_equal { + ignore sub period_period.liga' LIG equal equal; + sub period_period_equal.liga LIG equal' by LIG; + sub period_period.liga' LIG equal by period_period_equal.liga; +} period_period_equal; + +lookup period_period_less { + ignore sub period_period.liga' LIG less less; + sub period_period_less.liga LIG less' by LIG; + sub period_period.liga' LIG less by period_period_less.liga; +} period_period_less; + + +### Plus lookup plus_greater { ignore sub plus plus' greater; ignore sub plus' greater greater; - sub LIG greater' by plus_greater.liga; - sub plus' greater by LIG; + sub plus_greater.liga greater' by LIG; + sub plus' greater by plus_greater.liga; } plus_greater; lookup plus_plus { ignore sub plus plus' plus; - ignore sub plus' plus plus; - sub LIG plus' by plus_plus.liga; - sub plus' plus by LIG; + ignore sub plus' plus plus plus; + sub plus_plus.liga plus' by LIG; + sub plus' plus by plus_plus.liga; } plus_plus; -lookup question_colon { - ignore sub question question' colon; - ignore sub question' colon colon; - ignore sub parenleft question' colon; - sub LIG colon' by question_colon.liga; - sub question' colon by LIG; -} question_colon; +lookup plus_plus_plus { + ignore sub plus_plus.liga' LIG plus plus; + sub plus_plus_plus.liga LIG plus' by LIG; + sub plus_plus.liga' LIG plus by plus_plus_plus.liga; +} plus_plus_plus; +### Question lookup question_equal { ignore sub question question' equal; ignore sub question' equal equal; ignore sub parenleft question' equal; - sub LIG equal' by question_equal.liga; - sub question' equal by LIG; + ignore sub less question' equal; + sub question_equal.liga equal' by LIG; + sub question' equal by question_equal.liga; } question_equal; lookup question_period { ignore sub question question' period; ignore sub question' period period; - sub LIG period' by question_period.liga; - sub question' period by LIG; + sub question_period.liga period' by LIG; + sub question' period by question_period.liga; } question_period; lookup question_question { ignore sub question question' question; ignore sub question' question question; - sub LIG question' by question_question.liga; - sub question' question by LIG; + sub question_question.liga question' by LIG; + sub question' question by question_question.liga; } question_question; +lookup question_question_equal { + sub question_question_equal.liga LIG equal' by LIG; + sub question_question.liga' LIG equal by question_question_equal.liga; +} question_question_equal; + +lookup question_colon { + ignore sub question question' colon; + ignore sub question' colon colon; + sub question_colon.liga colon' by LIG; + sub question' colon by question_colon.liga; +} question_colon; + +### Semicolon lookup semicolon_semicolon { ignore sub semicolon semicolon' semicolon; ignore sub semicolon' semicolon semicolon; - sub LIG semicolon' by semicolon_semicolon.liga; - sub semicolon' semicolon by LIG; + sub semicolon_semicolon.liga semicolon' by LIG; + sub semicolon' semicolon by semicolon_semicolon.liga; } semicolon_semicolon; + +### Slash lookup slash_asterisk { ignore sub slash slash' asterisk; ignore sub slash' asterisk asterisk; ignore sub slash' asterisk slash; ignore sub asterisk slash' asterisk; - sub LIG asterisk' by slash_asterisk.liga; - sub slash' asterisk by LIG; + sub slash_asterisk.liga asterisk' by LIG; + sub slash' asterisk by slash_asterisk.liga; } slash_asterisk; -lookup slash_equal { - ignore sub slash slash' equal; - ignore sub slash' equal equal; - sub LIG equal' by slash_equal.liga; - sub slash' equal by LIG; -} slash_equal; - lookup slash_greater { ignore sub slash slash' greater; ignore sub slash' greater greater; - sub LIG greater' by slash_greater.liga; - sub slash' greater by LIG; + sub slash_greater.liga greater' by LIG; + sub slash' greater by slash_greater.liga; } slash_greater; lookup slash_slash { ignore sub slash slash' slash; - ignore sub slash' slash slash; - sub LIG slash' by slash_slash.liga; - sub slash' slash by LIG; + ignore sub slash' slash slash slash; + ignore sub equal slash' slash; + ignore sub slash' slash equal; + sub slash_slash.liga slash' by LIG; + sub slash' slash by slash_slash.liga; } slash_slash; -lookup underscore_underscore { - ignore sub underscore underscore' underscore; - ignore sub underscore' underscore underscore; - sub LIG underscore' by underscore_underscore.liga; - sub underscore' underscore by LIG; -} underscore_underscore; -### end of generated calt +lookup slash_slash_slash { + sub slash_slash_slash.liga LIG slash' by LIG; + sub slash_slash.liga' LIG slash by slash_slash_slash.liga; +} slash_slash_slash; -lookup parenleft_asterisk { - ignore sub parenleft parenleft' asterisk; - ignore sub parenleft' asterisk asterisk; - sub LIG asterisk' by parenleft_asterisk.liga; - sub parenleft' asterisk by LIG; -} parenleft_asterisk; +lookup slash_backslash { + ignore sub @NotSpace slash' backslash; + ignore sub slash' backslash @NotSpace; + sub slash_backslash.liga backslash' by LIG; + sub slash' backslash by slash_backslash.liga; +} slash_backslash; + + +### WWW +lookup w_w_w { + ignore sub w w' w w; + ignore sub w' w w w; + sub w_w_w.liga LIG w' by LIG; + sub w_w_w.liga w' w by LIG; + sub w' w w by w_w_w.liga; +} w_w_w; -lookup asterisk_parenright { - ignore sub asterisk asterisk' parenright; - ignore sub asterisk' parenright parenright; - sub LIG parenright' by asterisk_parenright.liga; - sub asterisk' parenright by LIG; -} asterisk_parenright; -lookup backslash_backslash { - ignore sub backslash backslash' backslash; - ignore sub backslash' backslash backslash; - sub LIG backslash' by backslash_backslash.liga; - sub backslash' backslash by LIG; -} backslash_backslash; -sub less asciitilde' greater by asciitilde_asciitilde.liga; +### Vertical-align colon/greater/less + +# :> :< >: <: +# :>: :<: +# <:> >:< <:< >:> +# <::> <::< >::< >::> +# <:::> <:::< >:::< >:::> +# <::::> <::::< >::::< >::::> + +lookup center { + #574 :>= :<= + ignore sub colon' [less greater] [equal hyphen]; + ignore sub colon colon' [less greater]; # ignores the :::< case + + # middles & ends + sub [less.center greater.center colon.center] colon' by colon.center; + sub colon.center [less greater]' by [less.center greater.center]; + + # starts + sub [less greater]' colon by [less.center greater.center]; + sub colon' [less greater] by colon.center; +} center; + +lookup equal_arrows { + # Disable ||| + ignore sub bar bar' bar equal; + ignore sub bar bar' equal; + ignore sub [equal_start.seq equal_middle.seq] bar' bar bar; + + # equal middle & end + sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' [equal less greater bar slash colon exclam] by equal_middle.seq; + + sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' [equal less greater bar slash colon exclam] by equal_middle.seq; + + sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' by equal_end.seq; + + sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' by equal_end.seq; + + + # double middles + sub [equal_start.seq equal_middle.seq] less_less_equal_middle.seq less' equal by LIG; + sub [equal_start.seq equal_middle.seq] less' less equal by less_less_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] greater_greater_equal_middle.seq greater' equal by LIG; + sub [equal_start.seq equal_middle.seq] greater' greater equal by greater_greater_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] bar_bar_equal_middle.seq bar' equal by LIG; + sub [equal_start.seq equal_middle.seq] bar' bar equal by bar_bar_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] slash_slash_equal_middle.seq slash' equal by LIG; + sub [equal_start.seq equal_middle.seq] slash' slash equal by slash_slash_equal_middle.seq; + + # single middles + sub [equal_start.seq equal_middle.seq] less' equal by less_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] greater' equal by greater_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] bar' equal by bar_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] slash' equal by slash_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] colon' equal by colon_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] exclam' equal by exclam_equal_middle.seq; + + # double ends + sub [equal_start.seq equal_middle.seq] less_less_equal_end.seq less' by LIG; + sub [equal_start.seq equal_middle.seq] less' less by less_less_equal_end.seq; + sub [equal_start.seq equal_middle.seq] greater_greater_equal_end.seq greater' by LIG; + sub [equal_start.seq equal_middle.seq] greater' greater by greater_greater_equal_end.seq; + sub [equal_start.seq equal_middle.seq] bar_bar_equal_end.seq bar' by LIG; + sub [equal_start.seq equal_middle.seq] bar' bar by bar_bar_equal_end.seq; + sub [equal_start.seq equal_middle.seq] slash_slash_equal_end.seq slash' by LIG; + sub [equal_start.seq equal_middle.seq] slash' slash by slash_slash_equal_end.seq; + + # single ends + sub [equal_start.seq equal_middle.seq] less' by less_equal_end.seq; + sub [equal_start.seq equal_middle.seq] greater' by greater_equal_end.seq; + sub [equal_start.seq equal_middle.seq] bar' by bar_equal_end.seq; + sub [equal_start.seq equal_middle.seq] slash' by slash_equal_end.seq; + + # double beginnings + sub less_less_equal_start.seq less' equal by LIG; + sub less' less equal by less_less_equal_start.seq; + sub greater_greater_equal_start.seq greater' equal by LIG; + sub greater' greater equal by greater_greater_equal_start.seq; + sub bar_bar_equal_start.seq bar' equal by LIG; + sub bar' bar equal by bar_bar_equal_start.seq; + sub slash_slash_equal_start.seq slash' equal by LIG; + sub slash' slash equal by slash_slash_equal_start.seq; + + # Disable >=< #548 + sub greater' equal less [equal less] by greater_equal_start.seq; + ignore sub greater' equal less; + + # Disable =< #479 #468 #424 #406 #355 #305 + sub equal' less [equal less] by equal_start.seq; + + # Disable =/ #1056 + sub equal' slash [equal slash] by equal_start.seq; + + # single beginnings + sub less' equal [equal less greater bar slash colon exclam] by less_equal_start.seq; # disable >= <= as they're used in math + sub greater' equal [equal less greater bar slash colon exclam] by greater_equal_start.seq; + sub bar' equal [equal less greater bar slash colon exclam] by bar_equal_start.seq; # disable |= + sub slash' equal by slash_equal_start.seq; + sub equal' [equal greater bar colon exclam] by equal_start.seq; + +} equal_arrows; + +### Arbitrary-length arrows #346 + +lookup hyphen_arrows { + # Disable ||| + ignore sub bar bar' bar hyphen; + ignore sub bar bar' hyphen; + ignore sub [hyphen_start.seq hyphen_middle.seq] bar' bar bar; + + # hyphen middle & end + sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' [hyphen less greater bar] by hyphen_middle.seq; + + sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' [hyphen less greater bar] by hyphen_middle.seq; + + sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' by hyphen_end.seq; + + sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' by hyphen_end.seq; + + # double middles + sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_middle.seq less' hyphen by LIG; + sub [hyphen_start.seq hyphen_middle.seq] less' less hyphen by less_less_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_middle.seq greater' hyphen by LIG; + sub [hyphen_start.seq hyphen_middle.seq] greater' greater hyphen by greater_greater_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_middle.seq bar' hyphen by LIG; + sub [hyphen_start.seq hyphen_middle.seq] bar' bar hyphen by bar_bar_hyphen_middle.seq; + + # single middles + sub [hyphen_start.seq hyphen_middle.seq] less' hyphen by less_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater' hyphen by greater_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar' hyphen by bar_hyphen_middle.seq; + + # double ends + sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_end.seq less' by LIG; + sub [hyphen_start.seq hyphen_middle.seq] less' less by less_less_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_end.seq greater' by LIG; + sub [hyphen_start.seq hyphen_middle.seq] greater' greater by greater_greater_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_end.seq bar' by LIG; + sub [hyphen_start.seq hyphen_middle.seq] bar' bar by bar_bar_hyphen_end.seq; + + # single ends + sub [hyphen_start.seq hyphen_middle.seq] less' by less_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater' by greater_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar' by bar_hyphen_end.seq; + + # double beginnings + sub less_less_hyphen_start.seq less' hyphen by LIG; + sub less' less hyphen by less_less_hyphen_start.seq; + sub greater_greater_hyphen_start.seq greater' hyphen by LIG; + sub greater' greater hyphen by greater_greater_hyphen_start.seq; + sub bar_bar_hyphen_start.seq bar' hyphen by LIG; + sub bar' bar hyphen by bar_bar_hyphen_start.seq; + + # single beginnings + sub less' hyphen by less_hyphen_start.seq; + sub greater' hyphen by greater_hyphen_start.seq; + sub bar' hyphen by bar_hyphen_start.seq; + sub hyphen' [hyphen less greater bar] by hyphen_start.seq; +} hyphen_arrows; + +lookup numbersigns { + # middle parts + sub [numbersign_start.seq numbersign_middle.seq] numbersign' numbersign by numbersign_middle.seq; + + # ends + sub [numbersign_start.seq numbersign_middle.seq] numbersign' by numbersign_end.seq; + + # beginnings + sub numbersign' numbersign by numbersign_start.seq; +} numbersigns; + +lookup underscores { + # middle parts + sub [underscore_start.seq underscore_middle.seq] bar' underscore by bar_underscore_middle.seq; + + sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' bar underscore by underscore_middle.seq; + sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' underscore by underscore_middle.seq; + + # ends + sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' by underscore_end.seq; + + # beginnings + sub underscore' bar underscore by underscore_start.seq; + sub underscore' underscore by underscore_start.seq; +} underscores; + +#Other non-ligature bits sub dcaron' [lacute lcaron lcommaaccent ldot lslash b h k l hbar hcircumflex kcommaaccent @Uppercase] by dcaron.alt; } calt; feature ccmp { lookup ccmp_Other_1 { - @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; - @CombiningNonTopAccents = [cedillacomb dotbelowcomb ogonekcomb horncomb]; - sub [i j]' @CombiningTopAccents by [idotless jdotless]; + @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaabovecomb commaaboverightcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; + @CombiningNonTopAccents = [cedillacomb dotbelowcomb lowlinecomb macronbelowcomb ogonekcomb ringbelowcomb horncomb]; + sub [i j i-cy je-cy]' @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningTopAccents by idotless ogonekcomb; - sub [i j]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless]; + sub idotbelow' @CombiningTopAccents by idotless dotbelowcomb; + sub [i j i-cy je-cy]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless idotless jdotless]; + sub iogonek' @CombiningNonTopAccents @CombiningTopAccents by idotless ogonekcomb; + sub idotbelow' @CombiningNonTopAccents @CombiningTopAccents by idotless dotbelowcomb; @Markscomb = [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb horncomb tonos brevecomb-cy]; @MarkscombCase = [dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case tonos.case brevecomb-cy.case]; sub @Markscomb @Markscomb' by @MarkscombCase; @@ -1131,8 +1029,13 @@ lookup ccmp_Other_2 { sub @MarkscombCase @Markscomb' by @MarkscombCase; } ccmp_Other_2; -sub fi by f i; -sub fl by f l; +lookup ccmp_latn_1 { + sub fi by f i; + sub fl by f l; +} ccmp_latn_1; + +script latn; +lookup ccmp_latn_1; } ccmp; feature locl { @@ -1387,11 +1290,57 @@ sub shademedium by shademedium.stypo; sub shadedark by shadedark.stypo; } rclt; +feature zero { +# automatic +sub zero by zero.zero; + +} zero; + +feature ss20 { +# notes: +# Name: +sub acknowledgeControl by acknowledgeControl.ss20; +sub backspaceControl by backspaceControl.ss20; +sub bellControl by bellControl.ss20; +sub cancelControl by cancelControl.ss20; +sub carriageReturnControl by carriageReturnControl.ss20; +sub dataLinkEscapeControl by dataLinkEscapeControl.ss20; +sub deleteControl by deleteFormTwoControl; +sub deviceControlFourControl by upperLeftQuadrantWhiteCircle; +sub deviceControlOneControl by upperRightQuadrantWhiteCircle; +sub deviceControlThreeControl by lowerLeftQuadrantWhiteCircle; +sub deviceControlTwoControl by lowerRightQuadrantWhiteCircle; +sub endOfMediumControl by endOfMediumControl.ss20; +sub endOfTextControl by endOfTextControl.ss20; +sub endOfTransmissionBlockControl by endOfTransmissionBlockControl.ss20; +sub endOfTransmissionControl by endOfTransmissionControl.ss20; +sub enquiryControl by enquiryControl.ss20; +sub escapeControl by escapeControl.ss20; +sub fileSeparatorControl by whiteUpperLeftQuadrantSquare; +sub formFeedControl by formFeedControl.ss20; +sub groupSeparatorControl by whiteLowerLeftQuadrantSquare; +sub horizontalTabulationControl by horizontalTabulationControl.ss20; +sub lineFeedControl by lineFeedControl.ss20; +sub negativeAcknowledgeControl by negativeAcknowledgeControl.ss20; +sub nullControl by whiteSquare; +sub recordSeparatorControl by whiteLowerRightQuadrantSquare; +sub shiftInControl by shiftInControl.ss20; +sub shiftOutControl by shiftOutControl.ss20; +sub spaceControl by upWhiteTriangle; +sub startOfHeadingControl by startOfHeadingControl.ss20; +sub startOfTextControl by startOfTextControl.ss20; +sub substituteControl by substituteControl.ss20; +sub synchronousIdleControl by synchronousIdleControl.ss20; +sub unitSeparatorControl by whiteUpperRightQuadrantSquare; +sub verticalTabulationControl by verticalTabulationControl.ss20; +sub newlineControl by returnsymbol; +} ss20; + table GDEF { # automatic GlyphClassDef - [A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Amacron Aogonek Aring Aringacute Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent H Hbar Hcaron Hcircumflex I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Itilde J Jcircumflex K Kcommaaccent L Lacute Lcaron Lcommaaccent Ldot Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scircumflex Scommaaccent Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Uring Utilde V Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Ismall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde schwa ezh f g gbreve gcaron gcircumflex gcommaaccent gdotaccent h hbar hcaron hcircumflex i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek itilde j jdotless jcircumflex k kcommaaccent kgreenlandic l lacute lcaron lcommaaccent ldot lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent s sacute scaron scedilla scircumflex scommaaccent germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek uring utilde v vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol baht cedi cent colonsign dollar dong franc guarani kip naira peseta peso ruble tugrik won yen Ohm increment micro Alpha-latin Astroke Cstroke Ereversed Gstroke Hdotbelow Iotaafrican Kacute Kdotbelow Klinebelow Lbar Ldotbelow Llinebelow Lmiddletilde Nlinebelow Omacronacute Omacrongrave Rdotbelow Sdotbelow Tdiagonalstroke Tlinebelow Upsilonafrican Gammaafrican Vhook Asmall Gsmall Lsmall alpha-latin eturned gamma-latin glottalstop glottalstopreversed gstroke hdotbelow iota-latin jcaron kdotbelow klinebelow lambdastroke lbar lbelt ldotbelow llinebelow lmiddletilde nlinebelow omacronacute omacrongrave rdotbelow sdotbelow upsilon-latin vhook baht.BRACKET.600 dollar.BRACKET.600], # Base + [A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol baht cedi cent colonsign dollar dong franc guarani kip naira peseta peso ruble tugrik won yen Ohm increment micro], # Base , # Liga - [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb horncomb dotbelowcomb commaaccentcomb cedillacomb ogonekcomb gravetonecomb acutetonecomb dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb brevecomb-cy brevecomb-cy.case commaabovecomb commaaboverightcomb ringbelowcomb macronbelowcomb lowlinecomb], # Mark + [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb brevecomb-cy brevecomb-cy.case], # Mark ; } GDEF; diff --git a/sources/CascadiaCode-Regular.ufo/fontinfo.plist b/sources/CascadiaCode-Regular.ufo/fontinfo.plist index a18143ec1..b2ce69afa 100644 --- a/sources/CascadiaCode-Regular.ufo/fontinfo.plist +++ b/sources/CascadiaCode-Regular.ufo/fontinfo.plist @@ -20,9 +20,9 @@ name [locked] x - 1100 + 1013 y - 1080 + 1133 angle @@ -40,9 +40,9 @@ name [locked] x - 1052 + 849 y - 1500 + 1440 angle @@ -162,6 +162,38 @@ y 2226 + + angle + 0 + x + 1100 + y + 366 + + + angle + 0 + x + 1100 + y + 1052 + + + angle + 0 + x + 1100 + y + 866 + + + angle + 0 + x + 1100 + y + 552 + italicAngle 0 @@ -249,7 +281,7 @@ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR postscriptUnderlinePosition -100 postscriptUnderlineThickness - 50 + 100 styleMapFamilyName Cascadia Code styleMapStyleName diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs.J_un 16 20, 20_48/contents.plist b/sources/CascadiaCode-Regular.ufo/glyphs.J_an 6 21, 14_03/contents.plist similarity index 75% rename from sources/CascadiaCode-ExtraLight.ufo/glyphs.J_un 16 20, 20_48/contents.plist rename to sources/CascadiaCode-Regular.ufo/glyphs.J_an 6 21, 14_03/contents.plist index 6773ca345..d0f85ff93 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs.J_un 16 20, 20_48/contents.plist +++ b/sources/CascadiaCode-Regular.ufo/glyphs.J_an 6 21, 14_03/contents.plist @@ -2,7 +2,7 @@ - Zhe-cy - Z_he-cy.glif + quoteleft + quoteleft.glif diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.J_an 6 21, 14_03/quoteleft.glif b/sources/CascadiaCode-Regular.ufo/glyphs.J_an 6 21, 14_03/quoteleft.glif new file mode 100644 index 000000000..44b803752 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.J_an 6 21, 14_03/quoteleft.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/A_lpha-latin.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/A_lpha-latin.glif new file mode 100644 index 000000000..d278134b7 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/A_lpha-latin.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/G_small.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/G_small.glif new file mode 100644 index 000000000..aee5975e7 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/G_small.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/G_stroke.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/G_stroke.glif new file mode 100644 index 000000000..1a68fe35a --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/G_stroke.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/V_hook.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/V_hook.glif new file mode 100644 index 000000000..b33d5e6f4 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/V_hook.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/ae.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/ae.glif new file mode 100644 index 000000000..18643f88c --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/ae.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/asciitilde_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/asciitilde_equal.liga.glif new file mode 100644 index 000000000..9ee000400 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/asciitilde_equal.liga.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/asterisk_parenright.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/asterisk_parenright.liga.glif new file mode 100644 index 000000000..7e3091f07 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/asterisk_parenright.liga.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/bar_bar_equal_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/bar_bar_equal_middle.seq.glif new file mode 100644 index 000000000..87a2b0668 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/bar_bar_equal_middle.seq.glif @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/contents.plist b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/contents.plist new file mode 100644 index 000000000..1c9a9ff6c --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/contents.plist @@ -0,0 +1,100 @@ + + + + + Alpha-latin + A_lpha-latin.glif + Gsmall + G_small.glif + Gstroke + G_stroke.glif + Vhook + V_hook.glif + ae + ae.glif + asciitilde_equal.liga + asciitilde_equal.liga.glif + asterisk_parenright.liga + asterisk_parenright.liga.glif + bar_bar_equal_middle.seq + bar_bar_equal_middle.seq.glif + d + d.glif + dcaron.alt + dcaron.alt.glif + g + g.glif + gheupturn-cy + gheupturn-cy.glif + glottalstopmod + glottalstopmod.glif + greater.alt + greater.alt.glif + greater.center + greater.center.glif + greater_greater_equal_end.seq + greater_greater_equal_end.seq.glif + greater_greater_equal_middle.seq + greater_greater_equal_middle.seq.glif + greater_greater_equal_start.seq + greater_greater_equal_start.seq.glif + greater_greater_hyphen_end.seq + greater_greater_hyphen_end.seq.glif + greater_greater_hyphen_middle.seq + greater_greater_hyphen_middle.seq.glif + greater_greater_hyphen_start.seq + greater_greater_hyphen_start.seq.glif + idotless + idotless.glif + ka-cy + ka-cy.glif + kadescender-cy + kadescender-cy.glif + kaiSymbol + kaiS_ymbol.glif + kappa + kappa.glif + less_less_equal_end.seq + less_less_equal_end.seq.glif + less_less_equal_middle.seq + less_less_equal_middle.seq.glif + less_less_equal_start.seq + less_less_equal_start.seq.glif + less_less_hyphen_end.seq + less_less_hyphen_end.seq.glif + less_less_hyphen_middle.seq + less_less_hyphen_middle.seq.glif + less_less_hyphen_start.seq + less_less_hyphen_start.seq.glif + less_plus.liga + less_plus.liga.glif + minus + minus.glif + nhookleft + nhookleft.glif + nine + nine.glif + numbersign_middle.seq + numbersign_middle.seq.glif + numbersign_underscore_parenleft.liga + numbersign_underscore_parenleft.liga.glif + p + p.glif + parenleft_asterisk.liga + parenleft_asterisk.liga.glif + quoteleft + quoteleft.glif + quoteright + quoteright.glif + rho + rho.glif + six + six.glif + slash_slash_equal_end.seq + slash_slash_equal_end.seq.glif + twosuperior + twosuperior.glif + upsilon-latin + upsilon-latin.glif + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/d.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/d.glif new file mode 100644 index 000000000..80a4fc3aa --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/d.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/dcaron.alt.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/dcaron.alt.glif new file mode 100644 index 000000000..c6aa134b2 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/dcaron.alt.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/g.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/g.glif new file mode 100644 index 000000000..92a46142c --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/g.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/gheupturn-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/gheupturn-cy.glif new file mode 100644 index 000000000..0ef0f3b6b --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/gheupturn-cy.glif @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/glottalstopmod.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/glottalstopmod.glif new file mode 100644 index 000000000..47e0a7ea3 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/glottalstopmod.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater.alt.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater.alt.glif new file mode 100644 index 000000000..b2b53e6bb --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater.alt.glif @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater.center.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater.center.glif new file mode 100644 index 000000000..141df6d60 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater.center.glif @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_equal_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_equal_end.seq.glif new file mode 100644 index 000000000..932bd6521 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_equal_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_equal_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_equal_middle.seq.glif new file mode 100644 index 000000000..77208d91f --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_equal_middle.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_equal_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_equal_start.seq.glif new file mode 100644 index 000000000..4712c956b --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_equal_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_hyphen_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_hyphen_end.seq.glif new file mode 100644 index 000000000..822e30384 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_hyphen_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_hyphen_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_hyphen_middle.seq.glif new file mode 100644 index 000000000..514503e35 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_hyphen_middle.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_hyphen_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_hyphen_start.seq.glif new file mode 100644 index 000000000..ef4757a68 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater_greater_hyphen_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/idotless.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/idotless.glif new file mode 100644 index 000000000..8a649c2ed --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/idotless.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/ka-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/ka-cy.glif new file mode 100644 index 000000000..7e985146d --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/ka-cy.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/kadescender-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/kadescender-cy.glif new file mode 100644 index 000000000..83d9dda89 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/kadescender-cy.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/kaiS_ymbol.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/kaiS_ymbol.glif new file mode 100644 index 000000000..f7408922e --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/kaiS_ymbol.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/kappa.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/kappa.glif new file mode 100644 index 000000000..c20f1989a --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/kappa.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_equal_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_equal_end.seq.glif new file mode 100644 index 000000000..310ca95b8 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_equal_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_equal_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_equal_middle.seq.glif new file mode 100644 index 000000000..5bc5ada44 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_equal_middle.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_equal_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_equal_start.seq.glif new file mode 100644 index 000000000..dc24ca27d --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_equal_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_hyphen_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_hyphen_end.seq.glif new file mode 100644 index 000000000..f20d7c1d7 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_hyphen_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_hyphen_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_hyphen_middle.seq.glif new file mode 100644 index 000000000..bdffc0db1 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_hyphen_middle.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_hyphen_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_hyphen_start.seq.glif new file mode 100644 index 000000000..b61002984 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_less_hyphen_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_plus.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_plus.liga.glif new file mode 100644 index 000000000..d23416931 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_plus.liga.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/minus.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/minus.glif new file mode 100644 index 000000000..99c03ecc6 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/minus.glif @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/nhookleft.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/nhookleft.glif new file mode 100644 index 000000000..67d6f26ac --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/nhookleft.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/nine.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/nine.glif new file mode 100644 index 000000000..e7850b934 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/nine.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/numbersign_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/numbersign_middle.seq.glif new file mode 100644 index 000000000..5b71a0ce4 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/numbersign_middle.seq.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/numbersign_underscore_parenleft.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/numbersign_underscore_parenleft.liga.glif new file mode 100644 index 000000000..c5031122a --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/numbersign_underscore_parenleft.liga.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/p.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/p.glif new file mode 100644 index 000000000..a008fe7d1 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/p.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/parenleft_asterisk.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/parenleft_asterisk.liga.glif new file mode 100644 index 000000000..da169b10d --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/parenleft_asterisk.liga.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/quoteleft.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/quoteleft.glif new file mode 100644 index 000000000..db2f9c2d3 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/quoteleft.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/quoteright.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/quoteright.glif new file mode 100644 index 000000000..c7a5601b8 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/quoteright.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/rho.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/rho.glif new file mode 100644 index 000000000..d9a516d5b --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/rho.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/six.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/six.glif new file mode 100644 index 000000000..0430c41b0 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/six.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/slash_slash_equal_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/slash_slash_equal_end.seq.glif new file mode 100644 index 000000000..7df9c0db6 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/slash_slash_equal_end.seq.glif @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/twosuperior.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/twosuperior.glif new file mode 100644 index 000000000..8187a6274 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/twosuperior.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs.public.background/upsilon-latin.glif b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/upsilon-latin.glif new file mode 100644 index 000000000..1a67711d0 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs.public.background/upsilon-latin.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_-cy.glif index c7aa1bf56..bc4915a18 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_.glif index 2f7a5c285..cf8a5a344 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_.glif @@ -26,7 +26,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_.half.glif new file mode 100644 index 000000000..51a894ed5 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_.half.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_E_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_E_.glif index 3e213f09c..6d8443169 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_E_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_E_.glif @@ -15,16 +15,16 @@ - - - - + + + + - - + + @@ -33,14 +33,14 @@ - - - - + + + + - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_E_acute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_E_acute.glif index 05c93d7fe..68dfa8938 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_E_acute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_E_acute.glif @@ -3,16 +3,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_acute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_acute.glif index 4a35a8274..db62282eb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_acute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_acute.glif @@ -7,12 +7,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_breve.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_breve.glif index 948779257..a24424ae1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_breve.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_breve.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_breveacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_breveacute.glif index d9f34b366..4e7c21d54 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_breveacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_breveacute.glif @@ -4,16 +4,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_brevedotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_brevedotbelow.glif index 90618eaf5..59d46ce8b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_brevedotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_brevedotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_brevegrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_brevegrave.glif index 59ce6a659..00eb7fa97 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_brevegrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_brevegrave.glif @@ -4,16 +4,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_brevehookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_brevehookabove.glif index 92e64a109..4e234a828 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_brevehookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_brevehookabove.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_brevetilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_brevetilde.glif index 91990f687..73483f23e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_brevetilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_brevetilde.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_caron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_caron.glif index c6df24df2..69d7a4b91 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_caron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_caron.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflex.glif index cf0294e29..fe7e86585 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflex.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexacute.glif index dc97a17d3..123e49c19 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexacute.glif @@ -4,16 +4,27 @@ - + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + acutecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexdotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexdotbelow.glif index 087803c52..2cfa30495 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexdotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexdotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexgrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexgrave.glif index 98dd9a7bb..a2bb91701 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexgrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexgrave.glif @@ -4,11 +4,11 @@ - + - + @@ -24,7 +24,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexhookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexhookabove.glif index 661918c6a..6e99d07ca 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexhookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexhookabove.glif @@ -4,7 +4,7 @@ - + @@ -12,8 +12,19 @@ + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + hookabovecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflextilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflextilde.glif index d6a8362fe..f752badc2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflextilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflextilde.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_dieresis.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_dieresis.glif index 0b361da01..5fd8777f9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_dieresis.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_dieresis.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_dotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_dotbelow.glif index 02a27c548..695e05024 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_dotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_grave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_grave.glif index 33ee0a8e4..818dd9759 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_grave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_grave.glif @@ -7,12 +7,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_hookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_hookabove.glif index 2643a507a..6bd799f48 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_hookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_hookabove.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_lpha-latin.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_lpha-latin.glif index 961c47cf1..226adad37 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_lpha-latin.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_lpha-latin.glif @@ -2,60 +2,59 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - - - - + + + + + + + - - - - + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_lpha.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_lpha.glif index 2f0b268ba..91a5556c8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_lpha.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_lpha.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_lphatonos.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_lphatonos.glif index 0cc7e87fa..3d824a614 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_lphatonos.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_lphatonos.glif @@ -28,10 +28,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_macron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_macron.glif index 50e12bf8b..552fff7f5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_macron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_macron.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_ogonek.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_ogonek.glif index eff5e6b43..f533c0aff 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_ogonek.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_ogonek.glif @@ -2,17 +2,17 @@ - + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_ring.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_ring.glif index b58c004ff..2065bebc0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_ring.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_ring.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_ringacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_ringacute.glif index cd8eea581..557f67b68 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_ringacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_ringacute.glif @@ -2,9 +2,9 @@ - + - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_small.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_small.glif index b735a04c3..6c05b3f30 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_small.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_small.glif @@ -8,13 +8,13 @@ - - - - + + + + - - + + @@ -26,7 +26,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_stroke.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_stroke.glif index a9800dd9a..1d174a924 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_stroke.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_stroke.glif @@ -2,9 +2,9 @@ - + + - @@ -25,7 +25,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/A_tilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/A_tilde.glif index da6e8bd0f..ae61efea3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/A_tilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/A_tilde.glif @@ -4,7 +4,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/B_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/B_.glif index a0fb053d9..5bf7816fc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/B_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/B_.glif @@ -61,7 +61,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/B_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/B_.half.glif new file mode 100644 index 000000000..17acc76c5 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/B_.half.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/B_e-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/B_e-cy.glif index 39d1be071..5739319fb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/B_e-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/B_e-cy.glif @@ -16,13 +16,13 @@ - - + + - - + + @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/B_eta.glif b/sources/CascadiaCode-Regular.ufo/glyphs/B_eta.glif index 23a7fabad..04b681245 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/B_eta.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/B_eta.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/C_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/C_.glif index ee8c9a31c..e26b56abb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/C_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/C_.glif @@ -2,42 +2,42 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/C_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/C_.half.glif new file mode 100644 index 000000000..bcce78ecd --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/C_.half.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/C_acute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/C_acute.glif index 5322c053d..bd887683d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/C_acute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/C_acute.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/C_acute.loclP_L_K_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/C_acute.loclP_L_K_.glif index 2ad214032..9fc1ee549 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/C_acute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/C_acute.loclP_L_K_.glif @@ -1,16 +1,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/C_caron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/C_caron.glif index 65fd0efd3..6bffba180 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/C_caron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/C_caron.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/C_cedilla.glif b/sources/CascadiaCode-Regular.ufo/glyphs/C_cedilla.glif index 0f9ed8cfc..efc56b2b1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/C_cedilla.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/C_cedilla.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/C_circumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/C_circumflex.glif index e4d6f46b3..813e2bfba 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/C_circumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/C_circumflex.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/C_dotaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/C_dotaccent.glif index a24c82fbc..c0907030f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/C_dotaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/C_dotaccent.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/C_he-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/C_he-cy.glif index 34c4eec87..8d43e32d4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/C_he-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/C_he-cy.glif @@ -2,34 +2,28 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/C_hedescender-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/C_hedescender-cy.glif index 4b85af057..63441d049 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/C_hedescender-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/C_hedescender-cy.glif @@ -2,21 +2,15 @@ - - + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/C_hi.glif b/sources/CascadiaCode-Regular.ufo/glyphs/C_hi.glif index 29a5fb4bd..086db1e98 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/C_hi.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/C_hi.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/C_stroke.glif b/sources/CascadiaCode-Regular.ufo/glyphs/C_stroke.glif index 6e9bf1e09..f40443239 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/C_stroke.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/C_stroke.glif @@ -2,8 +2,8 @@ - - + + @@ -16,7 +16,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/D_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/D_.glif index 36f5abb53..41dd674b8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/D_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/D_.glif @@ -2,41 +2,41 @@ - - - + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/D_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/D_.half.glif new file mode 100644 index 000000000..1c272ed99 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/D_.half.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/D_caron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/D_caron.glif index 71d2164fb..c536e449b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/D_caron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/D_caron.glif @@ -2,17 +2,17 @@ - - - + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/D_croat.glif b/sources/CascadiaCode-Regular.ufo/glyphs/D_croat.glif index 65ebd7fac..8b1040c00 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/D_croat.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/D_croat.glif @@ -2,16 +2,16 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/D_e-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/D_e-cy.glif index 7759e7134..d8b1f5ec6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/D_e-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/D_e-cy.glif @@ -48,10 +48,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/D_e-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/D_e-cy.loclB_G_R_.glif index 2c6ec98b5..480dfb399 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/D_e-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/D_e-cy.loclB_G_R_.glif @@ -33,10 +33,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/D_elta.glif b/sources/CascadiaCode-Regular.ufo/glyphs/D_elta.glif index 75ba7b8e7..2b9cac5dd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/D_elta.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/D_elta.glif @@ -22,10 +22,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/D_je-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/D_je-cy.glif index 54a165668..30e057353 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/D_je-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/D_je-cy.glif @@ -2,44 +2,38 @@ - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/D_ze-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/D_ze-cy.glif index fc8a7ca4e..a85a2df8c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/D_ze-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/D_ze-cy.glif @@ -3,14 +3,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/D_zhe-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/D_zhe-cy.glif index ad4a8d6f5..2070d2dd8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/D_zhe-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/D_zhe-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_-cy.glif index b56465470..58b1371ba 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_-cy.glif @@ -40,10 +40,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_.glif index b04e4c524..0188b9c02 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_.half.glif new file mode 100644 index 000000000..451a6e227 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_.half.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_acute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_acute.glif index f8c88f439..f6a8a0f11 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_acute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_acute.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_breve.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_breve.glif index a7693d52f..aa9af6d2b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_breve.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_breve.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_caron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_caron.glif index 3e69156a7..31fc92631 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_caron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_caron.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflex.glif index 7f2c60f98..6e7040d05 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflex.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexacute.glif index cf89e49c2..4da7e8d78 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexacute.glif @@ -4,17 +4,28 @@ - + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + acutecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexdotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexdotbelow.glif index 6c8398fb8..d59b6d460 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexdotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexdotbelow.glif @@ -2,7 +2,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexgrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexgrave.glif index 669f5c87f..0ea28c80e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexgrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexgrave.glif @@ -4,12 +4,12 @@ - + - + @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexhookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexhookabove.glif index ba7b0ed83..0897b96e1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexhookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexhookabove.glif @@ -4,7 +4,7 @@ - + @@ -13,8 +13,19 @@ + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + hookabovecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflextilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflextilde.glif index bbc522213..ef5311e3f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflextilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflextilde.glif @@ -4,7 +4,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_dieresis.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_dieresis.glif index fdc4ad5be..d790ca7c0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_dieresis.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_dieresis.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_dotaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_dotaccent.glif index 24eb5985d..ed0c79bf4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_dotaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_dotaccent.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_dotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_dotbelow.glif index 5a33c10dc..a1c3b395c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_dotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_f-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_f-cy.glif index 5c43e569c..248ba6cf0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_f-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_f-cy.glif @@ -48,10 +48,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_f-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_f-cy.loclB_G_R_.glif index 0191f43f8..2d0928185 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_f-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_f-cy.loclB_G_R_.glif @@ -47,10 +47,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_grave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_grave.glif index 633789991..2214ee723 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_grave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_grave.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_hookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_hookabove.glif index 70a21a818..3459f0d6e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_hookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_hookabove.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_l-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_l-cy.glif index f518e6113..4a8b45fee 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_l-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_l-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_l-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_l-cy.loclB_G_R_.glif index e4decd522..01d360dea 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_l-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_l-cy.loclB_G_R_.glif @@ -15,10 +15,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_m-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_m-cy.glif index d98122b9f..cddeda4a2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_m-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_m-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_macron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_macron.glif index 9505f03fa..7237f6a1b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_macron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_macron.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_n-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_n-cy.glif index 84d3aec46..1a9199a33 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_n-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_n-cy.glif @@ -9,10 +9,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_ndescender-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_ndescender-cy.glif index d8f353ca6..e368dadc7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_ndescender-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_ndescender-cy.glif @@ -15,10 +15,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_ng.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_ng.glif index 95f1ced0a..5ff587705 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_ng.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_ng.glif @@ -3,7 +3,7 @@ - + @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_ogonek.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_ogonek.glif index d9a53b73a..d14566f8f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_ogonek.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_ogonek.glif @@ -2,7 +2,7 @@ - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_psilon.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_psilon.glif index 7762ca32d..a9d002a99 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_psilon.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_psilon.glif @@ -9,10 +9,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_psilontonos.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_psilontonos.glif index 3a49afb28..b50d06eeb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_psilontonos.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_psilontonos.glif @@ -36,10 +36,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_r-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_r-cy.glif index cf0555239..aa71168c9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_r-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_r-cy.glif @@ -2,15 +2,9 @@ - - + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_reversed-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_reversed-cy.glif index b9acb64a4..5adb17d4e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_reversed-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_reversed-cy.glif @@ -40,10 +40,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_reversed.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_reversed.glif index 39cc0d966..2d85726bc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_reversed.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_reversed.glif @@ -35,7 +35,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_s-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_s-cy.glif index c2b372e5e..306b6eb48 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_s-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_s-cy.glif @@ -2,15 +2,9 @@ - - + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_sh.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_sh.glif index d692fe5e3..d23391d75 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_sh.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_sh.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_ta.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_ta.glif index 63595138e..6724c725f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_ta.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_ta.glif @@ -9,10 +9,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_tatonos.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_tatonos.glif index 791166c75..886f1392e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_tatonos.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_tatonos.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_th.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_th.glif index 1b3a9eeb9..863fa93cd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_th.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_th.glif @@ -2,15 +2,15 @@ - - - + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_tilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_tilde.glif index 1b7b36150..a361524e2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_tilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_tilde.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/E_zh.glif b/sources/CascadiaCode-Regular.ufo/glyphs/E_zh.glif index e1b797027..f1f883516 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/E_zh.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/E_zh.glif @@ -6,35 +6,35 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/F_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/F_.glif index 81f2e1abe..be17b5407 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/F_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/F_.glif @@ -6,28 +6,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/F_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/F_.half.glif new file mode 100644 index 000000000..c3fbc521c --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/F_.half.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/G_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/G_.glif index ea2cb667f..c2cd4fd26 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/G_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/G_.glif @@ -2,54 +2,54 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/G_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/G_.half.glif new file mode 100644 index 000000000..a66cfcf73 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/G_.half.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/G_amma.glif b/sources/CascadiaCode-Regular.ufo/glyphs/G_amma.glif index 519598c3f..3660a079a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/G_amma.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/G_amma.glif @@ -2,15 +2,9 @@ - - + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/G_ammaafrican.glif b/sources/CascadiaCode-Regular.ufo/glyphs/G_ammaafrican.glif index 65e025439..565b5947c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/G_ammaafrican.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/G_ammaafrican.glif @@ -7,35 +7,35 @@ - - - - - + + + + + - - - + + + - - - + + + - - - - - + + + + + @@ -52,7 +52,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/G_breve.glif b/sources/CascadiaCode-Regular.ufo/glyphs/G_breve.glif index 03651601d..0c102b55e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/G_breve.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/G_breve.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/G_caron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/G_caron.glif index bfb638096..5569d0b23 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/G_caron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/G_caron.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/G_circumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/G_circumflex.glif index 9dd5e0a99..b5aeaa548 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/G_circumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/G_circumflex.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/G_commaaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/G_commaaccent.glif index faba36ca2..480579aa7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/G_commaaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/G_commaaccent.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/G_dotaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/G_dotaccent.glif index bb5491308..10a112588 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/G_dotaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/G_dotaccent.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/G_e-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/G_e-cy.glif index 53283bca0..db4e40e67 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/G_e-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/G_e-cy.glif @@ -18,10 +18,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/G_ermandbls.glif b/sources/CascadiaCode-Regular.ufo/glyphs/G_ermandbls.glif index 9a422af63..1339875b0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/G_ermandbls.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/G_ermandbls.glif @@ -31,12 +31,12 @@ - + - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/G_hestroke-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/G_hestroke-cy.glif index da7b32882..b5c669023 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/G_hestroke-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/G_hestroke-cy.glif @@ -2,8 +2,8 @@ - - + + @@ -13,10 +13,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/G_heupturn-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/G_heupturn-cy.glif index 0c8b4bfa9..cc4c3d0bf 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/G_heupturn-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/G_heupturn-cy.glif @@ -24,10 +24,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/G_je-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/G_je-cy.glif index 8e8803827..bae3c5476 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/G_je-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/G_je-cy.glif @@ -6,12 +6,6 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/G_small.glif b/sources/CascadiaCode-Regular.ufo/glyphs/G_small.glif index 9665d7c55..f6cf1aaac 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/G_small.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/G_small.glif @@ -6,50 +6,50 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/G_stroke.glif b/sources/CascadiaCode-Regular.ufo/glyphs/G_stroke.glif index 955af5207..7aafd584a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/G_stroke.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/G_stroke.glif @@ -6,38 +6,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -49,7 +49,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/H_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/H_.glif index 093aae68f..1c9cb7b03 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/H_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/H_.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/H_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/H_.half.glif new file mode 100644 index 000000000..0e2ea1d01 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/H_.half.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/H_a-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/H_a-cy.glif index 1a5d40fa8..18b430bef 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/H_a-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/H_a-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/H_adescender-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/H_adescender-cy.glif index c986978b7..30386f65f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/H_adescender-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/H_adescender-cy.glif @@ -13,10 +13,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/H_ardsign-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/H_ardsign-cy.glif index 7b48bb9e9..c3da68d4c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/H_ardsign-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/H_ardsign-cy.glif @@ -2,46 +2,40 @@ - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/H_bar.glif b/sources/CascadiaCode-Regular.ufo/glyphs/H_bar.glif index ef036b15e..25436ca09 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/H_bar.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/H_bar.glif @@ -8,10 +8,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/H_caron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/H_caron.glif index fd633b4b4..048ea830f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/H_caron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/H_caron.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/H_circumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/H_circumflex.glif index 32768e9bf..fe645d335 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/H_circumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/H_circumflex.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/H_dotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/H_dotbelow.glif index 47ee20a8b..adc117f39 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/H_dotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/H_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_-cy.glif index 79d8b87b9..feb635915 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_-cy.glif @@ -3,16 +3,10 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_.glif index f676ece18..af2eb4a89 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_.half.glif new file mode 100644 index 000000000..481facb6c --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_.half.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_J_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_J_.glif index bc1344b2e..b29b45288 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_J_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_J_.glif @@ -6,54 +6,52 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - com.schriftgestaltung.Glyphs.glyph.rightMetricsKey - J public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_a-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_a-cy.glif index 8813a40c0..be565171e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_a-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_a-cy.glif @@ -27,14 +27,14 @@ - - - - - - - - + + + + + + + + @@ -47,7 +47,7 @@ - + @@ -59,10 +59,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_acute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_acute.glif index 243741bf1..46518926c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_acute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_acute.glif @@ -3,17 +3,17 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_acute_J_.loclN_L_D_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_acute_J_.loclN_L_D_.glif index ea784391a..7b833efa1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_acute_J_.loclN_L_D_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_acute_J_.loclN_L_D_.glif @@ -2,7 +2,7 @@ - + @@ -38,7 +38,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_breve.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_breve.glif index 0a66fda67..d8939ff68 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_breve.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_breve.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_circumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_circumflex.glif index e465b4f87..905d72764 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_circumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_circumflex.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_dieresis.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_dieresis.glif index 7885aa404..27edc890e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_dieresis.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_dieresis.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_dotaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_dotaccent.glif index aaed91d11..235a036d0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_dotaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_dotaccent.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_dotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_dotbelow.glif index b6e9fb714..4b6ea4a06 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_dotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_dotbelow.glif @@ -2,8 +2,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_e-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_e-cy.glif index 0eff3789b..ef7918569 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_e-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_e-cy.glif @@ -9,10 +9,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_egrave-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_egrave-cy.glif index 740f07e9e..0d102d5f4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_egrave-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_egrave-cy.glif @@ -8,12 +8,6 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_grave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_grave.glif index 908272c55..e1b138635 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_grave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_grave.glif @@ -3,17 +3,17 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_hookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_hookabove.glif index c7f8e14e8..dc2128b6b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_hookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_hookabove.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_i-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_i-cy.glif index dcb21415e..a7becf889 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_i-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_i-cy.glif @@ -28,10 +28,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_igrave-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_igrave-cy.glif index a1a4040c9..93806256e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_igrave-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_igrave-cy.glif @@ -6,12 +6,6 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_ishort-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_ishort-cy.glif index 9aeb045cc..44d6645ca 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_ishort-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_ishort-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_macron-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_macron-cy.glif index df57e482e..86e9d8dc8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_macron-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_macron-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_macron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_macron.glif index 176b05cd9..3d6612bf0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_macron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_macron.glif @@ -3,7 +3,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_o-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_o-cy.glif index 1ff741ed0..19fa85b04 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_o-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_o-cy.glif @@ -10,10 +10,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_ogonek.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_ogonek.glif index f0189f96b..0b1f0a161 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_ogonek.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_ogonek.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_ota.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_ota.glif index 0da31b69c..d94842712 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_ota.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_ota.glif @@ -3,16 +3,10 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_otaafrican.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_otaafrican.glif index fd88fe32e..3f7137313 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_otaafrican.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_otaafrican.glif @@ -2,17 +2,17 @@ - - - - + + + + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_otadieresis.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_otadieresis.glif index f22af9f4d..97ec8bf2b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_otadieresis.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_otadieresis.glif @@ -3,17 +3,11 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_otatonos.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_otatonos.glif index c27289c24..1b2950709 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_otatonos.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_otatonos.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_small.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_small.glif index 9fc3f00dd..8800358bb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_small.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_small.glif @@ -6,20 +6,20 @@ - - - - + + + + - - + + - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_tilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_tilde.glif index e68155195..de604e122 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_tilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_tilde.glif @@ -3,8 +3,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/I_u-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/I_u-cy.glif index a3b46f279..b3371dbaf 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/I_u-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/I_u-cy.glif @@ -46,10 +46,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/J_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/J_.glif index 09185c4ea..035c8f7c0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/J_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/J_.glif @@ -6,34 +6,34 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/J_circumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/J_circumflex.glif index 19b563f86..57a154296 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/J_circumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/J_circumflex.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/J_e-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/J_e-cy.glif index 60c6cc45b..48e1847e2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/J_e-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/J_e-cy.glif @@ -3,14 +3,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/K_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/K_.glif index 3793e3ff5..47d50f428 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/K_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/K_.glif @@ -2,36 +2,36 @@ - - + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/K_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/K_.half.glif new file mode 100644 index 000000000..47974b452 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/K_.half.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/K_a-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/K_a-cy.glif index 9d7dcf293..8eb276fca 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/K_a-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/K_a-cy.glif @@ -17,14 +17,14 @@ - - - - - - - - + + + + + + + + @@ -34,12 +34,12 @@ - - + + - + @@ -51,19 +51,13 @@ - - - - - - - + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/K_acute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/K_acute.glif index cc367bba5..5ddc8afe5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/K_acute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/K_acute.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/K_adescender-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/K_adescender-cy.glif index 47bef2010..56302d359 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/K_adescender-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/K_adescender-cy.glif @@ -17,14 +17,14 @@ - - - - - - - - + + + + + + + + @@ -40,12 +40,12 @@ - - + + - + @@ -57,19 +57,13 @@ - - - - - - - + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/K_aiS_ymbol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/K_aiS_ymbol.glif index 6a59a4264..3d8931b7d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/K_aiS_ymbol.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/K_aiS_ymbol.glif @@ -6,40 +6,34 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/K_appa.glif b/sources/CascadiaCode-Regular.ufo/glyphs/K_appa.glif index 66c992481..f04a5621c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/K_appa.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/K_appa.glif @@ -2,15 +2,9 @@ - - + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/K_commaaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/K_commaaccent.glif index 6fea8328d..af37d11c7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/K_commaaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/K_commaaccent.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/K_dotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/K_dotbelow.glif index df0bd9641..072e1678b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/K_dotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/K_dotbelow.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/K_je-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/K_je-cy.glif index 53ab9ea5e..bd517ff57 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/K_je-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/K_je-cy.glif @@ -6,12 +6,6 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/K_linebelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/K_linebelow.glif index aca654e33..876e89b91 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/K_linebelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/K_linebelow.glif @@ -2,16 +2,16 @@ - - + + - + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/L_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/L_.glif index bf11f7268..cd44c65a1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/L_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/L_.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/L_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/L_.half.glif new file mode 100644 index 000000000..06e19be8b --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/L_.half.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/L_acute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/L_acute.glif index c2a20e747..2344410c2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/L_acute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/L_acute.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/L_ambda.glif b/sources/CascadiaCode-Regular.ufo/glyphs/L_ambda.glif index d73eb23dc..e9ae3d278 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/L_ambda.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/L_ambda.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/L_bar.glif b/sources/CascadiaCode-Regular.ufo/glyphs/L_bar.glif index 3d6152e90..78c37743b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/L_bar.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/L_bar.glif @@ -18,7 +18,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/L_commaaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/L_commaaccent.glif index 4de66f982..b724bb25a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/L_commaaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/L_commaaccent.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/L_dot.glif b/sources/CascadiaCode-Regular.ufo/glyphs/L_dot.glif index d6e146ff5..9927f4eda 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/L_dot.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/L_dot.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/L_dotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/L_dotbelow.glif index f81a39f7f..f7a19f891 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/L_dotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/L_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/L_je-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/L_je-cy.glif index 99e56dc60..f4c3e560f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/L_je-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/L_je-cy.glif @@ -50,10 +50,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/L_linebelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/L_linebelow.glif index ccf4b88d7..d70a9e2a0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/L_linebelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/L_linebelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/L_middletilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/L_middletilde.glif index 633580784..994028b5e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/L_middletilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/L_middletilde.glif @@ -55,7 +55,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/L_small.glif b/sources/CascadiaCode-Regular.ufo/glyphs/L_small.glif index e9702193f..fb1100284 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/L_small.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/L_small.glif @@ -9,8 +9,8 @@ - - + + @@ -23,7 +23,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/M_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/M_.glif index ab160c705..8a7083d72 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/M_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/M_.glif @@ -41,7 +41,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/M_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/M_.half.glif new file mode 100644 index 000000000..61722a85e --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/M_.half.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/M_u.glif b/sources/CascadiaCode-Regular.ufo/glyphs/M_u.glif index 39c3b19c3..777ad405a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/M_u.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/M_u.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/N_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/N_.glif index cffcfffdd..96a5b18f9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/N_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/N_.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/N_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/N_.half.glif new file mode 100644 index 000000000..a73d89fce --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/N_.half.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/N_acute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/N_acute.glif index 870873252..4fa4f5081 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/N_acute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/N_acute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/N_acute.loclP_L_K_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/N_acute.loclP_L_K_.glif index 2fb4294fe..3a850ab2e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/N_acute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/N_acute.loclP_L_K_.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/N_caron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/N_caron.glif index 53fbc1d47..29a98cebf 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/N_caron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/N_caron.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/N_commaaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/N_commaaccent.glif index 693aaec87..6e6319359 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/N_commaaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/N_commaaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/N_hookleft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/N_hookleft.glif index 932526808..b23f33649 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/N_hookleft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/N_hookleft.glif @@ -2,29 +2,29 @@ - + - + - + - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/N_je-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/N_je-cy.glif index 16e141f04..2c230713b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/N_je-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/N_je-cy.glif @@ -46,10 +46,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/N_linebelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/N_linebelow.glif index e6d622252..2959d3407 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/N_linebelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/N_linebelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/N_tilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/N_tilde.glif index b99dcb129..4ef83605e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/N_tilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/N_tilde.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/N_u.glif b/sources/CascadiaCode-Regular.ufo/glyphs/N_u.glif index 4dee8c66e..d32b85a00 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/N_u.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/N_u.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_-cy.glif index eb26191ad..16e5ee521 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_-cy.glif @@ -11,10 +11,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_.glif index e9fc477bf..96a7a793e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_.glif @@ -42,7 +42,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_.half.glif new file mode 100644 index 000000000..8493095bf --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_.half.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_acute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_acute.glif index ac7ad5e0a..dc1422d33 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_acute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_acute.glif @@ -10,12 +10,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_acute.loclP_L_K_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_acute.loclP_L_K_.glif index 2e56a77a4..666bcba6c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_acute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_acute.loclP_L_K_.glif @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_barred-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_barred-cy.glif index 5d854a0ed..4e0ad8071 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_barred-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_barred-cy.glif @@ -17,10 +17,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_breve.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_breve.glif index 03b3baa8a..2cd99d649 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_breve.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_breve.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflex.glif index fe082fe35..2af0dcaaa 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflex.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexacute.glif index beaef0cd8..db3fe86b7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexacute.glif @@ -5,18 +5,29 @@ - + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + acutecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexdotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexdotbelow.glif index 727cf7661..14d5bd12b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexdotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexdotbelow.glif @@ -2,7 +2,7 @@ - + @@ -16,7 +16,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexgrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexgrave.glif index 829793975..21091ea7e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexgrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexgrave.glif @@ -5,13 +5,13 @@ - + - + @@ -27,7 +27,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexhookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexhookabove.glif index e9fcfd0a4..bf2975738 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexhookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexhookabove.glif @@ -5,7 +5,7 @@ - + @@ -15,8 +15,19 @@ + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + hookabovecomb.case + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflextilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflextilde.glif index 04fdfe27f..0ed379440 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflextilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflextilde.glif @@ -5,7 +5,7 @@ - + @@ -16,7 +16,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_dieresis.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_dieresis.glif index 8d004dd90..658884261 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_dieresis.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_dieresis.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_dotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_dotbelow.glif index cd857046c..76d67c60e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_dotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_grave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_grave.glif index e4f891cea..e7c439fcd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_grave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_grave.glif @@ -10,12 +10,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_hm.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_hm.glif index cbd26809a..3dfbe6ec5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_hm.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_hm.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_hookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_hookabove.glif index 55354ce07..82ed31ffa 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_hookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_hookabove.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_horn.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_horn.glif index 425c54444..ee3b08109 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_horn.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_horn.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_hornacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_hornacute.glif index 4b8ba64f4..f877ba073 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_hornacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_hornacute.glif @@ -10,12 +10,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_horndotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_horndotbelow.glif index 5789f931f..827d996b7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_horndotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_horndotbelow.glif @@ -2,7 +2,7 @@ - + @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_horngrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_horngrave.glif index b93788934..d2600e217 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_horngrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_horngrave.glif @@ -10,12 +10,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_hornhookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_hornhookabove.glif index 913d72b42..87d80e2d9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_hornhookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_hornhookabove.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_horntilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_horntilde.glif index ba14b04a7..372d400af 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_horntilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_horntilde.glif @@ -5,7 +5,7 @@ - + @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_hungarumlaut.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_hungarumlaut.glif index bbc6744bc..6b2335700 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_hungarumlaut.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_hungarumlaut.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_macron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_macron.glif index 41330aa97..db70879c7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_macron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_macron.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_macronacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_macronacute.glif index 75a4c0ebd..e4372d7f3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_macronacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_macronacute.glif @@ -11,6 +11,12 @@ - + + + + public.markColor + 0,0.67,0.91,1 + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_macrongrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_macrongrave.glif index 0b077925e..83221b0c5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_macrongrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_macrongrave.glif @@ -11,6 +11,12 @@ - + + + + public.markColor + 0,0.67,0.91,1 + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_mega.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_mega.glif index 0b96234c0..9141f4764 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_mega.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_mega.glif @@ -48,10 +48,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_megatonos.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_megatonos.glif index 4a1da83c3..efd096050 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_megatonos.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_megatonos.glif @@ -54,10 +54,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_micron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_micron.glif index a110d955b..1207074e6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_micron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_micron.glif @@ -11,10 +11,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_microntonos.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_microntonos.glif index b9a9fb4c1..7e88ecbb2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_microntonos.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_microntonos.glif @@ -40,10 +40,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_ogonek.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_ogonek.glif index 2467b23ff..08fac0b69 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_ogonek.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_ogonek.glif @@ -2,7 +2,7 @@ - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_open.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_open.glif index 8001b2dd6..f0bc72862 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_open.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_open.glif @@ -6,32 +6,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_slashacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_slashacute.glif index 565eb3ef6..eff651638 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_slashacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_slashacute.glif @@ -10,12 +10,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/O_tilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/O_tilde.glif index 4363d4193..38bf19ca8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/O_tilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/O_tilde.glif @@ -5,7 +5,7 @@ - + @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/P_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/P_.glif index ed921bc88..2f3dcb523 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/P_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/P_.glif @@ -8,20 +8,20 @@ - - - - - + + + + + - - - + + + - + @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/P_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/P_.half.glif new file mode 100644 index 000000000..1e239eddf --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/P_.half.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/P_alochka-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/P_alochka-cy.glif index e9c35ce50..e0f99c342 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/P_alochka-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/P_alochka-cy.glif @@ -3,16 +3,10 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/P_e-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/P_e-cy.glif index 8416a643f..27ec8bcfe 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/P_e-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/P_e-cy.glif @@ -24,10 +24,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/P_hi.glif b/sources/CascadiaCode-Regular.ufo/glyphs/P_hi.glif index 3d2b72586..7dac0275f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/P_hi.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/P_hi.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/P_i.glif b/sources/CascadiaCode-Regular.ufo/glyphs/P_i.glif index 6469b1930..f897022c4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/P_i.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/P_i.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/P_si.glif b/sources/CascadiaCode-Regular.ufo/glyphs/P_si.glif index 3a40264b5..5c29c1b88 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/P_si.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/P_si.glif @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Q_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Q_.glif index 4559947d2..6828cbf70 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Q_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Q_.glif @@ -28,7 +28,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Q_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Q_.half.glif new file mode 100644 index 000000000..7e56b155c --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Q_.half.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/R_.glif index 6f515b088..3a654755a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/R_.glif @@ -41,7 +41,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/R_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/R_.half.glif new file mode 100644 index 000000000..a580b4f98 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/R_.half.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/R_acute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/R_acute.glif index 947e6d6b2..803efa488 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/R_acute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/R_acute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/R_caron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/R_caron.glif index 23f595d40..2879246de 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/R_caron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/R_caron.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/R_commaaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/R_commaaccent.glif index 9f93a1c33..d76c7fd60 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/R_commaaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/R_commaaccent.glif @@ -2,8 +2,8 @@ - - + + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/R_dotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/R_dotbelow.glif index 82edb24a3..d9ce48877 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/R_dotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/R_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/R_ho.glif b/sources/CascadiaCode-Regular.ufo/glyphs/R_ho.glif index ce01c778d..61b0ead12 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/R_ho.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/R_ho.glif @@ -3,14 +3,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/S_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/S_.glif index 7353f5ac6..a5ee2ffcf 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/S_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/S_.glif @@ -51,7 +51,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/S_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/S_.half.glif new file mode 100644 index 000000000..9781477e7 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/S_.half.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/S_acute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/S_acute.glif index 70b5490d9..4f618b736 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/S_acute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/S_acute.glif @@ -3,15 +3,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/S_acute.loclP_L_K_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/S_acute.loclP_L_K_.glif index da3797073..7578804d8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/S_acute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/S_acute.loclP_L_K_.glif @@ -2,7 +2,7 @@ - + @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/S_caron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/S_caron.glif index 45da73cca..b09deb285 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/S_caron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/S_caron.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/S_cedilla.glif b/sources/CascadiaCode-Regular.ufo/glyphs/S_cedilla.glif index c8f522396..5892b3f92 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/S_cedilla.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/S_cedilla.glif @@ -2,16 +2,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/S_chwa-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/S_chwa-cy.glif index 4c9769335..c13c78450 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/S_chwa-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/S_chwa-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/S_circumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/S_circumflex.glif index 52e92aa9d..9056f422e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/S_circumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/S_circumflex.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/S_commaaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/S_commaaccent.glif index 5b448f32c..bc74d8b34 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/S_commaaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/S_commaaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/S_dotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/S_dotbelow.glif index 878debc90..c2643a628 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/S_dotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/S_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/S_ha-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/S_ha-cy.glif index 70838ae5e..380dbbad6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/S_ha-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/S_ha-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/S_hcha-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/S_hcha-cy.glif index ebfc99792..0488ba3a8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/S_hcha-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/S_hcha-cy.glif @@ -36,10 +36,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/S_hha-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/S_hha-cy.glif index 8719abf8e..9d78e2101 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/S_hha-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/S_hha-cy.glif @@ -26,10 +26,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/S_igma.glif b/sources/CascadiaCode-Regular.ufo/glyphs/S_igma.glif index 8398ad49c..c8f66f5b6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/S_igma.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/S_igma.glif @@ -26,10 +26,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/S_oftsign-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/S_oftsign-cy.glif index 488690481..4a0b3dd67 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/S_oftsign-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/S_oftsign-cy.glif @@ -6,36 +6,30 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/T_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/T_.glif index 7131e8e90..32da07c64 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/T_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/T_.glif @@ -22,7 +22,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/T_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/T_.half.glif new file mode 100644 index 000000000..665f35ad0 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/T_.half.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/T_au.glif b/sources/CascadiaCode-Regular.ufo/glyphs/T_au.glif index e8011361d..14423b224 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/T_au.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/T_au.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/T_caron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/T_caron.glif index 5c85e98b2..82829910b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/T_caron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/T_caron.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/T_cedilla.glif b/sources/CascadiaCode-Regular.ufo/glyphs/T_cedilla.glif index 487641e5b..5736bf76a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/T_cedilla.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/T_cedilla.glif @@ -2,17 +2,17 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/T_commaaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/T_commaaccent.glif index da2b074c3..ce7f388a7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/T_commaaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/T_commaaccent.glif @@ -2,7 +2,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/T_diagonalstroke.glif b/sources/CascadiaCode-Regular.ufo/glyphs/T_diagonalstroke.glif index 9a399c0de..96e4c04f7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/T_diagonalstroke.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/T_diagonalstroke.glif @@ -2,13 +2,13 @@ - + + - - - + + @@ -17,7 +17,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/T_e-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/T_e-cy.glif index 78e60a4cb..def80c77a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/T_e-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/T_e-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/T_heta.glif b/sources/CascadiaCode-Regular.ufo/glyphs/T_heta.glif index 65cbbb65f..9f26d12da 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/T_heta.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/T_heta.glif @@ -17,10 +17,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/T_linebelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/T_linebelow.glif index ca91b02e4..1e430f6be 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/T_linebelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/T_linebelow.glif @@ -2,7 +2,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/T_se-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/T_se-cy.glif index c1ecd5eb7..de39a3c05 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/T_se-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/T_se-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/T_she-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/T_she-cy.glif index 2f01a5871..ca76f6b7c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/T_she-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/T_she-cy.glif @@ -32,10 +32,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_-cy.glif index e47aab136..8ccd66c16 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_-cy.glif @@ -2,34 +2,28 @@ - - - + + + - - - - - - - - - - + + + + + + + + + + - - - - - + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_.glif index 0b802c4e6..f35b250ba 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_.half.glif new file mode 100644 index 000000000..a60fbc628 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_.half.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_acute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_acute.glif index 87cbe16a1..a67b0b009 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_acute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_acute.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_breve.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_breve.glif index 5f8196752..33bb24530 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_breve.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_breve.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_circumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_circumflex.glif index 4e09b3ad6..5964eba99 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_circumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_circumflex.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_dieresis.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_dieresis.glif index 08fe4f299..33ffc83dc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_dieresis.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_dieresis.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_dotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_dotbelow.glif index 0ce0595e5..e3665a6e3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_dotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_grave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_grave.glif index 6dcf0c755..ec5e612bd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_grave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_grave.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_hookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_hookabove.glif index 278888b87..0f63d7ffd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_hookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_hookabove.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_hornacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_hornacute.glif index 3a31f9411..882888427 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_hornacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_hornacute.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_horndotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_horndotbelow.glif index 89f981b0e..ec886644d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_horndotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_horndotbelow.glif @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_horngrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_horngrave.glif index b5d9238b8..b13d08465 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_horngrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_horngrave.glif @@ -8,12 +8,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_hornhookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_hornhookabove.glif index 3a024ff3d..3accc9bfc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_hornhookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_hornhookabove.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_horntilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_horntilde.glif index fc7a11fbc..c27cd0c87 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_horntilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_horntilde.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_hungarumlaut.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_hungarumlaut.glif index 12f0fa5e3..e688ae2ca 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_hungarumlaut.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_hungarumlaut.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_macron-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_macron-cy.glif index 4f7ce7f9d..60b037dbd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_macron-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_macron-cy.glif @@ -2,17 +2,11 @@ - - - + + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_macron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_macron.glif index 59e33138e..d1eac2cef 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_macron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_macron.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_ogonek.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_ogonek.glif index c926a9fc1..ca4f24999 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_ogonek.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_ogonek.glif @@ -2,7 +2,7 @@ - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_psilon.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_psilon.glif index 0d5d28943..1bbcc155e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_psilon.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_psilon.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_psilonafrican.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_psilonafrican.glif index 4f6a314d0..5f6e31478 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_psilonafrican.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_psilonafrican.glif @@ -51,7 +51,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_psilondieresis.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_psilondieresis.glif index 5f3f6f0e0..1929b1180 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_psilondieresis.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_psilondieresis.glif @@ -9,10 +9,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_psilontonos.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_psilontonos.glif index 8ea2fb4bb..a648425c3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_psilontonos.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_psilontonos.glif @@ -28,10 +28,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_ring.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_ring.glif index 3d53d2358..c23bc28b9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_ring.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_ring.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_short-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_short-cy.glif index ee7078662..92bbf25ab 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_short-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_short-cy.glif @@ -2,17 +2,11 @@ - - - + + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_straight-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_straight-cy.glif index 27133c7b0..4698f833d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_straight-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_straight-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_straightstroke-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_straightstroke-cy.glif index 43ffbbb2f..40f121711 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_straightstroke-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_straightstroke-cy.glif @@ -14,10 +14,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/U_tilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/U_tilde.glif index 2458ac7a8..53e0dffdc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/U_tilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/U_tilde.glif @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/V_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/V_.glif index a18b673ca..631fa9ce5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/V_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/V_.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/V_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/V_.half.glif new file mode 100644 index 000000000..7df643134 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/V_.half.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/V_e-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/V_e-cy.glif index b7278b4ec..b8a04bfa5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/V_e-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/V_e-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/V_hook.glif b/sources/CascadiaCode-Regular.ufo/glyphs/V_hook.glif index 6d5f2d0c4..36e137dfc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/V_hook.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/V_hook.glif @@ -9,10 +9,10 @@ - - - - + + + + @@ -36,4 +36,10 @@ + + + public.markColor + 0.67,0.95,0.38,1 + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/V_turned.glif b/sources/CascadiaCode-Regular.ufo/glyphs/V_turned.glif index 0c08beb3c..2c547345c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/V_turned.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/V_turned.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/W_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/W_.glif index 5a9ba78c0..93a63d12b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/W_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/W_.glif @@ -33,7 +33,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/W_acute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/W_acute.glif index 4f94e7389..b64ff60f4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/W_acute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/W_acute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/W_circumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/W_circumflex.glif index 2caf939c9..a695faac9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/W_circumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/W_circumflex.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/W_dieresis.glif b/sources/CascadiaCode-Regular.ufo/glyphs/W_dieresis.glif index dbf45ddb6..ba3186214 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/W_dieresis.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/W_dieresis.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/W_grave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/W_grave.glif index f3fa8133d..e4bbcc5ef 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/W_grave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/W_grave.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/X_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/X_.glif index 3c224389f..6d4bcac8b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/X_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/X_.glif @@ -6,26 +6,26 @@ - - - - - - + + + + + + - - - - - - + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/X_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/X_.half.glif new file mode 100644 index 000000000..de891a879 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/X_.half.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/X_i.glif b/sources/CascadiaCode-Regular.ufo/glyphs/X_i.glif index b4be017b7..4aaea4d02 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/X_i.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/X_i.glif @@ -24,10 +24,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Y_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Y_.glif index 9680b5e70..256ec7c99 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Y_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Y_.glif @@ -26,7 +26,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Y_.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Y_.half.glif new file mode 100644 index 000000000..b42534afb --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Y_.half.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Y_acute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Y_acute.glif index 653752bd2..6d81a6c0e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Y_acute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Y_acute.glif @@ -7,12 +7,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Y_circumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Y_circumflex.glif index 191069410..161da68cb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Y_circumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Y_circumflex.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Y_dieresis.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Y_dieresis.glif index 47fbb53bd..1ff27fe6d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Y_dieresis.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Y_dieresis.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Y_dotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Y_dotbelow.glif index 46c135bd9..04c8cd222 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Y_dotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Y_dotbelow.glif @@ -2,7 +2,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Y_eru-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Y_eru-cy.glif index a4ccbe964..9fb26b0d5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Y_eru-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Y_eru-cy.glif @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Y_grave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Y_grave.glif index 264435cef..a14abb84e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Y_grave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Y_grave.glif @@ -7,12 +7,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Y_hookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Y_hookabove.glif index 63a9128a2..2cabe6d34 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Y_hookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Y_hookabove.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Y_i-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Y_i-cy.glif index 20b6b1e94..90f4520aa 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Y_i-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Y_i-cy.glif @@ -3,17 +3,11 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Y_macron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Y_macron.glif index e013ab825..ae2f51958 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Y_macron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Y_macron.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Y_tilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Y_tilde.glif index acd12a5d6..346ff09bc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Y_tilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Y_tilde.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Z_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Z_.glif index ef15a5149..4b17f1ba9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Z_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Z_.glif @@ -28,7 +28,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Z_acute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Z_acute.glif index e5aecb940..7ddee964e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Z_acute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Z_acute.glif @@ -7,12 +7,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Z_acute.loclP_L_K_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Z_acute.loclP_L_K_.glif index 6aeadac78..b7ee7499f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Z_acute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Z_acute.loclP_L_K_.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Z_caron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Z_caron.glif index 5e254e7f9..a9ed8e0ff 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Z_caron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Z_caron.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Z_dotaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Z_dotaccent.glif index 6abe0e6e0..06cb99350 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Z_dotaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Z_dotaccent.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Z_e-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Z_e-cy.glif index c0f1187bb..1630c8853 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Z_e-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Z_e-cy.glif @@ -51,10 +51,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Z_eta.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Z_eta.glif index 20cb52e9d..fa0932d9b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Z_eta.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Z_eta.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Z_he-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Z_he-cy.glif index cfc7d40c8..e07a2de58 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Z_he-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Z_he-cy.glif @@ -108,10 +108,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/Z_hedescender-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/Z_hedescender-cy.glif index 5a15677ae..4d9a30f7d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/Z_hedescender-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/Z_hedescender-cy.glif @@ -114,10 +114,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/a-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/a-cy.glif index 04a1d4219..7c842a238 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/a-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/a-cy.glif @@ -3,15 +3,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/a.glif b/sources/CascadiaCode-Regular.ufo/glyphs/a.glif index 402b2ef91..4ea5455f2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/a.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/a.glif @@ -37,9 +37,9 @@ - - - + + + @@ -59,7 +59,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/aacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/aacute.glif index 101c00c96..cf1c6488f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/aacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/aacute.glif @@ -3,16 +3,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/abreve.glif b/sources/CascadiaCode-Regular.ufo/glyphs/abreve.glif index 401726d2a..c4167089f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/abreve.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/abreve.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/abreveacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/abreveacute.glif index 0e533fc67..14af6a327 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/abreveacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/abreveacute.glif @@ -3,17 +3,17 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/abrevedotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/abrevedotbelow.glif index 25d93b7c8..7db04ac71 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/abrevedotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/abrevedotbelow.glif @@ -2,8 +2,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/abrevegrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/abrevegrave.glif index 358223f97..1095e7bcc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/abrevegrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/abrevegrave.glif @@ -3,17 +3,17 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/abrevehookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/abrevehookabove.glif index 3e1620bbc..1c5c640fe 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/abrevehookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/abrevehookabove.glif @@ -3,8 +3,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/abrevetilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/abrevetilde.glif index 7e0d0ef9a..ca0243fcf 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/abrevetilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/abrevetilde.glif @@ -3,8 +3,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/acaron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/acaron.glif index e0cbe1532..3860340ae 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/acaron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/acaron.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/acircumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/acircumflex.glif index 5e1935569..08000d976 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/acircumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/acircumflex.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexacute.glif index 5f734dce4..35f671df1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexacute.glif @@ -3,12 +3,12 @@ - - + + - + @@ -24,7 +24,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexdotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexdotbelow.glif index 552ed49a5..68c59fe2d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexdotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexdotbelow.glif @@ -2,8 +2,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexgrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexgrave.glif index 6c3f14dac..135fb10bc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexgrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexgrave.glif @@ -3,17 +3,28 @@ - - + + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + gravecomb + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexhookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexhookabove.glif index af79927e1..0ee25dee5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexhookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexhookabove.glif @@ -3,8 +3,8 @@ - - + + @@ -12,8 +12,19 @@ + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + hookabovecomb + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/acircumflextilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/acircumflextilde.glif index 4407a4362..b2a1773d1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/acircumflextilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/acircumflextilde.glif @@ -3,8 +3,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/acknowledgeC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/acknowledgeC_ontrol.glif new file mode 100644 index 000000000..84e06b7cd --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/acknowledgeC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + A.half + + + alignment + -1 + index + 1 + name + K.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/acknowledgeC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/acknowledgeC_ontrol.ss20.glif new file mode 100644 index 000000000..b9a916a38 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/acknowledgeC_ontrol.ss20.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.case.glif b/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.case.glif index 62cdbaa35..6eb4e79f9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.case.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.case.glif @@ -1,14 +1,14 @@ - - - + + + - - - - + + + + @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.case.loclP_L_K_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.case.loclP_L_K_.glif index 52f6a17cc..dbc9166dc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.case.loclP_L_K_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.case.loclP_L_K_.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.glif index d595b2983..9598f191d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.glif @@ -1,14 +1,14 @@ - - + + - - - - + + + + @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.loclP_L_K_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.loclP_L_K_.glif index 25b661c7c..e97c7698c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.loclP_L_K_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.loclP_L_K_.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/acutetonecomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/acutetonecomb.glif index 1fbee0207..359519d1d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/acutetonecomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/acutetonecomb.glif @@ -1,8 +1,6 @@ - - @@ -11,7 +9,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/adieresis.glif b/sources/CascadiaCode-Regular.ufo/glyphs/adieresis.glif index ee96be479..7504add10 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/adieresis.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/adieresis.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/adotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/adotbelow.glif index e96512385..dda773df4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/adotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/adotbelow.glif @@ -2,8 +2,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ae.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ae.glif index ffc1efad5..2fad22446 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ae.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ae.glif @@ -17,11 +17,11 @@ - - - - - + + + + + @@ -30,11 +30,11 @@ - - + + - - + + @@ -56,19 +56,19 @@ - - - - - - + + + + + + - - - - - + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/aeacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/aeacute.glif index a9c70157b..4e159a967 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/aeacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/aeacute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/agrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/agrave.glif index 8433e0dab..cbfc6c259 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/agrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/agrave.glif @@ -3,16 +3,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ahookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ahookabove.glif index 746d0fa47..6d8009678 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ahookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ahookabove.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/alpha-latin.glif b/sources/CascadiaCode-Regular.ufo/glyphs/alpha-latin.glif index d24611ada..dc819eed5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/alpha-latin.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/alpha-latin.glif @@ -3,14 +3,14 @@ - + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/alpha.glif b/sources/CascadiaCode-Regular.ufo/glyphs/alpha.glif index 2dd4b6357..94d721b93 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/alpha.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/alpha.glif @@ -3,38 +3,38 @@ - + - - - - - - - - - - - + + + + + + + + + + + - - - - - + + + + + - - - - + + + + - + @@ -42,7 +42,7 @@ - + @@ -55,7 +55,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/alphatonos.glif b/sources/CascadiaCode-Regular.ufo/glyphs/alphatonos.glif index 55d60eb8d..13f92f9e7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/alphatonos.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/alphatonos.glif @@ -3,15 +3,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/amacron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/amacron.glif index a23b5dbdd..a459902f1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/amacron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/amacron.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ampersand_ampersand.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ampersand_ampersand.liga.glif index f709ec941..7d662680a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ampersand_ampersand.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ampersand_ampersand.liga.glif @@ -3,110 +3,110 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/aogonek.glif b/sources/CascadiaCode-Regular.ufo/glyphs/aogonek.glif index eb41a7316..eb1bc88db 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/aogonek.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/aogonek.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/apostrophemod.glif b/sources/CascadiaCode-Regular.ufo/glyphs/apostrophemod.glif index d29b5b9e5..cd8b7f66e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/apostrophemod.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/apostrophemod.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/aring.glif b/sources/CascadiaCode-Regular.ufo/glyphs/aring.glif index 014233803..501b5d542 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/aring.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/aring.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/aringacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/aringacute.glif index e98f6bbd5..10dc62591 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/aringacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/aringacute.glif @@ -3,8 +3,8 @@ - - + + @@ -24,7 +24,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/asciicircum.glif b/sources/CascadiaCode-Regular.ufo/glyphs/asciicircum.glif index 1f38c8f2c..7d4b71532 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/asciicircum.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/asciicircum.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/asciicircum_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/asciicircum_equal.liga.glif index 53a2482aa..6ab8512a9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/asciicircum_equal.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/asciicircum_equal.liga.glif @@ -3,32 +3,32 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_asciitilde.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_asciitilde.liga.glif index a97e35bf7..e8f22d821 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_asciitilde.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_asciitilde.liga.glif @@ -3,66 +3,66 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_asciitilde_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_asciitilde_greater.liga.glif index f032d9343..c44afc320 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_asciitilde_greater.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_asciitilde_greater.liga.glif @@ -3,84 +3,71 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_at.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_at.liga.glif index 2c731e4e4..b81c60d99 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_at.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_at.liga.glif @@ -3,109 +3,109 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_equal.liga.glif index 5415297c5..c3e897bf2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_equal.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_equal.liga.glif @@ -2,43 +2,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_greater.liga.glif index 521778eb3..7d204c122 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_greater.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_greater.liga.glif @@ -3,60 +3,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_hyphen.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_hyphen.liga.glif index dc5b4809f..b3ca8deea 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_hyphen.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_hyphen.liga.glif @@ -3,48 +3,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/asterisk.glif b/sources/CascadiaCode-Regular.ufo/glyphs/asterisk.glif index a141f022b..5a988d26f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/asterisk.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/asterisk.glif @@ -4,34 +4,34 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_asterisk.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_asterisk.liga.glif index e32a55c03..0efb65e5a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_asterisk.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_asterisk.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_asterisk_asterisk.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_asterisk_asterisk.liga.glif index c6cd8e741..1840c010b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_asterisk_asterisk.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_asterisk_asterisk.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_greater.liga.glif index 5c2db8abe..5a14b3fff 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_greater.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_greater.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_parenright.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_parenright.liga.glif index 2a6d479f6..e519b8c76 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_parenright.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_parenright.liga.glif @@ -3,39 +3,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_slash.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_slash.liga.glif index fb04c9d66..1e14102a2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_slash.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_slash.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/atilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/atilde.glif index b3a4fa874..06cc4ec9c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/atilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/atilde.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/b.glif b/sources/CascadiaCode-Regular.ufo/glyphs/b.glif index e6524ab56..eeef987f0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/b.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/b.glif @@ -6,45 +6,45 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/backslash.glif b/sources/CascadiaCode-Regular.ufo/glyphs/backslash.glif index b53605c2a..dac399f34 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/backslash.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/backslash.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/backslash_backslash.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/backslash_backslash.liga.glif index 485818234..b97199a61 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/backslash_backslash.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/backslash_backslash.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/backslash_slash.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/backslash_slash.liga.glif new file mode 100644 index 000000000..2dc51e416 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/backslash_slash.liga.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0.98,0.36,0.67,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/backspaceC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/backspaceC_ontrol.glif new file mode 100644 index 000000000..7e93a88a4 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/backspaceC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + B.half + + + alignment + -1 + index + 1 + name + S.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/backspaceC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/backspaceC_ontrol.ss20.glif new file mode 100644 index 000000000..5798d4d9b --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/backspaceC_ontrol.ss20.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/baht.B_R_A_C_K_E_T_.600.glif b/sources/CascadiaCode-Regular.ufo/glyphs/baht.B_R_A_C_K_E_T_.600.glif index 87fe3364c..29ece4325 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/baht.B_R_A_C_K_E_T_.600.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/baht.B_R_A_C_K_E_T_.600.glif @@ -1,8 +1,6 @@ - - @@ -21,7 +19,7 @@ com.schriftgestaltung.Glyphs._originalLayerName - Regular [600] + [600] public.markColor 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar.liga.glif index acb6ee906..5a09dbe6a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_bar.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_bar.liga.glif new file mode 100644 index 000000000..25d60bf9f --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_bar.liga.glif @@ -0,0 +1,15 @@ + + + + + + + + + + + public.markColor + 0.98,0.36,0.67,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_bar_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_bar_greater.liga.glif index e9f0540c5..891ab4e96 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_bar_greater.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_bar_greater.liga.glif @@ -3,28 +3,26 @@ - - - - - - - - + + + + - - - - + + + + + + - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal.liga.glif deleted file mode 100644 index 05eea8ee0..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal.liga.glif +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal_end.seq.glif new file mode 100644 index 000000000..bf13e06b6 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal_end.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal_middle.seq.glif new file mode 100644 index 000000000..6717ba73f --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal_middle.seq.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal_start.seq.glif new file mode 100644 index 000000000..9207e0743 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal_start.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_greater.liga.glif index bc913e994..8fd953e73 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_greater.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_greater.liga.glif @@ -3,27 +3,25 @@ - - - - - - - - + + + + - - - - + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_hyphen_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_hyphen_end.seq.glif new file mode 100644 index 000000000..e93b6f1df --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_hyphen_end.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_hyphen_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_hyphen_middle.seq.glif new file mode 100644 index 000000000..b65198f47 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_hyphen_middle.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_hyphen_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_hyphen_start.seq.glif new file mode 100644 index 000000000..a42897a46 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_hyphen_start.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_braceright.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_braceright.liga.glif index 3e3b881fc..803a51db9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/bar_braceright.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_braceright.liga.glif @@ -3,65 +3,65 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_bracketright.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bracketright.liga.glif index 9e4915e30..addd0ad6b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/bar_bracketright.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_bracketright.liga.glif @@ -3,29 +3,29 @@ - - - - + + + + - - - - + + + + - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_equal.liga.glif deleted file mode 100644 index cab2a5eb8..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/bar_equal.liga.glif +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_equal_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_equal_end.seq.glif new file mode 100644 index 000000000..60f53af3b --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_equal_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_equal_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_equal_middle.seq.glif new file mode 100644 index 000000000..5723a122d --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_equal_middle.seq.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_equal_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_equal_start.seq.glif new file mode 100644 index 000000000..cede5a372 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_equal_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_greater.liga.glif index 51124baeb..ae5e04e68 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/bar_greater.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_greater.liga.glif @@ -3,26 +3,24 @@ - - - - - - - - + + + + - - - - + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen.liga.glif deleted file mode 100644 index 02c4ff2f7..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen.liga.glif +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen_end.seq.glif new file mode 100644 index 000000000..1db7dc4e7 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen_end.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen_middle.seq.glif new file mode 100644 index 000000000..33461b1c1 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen_middle.seq.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen_start.seq.glif new file mode 100644 index 000000000..e51d94562 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen_start.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bar_underscore_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bar_underscore_middle.seq.glif new file mode 100644 index 000000000..f6178e189 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bar_underscore_middle.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/be-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/be-cy.glif index 7484e2760..12b042b3f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/be-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/be-cy.glif @@ -2,54 +2,48 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/be-cy.loclS_R_B_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/be-cy.loclS_R_B_.glif index 77c539f49..dd8012052 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/be-cy.loclS_R_B_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/be-cy.loclS_R_B_.glif @@ -7,10 +7,10 @@ - - - - + + + + @@ -28,31 +28,25 @@ - - - - + + + + - - - + + + - - - + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bellC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bellC_ontrol.glif new file mode 100644 index 000000000..ddbc49085 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bellC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + B.half + + + alignment + -1 + index + 1 + name + L.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bellC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bellC_ontrol.ss20.glif new file mode 100644 index 000000000..e18fb2535 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bellC_ontrol.ss20.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/beta.glif b/sources/CascadiaCode-Regular.ufo/glyphs/beta.glif index 5aa12e464..842a20172 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/beta.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/beta.glif @@ -26,11 +26,11 @@ - - - - - + + + + + @@ -41,11 +41,11 @@ - - - - - + + + + + @@ -69,10 +69,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackC_ircle.glif index b17d718f3..5ab557e27 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackC_ircle.glif @@ -24,7 +24,7 @@ H18533 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackD_iamond.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackD_iamond.glif index 8a4b24c41..fca028d99 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackD_iamond.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackD_iamond.glif @@ -16,7 +16,7 @@ uni25C6 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackH_exagon.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackH_exagon.glif index ac1ea95a0..cff4f009c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackH_exagon.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackH_exagon.glif @@ -18,7 +18,7 @@ uni2B22 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackH_orizontalE_llipse.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackH_orizontalE_llipse.glif index dcbfdfaa3..881488d2f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackH_orizontalE_llipse.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackH_orizontalE_llipse.glif @@ -24,7 +24,7 @@ uni2B2C public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackI_nW_hiteD_iamond.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackI_nW_hiteD_iamond.glif index 898d2045b..a79e69b23 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackI_nW_hiteD_iamond.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackI_nW_hiteD_iamond.glif @@ -17,7 +17,7 @@ uni25C8 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackL_argeC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackL_argeC_ircle.glif index f7f90977f..1a1825d8f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackL_argeC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackL_argeC_ircle.glif @@ -24,7 +24,7 @@ uni2B24 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackL_argeS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackL_argeS_quare.glif index 487ed8e8f..374107c06 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackL_argeS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackL_argeS_quare.glif @@ -16,7 +16,7 @@ uni2B1B public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumD_iamond.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumD_iamond.glif index 865e45fcd..1b0af2517 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumD_iamond.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumD_iamond.glif @@ -16,7 +16,7 @@ uni2B25 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumD_ownT_riangleC_entred.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumD_ownT_riangleC_entred.glif index d2ae13e79..e6869fafe 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumD_ownT_riangleC_entred.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumD_ownT_riangleC_entred.glif @@ -15,7 +15,7 @@ uni2BC6 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumL_eftT_riangleC_entred.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumL_eftT_riangleC_entred.glif index f62827b72..c53fe50b5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumL_eftT_riangleC_entred.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumL_eftT_riangleC_entred.glif @@ -15,7 +15,7 @@ uni2BC7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumL_ozenge.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumL_ozenge.glif index da4d2bc1a..b958d2aae 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumL_ozenge.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumL_ozenge.glif @@ -16,7 +16,7 @@ uni2B27 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumR_ightT_riangleC_entred.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumR_ightT_riangleC_entred.glif index e8202d485..12dc47f0b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumR_ightT_riangleC_entred.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumR_ightT_riangleC_entred.glif @@ -15,7 +15,7 @@ uni2BC8 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumU_pT_riangleC_entred.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumU_pT_riangleC_entred.glif index e9ffd3c1e..31278545e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumU_pT_riangleC_entred.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumU_pT_riangleC_entred.glif @@ -15,7 +15,7 @@ uni2BC5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackP_arallelogram.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackP_arallelogram.glif index c7f03c3e0..5ebeb8f23 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackP_arallelogram.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackP_arallelogram.glif @@ -16,7 +16,7 @@ uni25B0 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackP_entagon.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackP_entagon.glif index 711b56408..e03e1a877 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackP_entagon.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackP_entagon.glif @@ -17,7 +17,7 @@ uni2B1F public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackS_mallD_iamond.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackS_mallD_iamond.glif index 0c08af479..0dbef00e4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackS_mallD_iamond.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackS_mallD_iamond.glif @@ -16,7 +16,7 @@ uni2B29 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackS_mallL_ozenge.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackS_mallL_ozenge.glif index 667767c7d..abd340865 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackS_mallL_ozenge.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackS_mallL_ozenge.glif @@ -16,7 +16,7 @@ uni2B2A public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackS_mallS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackS_mallS_quare.glif index 28ff230c3..5776c8343 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackS_mallS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackS_mallS_quare.glif @@ -16,7 +16,7 @@ H18543 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackS_quare.glif index 238838c6a..a9e11185b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackS_quare.glif @@ -16,7 +16,7 @@ filledbox public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackV_erticalE_llipse.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackV_erticalE_llipse.glif index 4ff04cd72..21ca24302 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackV_erticalE_llipse.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackV_erticalE_llipse.glif @@ -24,7 +24,7 @@ uni2B2E public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackV_erticalR_ect.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackV_erticalR_ect.glif index 16800153e..5a0087bd2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackV_erticalR_ect.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackV_erticalR_ect.glif @@ -16,7 +16,7 @@ uni25AE public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blackV_erysmallS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blackV_erysmallS_quare.glif index c7efb512e..8ca52a168 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blackV_erysmallS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blackV_erysmallS_quare.glif @@ -16,7 +16,7 @@ uni2B1D public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blank-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blank-braille.glif index a9d770883..add1baa47 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/blank-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blank-braille.glif @@ -7,7 +7,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blank.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blank.glif new file mode 100644 index 000000000..39dff7846 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blank.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/blankS_ymbol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/blankS_ymbol.glif new file mode 100644 index 000000000..330c40b11 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/blankS_ymbol.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bottomH_alfB_lackC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bottomH_alfB_lackC_ircle.glif index e96579fc1..1d45fdaea 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/bottomH_alfB_lackC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bottomH_alfB_lackC_ircle.glif @@ -19,7 +19,7 @@ uni2BCB public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bottomH_alfB_lackD_iamond.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bottomH_alfB_lackD_iamond.glif index 836aa455b..7bdfbfa57 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/bottomH_alfB_lackD_iamond.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bottomH_alfB_lackD_iamond.glif @@ -16,7 +16,7 @@ uni2B19 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleD_ownA_ndH_orizontal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleD_ownA_ndH_orizontal.glif index e7d705aa6..b3b11c128 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleD_ownA_ndH_orizontal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleD_ownA_ndH_orizontal.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleD_ownA_ndL_eft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleD_ownA_ndL_eft.glif index 3c287a3b2..9daa063ba 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleD_ownA_ndL_eft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleD_ownA_ndL_eft.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleD_ownA_ndR_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleD_ownA_ndR_ight.glif index 2a3fe2e63..0d751b0db 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleD_ownA_ndR_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleD_ownA_ndR_ight.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleH_orizontal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleH_orizontal.glif index d11126e3f..12162c1eb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleH_orizontal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleH_orizontal.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleU_pA_ndH_orizontal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleU_pA_ndH_orizontal.glif index c64710964..68b8ba2c6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleU_pA_ndH_orizontal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleU_pA_ndH_orizontal.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleU_pA_ndL_eft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleU_pA_ndL_eft.glif index c79bed11a..619d5c03d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleU_pA_ndL_eft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleU_pA_ndL_eft.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleU_pA_ndR_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleU_pA_ndR_ight.glif index bcb318473..6a5c47c41 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleU_pA_ndR_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleU_pA_ndR_ight.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_ertical.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_ertical.glif index 03fff36e4..aa4200dc0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_ertical.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_ertical.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_erticalA_ndH_orizontal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_erticalA_ndH_orizontal.glif index 4d3f1048b..6fb0e70d4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_erticalA_ndH_orizontal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_erticalA_ndH_orizontal.glif @@ -39,7 +39,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_erticalA_ndL_eft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_erticalA_ndL_eft.glif index e0ffd1774..16d05f10b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_erticalA_ndL_eft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_erticalA_ndL_eft.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_erticalA_ndR_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_erticalA_ndR_ight.glif index ee5bc6e96..1e5aea202 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_erticalA_ndR_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_erticalA_ndR_ight.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownD_oubleA_ndH_orizontalS_ingle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownD_oubleA_ndH_orizontalS_ingle.glif index 193bbcd77..f7c903ac7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownD_oubleA_ndH_orizontalS_ingle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownD_oubleA_ndH_orizontalS_ingle.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownD_oubleA_ndL_eftS_ingle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownD_oubleA_ndL_eftS_ingle.glif index 81c311fc7..94794b202 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownD_oubleA_ndL_eftS_ingle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownD_oubleA_ndL_eftS_ingle.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownD_oubleA_ndR_ightS_ingle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownD_oubleA_ndR_ightS_ingle.glif index dafd688e4..2c221e969 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownD_oubleA_ndR_ightS_ingle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownD_oubleA_ndR_ightS_ingle.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndH_orizontalL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndH_orizontalL_ight.glif index 784b2282b..5fa18a955 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndH_orizontalL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndH_orizontalL_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndL_eftL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndL_eftL_ight.glif index 37b2ad538..145a796fd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndL_eftL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndL_eftL_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndL_eftU_pL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndL_eftU_pL_ight.glif index efe6162d6..efac574d2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndL_eftU_pL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndL_eftU_pL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndR_ightL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndR_ightL_ight.glif index d4cfaf1f4..e57b9a394 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndR_ightL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndR_ightL_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndR_ightU_pL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndR_ightU_pL_ight.glif index 3b48c3375..d9ab7d5d1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndR_ightU_pL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndR_ightU_pL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif index e9dc2749c..56f4a5e6c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndH_orizontalH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndH_orizontalH_eavy.glif index 35cfd6e7a..59c921ea8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndH_orizontalH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndH_orizontalH_eavy.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndL_eftH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndL_eftH_eavy.glif index ebaf5a989..aee6aef3f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndL_eftH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndL_eftH_eavy.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndL_eftU_pH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndL_eftU_pH_eavy.glif index b5bcfa052..9f45d70c5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndL_eftU_pH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndL_eftU_pH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndR_ightH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndR_ightH_eavy.glif index 3533e34c7..df32c7f60 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndR_ightH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndR_ightH_eavy.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndR_ightU_pH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndR_ightU_pH_eavy.glif index 8f8afed0a..99f7573dc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndR_ightU_pH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndR_ightU_pH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif index b05492097..711187505 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownS_ingleA_ndH_orizontalD_ouble.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownS_ingleA_ndH_orizontalD_ouble.glif index 7e955371e..cbef1cfc6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownS_ingleA_ndH_orizontalD_ouble.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownS_ingleA_ndH_orizontalD_ouble.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownS_ingleA_ndL_eftD_ouble.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownS_ingleA_ndL_eftD_ouble.glif index dc58a62b0..7f4db75f3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownS_ingleA_ndL_eftD_ouble.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownS_ingleA_ndL_eftD_ouble.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownS_ingleA_ndR_ightD_ouble.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownS_ingleA_ndR_ightD_ouble.glif index 33f4db96c..44ced7a99 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownS_ingleA_ndR_ightD_ouble.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownS_ingleA_ndR_ightD_ouble.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_oubleD_ashH_orizontal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_oubleD_ashH_orizontal.glif index ec30bd476..5a2d20f9c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_oubleD_ashH_orizontal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_oubleD_ashH_orizontal.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_oubleD_ashV_ertical.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_oubleD_ashV_ertical.glif index 6b23a3e94..5219a313f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_oubleD_ashV_ertical.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_oubleD_ashV_ertical.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_own.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_own.glif index 4dc5fc191..97b1bdbb1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_own.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_own.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_ownA_ndH_orizontal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_ownA_ndH_orizontal.glif index 30ee4a2ef..3fc08a707 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_ownA_ndH_orizontal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_ownA_ndH_orizontal.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_ownA_ndL_eft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_ownA_ndL_eft.glif index d263fb64a..4242b990d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_ownA_ndL_eft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_ownA_ndL_eft.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_ownA_ndR_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_ownA_ndR_ight.glif index e66f21034..fca978344 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_ownA_ndR_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_ownA_ndR_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyH_orizontal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyH_orizontal.glif index 58a083f09..4bb36f8f7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyH_orizontal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyH_orizontal.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyL_eft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyL_eft.glif index f696e9dff..59c84b05b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyL_eft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyL_eft.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyL_eftA_ndL_ightR_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyL_eftA_ndL_ightR_ight.glif index 20273de9f..a3a05d370 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyL_eftA_ndL_ightR_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyL_eftA_ndL_ightR_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyQ_uadrupleD_ashH_orizontal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyQ_uadrupleD_ashH_orizontal.glif index 7795e58dd..43cc6117c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyQ_uadrupleD_ashH_orizontal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyQ_uadrupleD_ashH_orizontal.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyQ_uadrupleD_ashV_ertical.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyQ_uadrupleD_ashV_ertical.glif index 59ac66cc1..e4ab01070 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyQ_uadrupleD_ashV_ertical.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyQ_uadrupleD_ashV_ertical.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyR_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyR_ight.glif index 55595c9bb..9784ea590 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyR_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyR_ight.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyT_ripleD_ashH_orizontal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyT_ripleD_ashH_orizontal.glif index 401af22fa..3b0734f89 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyT_ripleD_ashH_orizontal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyT_ripleD_ashH_orizontal.glif @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyT_ripleD_ashV_ertical.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyT_ripleD_ashV_ertical.glif index 5b6939b81..54b0780eb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyT_ripleD_ashV_ertical.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyT_ripleD_ashV_ertical.glif @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_p.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_p.glif index 5da05d051..4f3a8a8e5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_p.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_p.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndH_orizontal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndH_orizontal.glif index cf0acbf58..a21c2cfc5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndH_orizontal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndH_orizontal.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndL_eft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndL_eft.glif index 34c040d77..f3a08494e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndL_eft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndL_eft.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndL_ightD_own.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndL_ightD_own.glif index 0abb3b645..5ca3e18b8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndL_ightD_own.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndL_ightD_own.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndR_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndR_ight.glif index d7c846a4c..575e4efad 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndR_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndR_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_ertical.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_ertical.glif index a1ae283c4..49ccd6ddd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_ertical.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_ertical.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_erticalA_ndH_orizontal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_erticalA_ndH_orizontal.glif index a445a5498..e075dac9b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_erticalA_ndH_orizontal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_erticalA_ndH_orizontal.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_erticalA_ndL_eft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_erticalA_ndL_eft.glif index 0059d2280..494c89f40 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_erticalA_ndL_eft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_erticalA_ndL_eft.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_erticalA_ndR_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_erticalA_ndR_ight.glif index 8f306843f..b22a89463 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_erticalA_ndR_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_erticalA_ndR_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif index 667bc695c..8ea4de49f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif index d8e5477a6..63e5a966a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftH_eavyA_ndR_ightU_pL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftH_eavyA_ndR_ightU_pL_ight.glif index 84bfbffa6..c02d8d35c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftH_eavyA_ndR_ightU_pL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftH_eavyA_ndR_ightU_pL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glif index 4e8714327..164486c0f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif index e6291129e..58df75ca8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftL_ightA_ndR_ightU_pH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftL_ightA_ndR_ightU_pH_eavy.glif index dfca33b61..49b61e3f9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftL_ightA_ndR_ightU_pH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftL_ightA_ndR_ightU_pH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glif index 5061c1f2a..359e17cce 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif index fe645e283..9d92d86d8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcD_ownA_ndL_eft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcD_ownA_ndL_eft.glif index 58be9e3ad..5434fef48 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcD_ownA_ndL_eft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcD_ownA_ndL_eft.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcD_ownA_ndR_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcD_ownA_ndR_ight.glif index a3fe3f3c3..34a6bfd36 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcD_ownA_ndR_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcD_ownA_ndR_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcU_pA_ndL_eft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcU_pA_ndL_eft.glif index 6bb960901..89d3dfd02 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcU_pA_ndL_eft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcU_pA_ndL_eft.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcU_pA_ndR_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcU_pA_ndR_ight.glif index abde8a40e..1cd638148 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcU_pA_ndR_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcU_pA_ndR_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_iagonalC_ross.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_iagonalC_ross.glif index 830256af8..cce8fd2e9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_iagonalC_ross.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_iagonalC_ross.glif @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glif index e4791a737..f91251e47 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glif index a6abd501f..949c38b2e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_oubleD_ashH_orizontal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_oubleD_ashH_orizontal.glif index 597cb03b2..9e0fab0d4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_oubleD_ashH_orizontal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_oubleD_ashH_orizontal.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_oubleD_ashV_ertical.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_oubleD_ashV_ertical.glif index e183abf06..0556843da 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_oubleD_ashV_ertical.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_oubleD_ashV_ertical.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_own.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_own.glif index 407b093f5..d5a5ab623 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_own.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_own.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_ownA_ndH_orizontal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_ownA_ndH_orizontal.glif index 205e3ad15..6abd8a054 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_ownA_ndH_orizontal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_ownA_ndH_orizontal.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_ownA_ndL_eft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_ownA_ndL_eft.glif index d46f15d0a..96bea9525 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_ownA_ndL_eft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_ownA_ndL_eft.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_ownA_ndR_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_ownA_ndR_ight.glif index 0e427cce6..e431d59c9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_ownA_ndR_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_ownA_ndR_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightH_orizontal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightH_orizontal.glif index a9ac777ec..53ec358a6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightH_orizontal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightH_orizontal.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightL_eft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightL_eft.glif index e21efe887..389c6a6d4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightL_eft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightL_eft.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightL_eftA_ndH_eavyR_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightL_eftA_ndH_eavyR_ight.glif index db8b5274b..813ec3a9b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightL_eftA_ndH_eavyR_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightL_eftA_ndH_eavyR_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightQ_uadrupleD_ashH_orizontal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightQ_uadrupleD_ashH_orizontal.glif index a2311263e..de7d87c51 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightQ_uadrupleD_ashH_orizontal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightQ_uadrupleD_ashH_orizontal.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightQ_uadrupleD_ashV_ertical.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightQ_uadrupleD_ashV_ertical.glif index 88f726742..d40cb1c2a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightQ_uadrupleD_ashV_ertical.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightQ_uadrupleD_ashV_ertical.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightR_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightR_ight.glif index 24531d2ef..a9d6c78d6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightR_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightR_ight.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightT_ripleD_ashH_orizontal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightT_ripleD_ashH_orizontal.glif index 0ea5d39cf..db31675f9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightT_ripleD_ashH_orizontal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightT_ripleD_ashH_orizontal.glif @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightT_ripleD_ashV_ertical.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightT_ripleD_ashV_ertical.glif index 040d8947b..0649ea1e6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightT_ripleD_ashV_ertical.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightT_ripleD_ashV_ertical.glif @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_p.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_p.glif index 5b3db3317..b2ae16816 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_p.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_p.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndH_eavyD_own.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndH_eavyD_own.glif index 5a157c10c..b941a92ae 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndH_eavyD_own.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndH_eavyD_own.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndH_orizontal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndH_orizontal.glif index c61d3b124..c7aead2a7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndH_orizontal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndH_orizontal.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndL_eft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndL_eft.glif index 0b0b43cf3..0edf9ada3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndL_eft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndL_eft.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndR_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndR_ight.glif index d916fbb91..fc628df16 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndR_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndR_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_ertical.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_ertical.glif index 71ef451c6..f7e416a4b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_ertical.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_ertical.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_erticalA_ndH_orizontal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_erticalA_ndH_orizontal.glif index e2b2840c5..450d33688 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_erticalA_ndH_orizontal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_erticalA_ndH_orizontal.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_erticalA_ndL_eft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_erticalA_ndL_eft.glif index 596b78b11..825cb7e8e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_erticalA_ndL_eft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_erticalA_ndL_eft.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_erticalA_ndR_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_erticalA_ndR_ight.glif index cbfd6b08a..3a60dbc84 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_erticalA_ndR_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_erticalA_ndR_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif index f963d7019..d280ea596 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif index e6c00744a..5f090f298 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightH_eavyA_ndL_eftU_pL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightH_eavyA_ndL_eftU_pL_ight.glif index 5e78bda8a..af26f5641 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightH_eavyA_ndL_eftU_pL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightH_eavyA_ndL_eftU_pL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glif index 0fdcd6254..92920aa64 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif index d7094b1e0..f20f69a53 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightL_ightA_ndL_eftU_pH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightL_ightA_ndL_eftU_pH_eavy.glif index 44dac4cc7..4c6f9a718 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightL_ightA_ndL_eftU_pH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightL_ightA_ndL_eftU_pH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glif index 2a2aa9187..45f388141 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif index 6a4a5b28a..7a1e89337 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pD_oubleA_ndH_orizontalS_ingle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pD_oubleA_ndH_orizontalS_ingle.glif index c9dff9062..c8376cd51 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pD_oubleA_ndH_orizontalS_ingle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pD_oubleA_ndH_orizontalS_ingle.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pD_oubleA_ndL_eftS_ingle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pD_oubleA_ndL_eftS_ingle.glif index 9fef70459..fafc38fe0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pD_oubleA_ndL_eftS_ingle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pD_oubleA_ndL_eftS_ingle.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pD_oubleA_ndR_ightS_ingle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pD_oubleA_ndR_ightS_ingle.glif index b5c7b8268..ba918e587 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pD_oubleA_ndR_ightS_ingle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pD_oubleA_ndR_ightS_ingle.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif index 25ca94174..19cffafee 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndH_orizontalL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndH_orizontalL_ight.glif index a396b5fef..3cd59df90 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndH_orizontalL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndH_orizontalL_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndL_eftD_ownL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndL_eftD_ownL_ight.glif index 1b0d04437..f5e4a625d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndL_eftD_ownL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndL_eftD_ownL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndL_eftL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndL_eftL_ight.glif index 3ac1a2d34..5cbbdacda 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndL_eftL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndL_eftL_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndR_ightD_ownL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndR_ightD_ownL_ight.glif index 1e5f7a400..bfc876b13 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndR_ightD_ownL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndR_ightD_ownL_ight.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndR_ightL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndR_ightL_ight.glif index 8b34c8503..d3fd7a4fb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndR_ightL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndR_ightL_ight.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif index cd8024e9f..0808ec16c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndH_orizontalH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndH_orizontalH_eavy.glif index d40b329b6..381bfe901 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndH_orizontalH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndH_orizontalH_eavy.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndL_eftD_ownH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndL_eftD_ownH_eavy.glif index 1e34f831d..d93e2d82a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndL_eftD_ownH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndL_eftD_ownH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndL_eftH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndL_eftH_eavy.glif index d813f8f52..1365ed998 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndL_eftH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndL_eftH_eavy.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndR_ightD_ownH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndR_ightD_ownH_eavy.glif index 13c7eddf5..fa53cf395 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndR_ightD_ownH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndR_ightD_ownH_eavy.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndR_ightH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndR_ightH_eavy.glif index 6bf4b3be0..24009ce3d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndR_ightH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndR_ightH_eavy.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pS_ingleA_ndH_orizontalD_ouble.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pS_ingleA_ndH_orizontalD_ouble.glif index e8dae7d61..2659bc59b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pS_ingleA_ndH_orizontalD_ouble.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pS_ingleA_ndH_orizontalD_ouble.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pS_ingleA_ndL_eftD_ouble.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pS_ingleA_ndL_eftD_ouble.glif index 8033c58fd..413ba2d0e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pS_ingleA_ndL_eftD_ouble.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pS_ingleA_ndL_eftD_ouble.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pS_ingleA_ndR_ightD_ouble.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pS_ingleA_ndR_ightD_ouble.glif index a5e5c9165..0157072d0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pS_ingleA_ndR_ightD_ouble.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pS_ingleA_ndR_ightD_ouble.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalD_oubleA_ndH_orizontalS_ingle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalD_oubleA_ndH_orizontalS_ingle.glif index 23fa5f178..dd7e274f0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalD_oubleA_ndH_orizontalS_ingle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalD_oubleA_ndH_orizontalS_ingle.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalD_oubleA_ndL_eftS_ingle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalD_oubleA_ndL_eftS_ingle.glif index 0d1c1b13f..8c0b7f054 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalD_oubleA_ndL_eftS_ingle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalD_oubleA_ndL_eftS_ingle.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalD_oubleA_ndR_ightS_ingle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalD_oubleA_ndR_ightS_ingle.glif index fef1285e7..bfff63c2d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalD_oubleA_ndR_ightS_ingle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalD_oubleA_ndR_ightS_ingle.glif @@ -23,7 +23,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalH_eavyA_ndH_orizontalL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalH_eavyA_ndH_orizontalL_ight.glif index c11207570..c8364bf10 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalH_eavyA_ndH_orizontalL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalH_eavyA_ndH_orizontalL_ight.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalH_eavyA_ndL_eftL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalH_eavyA_ndL_eftL_ight.glif index 869162aa4..8fdbd9b87 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalH_eavyA_ndL_eftL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalH_eavyA_ndL_eftL_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalH_eavyA_ndR_ightL_ight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalH_eavyA_ndR_ightL_ight.glif index f62b8bd33..4a86b886a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalH_eavyA_ndR_ightL_ight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalH_eavyA_ndR_ightL_ight.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalL_ightA_ndH_orizontalH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalL_ightA_ndH_orizontalH_eavy.glif index f5d3139e4..5274273b5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalL_ightA_ndH_orizontalH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalL_ightA_ndH_orizontalH_eavy.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalL_ightA_ndL_eftH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalL_ightA_ndL_eftH_eavy.glif index 6983ba0f0..a60f0545d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalL_ightA_ndL_eftH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalL_ightA_ndL_eftH_eavy.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalL_ightA_ndR_ightH_eavy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalL_ightA_ndR_ightH_eavy.glif index e969378f5..d9a7c74e1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalL_ightA_ndR_ightH_eavy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalL_ightA_ndR_ightH_eavy.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalS_ingleA_ndH_orizontalD_ouble.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalS_ingleA_ndH_orizontalD_ouble.glif index 12fb2850d..d61435158 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalS_ingleA_ndH_orizontalD_ouble.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalS_ingleA_ndH_orizontalD_ouble.glif @@ -29,7 +29,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalS_ingleA_ndL_eftD_ouble.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalS_ingleA_ndL_eftD_ouble.glif index 03d55b60b..88f0b7fab 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalS_ingleA_ndL_eftD_ouble.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalS_ingleA_ndL_eftD_ouble.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalS_ingleA_ndR_ightD_ouble.glif b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalS_ingleA_ndR_ightD_ouble.glif index 7bcff59f7..029104737 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalS_ingleA_ndR_ightD_ouble.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalS_ingleA_ndR_ightD_ouble.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/braceleft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/braceleft.glif index fe5b7ff37..d1c15860d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/braceleft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/braceleft.glif @@ -4,58 +4,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/braceleft_bar.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/braceleft_bar.liga.glif index d4d260034..4e92b1420 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/braceleft_bar.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/braceleft_bar.liga.glif @@ -3,65 +3,65 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/braceright.glif b/sources/CascadiaCode-Regular.ufo/glyphs/braceright.glif index 5a16c83aa..64fb5ad3b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/braceright.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/braceright.glif @@ -4,58 +4,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/braceright_numbersign.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/braceright_numbersign.liga.glif index 6f4a322ed..9bc4874a9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/braceright_numbersign.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/braceright_numbersign.liga.glif @@ -3,88 +3,88 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bracketleft_bar.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bracketleft_bar.liga.glif index b1e4f64e8..1a87d334b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/bracketleft_bar.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bracketleft_bar.liga.glif @@ -3,29 +3,29 @@ - - - - + + + + - - - - + + + + - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bracketright_numbersign.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bracketright_numbersign.liga.glif index ea36f4c33..057eb030f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/bracketright_numbersign.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bracketright_numbersign.liga.glif @@ -3,35 +3,35 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/breve.glif b/sources/CascadiaCode-Regular.ufo/glyphs/breve.glif index e1f71e416..5e7945632 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/breve.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/breve.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb-cy.case.glif b/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb-cy.case.glif index d272c7884..01bb5a0e8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb-cy.case.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb-cy.case.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb-cy.glif index 4472582cb..18880e01c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb-cy.glif @@ -9,11 +9,11 @@ - - - - - + + + + + @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb.case.glif b/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb.case.glif index 5caba0bfc..fe5f75d37 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb.case.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb.case.glif @@ -25,7 +25,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb.glif index 12b9fc2ca..e66bf2cf1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb.glif @@ -30,7 +30,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/bullseye.glif b/sources/CascadiaCode-Regular.ufo/glyphs/bullseye.glif index fa3dc6d07..dc17aefa7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/bullseye.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/bullseye.glif @@ -12,7 +12,7 @@ uni25CE public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/c.glif b/sources/CascadiaCode-Regular.ufo/glyphs/c.glif index 39d357e8f..0b2aa29fa 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/c.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/c.glif @@ -6,19 +6,19 @@ - - - + + + - - - - - - - - + + + + + + + + @@ -31,13 +31,13 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/cacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/cacute.glif index 13dae77e9..99d9337ec 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/cacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/cacute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/cacute.loclP_L_K_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/cacute.loclP_L_K_.glif index 0fccf89e0..d19a27994 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/cacute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/cacute.loclP_L_K_.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/cancelC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/cancelC_ontrol.glif new file mode 100644 index 000000000..ab5d2b97d --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/cancelC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + C.half + + + alignment + -1 + index + 1 + name + N.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/cancelC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/cancelC_ontrol.ss20.glif new file mode 100644 index 000000000..eebe542e5 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/cancelC_ontrol.ss20.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/careof.glif b/sources/CascadiaCode-Regular.ufo/glyphs/careof.glif index ac6cd03fa..0ded8939f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/careof.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/careof.glif @@ -4,66 +4,66 @@ - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/caron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/caron.glif index f4ac03d56..e55eb3d8b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/caron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/caron.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/caroncomb.case.glif b/sources/CascadiaCode-Regular.ufo/glyphs/caroncomb.case.glif index 5f90a41c4..a4c04453f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/caroncomb.case.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/caroncomb.case.glif @@ -19,7 +19,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/caroncomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/caroncomb.glif index 068cc63de..8c212592e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/caroncomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/caroncomb.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/carriageR_eturnC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/carriageR_eturnC_ontrol.glif new file mode 100644 index 000000000..a013228b2 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/carriageR_eturnC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + C.half + + + alignment + -1 + index + 1 + name + R.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/carriageR_eturnC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/carriageR_eturnC_ontrol.ss20.glif new file mode 100644 index 000000000..6167848b9 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/carriageR_eturnC_ontrol.ss20.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ccaron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ccaron.glif index 9300e8068..d9a05c04c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ccaron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ccaron.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ccedilla.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ccedilla.glif index 5e167c2e5..f4ff45ca2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ccedilla.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ccedilla.glif @@ -2,16 +2,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ccircumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ccircumflex.glif index 6622bf0e7..8e308dd81 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ccircumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ccircumflex.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/cdotaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/cdotaccent.glif index 000477507..a5d0e6da1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/cdotaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/cdotaccent.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/cedi.glif b/sources/CascadiaCode-Regular.ufo/glyphs/cedi.glif index 333dba889..cfd0f8292 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/cedi.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/cedi.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/cedillacomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/cedillacomb.glif index e90d4a899..845d21d56 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/cedillacomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/cedillacomb.glif @@ -1,25 +1,26 @@ - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -27,7 +28,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/che-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/che-cy.glif index 5be8311c4..5391613f3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/che-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/che-cy.glif @@ -2,34 +2,28 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/chedescender-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/chedescender-cy.glif index 3ccdc997c..ccea89c8b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/chedescender-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/chedescender-cy.glif @@ -2,21 +2,15 @@ - - + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/chi.glif b/sources/CascadiaCode-Regular.ufo/glyphs/chi.glif index 2bc9be543..b270096d3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/chi.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/chi.glif @@ -44,10 +44,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/circumflexcomb.case.glif b/sources/CascadiaCode-Regular.ufo/glyphs/circumflexcomb.case.glif index 8a3d76453..591d09f66 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/circumflexcomb.case.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/circumflexcomb.case.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/circumflexcomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/circumflexcomb.glif index 7618df1af..50b892668 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/circumflexcomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/circumflexcomb.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_colon.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/colon.center.glif similarity index 58% rename from sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_colon.liga.glif rename to sources/CascadiaCode-Regular.ufo/glyphs/colon.center.glif index 1dcc60d90..a2b61238e 100644 --- a/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_colon.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/colon.center.glif @@ -1,9 +1,8 @@ - + - - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/colon_colon.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/colon_colon.liga.glif index d731dd45b..b42ef53c0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/colon_colon.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/colon_colon.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/colon_colon_colon.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/colon_colon_colon.liga.glif index d607bf959..540d61a82 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/colon_colon_colon.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/colon_colon_colon.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/colon_colon_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/colon_colon_equal.liga.glif index 4659780f5..c893ffa73 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/colon_colon_equal.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/colon_colon_equal.liga.glif @@ -3,24 +3,24 @@ - - - - + + + + - - - - + + + + - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/colon_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/colon_equal.liga.glif index 0b37dccc9..e1fa0bf7a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/colon_equal.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/colon_equal.liga.glif @@ -3,23 +3,23 @@ - - - - + + + + - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/colon_equal_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/colon_equal_middle.seq.glif new file mode 100644 index 000000000..18b2fc027 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/colon_equal_middle.seq.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/colon_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/colon_greater.liga.glif deleted file mode 100644 index e689f0c85..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/colon_greater.liga.glif +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/colon_less.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/colon_less.liga.glif deleted file mode 100644 index 0e1d55ee1..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/colon_less.liga.glif +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/colon_slash_slash.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/colon_slash_slash.liga.glif index 87f02b0b9..8b56752a2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/colon_slash_slash.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/colon_slash_slash.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/colonsign.glif b/sources/CascadiaCode-Regular.ufo/glyphs/colonsign.glif index eca5a749d..df92d302b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/colonsign.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/colonsign.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/colontriangularmod.glif b/sources/CascadiaCode-Regular.ufo/glyphs/colontriangularmod.glif index d667d85c7..c74880761 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/colontriangularmod.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/colontriangularmod.glif @@ -17,7 +17,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/comma.glif b/sources/CascadiaCode-Regular.ufo/glyphs/comma.glif index 7d0c429a6..6396d65ab 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/comma.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/comma.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/commaabovecomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/commaabovecomb.glif index acae703b5..f32ca6729 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/commaabovecomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/commaabovecomb.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/commaaboverightcomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/commaaboverightcomb.glif index 6f97988ac..854c47f55 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/commaaboverightcomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/commaaboverightcomb.glif @@ -1,8 +1,6 @@ - - @@ -11,7 +9,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/commaaccentcomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/commaaccentcomb.glif index b50115000..5c4ad568f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/commaaccentcomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/commaaccentcomb.glif @@ -2,6 +2,7 @@ + @@ -15,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/commaturnedabovecomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/commaturnedabovecomb.glif index 2f6e52332..f0a057e45 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/commaturnedabovecomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/commaturnedabovecomb.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/commaturnedmod.glif b/sources/CascadiaCode-Regular.ufo/glyphs/commaturnedmod.glif index 81ad44c13..2013d37e3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/commaturnedmod.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/commaturnedmod.glif @@ -4,16 +4,16 @@ - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/contents.plist b/sources/CascadiaCode-Regular.ufo/glyphs/contents.plist index 45af96cee..0a3a00e6c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/contents.plist +++ b/sources/CascadiaCode-Regular.ufo/glyphs/contents.plist @@ -8,6 +8,8 @@ A_.glif A-cy A_-cy.glif + A.half + A_.half.glif AE A_E_.glif AEacute @@ -70,12 +72,16 @@ A_tilde.glif B B_.glif + B.half + B_.half.glif Be-cy B_e-cy.glif Beta B_eta.glif C C_.glif + C.half + C_.half.glif CR C_R_.glif Cacute @@ -100,6 +106,8 @@ C_stroke.glif D D_.glif + D.half + D_.half.glif Dcaron D_caron.glif Dcroat @@ -120,6 +128,8 @@ E_.glif E-cy E_-cy.glif + E.half + E_.half.glif Eacute E_acute.glif Ebreve @@ -196,8 +206,12 @@ E_zh.glif F F_.glif + F.half + F_.half.glif G G_.glif + G.half + G_.half.glif Gamma G_amma.glif Gammaafrican @@ -228,6 +242,8 @@ G_stroke.glif H H_.glif + H.half + H_.half.glif Ha-cy H_a-cy.glif Hadescender-cy @@ -246,6 +262,8 @@ I_.glif I-cy I_-cy.glif + I.half + I_.half.glif IJ I_J_.glif Ia-cy @@ -308,6 +326,8 @@ J_e-cy.glif K K_.glif + K.half + K_.half.glif Ka-cy K_a-cy.glif Kacute @@ -328,6 +348,8 @@ K_linebelow.glif L L_.glif + L.half + L_.half.glif LIG L_I_G_.glif Lacute @@ -356,10 +378,14 @@ L_small.glif M M_.glif + M.half + M_.half.glif Mu M_u.glif N N_.glif + N.half + N_.half.glif Nacute N_acute.glif Nacute.loclPLK @@ -382,6 +408,8 @@ O_.glif O-cy O_-cy.glif + O.half + O_.half.glif OE O_E_.glif Oacute @@ -454,6 +482,8 @@ O_tilde.glif P P_.glif + P.half + P_.half.glif Palochka-cy P_alochka-cy.glif Pe-cy @@ -466,8 +496,12 @@ P_si.glif Q Q_.glif + Q.half + Q_.half.glif R R_.glif + R.half + R_.half.glif Racute R_acute.glif Rcaron @@ -480,6 +514,8 @@ R_ho.glif S S_.glif + S.half + S_.half.glif Sacute S_acute.glif Sacute.loclPLK @@ -510,6 +546,8 @@ S_oftsign-cy.glif T T_.glif + T.half + T_.half.glif Tau T_au.glif Tbar @@ -538,6 +576,8 @@ U_.glif U-cy U_-cy.glif + U.half + U_.half.glif Uacute U_acute.glif Ubreve @@ -592,6 +632,8 @@ U_tilde.glif V V_.glif + V.half + V_.half.glif Ve-cy V_e-cy.glif Vhook @@ -610,10 +652,14 @@ W_grave.glif X X_.glif + X.half + X_.half.glif Xi X_i.glif Y Y_.glif + Y.half + Y_.half.glif Yacute Y_acute.glif Ycircumflex @@ -684,6 +730,10 @@ acircumflexhookabove.glif acircumflextilde acircumflextilde.glif + acknowledgeControl + acknowledgeC_ontrol.glif + acknowledgeControl.ss20 + acknowledgeC_ontrol.ss20.glif acute acute.glif acutecomb @@ -772,6 +822,12 @@ backslash.glif backslash_backslash.liga backslash_backslash.liga.glif + backslash_slash.liga + backslash_slash.liga.glif + backspaceControl + backspaceC_ontrol.glif + backspaceControl.ss20 + backspaceC_ontrol.ss20.glif baht baht.glif baht.BRACKET.600 @@ -780,26 +836,52 @@ bar.glif bar_bar.liga bar_bar.liga.glif + bar_bar_bar.liga + bar_bar_bar.liga.glif bar_bar_bar_greater.liga bar_bar_bar_greater.liga.glif - bar_bar_equal.liga - bar_bar_equal.liga.glif + bar_bar_equal_end.seq + bar_bar_equal_end.seq.glif + bar_bar_equal_middle.seq + bar_bar_equal_middle.seq.glif + bar_bar_equal_start.seq + bar_bar_equal_start.seq.glif bar_bar_greater.liga bar_bar_greater.liga.glif + bar_bar_hyphen_end.seq + bar_bar_hyphen_end.seq.glif + bar_bar_hyphen_middle.seq + bar_bar_hyphen_middle.seq.glif + bar_bar_hyphen_start.seq + bar_bar_hyphen_start.seq.glif bar_braceright.liga bar_braceright.liga.glif bar_bracketright.liga bar_bracketright.liga.glif - bar_equal.liga - bar_equal.liga.glif + bar_equal_end.seq + bar_equal_end.seq.glif + bar_equal_middle.seq + bar_equal_middle.seq.glif + bar_equal_start.seq + bar_equal_start.seq.glif bar_greater.liga bar_greater.liga.glif - bar_hyphen.liga - bar_hyphen.liga.glif + bar_hyphen_end.seq + bar_hyphen_end.seq.glif + bar_hyphen_middle.seq + bar_hyphen_middle.seq.glif + bar_hyphen_start.seq + bar_hyphen_start.seq.glif + bar_underscore_middle.seq + bar_underscore_middle.seq.glif be-cy be-cy.glif be-cy.loclSRB be-cy.loclS_R_B_.glif + bellControl + bellC_ontrol.glif + bellControl.ss20 + bellC_ontrol.ss20.glif beta beta.glif blackCircle @@ -848,8 +930,12 @@ blackV_erticalR_ect.glif blackVerysmallSquare blackV_erysmallS_quare.glif + blank + blank.glif blank-braille blank-braille.glif + blankSymbol + blankS_ymbol.glif bottomHalfBlackCircle bottomH_alfB_lackC_ircle.glif bottomHalfBlackDiamond @@ -1150,6 +1236,10 @@ cacute.glif cacute.loclPLK cacute.loclP_L_K_.glif + cancelControl + cancelC_ontrol.glif + cancelControl.ss20 + cancelC_ontrol.ss20.glif careof careof.glif caron @@ -1158,6 +1248,10 @@ caroncomb.glif caroncomb.case caroncomb.case.glif + carriageReturnControl + carriageR_eturnC_ontrol.glif + carriageReturnControl.ss20 + carriageR_eturnC_ontrol.ss20.glif ccaron ccaron.glif ccedilla @@ -1192,6 +1286,8 @@ clubB_lackS_uit.glif colon colon.glif + colon.center + colon.center.glif colon_colon.liga colon_colon.liga.glif colon_colon_colon.liga @@ -1200,10 +1296,8 @@ colon_colon_equal.liga.glif colon_equal.liga colon_equal.liga.glif - colon_greater.liga - colon_greater.liga.glif - colon_less.liga - colon_less.liga.glif + colon_equal_middle.seq + colon_equal_middle.seq.glif colon_slash_slash.liga colon_slash_slash.liga.glif colonsign @@ -1236,6 +1330,10 @@ daggerdbl.glif dashdownArrow dashdownA_rrow.glif + dataLinkEscapeControl + dataL_inkE_scapeC_ontrol.glif + dataLinkEscapeControl.ss20 + dataL_inkE_scapeC_ontrol.ss20.glif dcaron dcaron.glif dcaron.alt @@ -1248,8 +1346,20 @@ de-cy.loclB_G_R_.glif degree degree.glif + deleteControl + deleteC_ontrol.glif + deleteFormTwoControl + deleteF_ormT_woC_ontrol.glif delta delta.glif + deviceControlFourControl + deviceC_ontrolF_ourC_ontrol.glif + deviceControlOneControl + deviceC_ontrolO_neC_ontrol.glif + deviceControlThreeControl + deviceC_ontrolT_hreeC_ontrol.glif + deviceControlTwoControl + deviceC_ontrolT_woC_ontrol.glif diagonalcrosshatchFillSquare diagonalcrosshatchF_illS_quare.glif diamondBlackSuit @@ -1806,6 +1916,8 @@ downB_lackS_mallT_riangle.glif downBlackTriangle downB_lackT_riangle.glif + downTipLeftArrow + downT_ipL_eftA_rrow.glif downWhiteSmallTriangle downW_hiteS_mallT_riangle.glif downWhiteTriangle @@ -1872,12 +1984,32 @@ emdash.glif en-cy en-cy.glif + endOfMediumControl + endO_fM_ediumC_ontrol.glif + endOfMediumControl.ss20 + endO_fM_ediumC_ontrol.ss20.glif + endOfTextControl + endO_fT_extC_ontrol.glif + endOfTextControl.ss20 + endO_fT_extC_ontrol.ss20.glif + endOfTransmissionBlockControl + endO_fT_ransmissionB_lockC_ontrol.glif + endOfTransmissionBlockControl.ss20 + endO_fT_ransmissionB_lockC_ontrol.ss20.glif + endOfTransmissionControl + endO_fT_ransmissionC_ontrol.glif + endOfTransmissionControl.ss20 + endO_fT_ransmissionC_ontrol.ss20.glif endash endash.glif endescender-cy endescender-cy.glif eng eng.glif + enquiryControl + enquiryC_ontrol.glif + enquiryControl.ss20 + enquiryC_ontrol.ss20.glif eogonek eogonek.glif eopen @@ -1888,24 +2020,16 @@ epsilontonos.glif equal equal.glif - equal_colon_equal.liga - equal_colon_equal.liga.glif + equal_end.seq + equal_end.seq.glif equal_equal.liga equal_equal.liga.glif equal_equal_equal.liga equal_equal_equal.liga.glif - equal_equal_greater.liga - equal_equal_greater.liga.glif - equal_exclam_equal.liga - equal_exclam_equal.liga.glif - equal_greater.liga - equal_greater.liga.glif - equal_greater_greater.liga - equal_greater_greater.liga.glif - equal_less_less.liga - equal_less_less.liga.glif - equal_slash_equal.liga - equal_slash_equal.liga.glif + equal_middle.seq + equal_middle.seq.glif + equal_start.seq + equal_start.seq.glif equivalence equivalence.glif er-cy @@ -1914,6 +2038,10 @@ ereversed-cy.glif es-cy es-cy.glif + escapeControl + escapeC_ontrol.glif + escapeControl.ss20 + escapeC_ontrol.ss20.glif esh esh.glif estimated @@ -1934,14 +2062,20 @@ eurocurrency.glif exclam exclam.glif + exclam_colon.liga + exclam_colon.liga.glif exclam_equal.liga exclam_equal.liga.glif exclam_equal_equal.liga exclam_equal_equal.liga.glif + exclam_equal_middle.seq + exclam_equal_middle.seq.glif exclam_exclam.liga exclam_exclam.liga.glif exclam_exclam_period.liga exclam_exclam_period.liga.glif + exclam_period.liga + exclam_period.liga.glif exclamdouble exclamdouble.glif exclamdown @@ -1952,6 +2086,8 @@ f.glif fi fi.glif + fileSeparatorControl + fileS_eparatorC_ontrol.glif filledRect filledR_ect.glif firsttonechinese @@ -1974,10 +2110,16 @@ fl.glif florin florin.glif + formFeedControl + formF_eedC_ontrol.glif + formFeedControl.ss20 + formF_eedC_ontrol.ss20.glif four four.glif four.dnom four.dnom.glif + four.half + four.half.glif four.numr four.numr.glif fourinferior @@ -2036,26 +2178,44 @@ gravetonecomb.glif greater greater.glif - greater_colon.liga - greater_colon.liga.glif + greater.alt + greater.alt.glif + greater.center + greater.center.glif greater_equal.liga greater_equal.liga.glif - greater_equal_greater.liga - greater_equal_greater.liga.glif + greater_equal_end.seq + greater_equal_end.seq.glif + greater_equal_middle.seq + greater_equal_middle.seq.glif + greater_equal_start.seq + greater_equal_start.seq.glif greater_greater.liga greater_greater.liga.glif - greater_greater_equal.liga - greater_greater_equal.liga.glif + greater_greater_equal_end.seq + greater_greater_equal_end.seq.glif + greater_greater_equal_middle.seq + greater_greater_equal_middle.seq.glif + greater_greater_equal_start.seq + greater_greater_equal_start.seq.glif greater_greater_greater.liga greater_greater_greater.liga.glif - greater_greater_hyphen.liga - greater_greater_hyphen.liga.glif - greater_hyphen.liga - greater_hyphen.liga.glif - greater_hyphen_greater.liga - greater_hyphen_greater.liga.glif + greater_greater_hyphen_end.seq + greater_greater_hyphen_end.seq.glif + greater_greater_hyphen_middle.seq + greater_greater_hyphen_middle.seq.glif + greater_greater_hyphen_start.seq + greater_greater_hyphen_start.seq.glif + greater_hyphen_end.seq + greater_hyphen_end.seq.glif + greater_hyphen_middle.seq + greater_hyphen_middle.seq.glif + greater_hyphen_start.seq + greater_hyphen_start.seq.glif greaterequal greaterequal.glif + groupSeparatorControl + groupS_eparatorC_ontrol.glif gstroke gstroke.glif guarani @@ -2088,8 +2248,12 @@ hdotbelow.glif heartBlackSuit heartB_lackS_uit.glif + heavyleftpointinganglebracketornament + heavyleftpointinganglebracketornament.glif heavyleftpointinganglequotationmarkornament heavyleftpointinganglequotationmarkornament.glif + heavyrightpointinganglebracketornament + heavyrightpointinganglebracketornament.glif heavyrightpointinganglequotationmarkornament heavyrightpointinganglequotationmarkornament.glif hookabovecomb @@ -2100,6 +2264,10 @@ horizontalB_lackH_exagon.glif horizontalFillSquare horizontalF_illS_quare.glif + horizontalTabulationControl + horizontalT_abulationC_ontrol.glif + horizontalTabulationControl.ss20 + horizontalT_abulationC_ontrol.ss20.glif horizontalbar horizontalbar.glif horizontallineextension @@ -2108,6 +2276,8 @@ horncomb.glif horncomb.case horncomb.case.glif + house + house.glif hryvnia hryvnia.glif hungarumlaut @@ -2120,22 +2290,16 @@ hyphen.glif hyphen_asciitilde.liga hyphen_asciitilde.liga.glif - hyphen_bar.liga - hyphen_bar.liga.glif - hyphen_greater.liga - hyphen_greater.liga.glif - hyphen_greater_greater.liga - hyphen_greater_greater.liga.glif + hyphen_end.seq + hyphen_end.seq.glif hyphen_hyphen.liga hyphen_hyphen.liga.glif - hyphen_hyphen_greater.liga - hyphen_hyphen_greater.liga.glif hyphen_hyphen_hyphen.liga hyphen_hyphen_hyphen.liga.glif - hyphen_less.liga - hyphen_less.liga.glif - hyphen_less_less.liga - hyphen_less_less.liga.glif + hyphen_middle.seq + hyphen_middle.seq.glif + hyphen_start.seq + hyphen_start.seq.glif hyphentwo hyphentwo.glif i @@ -2332,6 +2496,10 @@ leftW_hiteT_riangle.glif less less.glif + less.alt + less.alt.glif + less.center + less.center.glif less_asciitilde.liga less_asciitilde.liga.glif less_asciitilde_asciitilde.liga @@ -2350,8 +2518,6 @@ less_bar_bar_bar.liga.glif less_bar_greater.liga less_bar_greater.liga.glif - less_colon.liga - less_colon.liga.glif less_dollar.liga less_dollar.liga.glif less_dollar.liga.BRACKET.600 @@ -2362,32 +2528,36 @@ less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif less_equal.liga less_equal.liga.glif - less_equal_equal.liga - less_equal_equal.liga.glif - less_equal_equal_greater.liga - less_equal_equal_greater.liga.glif - less_equal_greater.liga - less_equal_greater.liga.glif - less_equal_less.liga - less_equal_less.liga.glif + less_equal_end.seq + less_equal_end.seq.glif + less_equal_middle.seq + less_equal_middle.seq.glif + less_equal_start.seq + less_equal_start.seq.glif less_exclam_hyphen_hyphen.liga less_exclam_hyphen_hyphen.liga.glif less_greater.liga less_greater.liga.glif - less_hyphen.liga - less_hyphen.liga.glif - less_hyphen_greater.liga - less_hyphen_greater.liga.glif - less_hyphen_hyphen.liga - less_hyphen_hyphen.liga.glif - less_hyphen_less.liga - less_hyphen_less.liga.glif + less_hyphen_end.seq + less_hyphen_end.seq.glif + less_hyphen_middle.seq + less_hyphen_middle.seq.glif + less_hyphen_start.seq + less_hyphen_start.seq.glif less_less.liga less_less.liga.glif - less_less_equal.liga - less_less_equal.liga.glif - less_less_hyphen.liga - less_less_hyphen.liga.glif + less_less_equal_end.seq + less_less_equal_end.seq.glif + less_less_equal_middle.seq + less_less_equal_middle.seq.glif + less_less_equal_start.seq + less_less_equal_start.seq.glif + less_less_hyphen_end.seq + less_less_hyphen_end.seq.glif + less_less_hyphen_middle.seq + less_less_hyphen_middle.seq.glif + less_less_hyphen_start.seq + less_less_hyphen_start.seq.glif less_less_less.liga less_less_less.liga.glif less_plus.liga @@ -2400,6 +2570,10 @@ less_slash_greater.liga.glif lessequal lessequal.glif + lineFeedControl + lineF_eedC_ontrol.glif + lineFeedControl.ss20 + lineF_eedC_ontrol.ss20.glif lineseparator lineseparator.glif lira @@ -2544,6 +2718,12 @@ ncaron.glif ncommaaccent ncommaaccent.glif + negativeAcknowledgeControl + negativeA_cknowledgeC_ontrol.glif + negativeAcknowledgeControl.ss20 + negativeA_cknowledgeC_ontrol.ss20.glif + newlineControl + newlineC_ontrol.glif nhookleft nhookleft.glif nine @@ -2576,6 +2756,8 @@ ntilde.glif nu nu.glif + nullControl + nullC_ontrol.glif numbersign numbersign.glif numbersign_braceleft.liga @@ -2584,20 +2766,20 @@ numbersign_bracketleft.liga.glif numbersign_colon.liga numbersign_colon.liga.glif + numbersign_end.seq + numbersign_end.seq.glif numbersign_equal.liga numbersign_equal.liga.glif numbersign_exclam.liga numbersign_exclam.liga.glif - numbersign_numbersign.liga - numbersign_numbersign.liga.glif - numbersign_numbersign_numbersign.liga - numbersign_numbersign_numbersign.liga.glif - numbersign_numbersign_numbersign_numbersign.liga - numbersign_numbersign_numbersign_numbersign.liga.glif + numbersign_middle.seq + numbersign_middle.seq.glif numbersign_parenleft.liga numbersign_parenleft.liga.glif numbersign_question.liga numbersign_question.liga.glif + numbersign_start.seq + numbersign_start.seq.glif numbersign_underscore.liga numbersign_underscore.liga.glif numbersign_underscore_parenleft.liga @@ -2676,6 +2858,8 @@ one.glif one.dnom one.dnom.glif + one.half + one.half.glif one.numr one.numr.glif onedotenleader @@ -2770,6 +2954,8 @@ plus_plus_plus.liga.glif plusminus plusminus.glif + prescription + prescription.glif product product.glif psi @@ -2790,6 +2976,8 @@ question_period.liga.glif question_question.liga question_question.liga.glif + question_question_equal.liga + question_question_equal.liga.glif questiondown questiondown.glif questiongreek @@ -2824,8 +3012,12 @@ rcommaaccent.glif rdotbelow rdotbelow.glif + recordSeparatorControl + recordS_eparatorC_ontrol.glif registered registered.glif + returnsymbol + returnsymbol.glif reversedRotatedFloralHeartBullet reversedR_otatedF_loralH_eartB_ullet.glif rho @@ -2940,6 +3132,14 @@ sheqel.glif shha-cy shha-cy.glif + shiftInControl + shiftI_nC_ontrol.glif + shiftInControl.ss20 + shiftI_nC_ontrol.ss20.glif + shiftOutControl + shiftO_utC_ontrol.glif + shiftOutControl.ss20 + shiftO_utC_ontrol.ss20.glif sigma sigma.glif sigmafinal @@ -2958,14 +3158,24 @@ slash.glif slash_asterisk.liga slash_asterisk.liga.glif - slash_equal.liga - slash_equal.liga.glif - slash_equal_equal.liga - slash_equal_equal.liga.glif + slash_backslash.liga + slash_backslash.liga.glif + slash_equal_end.seq + slash_equal_end.seq.glif + slash_equal_middle.seq + slash_equal_middle.seq.glif + slash_equal_start.seq + slash_equal_start.seq.glif slash_greater.liga slash_greater.liga.glif slash_slash.liga slash_slash.liga.glif + slash_slash_equal_end.seq + slash_slash_equal_end.seq.glif + slash_slash_equal_middle.seq + slash_slash_equal_middle.seq.glif + slash_slash_equal_start.seq + slash_slash_equal_start.seq.glif slash_slash_slash.liga slash_slash_slash.liga.glif softhyphen @@ -2976,16 +3186,36 @@ softsign-cy.loclB_G_R_.glif space space.glif + spaceControl + spaceC_ontrol.glif spadeBlackSuit spadeB_lackS_uit.glif + startOfHeadingControl + startO_fH_eadingC_ontrol.glif + startOfHeadingControl.ss20 + startO_fH_eadingC_ontrol.ss20.glif + startOfTextControl + startO_fT_extC_ontrol.glif + startOfTextControl.ss20 + startO_fT_extC_ontrol.ss20.glif sterling sterling.glif strictlyequivalentto strictlyequivalentto.glif + substituteControl + substituteC_ontrol.glif + substituteControl.ss20 + substituteC_ontrol.ss20.glif + substituteFormTwoControl + substituteF_ormT_woC_ontrol.glif summation summation.glif sunWithRays sunW_ithR_ays.glif + synchronousIdleControl + synchronousI_dleC_ontrol.glif + synchronousIdleControl.ss20 + synchronousI_dleC_ontrol.ss20.glif t t.glif tau @@ -3016,6 +3246,8 @@ three.glif three.dnom three.dnom.glif + three.half + three.half.glif three.numr three.numr.glif threeeighths @@ -3058,6 +3290,8 @@ two.glif two.dnom two.dnom.glif + two.half + two.half.glif two.numr two.numr.glif twoinferior @@ -3102,14 +3336,18 @@ umacron-cy.glif underscore underscore.glif - underscore_bar_underscore.liga - underscore_bar_underscore.liga.glif + underscore_end.seq + underscore_end.seq.glif + underscore_middle.seq + underscore_middle.seq.glif + underscore_start.seq + underscore_start.seq.glif underscore_underscore.liga underscore_underscore.liga.glif underscoredbl underscoredbl.glif - uni0009 - uni0009.glif + unitSeparatorControl + unitS_eparatorC_ontrol.glif uogonek uogonek.glif upArrow @@ -3242,6 +3480,10 @@ verticalF_illC_ircle.glif verticalFillSquare verticalF_illS_quare.glif + verticalTabulationControl + verticalT_abulationC_ontrol.glif + verticalTabulationControl.ss20 + verticalT_abulationC_ontrol.ss20.glif vhook vhook.glif vturned diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/crosshatchF_illS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/crosshatchF_illS_quare.glif index 1f4d1a5fa..fe138c55b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/crosshatchF_illS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/crosshatchF_illS_quare.glif @@ -35,7 +35,7 @@ uni25A6 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/currency.glif b/sources/CascadiaCode-Regular.ufo/glyphs/currency.glif index 37310b37a..381b70239 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/currency.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/currency.glif @@ -18,13 +18,13 @@ - + - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/d.glif b/sources/CascadiaCode-Regular.ufo/glyphs/d.glif index d5e8e5e5a..cb66da32a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/d.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/d.glif @@ -8,35 +8,34 @@ - - - - - - - - - - - - + + + + + + + + + + + - - - - - - + + + + + + - - - - - + + + + + - - + + @@ -49,7 +48,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dashdownA_rrow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dashdownA_rrow.glif index 548686e43..0753b6a8a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dashdownA_rrow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dashdownA_rrow.glif @@ -4,18 +4,18 @@ - - - - - - - - + + + + + + + + - - + + @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dataL_inkE_scapeC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dataL_inkE_scapeC_ontrol.glif new file mode 100644 index 000000000..900c43246 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dataL_inkE_scapeC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + D.half + + + alignment + -1 + index + 1 + name + L.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dataL_inkE_scapeC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dataL_inkE_scapeC_ontrol.ss20.glif new file mode 100644 index 000000000..d0f23a261 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dataL_inkE_scapeC_ontrol.ss20.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dcaron.alt.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dcaron.alt.glif index beaa9bd76..36ce5a1ad 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dcaron.alt.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dcaron.alt.glif @@ -5,35 +5,40 @@ - - - - - - - - - - + + + + + + + + + + + + + + + - + - - - - - - + + + + + + - - - - - + + + + + - - + + @@ -42,12 +47,6 @@ - - - - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dcaron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dcaron.glif index ce50a44a7..736554de5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dcaron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dcaron.glif @@ -2,9 +2,9 @@ - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dcroat.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dcroat.glif index 72886077e..3837c2c78 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dcroat.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dcroat.glif @@ -4,8 +4,8 @@ - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/de-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/de-cy.glif index 57266f7df..cb60aa91c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/de-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/de-cy.glif @@ -48,10 +48,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/de-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/de-cy.loclB_G_R_.glif index 59ad062ff..2cf51f7d0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/de-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/de-cy.loclB_G_R_.glif @@ -1,15 +1,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/degree.glif b/sources/CascadiaCode-Regular.ufo/glyphs/degree.glif index 671a9648e..3db831d60 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/degree.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/degree.glif @@ -4,32 +4,32 @@ - - - - - - + + + + + + - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/deleteC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/deleteC_ontrol.glif new file mode 100644 index 000000000..feae256b3 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/deleteC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + D.half + + + alignment + -1 + index + 1 + name + T.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/deleteF_ormT_woC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/deleteF_ormT_woC_ontrol.glif new file mode 100644 index 000000000..6a88cc742 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/deleteF_ormT_woC_ontrol.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/delta.glif b/sources/CascadiaCode-Regular.ufo/glyphs/delta.glif index fe9ca666b..c1c320e4e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/delta.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/delta.glif @@ -7,11 +7,11 @@ - - - - - + + + + + @@ -34,31 +34,25 @@ - - - - - + + + + + - - - - + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolF_ourC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolF_ourC_ontrol.glif new file mode 100644 index 000000000..4033bc383 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolF_ourC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + D.half + + + alignment + -1 + index + 1 + name + four.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolO_neC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolO_neC_ontrol.glif new file mode 100644 index 000000000..ed9e9111e --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolO_neC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + D.half + + + alignment + -1 + index + 1 + name + one.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolT_hreeC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolT_hreeC_ontrol.glif new file mode 100644 index 000000000..048abb542 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolT_hreeC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + D.half + + + alignment + -1 + index + 1 + name + three.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolT_woC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolT_woC_ontrol.glif new file mode 100644 index 000000000..a7c5f24eb --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolT_woC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + D.half + + + alignment + -1 + index + 1 + name + two.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/diagonalcrosshatchF_illS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/diagonalcrosshatchF_illS_quare.glif index 694e00711..df0bcdf95 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/diagonalcrosshatchF_illS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/diagonalcrosshatchF_illS_quare.glif @@ -47,7 +47,7 @@ uni25A9 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dieresiscomb.case.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dieresiscomb.case.glif index 6d26179ec..a891a9bfe 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dieresiscomb.case.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dieresiscomb.case.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dieresiscomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dieresiscomb.glif index be0c464b5..fd960b965 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dieresiscomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dieresiscomb.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dieresistonos.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dieresistonos.glif index 5b01eb478..a3edffee2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dieresistonos.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dieresistonos.glif @@ -42,7 +42,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/divisionslash.glif b/sources/CascadiaCode-Regular.ufo/glyphs/divisionslash.glif index 996df1354..d58e38675 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/divisionslash.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/divisionslash.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dje-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dje-cy.glif index e9215a551..df68c0370 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dje-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dje-cy.glif @@ -51,10 +51,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dollar.B_R_A_C_K_E_T_.600.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dollar.B_R_A_C_K_E_T_.600.glif index 7691974de..93fa7aad7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dollar.B_R_A_C_K_E_T_.600.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dollar.B_R_A_C_K_E_T_.600.glif @@ -1,8 +1,6 @@ - - @@ -21,7 +19,7 @@ com.schriftgestaltung.Glyphs._originalLayerName - Regular [600] + [600] com.schriftgestaltung.Glyphs.glyph.leftMetricsKey =S com.schriftgestaltung.Glyphs.glyph.rightMetricsKey diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dollar.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dollar.glif index 39a45f3d0..14077b67e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dollar.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dollar.glif @@ -3,7 +3,7 @@ - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dollar_greater.liga.B_R_A_C_K_E_T_.600.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dollar_greater.liga.B_R_A_C_K_E_T_.600.glif index 059b49e0f..901bf0ab0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dollar_greater.liga.B_R_A_C_K_E_T_.600.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dollar_greater.liga.B_R_A_C_K_E_T_.600.glif @@ -3,70 +3,70 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs._originalLayerName - Regular [600] + [600] public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dollar_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dollar_greater.liga.glif index 379681fb6..25f2bee77 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dollar_greater.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dollar_greater.liga.glif @@ -3,62 +3,62 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dong.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dong.glif index 2771b9402..8f1d7cc9b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dong.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dong.glif @@ -4,8 +4,8 @@ - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dotaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dotaccent.glif index 872eea3e5..77748a9a6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dotaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dotaccent.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dotaccentcomb.case.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dotaccentcomb.case.glif index 388dae4b2..100121f07 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dotaccentcomb.case.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dotaccentcomb.case.glif @@ -23,7 +23,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dotaccentcomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dotaccentcomb.glif index 6db22cfb4..1fd768bb7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dotaccentcomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dotaccentcomb.glif @@ -24,7 +24,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dotbelowcomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dotbelowcomb.glif index fa86b0f74..96107aec0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dotbelowcomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dotbelowcomb.glif @@ -2,6 +2,7 @@ + @@ -23,7 +24,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1-braille.glif index 0a978ed51..9062bc16f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12-braille.glif index 70d6131ae..626e379b4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots123-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots123-braille.glif index 1adcd910d..c20a57985 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots123-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots123-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1234-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1234-braille.glif index 9af2f31bd..34c42d76b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1234-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1234-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12345-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12345-braille.glif index 7b8a66589..68ce63092 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12345-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12345-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots123456-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots123456-braille.glif index c025e5928..bed2d4874 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots123456-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots123456-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1234567-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1234567-braille.glif index a683d4772..a2bf780fe 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1234567-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1234567-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12345678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12345678-braille.glif index d981e329a..df7b09262 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12345678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12345678-braille.glif @@ -119,7 +119,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1234568-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1234568-braille.glif index 94cae49f4..8ae1865a1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1234568-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1234568-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots123457-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots123457-braille.glif index d14a7272f..39a234f4f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots123457-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots123457-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1234578-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1234578-braille.glif index b1369904c..ebf4df14f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1234578-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1234578-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots123458-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots123458-braille.glif index e7cdbb6c4..847e4c7c2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots123458-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots123458-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12346-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12346-braille.glif index 80323c9ee..bb893d4f0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12346-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12346-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots123467-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots123467-braille.glif index 52f984856..e31a23d10 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots123467-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots123467-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1234678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1234678-braille.glif index 9c1e24be3..20961abee 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1234678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1234678-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots123468-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots123468-braille.glif index 0d3515926..d8bbdb9fe 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots123468-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots123468-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12347-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12347-braille.glif index 369161f4a..5e1d2c37a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12347-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12347-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots123478-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots123478-braille.glif index ac324d798..4f80eb8a3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots123478-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots123478-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12348-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12348-braille.glif index 329ac6d79..134348078 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12348-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12348-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1235-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1235-braille.glif index 3da7ef15b..4b1eb7caf 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1235-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1235-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12356-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12356-braille.glif index 766c7eff6..25e8eb22f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12356-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12356-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots123567-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots123567-braille.glif index b79209ade..2f2c1a833 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots123567-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots123567-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1235678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1235678-braille.glif index 5e1f59f81..d1bc611b4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1235678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1235678-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots123568-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots123568-braille.glif index 4b2d76660..4b47ecd37 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots123568-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots123568-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12357-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12357-braille.glif index 0959e6ea8..4f31b5cfe 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12357-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12357-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots123578-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots123578-braille.glif index 64799bb24..f899eb229 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots123578-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots123578-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12358-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12358-braille.glif index be7781441..541992f1c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12358-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12358-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1236-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1236-braille.glif index add62de11..8e43591a3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1236-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1236-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12367-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12367-braille.glif index 3b4910e5a..b38c39366 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12367-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12367-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots123678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots123678-braille.glif index a82eac715..ae3c1dd66 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots123678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots123678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12368-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12368-braille.glif index c64d8bdf5..4a75238b7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12368-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12368-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1237-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1237-braille.glif index 275acf1e4..cacb604ac 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1237-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1237-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12378-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12378-braille.glif index e601499a0..a5652a271 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12378-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12378-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1238-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1238-braille.glif index 9279c3890..803b9edaa 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1238-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1238-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots124-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots124-braille.glif index 57e5722ec..2ae264f5b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots124-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots124-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1245-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1245-braille.glif index 12a29dd71..143c51a57 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1245-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1245-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12456-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12456-braille.glif index 178c77217..f3c438ef0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12456-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12456-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots124567-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots124567-braille.glif index c3d11810d..ba12bd083 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots124567-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots124567-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1245678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1245678-braille.glif index ea6f9d116..a1804ca37 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1245678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1245678-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots124568-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots124568-braille.glif index b5c89b09b..62474cf37 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots124568-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots124568-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12457-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12457-braille.glif index 7e0b90b67..37e4a3947 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12457-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12457-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots124578-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots124578-braille.glif index 9a0951938..091e01722 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots124578-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots124578-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12458-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12458-braille.glif index f75d88275..1230d3e30 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12458-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12458-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1246-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1246-braille.glif index b04a2c342..941085c6b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1246-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1246-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12467-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12467-braille.glif index 6b7dd80be..ad06a9fed 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12467-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12467-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots124678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots124678-braille.glif index 1432b7ee9..fd9db4a00 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots124678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots124678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12468-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12468-braille.glif index 8075ca091..c88a3c475 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12468-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12468-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1247-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1247-braille.glif index c8de86d30..818602514 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1247-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1247-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12478-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12478-braille.glif index 635f17739..28f095f97 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12478-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12478-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1248-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1248-braille.glif index 1c92e2b5f..13890ba43 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1248-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1248-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots125-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots125-braille.glif index 0fe1be016..85f8badad 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots125-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots125-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1256-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1256-braille.glif index b65308da8..b21146492 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1256-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1256-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12567-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12567-braille.glif index f4daaba5a..be49f3004 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12567-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12567-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots125678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots125678-braille.glif index 0b2abcb0d..1f5894ef3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots125678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots125678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12568-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12568-braille.glif index b0df80723..bd865180f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12568-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12568-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1257-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1257-braille.glif index 742d2332d..f8b23e71d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1257-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1257-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12578-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12578-braille.glif index 419ee60a5..af44e4a43 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12578-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12578-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1258-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1258-braille.glif index 2a5914ff3..990f3d694 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1258-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1258-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots126-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots126-braille.glif index 959c87d31..72752fa15 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots126-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots126-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1267-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1267-braille.glif index 7e33a92f1..96fce6b7c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1267-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1267-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots12678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots12678-braille.glif index c3b076ba4..55b74423a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots12678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots12678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1268-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1268-braille.glif index 0d7686646..ec53581aa 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1268-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1268-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots127-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots127-braille.glif index fb93ad583..90beee116 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots127-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots127-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1278-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1278-braille.glif index 46c114c33..8ce032ce4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1278-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1278-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots128-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots128-braille.glif index bf60c03eb..77293300b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots128-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots128-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots13-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots13-braille.glif index 7c84fcbdc..50075208a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots13-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots13-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots134-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots134-braille.glif index e5215946f..820e03922 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots134-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots134-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1345-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1345-braille.glif index 563da0000..c398410b8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1345-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1345-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots13456-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots13456-braille.glif index be34dfde7..ca55a0199 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots13456-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots13456-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots134567-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots134567-braille.glif index b98fd225f..3297f60bc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots134567-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots134567-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1345678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1345678-braille.glif index 1b7b7c54b..e51c1cc44 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1345678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1345678-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots134568-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots134568-braille.glif index e9e62e083..e444d957f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots134568-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots134568-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots13457-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots13457-braille.glif index 9a3875b2c..0016e6578 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots13457-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots13457-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots134578-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots134578-braille.glif index 3a101b24f..743264823 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots134578-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots134578-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots13458-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots13458-braille.glif index e052cd4a9..23daf878e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots13458-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots13458-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1346-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1346-braille.glif index 26d592e19..4ca85497a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1346-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1346-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots13467-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots13467-braille.glif index acf092003..0fef863b6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots13467-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots13467-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots134678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots134678-braille.glif index 978f98955..83a2a1e8a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots134678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots134678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots13468-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots13468-braille.glif index d8ecc4320..523309c4c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots13468-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots13468-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1347-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1347-braille.glif index 5e7f9202d..fc9e8d0a0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1347-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1347-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots13478-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots13478-braille.glif index 25f080455..16e82c15d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots13478-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots13478-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1348-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1348-braille.glif index 59e0e89ce..78ff5b56b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1348-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1348-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots135-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots135-braille.glif index 1f5930774..03b780431 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots135-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots135-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1356-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1356-braille.glif index 84e5da04d..8e5525ffc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1356-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1356-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots13567-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots13567-braille.glif index cc6eacb9a..ba00fbc2e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots13567-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots13567-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots135678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots135678-braille.glif index de382cbbf..5c2a6fb29 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots135678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots135678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots13568-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots13568-braille.glif index aa09b4ff5..e5276cb4b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots13568-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots13568-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1357-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1357-braille.glif index 006594612..eea4dfff4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1357-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1357-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots13578-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots13578-braille.glif index eaf59c862..1bbcf81cd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots13578-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots13578-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1358-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1358-braille.glif index 85c4bbdac..5ed0e7937 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1358-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1358-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots136-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots136-braille.glif index 55bee2d4b..5c7057e5d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots136-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots136-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1367-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1367-braille.glif index a7baf4a6b..9f3551866 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1367-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1367-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots13678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots13678-braille.glif index 49553d50b..f0b053dd3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots13678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots13678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1368-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1368-braille.glif index 24e3576e3..81c23c4fd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1368-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1368-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots137-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots137-braille.glif index 206f96ab8..2863c386b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots137-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots137-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1378-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1378-braille.glif index 18e0d637d..93479d755 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1378-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1378-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots138-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots138-braille.glif index aa6dd99c1..c1a11de1a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots138-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots138-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots14-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots14-braille.glif index b54f1e5c0..66085f256 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots14-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots14-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots145-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots145-braille.glif index 3ed424046..1a2e6bc14 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots145-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots145-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1456-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1456-braille.glif index d5c86e8a0..07d7ce50c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1456-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1456-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots14567-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots14567-braille.glif index 8d35e5056..3e2d2daff 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots14567-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots14567-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots145678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots145678-braille.glif index cf6572ecf..bf20af2e0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots145678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots145678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots14568-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots14568-braille.glif index 8ef6870dc..ef349094b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots14568-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots14568-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1457-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1457-braille.glif index bc9beafe2..53b557d37 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1457-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1457-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots14578-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots14578-braille.glif index 8a5e6f02a..e3f47b788 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots14578-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots14578-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1458-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1458-braille.glif index 4fe9d6aa0..1859bfe62 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1458-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1458-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots146-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots146-braille.glif index b000f2ed2..bd1d08213 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots146-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots146-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1467-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1467-braille.glif index 2045c304b..58f9e3b96 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1467-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1467-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots14678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots14678-braille.glif index 90668f37f..3789c826f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots14678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots14678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1468-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1468-braille.glif index 64b5843c5..399e26487 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1468-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1468-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots147-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots147-braille.glif index acac688fd..13035c0c1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots147-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots147-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1478-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1478-braille.glif index ee9b63a3d..8bc63a965 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1478-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1478-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots148-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots148-braille.glif index d27e45daf..3b537f48a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots148-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots148-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots15-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots15-braille.glif index 06aedf7a7..06929895b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots15-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots15-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots156-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots156-braille.glif index 2af668c01..171c3ad01 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots156-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots156-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1567-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1567-braille.glif index 5622ebfb7..ca1856cb5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1567-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1567-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots15678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots15678-braille.glif index d6b8edf6e..9d3bed19f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots15678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots15678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1568-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1568-braille.glif index 596680144..37e60c05b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1568-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1568-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots157-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots157-braille.glif index b2f6c175e..b575ce1bd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots157-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots157-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1578-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1578-braille.glif index 7a1efb9de..b3e253e46 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1578-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1578-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots158-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots158-braille.glif index 7532eca1e..4ecc86e33 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots158-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots158-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots16-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots16-braille.glif index 0c64ff934..d9873bd7b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots16-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots16-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots167-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots167-braille.glif index d4931d5b8..2cdd32326 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots167-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots167-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots1678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots1678-braille.glif index b3dccffde..f2c3a9d08 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots1678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots1678-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots168-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots168-braille.glif index eaaa7a3bf..0e61eabf4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots168-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots168-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots17-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots17-braille.glif index 07a30ae76..96225fb00 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots17-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots17-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots178-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots178-braille.glif index 473338e92..dd24bb68a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots178-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots178-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots18-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots18-braille.glif index b1780c30a..c5b00e4be 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots18-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots18-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2-braille.glif index 9f8f8d02e..22a9f2dc4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots23-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots23-braille.glif index 66c11c2a7..957b549ae 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots23-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots23-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots234-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots234-braille.glif index a9fbc8992..dbf68804d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots234-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots234-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2345-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2345-braille.glif index 733316b9b..ebf0b93bd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2345-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2345-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots23456-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots23456-braille.glif index 744ac043f..d4c47401c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots23456-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots23456-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots234567-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots234567-braille.glif index 873faf466..aa607ce09 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots234567-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots234567-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2345678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2345678-braille.glif index 7cfc29522..2d05010e7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2345678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2345678-braille.glif @@ -105,7 +105,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots234568-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots234568-braille.glif index 27a0afda6..530bd6a37 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots234568-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots234568-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots23457-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots23457-braille.glif index 125a15b2b..34a40d0e6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots23457-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots23457-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots234578-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots234578-braille.glif index 282726a5b..fc0318bb5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots234578-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots234578-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots23458-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots23458-braille.glif index 0c57bc80a..73ad2e5df 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots23458-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots23458-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2346-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2346-braille.glif index b7e4ba1e6..edf201533 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2346-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2346-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots23467-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots23467-braille.glif index 37edc90f7..499932e63 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots23467-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots23467-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots234678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots234678-braille.glif index 7dc3a7f68..a085f0d9e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots234678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots234678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots23468-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots23468-braille.glif index 58e2049b0..f785faae7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots23468-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots23468-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2347-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2347-braille.glif index a72aba044..564271f05 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2347-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2347-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots23478-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots23478-braille.glif index 379a53f64..3a4ca19d8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots23478-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots23478-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2348-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2348-braille.glif index a67239f60..9843ee81b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2348-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2348-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots235-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots235-braille.glif index 9c24cc40d..b81b694da 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots235-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots235-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2356-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2356-braille.glif index 87de90a24..b5b48c3e2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2356-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2356-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots23567-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots23567-braille.glif index 989d68663..606f44cb7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots23567-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots23567-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots235678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots235678-braille.glif index 97ce3251b..74e8ae101 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots235678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots235678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots23568-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots23568-braille.glif index 26ab74f7e..298610c4f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots23568-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots23568-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2357-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2357-braille.glif index f2b700abf..7174a18d9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2357-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2357-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots23578-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots23578-braille.glif index 557641ca7..3d383cb84 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots23578-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots23578-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2358-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2358-braille.glif index fdfe1de37..c5b6e7c7f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2358-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2358-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots236-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots236-braille.glif index 8c3abaeeb..0a2ad24df 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots236-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots236-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2367-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2367-braille.glif index 6b3e06ccd..8d14c6b0b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2367-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2367-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots23678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots23678-braille.glif index 6c45c94ad..7833cfc52 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots23678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots23678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2368-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2368-braille.glif index c5a9d9826..96d90a494 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2368-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2368-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots237-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots237-braille.glif index 117d9c37f..a75a40da4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots237-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots237-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2378-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2378-braille.glif index 0346b35c5..df7564d11 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2378-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2378-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots238-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots238-braille.glif index 3ffc16dd7..668447d2e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots238-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots238-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots24-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots24-braille.glif index 838b307f7..dc25e4f60 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots24-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots24-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots245-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots245-braille.glif index 2b2e727d1..6f0855033 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots245-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots245-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2456-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2456-braille.glif index 7c1997403..aaa46e8d6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2456-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2456-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots24567-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots24567-braille.glif index f55f1cd93..0d93d0866 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots24567-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots24567-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots245678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots245678-braille.glif index 716488d5a..6277ef13d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots245678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots245678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots24568-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots24568-braille.glif index 4d19a6b60..5858ee392 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots24568-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots24568-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2457-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2457-braille.glif index 56016449a..254bcf506 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2457-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2457-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots24578-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots24578-braille.glif index 539125aaa..44b70a46e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots24578-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots24578-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2458-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2458-braille.glif index 420424641..2f98a624e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2458-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2458-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots246-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots246-braille.glif index 63d933396..41946ddcf 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots246-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots246-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2467-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2467-braille.glif index 5b5596056..b0c308a1f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2467-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2467-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots24678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots24678-braille.glif index 99b07a9a8..9c5cb8471 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots24678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots24678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2468-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2468-braille.glif index 617c9d6b4..9103406f9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2468-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2468-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots247-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots247-braille.glif index 823e2eb6d..4d23f22c8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots247-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots247-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2478-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2478-braille.glif index 336f9d5b6..d99010662 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2478-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2478-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots248-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots248-braille.glif index 334134da7..772b70f7a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots248-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots248-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots25-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots25-braille.glif index 69893aa99..ebb7426b6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots25-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots25-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots256-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots256-braille.glif index f579029f3..7571bfb4f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots256-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots256-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2567-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2567-braille.glif index 3d0fa59c2..d8fd891c7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2567-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2567-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots25678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots25678-braille.glif index ddce0332d..d7343723c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots25678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots25678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2568-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2568-braille.glif index 2e3beb5e8..324915c98 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2568-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2568-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots257-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots257-braille.glif index 0061329af..e651d0ce6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots257-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots257-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2578-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2578-braille.glif index 6435f73d0..e82ab6147 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2578-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2578-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots258-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots258-braille.glif index e6e422b97..458712efb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots258-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots258-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots26-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots26-braille.glif index 6121e64c1..f8fa113c3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots26-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots26-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots267-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots267-braille.glif index 923d5f180..6365023a4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots267-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots267-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots2678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots2678-braille.glif index 0ae1cbc7b..8c1d2a9e8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots2678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots2678-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots268-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots268-braille.glif index f591bede2..0796afedd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots268-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots268-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots27-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots27-braille.glif index 8800bc4d9..be4bb68a7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots27-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots27-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots278-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots278-braille.glif index a65ecba0d..a9587f979 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots278-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots278-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots28-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots28-braille.glif index 6cacf1d3b..5626c1b5e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots28-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots28-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots3-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots3-braille.glif index d6005eb19..e98bd8c51 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots3-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots3-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots34-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots34-braille.glif index 30d1bc104..690d33970 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots34-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots34-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots345-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots345-braille.glif index e584b5b5f..35356891b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots345-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots345-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots3456-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots3456-braille.glif index 256469ee3..411b7da75 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots3456-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots3456-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots34567-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots34567-braille.glif index 8e97f06cf..3eec0f8dd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots34567-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots34567-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots345678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots345678-braille.glif index 3b87a0a5a..d5c889b14 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots345678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots345678-braille.glif @@ -91,7 +91,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots34568-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots34568-braille.glif index 0a365a1d6..fda80955a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots34568-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots34568-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots3457-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots3457-braille.glif index 3351bc7ce..eabb562cd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots3457-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots3457-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots34578-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots34578-braille.glif index ec3e0f742..36058af61 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots34578-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots34578-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots3458-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots3458-braille.glif index 08ae7878e..d8ba15a62 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots3458-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots3458-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots346-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots346-braille.glif index a8adba66b..a6257cdff 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots346-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots346-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots3467-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots3467-braille.glif index a52adf367..a942eede3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots3467-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots3467-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots34678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots34678-braille.glif index 37cdd970c..615ca7940 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots34678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots34678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots3468-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots3468-braille.glif index 1fa089470..e18dacdbc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots3468-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots3468-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots347-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots347-braille.glif index 5869a0e5a..edf7aeda4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots347-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots347-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots3478-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots3478-braille.glif index d85e99226..19a20688b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots3478-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots3478-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots348-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots348-braille.glif index 6695a9d9f..e5e49170c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots348-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots348-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots35-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots35-braille.glif index 12f61f227..4bfdc04b9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots35-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots35-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots356-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots356-braille.glif index 2107cc961..07d9958cc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots356-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots356-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots3567-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots3567-braille.glif index f80bcab5c..3555f723e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots3567-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots3567-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots35678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots35678-braille.glif index 707233c71..afc102a26 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots35678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots35678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots3568-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots3568-braille.glif index 811e549ac..ca0a6370d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots3568-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots3568-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots357-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots357-braille.glif index cd39b2155..c1f8421b0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots357-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots357-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots3578-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots3578-braille.glif index ebd9e5759..8ec0b58b1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots3578-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots3578-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots358-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots358-braille.glif index 501609936..26ca82860 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots358-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots358-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots36-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots36-braille.glif index 75bb13c0d..9e3f0e92b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots36-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots36-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots367-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots367-braille.glif index a9889d4e0..27f2e6358 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots367-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots367-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots3678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots3678-braille.glif index b85345ef3..db33a6abe 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots3678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots3678-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots368-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots368-braille.glif index f1bce5209..c3ff5360a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots368-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots368-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots37-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots37-braille.glif index d074c558b..864886146 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots37-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots37-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots378-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots378-braille.glif index e5d632e51..f872d388d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots378-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots378-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots38-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots38-braille.glif index 03e7d297c..652a7f988 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots38-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots38-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots4-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots4-braille.glif index 6a96760a6..ecd6390fb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots4-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots4-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots45-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots45-braille.glif index 255746467..5b57cbb58 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots45-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots45-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots456-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots456-braille.glif index a4734950b..feba0f554 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots456-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots456-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots4567-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots4567-braille.glif index a484be3e1..20007b805 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots4567-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots4567-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots45678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots45678-braille.glif index 5b2ce6821..ad07e0ffa 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots45678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots45678-braille.glif @@ -77,7 +77,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots4568-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots4568-braille.glif index ba3643aac..a4e8b409e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots4568-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots4568-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots457-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots457-braille.glif index cc1777426..3ecf36e17 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots457-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots457-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots4578-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots4578-braille.glif index 06e30a59c..597b171f5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots4578-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots4578-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots458-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots458-braille.glif index 08723d8d7..8fb5ea071 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots458-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots458-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots46-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots46-braille.glif index 6267c5acc..083a42035 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots46-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots46-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots467-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots467-braille.glif index 7441cd026..fb6bec71e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots467-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots467-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots4678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots4678-braille.glif index 9a24c0606..6267c7ff2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots4678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots4678-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots468-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots468-braille.glif index 8d70f9c77..5406cb989 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots468-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots468-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots47-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots47-braille.glif index cef9986ed..77997f1ce 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots47-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots47-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots478-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots478-braille.glif index 72f14fe63..9605e8b3d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots478-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots478-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots48-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots48-braille.glif index ee5bc9ad0..9e8973867 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots48-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots48-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots5-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots5-braille.glif index 616117ff7..e3548206a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots5-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots5-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots56-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots56-braille.glif index 7eae618e6..94634eb27 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots56-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots56-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots567-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots567-braille.glif index 50072665f..844264710 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots567-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots567-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots5678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots5678-braille.glif index 2eca41e41..636c2c3c1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots5678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots5678-braille.glif @@ -63,7 +63,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots568-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots568-braille.glif index 34831d28f..dddfaec43 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots568-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots568-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots57-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots57-braille.glif index 8b01dccf5..bcc5968ee 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots57-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots57-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots578-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots578-braille.glif index c8ee5bb50..5cceafa53 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots578-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots578-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots58-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots58-braille.glif index 7ea787202..e4fe82cb7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots58-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots58-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots6-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots6-braille.glif index 7fd7acd89..b74b9c294 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots6-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots6-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots67-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots67-braille.glif index 63dafbf07..cf978c840 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots67-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots67-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots678-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots678-braille.glif index 03e524f8c..6a6736308 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots678-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots678-braille.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots68-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots68-braille.glif index a75e5b758..50a2bb6eb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots68-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots68-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots7-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots7-braille.glif index d9958d817..11d080a15 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots7-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots7-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots78-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots78-braille.glif index 453d03d0b..2746f4a9d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots78-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots78-braille.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dots8-braille.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dots8-braille.glif index adae62820..2d4bfe4b4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dots8-braille.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dots8-braille.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dottedC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dottedC_ircle.glif index cf4087b77..ace865fed 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dottedC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dottedC_ircle.glif @@ -178,7 +178,7 @@ uni25CC public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dottedS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dottedS_quare.glif index d28cb6af4..56df93a75 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dottedS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dottedS_quare.glif @@ -178,7 +178,7 @@ uni2B1A public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/downA_rrow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/downA_rrow.glif index 4b6990c8e..779923634 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/downA_rrow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/downA_rrow.glif @@ -4,26 +4,20 @@ - - - - - - - - + + + + - - - - + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/downB_lackS_mallT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/downB_lackS_mallT_riangle.glif index 9098953f9..b60b69a55 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/downB_lackS_mallT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/downB_lackS_mallT_riangle.glif @@ -15,7 +15,7 @@ uni25BE public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/downB_lackT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/downB_lackT_riangle.glif index efbd1a20f..1136293d6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/downB_lackT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/downB_lackT_riangle.glif @@ -15,7 +15,7 @@ triagdn public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/downT_ipL_eftA_rrow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/downT_ipL_eftA_rrow.glif new file mode 100644 index 000000000..da833b565 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/downT_ipL_eftA_rrow.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/downW_hiteS_mallT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/downW_hiteS_mallT_riangle.glif index 37e52b0dc..3451c373e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/downW_hiteS_mallT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/downW_hiteS_mallT_riangle.glif @@ -23,7 +23,7 @@ uni25BF public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/downW_hiteT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/downW_hiteT_riangle.glif index 761fa1509..0dd6b62ae 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/downW_hiteT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/downW_hiteT_riangle.glif @@ -23,7 +23,7 @@ uni25BD public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dze-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dze-cy.glif index 19cc7eef0..16d5637a0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dze-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dze-cy.glif @@ -2,15 +2,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/dzhe-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/dzhe-cy.glif index 9b4914fd7..9915a8d52 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/dzhe-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/dzhe-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/e-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/e-cy.glif index 7d6d356a2..134615224 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/e-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/e-cy.glif @@ -40,10 +40,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/e.glif b/sources/CascadiaCode-Regular.ufo/glyphs/e.glif index f9f264a6b..07de57c16 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/e.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/e.glif @@ -43,7 +43,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/eacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/eacute.glif index 9386d69e2..9b5503cf0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/eacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/eacute.glif @@ -2,17 +2,17 @@ - - - + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ebreve.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ebreve.glif index 44a1f1d3a..a7652aa7d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ebreve.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ebreve.glif @@ -2,9 +2,9 @@ - - - + + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ecaron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ecaron.glif index f617aa3b7..45e008650 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ecaron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ecaron.glif @@ -2,9 +2,9 @@ - - - + + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflex.glif index 3b898a7dc..bd8581188 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflex.glif @@ -2,9 +2,9 @@ - - - + + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexacute.glif index 9db71913b..474873503 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexacute.glif @@ -2,13 +2,13 @@ - - - + + + - + @@ -24,7 +24,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexdotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexdotbelow.glif index 951fa3bb9..ecc92ba8c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexdotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexdotbelow.glif @@ -2,9 +2,9 @@ - - - + + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexgrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexgrave.glif index ce558f2b5..d2ac663a8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexgrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexgrave.glif @@ -2,18 +2,29 @@ - - - + + + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + gravecomb + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexhookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexhookabove.glif index 15939c334..71389bfc1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexhookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexhookabove.glif @@ -2,9 +2,9 @@ - - - + + + @@ -12,8 +12,19 @@ + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + hookabovecomb + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflextilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflextilde.glif index 04013b5d7..e980784b8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflextilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflextilde.glif @@ -3,8 +3,8 @@ - - + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/edieresis.glif b/sources/CascadiaCode-Regular.ufo/glyphs/edieresis.glif index c8cbce07c..53e42d739 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/edieresis.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/edieresis.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/edotaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/edotaccent.glif index 70042058e..426060cba 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/edotaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/edotaccent.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/edotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/edotbelow.glif index 71e0d73dc..65e3b71ef 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/edotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/edotbelow.glif @@ -2,9 +2,9 @@ - - - + + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ef-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ef-cy.glif index ec5eb45b7..9cd1b5b26 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ef-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ef-cy.glif @@ -82,10 +82,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/egrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/egrave.glif index d3a0b1756..c6c5cdc46 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/egrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/egrave.glif @@ -2,17 +2,17 @@ - - - + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ehookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ehookabove.glif index 40d53c1d8..a975d0dcf 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ehookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ehookabove.glif @@ -2,8 +2,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/eight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/eight.glif index f6d1b045d..3c09e8f30 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/eight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/eight.glif @@ -19,17 +19,17 @@ - - - - - + + + + + - - - - - + + + + + @@ -39,17 +39,17 @@ - - - - - + + + + + - - - - - + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/el-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/el-cy.glif index 0662dda3c..cc1210376 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/el-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/el-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/el-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/el-cy.loclB_G_R_.glif index c73b586f5..5feaf51e7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/el-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/el-cy.loclB_G_R_.glif @@ -15,10 +15,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/em-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/em-cy.glif index 8ef12354f..9552c006a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/em-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/em-cy.glif @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/emacron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/emacron.glif index 7b567164b..d47e64224 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/emacron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/emacron.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/en-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/en-cy.glif index b639427de..bb6de39a2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/en-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/en-cy.glif @@ -24,10 +24,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/endO_fM_ediumC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/endO_fM_ediumC_ontrol.glif new file mode 100644 index 000000000..a79671316 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/endO_fM_ediumC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + E.half + + + alignment + -1 + index + 1 + name + M.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/endO_fM_ediumC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/endO_fM_ediumC_ontrol.ss20.glif new file mode 100644 index 000000000..9a77107ae --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/endO_fM_ediumC_ontrol.ss20.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_extC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_extC_ontrol.glif new file mode 100644 index 000000000..ba512872b --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_extC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + E.half + + + alignment + -1 + index + 1 + name + X.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_extC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_extC_ontrol.ss20.glif new file mode 100644 index 000000000..a2816c8a7 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_extC_ontrol.ss20.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.glif new file mode 100644 index 000000000..825858d39 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + E.half + + + alignment + -1 + index + 1 + name + B.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.ss20.glif new file mode 100644 index 000000000..1f15a6c02 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.ss20.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionC_ontrol.glif new file mode 100644 index 000000000..ec5788d47 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + E.half + + + alignment + -1 + index + 1 + name + T.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionC_ontrol.ss20.glif new file mode 100644 index 000000000..4231938ef --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionC_ontrol.ss20.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/endescender-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/endescender-cy.glif index c428e4eba..f39196d75 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/endescender-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/endescender-cy.glif @@ -13,10 +13,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/enquiryC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/enquiryC_ontrol.glif new file mode 100644 index 000000000..3821a3579 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/enquiryC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + E.half + + + alignment + -1 + index + 1 + name + Q.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/enquiryC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/enquiryC_ontrol.ss20.glif new file mode 100644 index 000000000..2181bd810 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/enquiryC_ontrol.ss20.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/eogonek.glif b/sources/CascadiaCode-Regular.ufo/glyphs/eogonek.glif index 06363fde9..d4954dfde 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/eogonek.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/eogonek.glif @@ -2,9 +2,9 @@ - - - + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/eopen.glif b/sources/CascadiaCode-Regular.ufo/glyphs/eopen.glif index fa77e9a5c..dc5c5e76f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/eopen.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/eopen.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/epsilon.glif b/sources/CascadiaCode-Regular.ufo/glyphs/epsilon.glif index 0ff68515b..658375829 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/epsilon.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/epsilon.glif @@ -54,10 +54,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/epsilontonos.glif b/sources/CascadiaCode-Regular.ufo/glyphs/epsilontonos.glif index a6fd95660..3e3d7b7e3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/epsilontonos.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/epsilontonos.glif @@ -3,15 +3,9 @@ - + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/equal_colon_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/equal_colon_equal.liga.glif deleted file mode 100644 index 4167fb727..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/equal_colon_equal.liga.glif +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/equal_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/equal_end.seq.glif new file mode 100644 index 000000000..4c3ab5fce --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/equal_end.seq.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/equal_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/equal_equal.liga.glif index 503ecb5c6..0ec486e64 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/equal_equal.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/equal_equal.liga.glif @@ -3,34 +3,34 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/equal_equal_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/equal_equal_equal.liga.glif index 4f0a82eaf..36e82c035 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/equal_equal_equal.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/equal_equal_equal.liga.glif @@ -3,28 +3,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/equal_equal_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/equal_equal_greater.liga.glif deleted file mode 100644 index bc4bcd50d..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/equal_equal_greater.liga.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/equal_exclam_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/equal_exclam_equal.liga.glif deleted file mode 100644 index ccee98cee..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/equal_exclam_equal.liga.glif +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/equal_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/equal_greater.liga.glif deleted file mode 100644 index 56313af90..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/equal_greater.liga.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/equal_greater_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/equal_greater_greater.liga.glif deleted file mode 100644 index 2cfdbfebb..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/equal_greater_greater.liga.glif +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/equal_less_less.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/equal_less_less.liga.glif deleted file mode 100644 index a402709f1..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/equal_less_less.liga.glif +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/equal_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/equal_middle.seq.glif new file mode 100644 index 000000000..f2d5a69ce --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/equal_middle.seq.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/equal_slash_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/equal_slash_equal.liga.glif deleted file mode 100644 index 247c79d6c..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/equal_slash_equal.liga.glif +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/equal_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/equal_start.seq.glif new file mode 100644 index 000000000..87cd86f8e --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/equal_start.seq.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/er-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/er-cy.glif index da3ccfc5e..8ddaed826 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/er-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/er-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ereversed-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ereversed-cy.glif index e71c45fcb..5e65a15ee 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ereversed-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ereversed-cy.glif @@ -40,10 +40,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/es-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/es-cy.glif index 4b05f6095..55b67fcce 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/es-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/es-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/escapeC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/escapeC_ontrol.glif new file mode 100644 index 000000000..456d68d14 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/escapeC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + E.half + + + alignment + -1 + index + 1 + name + C.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/escapeC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/escapeC_ontrol.ss20.glif new file mode 100644 index 000000000..f6d05a93b --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/escapeC_ontrol.ss20.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/esh.glif b/sources/CascadiaCode-Regular.ufo/glyphs/esh.glif index 3af1877ec..a97549b89 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/esh.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/esh.glif @@ -2,10 +2,41 @@ - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/estimated.glif b/sources/CascadiaCode-Regular.ufo/glyphs/estimated.glif index 7d92caef6..a4aa3dbef 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/estimated.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/estimated.glif @@ -4,62 +4,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/eta.glif b/sources/CascadiaCode-Regular.ufo/glyphs/eta.glif index cd5476f65..5a0242784 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/eta.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/eta.glif @@ -32,10 +32,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/etatonos.glif b/sources/CascadiaCode-Regular.ufo/glyphs/etatonos.glif index e7cb17f75..903a09948 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/etatonos.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/etatonos.glif @@ -2,16 +2,10 @@ - - + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/eth.glif b/sources/CascadiaCode-Regular.ufo/glyphs/eth.glif index 4a24d155c..9ce44416f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/eth.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/eth.glif @@ -6,53 +6,53 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/etilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/etilde.glif index 27a6fc257..fbc84e8b4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/etilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/etilde.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/eturned.glif b/sources/CascadiaCode-Regular.ufo/glyphs/eturned.glif index 3e9b8c7ee..44d33e6d0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/eturned.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/eturned.glif @@ -2,15 +2,15 @@ - - + + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/eurocurrency.glif b/sources/CascadiaCode-Regular.ufo/glyphs/eurocurrency.glif index aecec41e6..527e2498e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/eurocurrency.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/eurocurrency.glif @@ -4,15 +4,15 @@ - - - - - - - - - + + + + + + + + + @@ -22,10 +22,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/exclam_colon.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/exclam_colon.liga.glif new file mode 100644 index 000000000..434955761 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/exclam_colon.liga.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0.98,0.36,0.67,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/exclam_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/exclam_equal.liga.glif index c4fcee90d..7c5809dc1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/exclam_equal.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/exclam_equal.liga.glif @@ -3,28 +3,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/exclam_equal_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/exclam_equal_equal.liga.glif index 3e7bc86ca..ded9e89c9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/exclam_equal_equal.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/exclam_equal_equal.liga.glif @@ -3,34 +3,34 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/exclam_equal_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/exclam_equal_middle.seq.glif new file mode 100644 index 000000000..0cb9931fa --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/exclam_equal_middle.seq.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/exclam_exclam.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/exclam_exclam.liga.glif index b10697a71..d366e3c52 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/exclam_exclam.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/exclam_exclam.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/exclam_exclam_period.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/exclam_exclam_period.liga.glif index b61950ec4..8bf657781 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/exclam_exclam_period.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/exclam_exclam_period.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/exclam_period.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/exclam_period.liga.glif new file mode 100644 index 000000000..7c9b969a7 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/exclam_period.liga.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0.98,0.36,0.67,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ezh.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ezh.glif index 3a3d46f3f..0d1327e68 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ezh.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ezh.glif @@ -17,9 +17,9 @@ - - - + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/f.glif b/sources/CascadiaCode-Regular.ufo/glyphs/f.glif index c9fdf0e4d..1812d5156 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/f.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/f.glif @@ -33,7 +33,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/fi.glif b/sources/CascadiaCode-Regular.ufo/glyphs/fi.glif index 04b00204e..bafd545af 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/fi.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/fi.glif @@ -36,10 +36,8 @@ - com.schriftgestaltung.Glyphs.glyph.leftMetricsKey - f - com.schriftgestaltung.Glyphs.glyph.rightMetricsKey - n + public.markColor + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/fileS_eparatorC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/fileS_eparatorC_ontrol.glif new file mode 100644 index 000000000..4b7b60a2f --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/fileS_eparatorC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + F.half + + + alignment + -1 + index + 1 + name + S.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/filledR_ect.glif b/sources/CascadiaCode-Regular.ufo/glyphs/filledR_ect.glif index 9d57d9144..58fe0cbbf 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/filledR_ect.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/filledR_ect.glif @@ -16,7 +16,7 @@ filledrect public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/firsttonechinese.glif b/sources/CascadiaCode-Regular.ufo/glyphs/firsttonechinese.glif index faebf0dc1..58ad5c022 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/firsttonechinese.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/firsttonechinese.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/fisheye.glif b/sources/CascadiaCode-Regular.ufo/glyphs/fisheye.glif index 7b571c0e5..3989b6415 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/fisheye.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/fisheye.glif @@ -25,7 +25,7 @@ uni25C9 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/five.glif b/sources/CascadiaCode-Regular.ufo/glyphs/five.glif index 4b6f16480..6d6eb54e5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/five.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/five.glif @@ -18,11 +18,11 @@ - - - - - + + + + + @@ -34,8 +34,8 @@ - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/fivesuperior.glif b/sources/CascadiaCode-Regular.ufo/glyphs/fivesuperior.glif index d939bd1d1..99037c6d3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/fivesuperior.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/fivesuperior.glif @@ -4,45 +4,45 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/fl.glif b/sources/CascadiaCode-Regular.ufo/glyphs/fl.glif index b7b4da077..110102d31 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/fl.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/fl.glif @@ -36,10 +36,8 @@ - com.schriftgestaltung.Glyphs.glyph.leftMetricsKey - f - com.schriftgestaltung.Glyphs.glyph.rightMetricsKey - l + public.markColor + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/florin.glif b/sources/CascadiaCode-Regular.ufo/glyphs/florin.glif index 778c472c0..d6245d7e6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/florin.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/florin.glif @@ -4,42 +4,42 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/formF_eedC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/formF_eedC_ontrol.glif new file mode 100644 index 000000000..015853d70 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/formF_eedC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + F.half + + + alignment + -1 + index + 1 + name + F.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/formF_eedC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/formF_eedC_ontrol.ss20.glif new file mode 100644 index 000000000..8e4598b41 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/formF_eedC_ontrol.ss20.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/four.glif b/sources/CascadiaCode-Regular.ufo/glyphs/four.glif index b6b723ce2..e9e0b6fbb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/four.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/four.glif @@ -12,14 +12,14 @@ - - + + - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/four.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/four.half.glif new file mode 100644 index 000000000..f3d171821 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/four.half.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/foursuperior.glif b/sources/CascadiaCode-Regular.ufo/glyphs/foursuperior.glif index 170a76f25..a71e9b371 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/foursuperior.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/foursuperior.glif @@ -4,28 +4,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/fraction.glif b/sources/CascadiaCode-Regular.ufo/glyphs/fraction.glif index b296e4de9..847252436 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/fraction.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/fraction.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/fullB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/fullB_lock.glif index 91b7f25bc..494e46513 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/fullB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/fullB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/fullB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/fullB_lock.stypo.glif index 0ed710cc1..46796ee69 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/fullB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/fullB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/g.glif b/sources/CascadiaCode-Regular.ufo/glyphs/g.glif index 3ca9fe12a..bad80b0db 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/g.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/g.glif @@ -5,63 +5,56 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/gamma-latin.glif b/sources/CascadiaCode-Regular.ufo/glyphs/gamma-latin.glif index 7adfa70d3..17cd50ba7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/gamma-latin.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/gamma-latin.glif @@ -52,7 +52,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/gamma.glif b/sources/CascadiaCode-Regular.ufo/glyphs/gamma.glif index b5c647dcd..2793c110a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/gamma.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/gamma.glif @@ -2,40 +2,34 @@ - - + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/gbreve.glif b/sources/CascadiaCode-Regular.ufo/glyphs/gbreve.glif index 939ea137d..e8f72906f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/gbreve.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/gbreve.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/gcaron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/gcaron.glif index cec4eb425..936085f52 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/gcaron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/gcaron.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/gcircumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/gcircumflex.glif index 47beae30d..4335a39ec 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/gcircumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/gcircumflex.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/gcommaaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/gcommaaccent.glif index 6b8f27b6f..1f91c6ebb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/gcommaaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/gcommaaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/gdotaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/gdotaccent.glif index a3c65583e..fcbef0580 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/gdotaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/gdotaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ge-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ge-cy.glif index 91c33df9f..a7560b40f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ge-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ge-cy.glif @@ -6,22 +6,16 @@ - - - - + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ge-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ge-cy.loclB_G_R_.glif index 9c8419e3d..99a2610f2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ge-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ge-cy.loclB_G_R_.glif @@ -47,10 +47,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ghestroke-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ghestroke-cy.glif index d4ea2b7f8..e0e569d3e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ghestroke-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ghestroke-cy.glif @@ -3,20 +3,14 @@ - + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/gheupturn-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/gheupturn-cy.glif index d45d38636..e24d6c72e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/gheupturn-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/gheupturn-cy.glif @@ -6,28 +6,22 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/gje-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/gje-cy.glif index 8ceec4aa3..fd1dc70be 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/gje-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/gje-cy.glif @@ -3,15 +3,9 @@ - + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/glottalstop.glif b/sources/CascadiaCode-Regular.ufo/glyphs/glottalstop.glif index c571dfb5e..35222ea8a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/glottalstop.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/glottalstop.glif @@ -2,47 +2,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/glottalstopmod.glif b/sources/CascadiaCode-Regular.ufo/glyphs/glottalstopmod.glif index 78bada966..4fb4bb114 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/glottalstopmod.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/glottalstopmod.glif @@ -4,44 +4,44 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/glottalstopreversed.glif b/sources/CascadiaCode-Regular.ufo/glyphs/glottalstopreversed.glif index 5faa899f2..c9d9e599b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/glottalstopreversed.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/glottalstopreversed.glif @@ -2,47 +2,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/gravecomb.case.glif b/sources/CascadiaCode-Regular.ufo/glyphs/gravecomb.case.glif index a799b1b53..21c3acad7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/gravecomb.case.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/gravecomb.case.glif @@ -1,13 +1,13 @@ - - + + - - - - + + + + @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/gravecomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/gravecomb.glif index 28d7e942e..30adcc0cb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/gravecomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/gravecomb.glif @@ -1,15 +1,15 @@ - - - + + + - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/gravetonecomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/gravetonecomb.glif index 14721f761..0fe4b7458 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/gravetonecomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/gravetonecomb.glif @@ -1,8 +1,6 @@ - - @@ -11,7 +9,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater.alt.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater.alt.glif new file mode 100644 index 000000000..10e2e6cdb --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/greater.alt.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater.center.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater.center.glif new file mode 100644 index 000000000..1404fb747 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/greater.center.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_colon.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_colon.liga.glif deleted file mode 100644 index 1dcc60d90..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/greater_colon.liga.glif +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal.liga.glif index f361cc5a1..68c27c5be 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal.liga.glif @@ -3,26 +3,26 @@ - - - - - - - - + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_end.seq.glif new file mode 100644 index 000000000..0fa51aecd --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_greater.liga.glif deleted file mode 100644 index c32a80f8d..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_greater.liga.glif +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_middle.seq.glif new file mode 100644 index 000000000..dc29640d3 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_middle.seq.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_start.seq.glif new file mode 100644 index 000000000..dcae40c2a --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_start.seq.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater.liga.glif index 1b8e4b8a9..b783d62c9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater.liga.glif @@ -3,30 +3,30 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal.liga.glif deleted file mode 100644 index 39c802a81..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal.liga.glif +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal_end.seq.glif new file mode 100644 index 000000000..b97d4fc5b --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal_end.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal_middle.seq.glif new file mode 100644 index 000000000..63a572957 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal_middle.seq.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal_start.seq.glif new file mode 100644 index 000000000..dc4893153 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal_start.seq.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_greater.liga.glif index b3430ad80..e5241911d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_greater.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_greater.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen.liga.glif deleted file mode 100644 index f0d5be7e9..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen.liga.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen_end.seq.glif new file mode 100644 index 000000000..7d3596022 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen_end.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen_middle.seq.glif new file mode 100644 index 000000000..e2cbd8e53 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen_middle.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen_start.seq.glif new file mode 100644 index 000000000..1df17781f --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen_start.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen.liga.glif deleted file mode 100644 index 03a64e54c..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen.liga.glif +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_end.seq.glif new file mode 100644 index 000000000..9380c3ef4 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_end.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_greater.liga.glif deleted file mode 100644 index 5b5753f0a..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_greater.liga.glif +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_middle.seq.glif new file mode 100644 index 000000000..799a80691 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_middle.seq.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_start.seq.glif new file mode 100644 index 000000000..b471aaf3a --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_start.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/groupS_eparatorC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/groupS_eparatorC_ontrol.glif new file mode 100644 index 000000000..836726121 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/groupS_eparatorC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + G.half + + + alignment + -1 + index + 1 + name + S.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/gstroke.glif b/sources/CascadiaCode-Regular.ufo/glyphs/gstroke.glif index 4180a0d63..b0740e9f5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/gstroke.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/gstroke.glif @@ -2,21 +2,21 @@ - + - - + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/guarani.glif b/sources/CascadiaCode-Regular.ufo/glyphs/guarani.glif index 343b641f6..a9a189d99 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/guarani.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/guarani.glif @@ -2,18 +2,18 @@ - - + + - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/guillemetleft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/guillemetleft.glif index 4d9cdbfe9..6eec4d062 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/guillemetleft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/guillemetleft.glif @@ -3,26 +3,8 @@ - - - - - - - - - - - - - - - - - - - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/guillemetright.glif b/sources/CascadiaCode-Regular.ufo/glyphs/guillemetright.glif index f416a9626..6fb8dc78a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/guillemetright.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/guillemetright.glif @@ -4,26 +4,8 @@ - - - - - - - - - - - - - - - - - - - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/guilsinglleft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/guilsinglleft.glif index 5ec9dd8d6..cd5171695 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/guilsinglleft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/guilsinglleft.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/guilsinglright.glif b/sources/CascadiaCode-Regular.ufo/glyphs/guilsinglright.glif index cda1d6808..6caa5f1e2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/guilsinglright.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/guilsinglright.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/h.glif b/sources/CascadiaCode-Regular.ufo/glyphs/h.glif index c3f63decb..291d9ac32 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/h.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/h.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ha-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ha-cy.glif index cab81e0f5..1864e64db 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ha-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ha-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hadescender-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hadescender-cy.glif index fc7ed0f7d..ce7add000 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hadescender-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hadescender-cy.glif @@ -13,10 +13,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hardsign-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hardsign-cy.glif index ec283325e..8d3f74156 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hardsign-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hardsign-cy.glif @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hardsign-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hardsign-cy.loclB_G_R_.glif index 4e4653732..208ad1cb5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hardsign-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hardsign-cy.loclB_G_R_.glif @@ -20,8 +20,8 @@ - - + + @@ -39,10 +39,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hbar.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hbar.glif index 3d36d76f6..6267020ed 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hbar.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hbar.glif @@ -4,13 +4,13 @@ - + - + - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hcaron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hcaron.glif index aeb3626b3..e84cd9840 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hcaron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hcaron.glif @@ -4,7 +4,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hcircumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hcircumflex.glif index e912e7571..3d9ed59b6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hcircumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hcircumflex.glif @@ -4,7 +4,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hdotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hdotbelow.glif index 79dc6b7ba..f180bdcf0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hdotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hdotbelow.glif @@ -2,9 +2,9 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/heavyleftpointinganglebracketornament.glif b/sources/CascadiaCode-Regular.ufo/glyphs/heavyleftpointinganglebracketornament.glif new file mode 100644 index 000000000..90ba09c58 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/heavyleftpointinganglebracketornament.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/heavyleftpointinganglequotationmarkornament.glif b/sources/CascadiaCode-Regular.ufo/glyphs/heavyleftpointinganglequotationmarkornament.glif index d21609480..5faf414c9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/heavyleftpointinganglequotationmarkornament.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/heavyleftpointinganglequotationmarkornament.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/heavyrightpointinganglebracketornament.glif b/sources/CascadiaCode-Regular.ufo/glyphs/heavyrightpointinganglebracketornament.glif new file mode 100644 index 000000000..83dc3f968 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/heavyrightpointinganglebracketornament.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/heavyrightpointinganglequotationmarkornament.glif b/sources/CascadiaCode-Regular.ufo/glyphs/heavyrightpointinganglequotationmarkornament.glif index c1bfd0f42..ecc593059 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/heavyrightpointinganglequotationmarkornament.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/heavyrightpointinganglequotationmarkornament.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hookabovecomb.case.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hookabovecomb.case.glif index 9f689f764..6b15836d7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hookabovecomb.case.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hookabovecomb.case.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hookabovecomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hookabovecomb.glif index 7323119a6..7334ae0ca 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hookabovecomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hookabovecomb.glif @@ -39,7 +39,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/horizontalB_lackH_exagon.glif b/sources/CascadiaCode-Regular.ufo/glyphs/horizontalB_lackH_exagon.glif index 5db63f6c6..b09fafa01 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/horizontalB_lackH_exagon.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/horizontalB_lackH_exagon.glif @@ -18,7 +18,7 @@ uni2B23 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/horizontalF_illS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/horizontalF_illS_quare.glif index 1669d68bc..e4a5f337a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/horizontalF_illS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/horizontalF_illS_quare.glif @@ -23,7 +23,7 @@ uni25A4 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/horizontalT_abulationC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/horizontalT_abulationC_ontrol.glif new file mode 100644 index 000000000..67d7afd89 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/horizontalT_abulationC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + H.half + + + alignment + -1 + index + 1 + name + T.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/horizontalT_abulationC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/horizontalT_abulationC_ontrol.ss20.glif new file mode 100644 index 000000000..33e869d5c --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/horizontalT_abulationC_ontrol.ss20.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/horizontallineextension.glif b/sources/CascadiaCode-Regular.ufo/glyphs/horizontallineextension.glif index 9d1dc4fce..e91fe3c0f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/horizontallineextension.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/horizontallineextension.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/horncomb.case.glif b/sources/CascadiaCode-Regular.ufo/glyphs/horncomb.case.glif index fc65de2e4..0640ac93e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/horncomb.case.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/horncomb.case.glif @@ -20,7 +20,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/horncomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/horncomb.glif index cbb6f5105..148f751ee 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/horncomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/horncomb.glif @@ -1,19 +1,19 @@ - + - - - - - - - - - - + + + + + + + + + + @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/house.glif b/sources/CascadiaCode-Regular.ufo/glyphs/house.glif new file mode 100644 index 000000000..00caeef03 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/house.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hryvnia.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hryvnia.glif index 6ff57b750..67c44bc1e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hryvnia.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hryvnia.glif @@ -17,14 +17,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hungarumlaut.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hungarumlaut.glif index c9d4c4129..1fe39b97f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hungarumlaut.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hungarumlaut.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hungarumlautcomb.case.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hungarumlautcomb.case.glif index cc29a3b9b..2854b84bd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hungarumlautcomb.case.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hungarumlautcomb.case.glif @@ -21,7 +21,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hungarumlautcomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hungarumlautcomb.glif index a39474acc..8021e6aae 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hungarumlautcomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hungarumlautcomb.glif @@ -1,20 +1,20 @@ - - + + - - - - + + + + - - - - + + + + @@ -22,7 +22,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_asciitilde.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_asciitilde.liga.glif index dbdd3375d..1dc88d66e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_asciitilde.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_asciitilde.liga.glif @@ -3,48 +3,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_bar.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_bar.liga.glif deleted file mode 100644 index 2e4069c63..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_bar.liga.glif +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_end.seq.glif new file mode 100644 index 000000000..04fc13705 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_end.seq.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_greater.liga.glif deleted file mode 100644 index f385c5ddf..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_greater.liga.glif +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_greater_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_greater_greater.liga.glif deleted file mode 100644 index 06c4e7433..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_greater_greater.liga.glif +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_hyphen.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_hyphen.liga.glif index 987e1567c..0eb8653b6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_hyphen.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_hyphen.liga.glif @@ -3,22 +3,22 @@ - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_hyphen_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_hyphen_greater.liga.glif deleted file mode 100644 index 014e0bdf6..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_hyphen_greater.liga.glif +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_hyphen_hyphen.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_hyphen_hyphen.liga.glif index 219b940b3..ad94ab71d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_hyphen_hyphen.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_hyphen_hyphen.liga.glif @@ -3,28 +3,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_less.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_less.liga.glif deleted file mode 100644 index aea4d2d92..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_less.liga.glif +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_less_less.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_less_less.liga.glif deleted file mode 100644 index cceba6a3c..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_less_less.liga.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_middle.seq.glif new file mode 100644 index 000000000..1023e81a6 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_middle.seq.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_start.seq.glif new file mode 100644 index 000000000..6a3a0453c --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_start.seq.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/i-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/i-cy.glif index 7d684492d..d16a8fde9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/i-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/i-cy.glif @@ -3,14 +3,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/i.glif b/sources/CascadiaCode-Regular.ufo/glyphs/i.glif index 984c4051a..d86adb01c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/i.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/i.glif @@ -3,7 +3,7 @@ - + @@ -24,30 +24,30 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ia-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ia-cy.glif index ca99f967e..a14d7ec64 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ia-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ia-cy.glif @@ -27,14 +27,14 @@ - - - - - - - - + + + + + + + + @@ -47,10 +47,10 @@ - + - + @@ -59,10 +59,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/iacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/iacute.glif index dc5edb014..6af4eb4db 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/iacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/iacute.glif @@ -3,16 +3,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/iacute_j.loclN_L_D_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/iacute_j.loclN_L_D_.glif index 7e0c01f8b..6be1b2c90 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/iacute_j.loclN_L_D_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/iacute_j.loclN_L_D_.glif @@ -1,8 +1,8 @@ - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ibreve.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ibreve.glif index 55113460e..3a344b665 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ibreve.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ibreve.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/icircumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/icircumflex.glif index 851396d05..179d4b1b8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/icircumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/icircumflex.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/idieresis.glif b/sources/CascadiaCode-Regular.ufo/glyphs/idieresis.glif index 6e649fa46..1bae38598 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/idieresis.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/idieresis.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/idotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/idotbelow.glif index 2de2c4898..ddb97da94 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/idotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/idotbelow.glif @@ -2,8 +2,8 @@ - - + + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ie-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ie-cy.glif index 4a1c6f6ba..d67a65e9a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ie-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ie-cy.glif @@ -3,15 +3,9 @@ - - + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/iegrave-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/iegrave-cy.glif index f73b4cba6..9f6ff81c1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/iegrave-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/iegrave-cy.glif @@ -3,16 +3,10 @@ - - + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/igrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/igrave.glif index 790003f74..724359df8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/igrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/igrave.glif @@ -3,16 +3,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ihookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ihookabove.glif index a86fb4e6b..af1d738bd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ihookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ihookabove.glif @@ -3,8 +3,8 @@ - - + + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ii-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ii-cy.glif index e600527ed..c630a5b65 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ii-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ii-cy.glif @@ -28,10 +28,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ii-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ii-cy.loclB_G_R_.glif index c1ddd5773..feb401ca2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ii-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ii-cy.loclB_G_R_.glif @@ -1,17 +1,11 @@ - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/iigrave-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/iigrave-cy.glif index 02f6e79c9..ae5c84856 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/iigrave-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/iigrave-cy.glif @@ -6,12 +6,6 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/iigrave-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/iigrave-cy.loclB_G_R_.glif index 465888bd3..8e2a30c50 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/iigrave-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/iigrave-cy.loclB_G_R_.glif @@ -1,18 +1,12 @@ - - - - + + + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/iishort-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/iishort-cy.glif index a76c5a7e7..0ca6f3b10 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/iishort-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/iishort-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/iishort-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/iishort-cy.loclB_G_R_.glif index 5f657cfa7..681004301 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/iishort-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/iishort-cy.loclB_G_R_.glif @@ -1,18 +1,12 @@ - - - - + + + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/imacron-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/imacron-cy.glif index ace14799f..fbc97b663 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/imacron-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/imacron-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/imacron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/imacron.glif index 04ae02ecb..e491001ce 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/imacron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/imacron.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/increment.glif b/sources/CascadiaCode-Regular.ufo/glyphs/increment.glif index eae497cc9..ffa43f299 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/increment.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/increment.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/infinity.glif b/sources/CascadiaCode-Regular.ufo/glyphs/infinity.glif index 79c2d5cf2..016ebcbe6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/infinity.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/infinity.glif @@ -4,62 +4,62 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/integral.glif b/sources/CascadiaCode-Regular.ufo/glyphs/integral.glif index 204405504..41c701702 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/integral.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/integral.glif @@ -4,8 +4,8 @@ - - + + @@ -27,8 +27,8 @@ - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/inverseB_ullet.glif b/sources/CascadiaCode-Regular.ufo/glyphs/inverseB_ullet.glif index c46c3c330..8c62f35e9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/inverseB_ullet.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/inverseB_ullet.glif @@ -30,7 +30,7 @@ invbullet public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/inverseW_hiteC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/inverseW_hiteC_ircle.glif index bc348dd78..5e1a49dec 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/inverseW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/inverseW_hiteC_ircle.glif @@ -44,7 +44,7 @@ invcircle public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/io-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/io-cy.glif index 47e40c82b..f604ee339 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/io-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/io-cy.glif @@ -3,16 +3,10 @@ - - + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/iogonek.glif b/sources/CascadiaCode-Regular.ufo/glyphs/iogonek.glif index c317ff37f..a65c483da 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/iogonek.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/iogonek.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/iota-latin.glif b/sources/CascadiaCode-Regular.ufo/glyphs/iota-latin.glif index f2e1a9087..60b1e3fea 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/iota-latin.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/iota-latin.glif @@ -10,7 +10,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/iota.glif b/sources/CascadiaCode-Regular.ufo/glyphs/iota.glif index da4f86f4d..342af0064 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/iota.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/iota.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/iotadieresis.glif b/sources/CascadiaCode-Regular.ufo/glyphs/iotadieresis.glif index a08ccb2e3..2ab152c9a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/iotadieresis.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/iotadieresis.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/iotadieresistonos.glif b/sources/CascadiaCode-Regular.ufo/glyphs/iotadieresistonos.glif index 7c83865f3..d6ebf17ad 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/iotadieresistonos.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/iotadieresistonos.glif @@ -3,15 +3,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/iotatonos.glif b/sources/CascadiaCode-Regular.ufo/glyphs/iotatonos.glif index e532b023a..3fbd811ff 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/iotatonos.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/iotatonos.glif @@ -3,15 +3,9 @@ - + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/itilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/itilde.glif index 536ff4a2b..74ac28534 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/itilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/itilde.glif @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/iu-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/iu-cy.glif index f4b0f90cf..4937d70b1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/iu-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/iu-cy.glif @@ -46,10 +46,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/iu-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/iu-cy.loclB_G_R_.glif index 04d2e29bc..e35788ed7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/iu-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/iu-cy.loclB_G_R_.glif @@ -45,10 +45,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/j.glif b/sources/CascadiaCode-Regular.ufo/glyphs/j.glif index b74ccf5d9..d3f5f7719 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/j.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/j.glif @@ -49,7 +49,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/jcaron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/jcaron.glif index 37b02a9c2..b63c9fae8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/jcaron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/jcaron.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/jcircumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/jcircumflex.glif index 80f447a1a..7a10c1c49 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/jcircumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/jcircumflex.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/je-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/je-cy.glif index 5a6484317..82fdf1d7b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/je-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/je-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/k.glif b/sources/CascadiaCode-Regular.ufo/glyphs/k.glif index 681243104..869aceee6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/k.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/k.glif @@ -3,7 +3,7 @@ - + @@ -33,7 +33,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ka-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ka-cy.glif index e5f7e358b..508548e0e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ka-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ka-cy.glif @@ -2,68 +2,62 @@ - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ka-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ka-cy.loclB_G_R_.glif index 1804bfeb6..69e17723c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ka-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ka-cy.loclB_G_R_.glif @@ -16,14 +16,14 @@ - - - - - - - - + + + + + + + + @@ -33,12 +33,12 @@ - - + + - + @@ -50,19 +50,13 @@ - - - - - - - + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/kadescender-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/kadescender-cy.glif index 313369285..7059b47b2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/kadescender-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/kadescender-cy.glif @@ -2,74 +2,68 @@ - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/kaiS_ymbol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/kaiS_ymbol.glif index d1d8c70f0..90b9c4f31 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/kaiS_ymbol.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/kaiS_ymbol.glif @@ -2,45 +2,39 @@ - - + + - - - - - - - - + + + + + + + + - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/kappa.glif b/sources/CascadiaCode-Regular.ufo/glyphs/kappa.glif index 61150982e..3a7b4eaee 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/kappa.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/kappa.glif @@ -3,37 +3,31 @@ - - + + - - - - - - - - + + + + + + + + - - - - - + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/kcommaaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/kcommaaccent.glif index 963e5c1d1..51c17cd53 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/kcommaaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/kcommaaccent.glif @@ -2,8 +2,8 @@ - - + + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/kdotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/kdotbelow.glif index d967133eb..61f41e82a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/kdotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/kdotbelow.glif @@ -2,8 +2,8 @@ - - + + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/kip.glif b/sources/CascadiaCode-Regular.ufo/glyphs/kip.glif index fa448cd2c..c58baac3a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/kip.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/kip.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/kje-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/kje-cy.glif index ba8b75d4d..7a24f1479 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/kje-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/kje-cy.glif @@ -2,16 +2,10 @@ - - + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/klinebelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/klinebelow.glif index 5f1f146a3..6cec7a239 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/klinebelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/klinebelow.glif @@ -2,8 +2,8 @@ - - + + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/l.glif b/sources/CascadiaCode-Regular.ufo/glyphs/l.glif index 1e8fa15a9..deba16e2a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/l.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/l.glif @@ -2,40 +2,40 @@ - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lacute.glif index bd000fa7d..9ce920c38 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lacute.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lambda.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lambda.glif index 73c4881c6..d6d9e551d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lambda.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lambda.glif @@ -38,18 +38,12 @@ - - - - - + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lambdastroke.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lambdastroke.glif index 6262d9750..62ca1d6f2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lambdastroke.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lambdastroke.glif @@ -3,7 +3,7 @@ - + @@ -13,10 +13,4 @@ - - - public.markColor - 0.85,0.26,0.06,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/largeC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/largeC_ircle.glif index 90df1fa47..b4b6ae4af 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/largeC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/largeC_ircle.glif @@ -38,7 +38,7 @@ uni25EF public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lbar.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lbar.glif index 5fc26ab04..1558c4103 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lbar.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lbar.glif @@ -2,23 +2,23 @@ - - - - + + + + - - - - + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lbelt.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lbelt.glif index 7ec7de11e..2fedf37fc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lbelt.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lbelt.glif @@ -2,42 +2,42 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lcaron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lcaron.glif index e9ff2b144..981abc447 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lcaron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lcaron.glif @@ -2,16 +2,16 @@ - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lcommaaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lcommaaccent.glif index 54bdb053e..1876e855a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lcommaaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lcommaaccent.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ldot.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ldot.glif index 7cf84c882..8ed640774 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ldot.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ldot.glif @@ -2,10 +2,10 @@ - - - - + + + + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ldotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ldotbelow.glif index e26dce75c..a86f9a0db 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ldotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ldotbelow.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftA_rrow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftA_rrow.glif index fadf091c7..386b5460b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftA_rrow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftA_rrow.glif @@ -4,26 +4,20 @@ - - - - - - - - + + + + - - - - + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lackP_ointer.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lackP_ointer.glif index 7c11e4481..fdbf94a5c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lackP_ointer.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lackP_ointer.glif @@ -15,7 +15,7 @@ triaglf public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lackS_mallT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lackS_mallT_riangle.glif index d2bd55147..985af4328 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lackS_mallT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lackS_mallT_riangle.glif @@ -15,7 +15,7 @@ uni25C2 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lackT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lackT_riangle.glif index d91c373b6..99fbcaa22 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lackT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lackT_riangle.glif @@ -15,7 +15,7 @@ uni25C0 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lock.glif index a8208fa34..6fd8e154a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lock.stypo.glif index b986d8d97..4797b5b0c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftF_iveE_ighthsB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftF_iveE_ighthsB_lock.glif index 6986b5e2b..cdda8c211 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftF_iveE_ighthsB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftF_iveE_ighthsB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftF_iveE_ighthsB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftF_iveE_ighthsB_lock.stypo.glif index 6f1bf0890..8f0d7b350 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftF_iveE_ighthsB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftF_iveE_ighthsB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackC_ircle.glif index 1a773ee97..a0966cf0f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackC_ircle.glif @@ -19,7 +19,7 @@ uni25D6 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackD_iamond.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackD_iamond.glif index d243d9aab..b3e4e20b2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackD_iamond.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackD_iamond.glif @@ -16,7 +16,7 @@ uni2B16 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackS_quare.glif index f053adcf7..d6e83c47c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackS_quare.glif @@ -17,7 +17,7 @@ uni25E7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackW_hiteC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackW_hiteC_ircle.glif index 0edfb4a3b..d4f51056c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackW_hiteC_ircle.glif @@ -18,7 +18,7 @@ uni25D0 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neE_ighthB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neE_ighthB_lock.glif index 0f536755f..c89f50c05 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neE_ighthB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neE_ighthB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neE_ighthB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neE_ighthB_lock.stypo.glif index 9c1687662..d82a804ab 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neE_ighthB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neE_ighthB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neQ_uarterB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neQ_uarterB_lock.glif index f3707c5bf..55cfd39b2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neQ_uarterB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neQ_uarterB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neQ_uarterB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neQ_uarterB_lock.stypo.glif index 6ccf920e7..ddd4419b1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neQ_uarterB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neQ_uarterB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftR_ightA_rrow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftR_ightA_rrow.glif index b2f7f1be4..71c96b701 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftR_ightA_rrow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftR_ightA_rrow.glif @@ -4,36 +4,30 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftS_evenE_ighthsB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftS_evenE_ighthsB_lock.glif index 601370adc..951be8ae9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftS_evenE_ighthsB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftS_evenE_ighthsB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftS_evenE_ighthsB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftS_evenE_ighthsB_lock.stypo.glif index 238cfd42b..88aa2ada8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftS_evenE_ighthsB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftS_evenE_ighthsB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeE_ighthsB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeE_ighthsB_lock.glif index 563d89e3b..b5f597bb1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeE_ighthsB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeE_ighthsB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeE_ighthsB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeE_ighthsB_lock.stypo.glif index c81d6f7a5..7efb12c33 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeE_ighthsB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeE_ighthsB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeQ_uartersB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeQ_uartersB_lock.glif index ae8627b07..cf6194f08 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeQ_uartersB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeQ_uartersB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeQ_uartersB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeQ_uartersB_lock.stypo.glif index 72e2362e8..89861560d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeQ_uartersB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeQ_uartersB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftW_hiteP_ointer.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftW_hiteP_ointer.glif index 72f501009..52a29fd7c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftW_hiteP_ointer.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftW_hiteP_ointer.glif @@ -23,7 +23,7 @@ uni25C5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftW_hiteS_mallT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftW_hiteS_mallT_riangle.glif index e8f8ee1a9..14619006e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftW_hiteS_mallT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftW_hiteS_mallT_riangle.glif @@ -23,7 +23,7 @@ uni25C3 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/leftW_hiteT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/leftW_hiteT_riangle.glif index 81f3b9e97..4deae4366 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/leftW_hiteT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/leftW_hiteT_riangle.glif @@ -23,7 +23,7 @@ uni25C1 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less.alt.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less.alt.glif new file mode 100644 index 000000000..f82e34705 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less.alt.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less.center.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less.center.glif new file mode 100644 index 000000000..fbb4ec2fb --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less.center.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_asciitilde.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_asciitilde.liga.glif index ea70a6b25..fddcbdb7d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_asciitilde.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_asciitilde.liga.glif @@ -3,60 +3,47 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_asciitilde_asciitilde.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_asciitilde_asciitilde.liga.glif index 07061ee77..ab1b4b572 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_asciitilde_asciitilde.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_asciitilde_asciitilde.liga.glif @@ -3,84 +3,71 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_asciitilde_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_asciitilde_greater.liga.glif index 3180ff14e..193b81f03 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_asciitilde_greater.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_asciitilde_greater.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_asterisk.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_asterisk.liga.glif index 1a0dd5adc..3e249445b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_asterisk.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_asterisk.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_asterisk_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_asterisk_greater.liga.glif index ef081ccf9..5cb19088e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_asterisk_greater.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_asterisk_greater.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_bar.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_bar.liga.glif index 90b106ce3..02ca213fb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_bar.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_bar.liga.glif @@ -3,26 +3,24 @@ - - - - - - - - + + + + - - - - + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_bar_bar.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_bar_bar.liga.glif index 71771d21b..92cde2195 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_bar_bar.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_bar_bar.liga.glif @@ -3,27 +3,25 @@ - - - - - - - - + + + + - - - - + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_bar_bar_bar.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_bar_bar_bar.liga.glif index 0ffe48396..294b993da 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_bar_bar_bar.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_bar_bar_bar.liga.glif @@ -3,28 +3,26 @@ - - - - - - - - + + + + - - - - + + + + + + - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_bar_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_bar_greater.liga.glif index fe3cd42e4..264c7fbb4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_bar_greater.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_bar_greater.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_dollar.liga.B_R_A_C_K_E_T_.600.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_dollar.liga.B_R_A_C_K_E_T_.600.glif index 78eaf08fc..ac35da30d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_dollar.liga.B_R_A_C_K_E_T_.600.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_dollar.liga.B_R_A_C_K_E_T_.600.glif @@ -3,70 +3,70 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + com.schriftgestaltung.Glyphs._originalLayerName - Regular [600] + [600] public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_dollar.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_dollar.liga.glif index 22b421269..d4d64d441 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_dollar.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_dollar.liga.glif @@ -3,62 +3,62 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif index ceb49307a..2bb42d29f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif @@ -3,74 +3,74 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs._originalLayerName - Regular [600] + [600] public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_dollar_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_dollar_greater.liga.glif index 54a371d65..e47b635e4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_dollar_greater.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_dollar_greater.liga.glif @@ -3,66 +3,66 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_equal.liga.glif index fe8f70fdc..d1007b554 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_equal.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_equal.liga.glif @@ -3,26 +3,26 @@ - - - - - - - - + + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_end.seq.glif new file mode 100644 index 000000000..8ea17e21e --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_end.seq.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_equal.liga.glif deleted file mode 100644 index 64c6daa98..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_equal.liga.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_equal_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_equal_greater.liga.glif deleted file mode 100644 index 123e48f95..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_equal_greater.liga.glif +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_greater.liga.glif deleted file mode 100644 index 293566df3..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_greater.liga.glif +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_less.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_less.liga.glif deleted file mode 100644 index 0c0b4547d..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_less.liga.glif +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_middle.seq.glif new file mode 100644 index 000000000..daedcacc3 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_middle.seq.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_start.seq.glif new file mode 100644 index 000000000..5a510045a --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_exclam_hyphen_hyphen.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_exclam_hyphen_hyphen.liga.glif index dee1d8979..36b302a8b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_exclam_hyphen_hyphen.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_exclam_hyphen_hyphen.liga.glif @@ -3,37 +3,24 @@ - - - - - - - - - - - - + + + + - - - - + + + + - - - - - - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_greater.liga.glif index c66247d98..61b4d57fd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_greater.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_greater.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen.liga.glif deleted file mode 100644 index c5625e267..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen.liga.glif +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_end.seq.glif new file mode 100644 index 000000000..559bed02b --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_end.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_greater.liga.glif deleted file mode 100644 index c178dc2e1..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_greater.liga.glif +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_hyphen.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_hyphen.liga.glif deleted file mode 100644 index 194e95bd6..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_hyphen.liga.glif +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_less.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_less.liga.glif deleted file mode 100644 index 0e4cc77a4..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_less.liga.glif +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_middle.seq.glif new file mode 100644 index 000000000..7ab653333 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_middle.seq.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_start.seq.glif new file mode 100644 index 000000000..51f3f7f81 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_start.seq.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_less.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_less.liga.glif index deeaad506..e3dce734c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_less.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_less.liga.glif @@ -3,30 +3,30 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal.liga.glif deleted file mode 100644 index ae6d2ecf6..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal.liga.glif +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal_end.seq.glif new file mode 100644 index 000000000..3b1cf66bf --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal_end.seq.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal_middle.seq.glif new file mode 100644 index 000000000..4e0be97d5 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal_middle.seq.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal_start.seq.glif new file mode 100644 index 000000000..2fc0eb8f6 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal_start.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen.liga.glif deleted file mode 100644 index fbe2fdaa9..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen.liga.glif +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen_end.seq.glif new file mode 100644 index 000000000..2aa70d0b3 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen_end.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen_middle.seq.glif new file mode 100644 index 000000000..080752f0c --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen_middle.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen_start.seq.glif new file mode 100644 index 000000000..9b0ce5beb --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen_start.seq.glif @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_less_less.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_less_less.liga.glif index cec6cff2b..b7c4af15d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_less_less.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_less_less.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_plus.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_plus.liga.glif index e8f4ba138..82d038f14 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_plus.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_plus.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_plus_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_plus_greater.liga.glif index 48bbb16e4..1bb276b13 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_plus_greater.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_plus_greater.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_slash.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_slash.liga.glif index de87816a4..b13c88824 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_slash.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_slash.liga.glif @@ -3,21 +3,21 @@ - - - - - - - - + + + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/less_slash_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/less_slash_greater.liga.glif index 1f6c59a23..aeb64cb3e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/less_slash_greater.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/less_slash_greater.liga.glif @@ -3,31 +3,31 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lineF_eedC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lineF_eedC_ontrol.glif new file mode 100644 index 000000000..49a047421 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lineF_eedC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + L.half + + + alignment + -1 + index + 1 + name + F.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lineF_eedC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lineF_eedC_ontrol.ss20.glif new file mode 100644 index 000000000..bf458156d --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lineF_eedC_ontrol.ss20.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/liraT_urkish.glif b/sources/CascadiaCode-Regular.ufo/glyphs/liraT_urkish.glif index 41788d94f..60f59cf6b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/liraT_urkish.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/liraT_urkish.glif @@ -22,14 +22,14 @@ - - + + - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/literS_ign.glif b/sources/CascadiaCode-Regular.ufo/glyphs/literS_ign.glif index 9446d49ab..706a951f5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/literS_ign.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/literS_ign.glif @@ -4,38 +4,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lje-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lje-cy.glif index 1f70cf0d4..67fc25d2b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lje-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lje-cy.glif @@ -50,10 +50,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/llinebelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/llinebelow.glif index 1b0a7642c..bb569882e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/llinebelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/llinebelow.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lmiddletilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lmiddletilde.glif index 703b2e3a1..d6fc4537b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lmiddletilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lmiddletilde.glif @@ -2,49 +2,49 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/longs.glif b/sources/CascadiaCode-Regular.ufo/glyphs/longs.glif index 5e70b2cd6..e505935d5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/longs.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/longs.glif @@ -2,31 +2,31 @@ - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerF_iveE_ighthsB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerF_iveE_ighthsB_lock.glif index c4681bf77..318ec1098 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerF_iveE_ighthsB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerF_iveE_ighthsB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerF_iveE_ighthsB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerF_iveE_ighthsB_lock.stypo.glif index 057e24555..1d821cc25 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerF_iveE_ighthsB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerF_iveE_ighthsB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfA_rc.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfA_rc.glif index dff67281a..2473ae2ee 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfA_rc.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfA_rc.glif @@ -26,7 +26,7 @@ uni25E1 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfB_lackW_hiteC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfB_lackW_hiteC_ircle.glif index 1ef8ea397..7bbb519a1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfB_lackW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfB_lackW_hiteC_ircle.glif @@ -18,7 +18,7 @@ uni25D2 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfB_lock.glif index fc40756c7..917690c94 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfB_lock.stypo.glif index fab9690f3..0579900f8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfI_nverseW_hiteC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfI_nverseW_hiteC_ircle.glif index 46f049058..1a27f196c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfI_nverseW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfI_nverseW_hiteC_ircle.glif @@ -32,7 +32,7 @@ uni25DB public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfW_hiteS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfW_hiteS_quare.glif index d200a33df..22e514660 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfW_hiteS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfW_hiteS_quare.glif @@ -17,7 +17,7 @@ uni2B12 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftA_rc.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftA_rc.glif index 6abb5f102..74c98ddf0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftA_rc.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftA_rc.glif @@ -20,7 +20,7 @@ uni25DF public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftB_lackT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftB_lackT_riangle.glif index dccb37a2b..d508b94ea 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftB_lackT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftB_lackT_riangle.glif @@ -15,7 +15,7 @@ uni25E3 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftB_lock.glif index cf595ff23..22cd2e982 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftB_lock.stypo.glif index 054e320f2..6a5e56e33 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftH_alfW_hiteS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftH_alfW_hiteS_quare.glif index 1bdccca45..8e13ecf7c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftH_alfW_hiteS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftH_alfW_hiteS_quare.glif @@ -16,7 +16,7 @@ uni2B14 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftQ_uadrantW_hiteC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftQ_uadrantW_hiteC_ircle.glif index 9c8f30ff8..0126cbef4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftQ_uadrantW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftQ_uadrantW_hiteC_ircle.glif @@ -19,7 +19,7 @@ uni25F5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftT_riangle.glif index 917811dda..a5e0c8378 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftT_riangle.glif @@ -23,7 +23,7 @@ uni25FA public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neE_ighthB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neE_ighthB_lock.glif index 0f5c9ea10..5327b9a5c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neE_ighthB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neE_ighthB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neE_ighthB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neE_ighthB_lock.stypo.glif index 87876bb3e..347bd624c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neE_ighthB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neE_ighthB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neQ_uarterB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neQ_uarterB_lock.glif index 89d2fa93b..5d164fa1f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neQ_uarterB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neQ_uarterB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neQ_uarterB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neQ_uarterB_lock.stypo.glif index 64e9f127b..274648c8e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neQ_uarterB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neQ_uarterB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightA_rc.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightA_rc.glif index e82375a4c..d790a97b7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightA_rc.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightA_rc.glif @@ -20,7 +20,7 @@ uni25DE public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightB_lackT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightB_lackT_riangle.glif index 70f081395..4bffa5a4f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightB_lackT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightB_lackT_riangle.glif @@ -15,7 +15,7 @@ uni25E2 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightB_lock.glif index 254ac5e5b..f1c58f13e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightB_lock.stypo.glif index a60dfc532..a68f9c10f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightD_iagonalH_alfB_lackS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightD_iagonalH_alfB_lackS_quare.glif index 432a69af0..a069064fc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightD_iagonalH_alfB_lackS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightD_iagonalH_alfB_lackS_quare.glif @@ -16,7 +16,7 @@ uni25EA public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightQ_uadrantW_hiteC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightQ_uadrantW_hiteC_ircle.glif index 71d162712..1377fd6c2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightQ_uadrantW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightQ_uadrantW_hiteC_ircle.glif @@ -19,7 +19,7 @@ uni25F6 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightT_riangle.glif index 36d953c24..ed68eb56d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightT_riangle.glif @@ -23,7 +23,7 @@ uni25FF public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerS_evenE_ighthsB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerS_evenE_ighthsB_lock.glif index 598b0f049..b9d5c787c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerS_evenE_ighthsB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerS_evenE_ighthsB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerS_evenE_ighthsB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerS_evenE_ighthsB_lock.stypo.glif index 707a6543e..98afc1cc4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerS_evenE_ighthsB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerS_evenE_ighthsB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeE_ighthsB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeE_ighthsB_lock.glif index 7916d88f5..ddec2ad3d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeE_ighthsB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeE_ighthsB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeE_ighthsB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeE_ighthsB_lock.stypo.glif index abc7f0c98..37d57a543 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeE_ighthsB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeE_ighthsB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeQ_uartersB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeQ_uartersB_lock.glif index bff93c875..3bfc14b19 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeQ_uartersB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeQ_uartersB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeQ_uartersB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeQ_uartersB_lock.stypo.glif index ded7a7462..70b66fee0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeQ_uartersB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeQ_uartersB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowernumeral-greek.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowernumeral-greek.glif index 0243252da..b092a3abe 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowernumeral-greek.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowernumeral-greek.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lowlinecomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lowlinecomb.glif index 14fb83ff8..e83fc0eee 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lowlinecomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lowlinecomb.glif @@ -1,7 +1,6 @@ - @@ -10,7 +9,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lozenge.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lozenge.glif index e1949f82d..11c3c38f0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lozenge.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lozenge.glif @@ -21,7 +21,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/lslash.glif b/sources/CascadiaCode-Regular.ufo/glyphs/lslash.glif index 027fb97da..471874b20 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/lslash.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/lslash.glif @@ -2,16 +2,16 @@ - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/m.glif b/sources/CascadiaCode-Regular.ufo/glyphs/m.glif index f75101e5b..9dfa2d845 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/m.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/m.glif @@ -54,7 +54,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/macronbelowcomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/macronbelowcomb.glif index 1be165c29..846f5775c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/macronbelowcomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/macronbelowcomb.glif @@ -2,6 +2,7 @@ + @@ -15,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/macroncomb.case.glif b/sources/CascadiaCode-Regular.ufo/glyphs/macroncomb.case.glif index 3dbb0440d..4331bd625 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/macroncomb.case.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/macroncomb.case.glif @@ -15,7 +15,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/macroncomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/macroncomb.glif index 7b3f4be32..04201a95e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/macroncomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/macroncomb.glif @@ -16,7 +16,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/mediumB_lackS_mallS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/mediumB_lackS_mallS_quare.glif index e402e215b..6068c5c99 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/mediumB_lackS_mallS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/mediumB_lackS_mallS_quare.glif @@ -16,7 +16,7 @@ uni25FE public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/mediumB_lackS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/mediumB_lackS_quare.glif index d4cb3552a..f8a452a9d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/mediumB_lackS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/mediumB_lackS_quare.glif @@ -16,7 +16,7 @@ uni25FC public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/mediumW_hiteS_mallS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/mediumW_hiteS_mallS_quare.glif index 5b2e00911..6ebbad082 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/mediumW_hiteS_mallS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/mediumW_hiteS_mallS_quare.glif @@ -22,7 +22,7 @@ uni25FD public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/mediumW_hiteS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/mediumW_hiteS_quare.glif index eb29d6c87..e1afe8f3c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/mediumW_hiteS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/mediumW_hiteS_quare.glif @@ -22,7 +22,7 @@ uni25FB public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/mediumleftpointinganglebracketornament.glif b/sources/CascadiaCode-Regular.ufo/glyphs/mediumleftpointinganglebracketornament.glif index 0902faa9a..e3baff1c0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/mediumleftpointinganglebracketornament.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/mediumleftpointinganglebracketornament.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/mediumrightpointinganglebracketornament.glif b/sources/CascadiaCode-Regular.ufo/glyphs/mediumrightpointinganglebracketornament.glif index daa96df77..42cd4c518 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/mediumrightpointinganglebracketornament.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/mediumrightpointinganglebracketornament.glif @@ -4,14 +4,14 @@ - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/micro.glif b/sources/CascadiaCode-Regular.ufo/glyphs/micro.glif index 1d92bbedb..b3e60b95c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/micro.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/micro.glif @@ -2,8 +2,8 @@ - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/mu.glif b/sources/CascadiaCode-Regular.ufo/glyphs/mu.glif index 1eb78292a..605c120e7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/mu.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/mu.glif @@ -2,50 +2,50 @@ - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/n.glif b/sources/CascadiaCode-Regular.ufo/glyphs/n.glif index b8badf841..92886d090 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/n.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/n.glif @@ -35,7 +35,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/nacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/nacute.glif index 41fd08b81..eb810f9ae 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/nacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/nacute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/nacute.loclP_L_K_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/nacute.loclP_L_K_.glif index 2cd719224..e509c567d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/nacute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/nacute.loclP_L_K_.glif @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ncaron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ncaron.glif index 9085661ad..e76eba48f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ncaron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ncaron.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ncommaaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ncommaaccent.glif index d4c4f7564..a54106f39 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ncommaaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ncommaaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/negativeA_cknowledgeC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/negativeA_cknowledgeC_ontrol.glif new file mode 100644 index 000000000..7297ff306 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/negativeA_cknowledgeC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + N.half + + + alignment + -1 + index + 1 + name + K.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/negativeA_cknowledgeC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/negativeA_cknowledgeC_ontrol.ss20.glif new file mode 100644 index 000000000..d687f83c8 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/negativeA_cknowledgeC_ontrol.ss20.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/newlineC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/newlineC_ontrol.glif new file mode 100644 index 000000000..cf3d9b7bf --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/newlineC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + N.half + + + alignment + -1 + index + 1 + name + L.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/nhookleft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/nhookleft.glif index 2f1a12212..2ed299beb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/nhookleft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/nhookleft.glif @@ -25,18 +25,18 @@ - + - + - + - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/nine.glif b/sources/CascadiaCode-Regular.ufo/glyphs/nine.glif index 4d3b3b356..1cd5f56b7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/nine.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/nine.glif @@ -4,47 +4,46 @@ - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ninesuperior.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ninesuperior.glif index f09146413..3a13da95d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ninesuperior.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ninesuperior.glif @@ -4,47 +4,47 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/nje-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/nje-cy.glif index 387d93191..9dbe3625e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/nje-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/nje-cy.glif @@ -46,10 +46,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/nlinebelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/nlinebelow.glif index 8b9a4b956..93557e21f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/nlinebelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/nlinebelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/nmod.glif b/sources/CascadiaCode-Regular.ufo/glyphs/nmod.glif index 20788a3d5..5d62f5345 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/nmod.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/nmod.glif @@ -4,36 +4,30 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/notedbl-musical.glif b/sources/CascadiaCode-Regular.ufo/glyphs/notedbl-musical.glif index a7f3255d9..8cd9aa244 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/notedbl-musical.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/notedbl-musical.glif @@ -11,41 +11,41 @@ - - - - - - - - - - - + + + + + + + + + + + - - + + - - - - - - - - - - - + + + + + + + + + + + - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ntilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ntilde.glif index 44b60e03b..e6d5bc384 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ntilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ntilde.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/nu.glif b/sources/CascadiaCode-Regular.ufo/glyphs/nu.glif index 4169ceff4..c5bbcea9e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/nu.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/nu.glif @@ -26,10 +26,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/nullC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/nullC_ontrol.glif new file mode 100644 index 000000000..2efbe98a2 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/nullC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + N.half + + + alignment + -1 + index + 1 + name + U.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign.glif b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign.glif index 308dbea2c..7d0321dcc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign.glif @@ -4,28 +4,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_braceleft.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_braceleft.liga.glif index b3eaf2bb2..a94ad0386 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_braceleft.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_braceleft.liga.glif @@ -3,88 +3,88 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_bracketleft.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_bracketleft.liga.glif index fb73e17a9..aec79c840 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_bracketleft.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_bracketleft.liga.glif @@ -3,35 +3,35 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_colon.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_colon.liga.glif index 752c2858d..e2e5bd6ca 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_colon.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_colon.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_end.seq.glif new file mode 100644 index 000000000..e5503c134 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_end.seq.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_equal.liga.glif index f3b1d9411..378ac46d2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_equal.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_equal.liga.glif @@ -3,23 +3,23 @@ - - - - + + + + - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_exclam.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_exclam.liga.glif index d71f1bf82..0d3bd7bb7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_exclam.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_exclam.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_middle.seq.glif new file mode 100644 index 000000000..01dd0fad9 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_middle.seq.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_numbersign.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_numbersign.liga.glif deleted file mode 100644 index e075b3608..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_numbersign.liga.glif +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif deleted file mode 100644 index 09c769307..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif deleted file mode 100644 index b624a5577..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_parenleft.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_parenleft.liga.glif index 25990e9ff..c492c852f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_parenleft.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_parenleft.liga.glif @@ -3,35 +3,35 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_question.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_question.liga.glif index f605f1657..ed748e189 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_question.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_question.liga.glif @@ -3,65 +3,65 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_start.seq.glif new file mode 100644 index 000000000..0227a72e2 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_start.seq.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_underscore.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_underscore.liga.glif index 79340ecc2..ef14d260b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_underscore.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_underscore.liga.glif @@ -3,40 +3,40 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_underscore_parenleft.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_underscore_parenleft.liga.glif index 79e7c2ae0..093cdbb0d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_underscore_parenleft.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_underscore_parenleft.liga.glif @@ -3,61 +3,61 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/numeral-greek.glif b/sources/CascadiaCode-Regular.ufo/glyphs/numeral-greek.glif index 332f86a2e..b80f23b56 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/numeral-greek.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/numeral-greek.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/o-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/o-cy.glif index ae38622c0..7d9f83473 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/o-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/o-cy.glif @@ -6,14 +6,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/o.glif b/sources/CascadiaCode-Regular.ufo/glyphs/o.glif index b9a56ea1d..6454afe93 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/o.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/o.glif @@ -40,7 +40,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/oacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/oacute.glif index bdff97017..0b9194240 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/oacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/oacute.glif @@ -6,15 +6,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/oacute.loclP_L_K_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/oacute.loclP_L_K_.glif index 03f44636a..cefdd0940 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/oacute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/oacute.loclP_L_K_.glif @@ -5,7 +5,7 @@ - + @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/obarred-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/obarred-cy.glif index f47e57428..66bf2e53d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/obarred-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/obarred-cy.glif @@ -6,7 +6,7 @@ - + @@ -16,10 +16,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/obreve.glif b/sources/CascadiaCode-Regular.ufo/glyphs/obreve.glif index 504b06f0d..620fc45af 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/obreve.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/obreve.glif @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflex.glif index 9e06bb716..1028ccf66 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflex.glif @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexacute.glif index 7ff3700e1..061923451 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexacute.glif @@ -5,12 +5,12 @@ - - + + - + @@ -26,7 +26,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexdotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexdotbelow.glif index a791f2128..dcf237d8d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexdotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexdotbelow.glif @@ -2,11 +2,11 @@ - + - + @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexgrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexgrave.glif index 4531e38da..9499f5b74 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexgrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexgrave.glif @@ -5,17 +5,28 @@ - - + + - + + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + gravecomb + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexhookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexhookabove.glif index e7af431ae..fad4da751 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexhookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexhookabove.glif @@ -5,8 +5,8 @@ - - + + @@ -14,8 +14,19 @@ + com.schriftgestaltung.Glyphs.ComponentInfo + + + anchor + top_viet + index + 2 + name + hookabovecomb + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflextilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflextilde.glif index 23d22908c..9e48fb6e1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflextilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflextilde.glif @@ -5,8 +5,8 @@ - - + + @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/odieresis.glif b/sources/CascadiaCode-Regular.ufo/glyphs/odieresis.glif index dbb53b02a..ac1820e10 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/odieresis.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/odieresis.glif @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/odotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/odotbelow.glif index 2878b945d..c11271ccb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/odotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/odotbelow.glif @@ -2,11 +2,11 @@ - + - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ogonek.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ogonek.glif index f710b5de6..65102d907 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ogonek.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ogonek.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ogonekcomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ogonekcomb.glif index 398a3264e..003f6bb9b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ogonekcomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ogonekcomb.glif @@ -1,31 +1,32 @@ - + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -33,7 +34,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ograve.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ograve.glif index de47647b2..d0621624d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ograve.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ograve.glif @@ -6,15 +6,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ohookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ohookabove.glif index 49d8b4bab..b7664039b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ohookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ohookabove.glif @@ -5,8 +5,8 @@ - - + + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ohorn.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ohorn.glif index 2b0d37b8a..e2f5135c8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ohorn.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ohorn.glif @@ -6,15 +6,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ohornacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ohornacute.glif index 0abc4a854..9afb1e6ff 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ohornacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ohornacute.glif @@ -6,15 +6,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ohorndotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ohorndotbelow.glif index dc6bc0877..d1d9073f3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ohorndotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ohorndotbelow.glif @@ -2,11 +2,11 @@ - + - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ohorngrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ohorngrave.glif index 0e43a1a71..89e862713 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ohorngrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ohorngrave.glif @@ -6,15 +6,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ohornhookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ohornhookabove.glif index 2db16366b..b394b002a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ohornhookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ohornhookabove.glif @@ -5,8 +5,8 @@ - - + + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ohorntilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ohorntilde.glif index fa05bf0e4..ac894b495 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ohorntilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ohorntilde.glif @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ohungarumlaut.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ohungarumlaut.glif index 41bb0ccf4..c75e69e0e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ohungarumlaut.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ohungarumlaut.glif @@ -5,16 +5,16 @@ - - + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/omacron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/omacron.glif index f20df08cf..d4d786208 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/omacron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/omacron.glif @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/omacronacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/omacronacute.glif index 80c538234..b333cc349 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/omacronacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/omacronacute.glif @@ -10,6 +10,12 @@ - + + + + public.markColor + 0,0.67,0.91,1 + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/omacrongrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/omacrongrave.glif index 188aaa73b..d84fd7a97 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/omacrongrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/omacrongrave.glif @@ -10,6 +10,12 @@ - + + + + public.markColor + 0,0.67,0.91,1 + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/omega.glif b/sources/CascadiaCode-Regular.ufo/glyphs/omega.glif index 30ca3836a..e4bfacb72 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/omega.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/omega.glif @@ -50,10 +50,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/omegatonos.glif b/sources/CascadiaCode-Regular.ufo/glyphs/omegatonos.glif index 45b9eff8f..f90e8b6be 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/omegatonos.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/omegatonos.glif @@ -3,15 +3,9 @@ - + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/omicron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/omicron.glif index a4f483a5e..e9306fea8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/omicron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/omicron.glif @@ -6,14 +6,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/omicrontonos.glif b/sources/CascadiaCode-Regular.ufo/glyphs/omicrontonos.glif index 0241f4d89..cb46a4759 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/omicrontonos.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/omicrontonos.glif @@ -5,16 +5,10 @@ - - + + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/one.glif b/sources/CascadiaCode-Regular.ufo/glyphs/one.glif index 68a5ae2d1..30a98a895 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/one.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/one.glif @@ -4,27 +4,27 @@ - - - - + + + + - - - + + + - + - - + + - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/one.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/one.half.glif new file mode 100644 index 000000000..a624f0e27 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/one.half.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/onesuperior.glif b/sources/CascadiaCode-Regular.ufo/glyphs/onesuperior.glif index c9630e0ed..1fbcec6eb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/onesuperior.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/onesuperior.glif @@ -4,28 +4,28 @@ - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/oogonek.glif b/sources/CascadiaCode-Regular.ufo/glyphs/oogonek.glif index 2b6fa9f3f..065edce76 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/oogonek.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/oogonek.glif @@ -2,11 +2,11 @@ - + - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ordfeminine.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ordfeminine.glif index 658c9d117..02820b973 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ordfeminine.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ordfeminine.glif @@ -4,53 +4,53 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/oslash.glif b/sources/CascadiaCode-Regular.ufo/glyphs/oslash.glif index 32a5a681b..884075cfb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/oslash.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/oslash.glif @@ -6,7 +6,7 @@ - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/oslashacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/oslashacute.glif index 7790fa84a..0f370f75f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/oslashacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/oslashacute.glif @@ -6,15 +6,15 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/otilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/otilde.glif index 51ebecfa7..db535cf13 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/otilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/otilde.glif @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/p.glif b/sources/CascadiaCode-Regular.ufo/glyphs/p.glif index a7352b4c6..9dacd7643 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/p.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/p.glif @@ -5,37 +5,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -43,11 +12,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/palochka-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/palochka-cy.glif index 1f2135ec0..5f4fd4f20 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/palochka-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/palochka-cy.glif @@ -3,15 +3,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/parenleft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/parenleft.glif index 1ea020c1c..fc3bb0db6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/parenleft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/parenleft.glif @@ -2,11 +2,12 @@ + - + @@ -14,7 +15,7 @@ - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/parenleft_asterisk.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/parenleft_asterisk.liga.glif index f75dadd72..4d1a755d3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/parenleft_asterisk.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/parenleft_asterisk.liga.glif @@ -3,39 +3,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/parenright.glif b/sources/CascadiaCode-Regular.ufo/glyphs/parenright.glif index c4bef2a29..0a2bdd507 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/parenright.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/parenright.glif @@ -2,6 +2,7 @@ + @@ -13,7 +14,7 @@ - + @@ -21,7 +22,7 @@ - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/pe-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/pe-cy.glif index 5237bc2d1..dd2a280ed 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/pe-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/pe-cy.glif @@ -24,10 +24,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/pe-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/pe-cy.loclB_G_R_.glif index 8ff86a621..1c1b9c9ce 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/pe-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/pe-cy.loclB_G_R_.glif @@ -6,10 +6,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/percent_percent.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/percent_percent.liga.glif index dc3f914fb..c2c2a8975 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/percent_percent.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/percent_percent.liga.glif @@ -3,134 +3,134 @@ - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/period_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/period_equal.liga.glif index 5f4ed4e84..eebfae473 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/period_equal.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/period_equal.liga.glif @@ -3,23 +3,23 @@ - - - - + + + + - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/period_hyphen.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/period_hyphen.liga.glif index c2cb6923f..45d474aaa 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/period_hyphen.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/period_hyphen.liga.glif @@ -3,17 +3,17 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/period_period.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/period_period.liga.glif index 175e4ec7e..888ba891d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/period_period.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/period_period.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/period_period_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/period_period_equal.liga.glif index 51ea8e4bc..e108daa32 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/period_period_equal.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/period_period_equal.liga.glif @@ -3,24 +3,24 @@ - - - - + + + + - - - - + + + + - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/period_period_less.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/period_period_less.liga.glif index 19a266be2..11b493c4b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/period_period_less.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/period_period_less.liga.glif @@ -3,22 +3,22 @@ - - - - - - - - + + + + + + + + - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/period_period_period.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/period_period_period.liga.glif index 160ebc12f..9d9438d27 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/period_period_period.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/period_period_period.liga.glif @@ -2,14 +2,14 @@ - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/period_question.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/period_question.liga.glif index cfcc925de..d530dfda1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/period_question.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/period_question.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/perispomenicomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/perispomenicomb.glif index 73e71d809..17c6eb6fc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/perispomenicomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/perispomenicomb.glif @@ -1,8 +1,6 @@ - - @@ -11,7 +9,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/peseta.glif b/sources/CascadiaCode-Regular.ufo/glyphs/peseta.glif index 0589a3b7e..8550316ea 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/peseta.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/peseta.glif @@ -2,8 +2,8 @@ - - + + @@ -11,7 +11,7 @@ - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/peso.glif b/sources/CascadiaCode-Regular.ufo/glyphs/peso.glif index 351c33e3e..45b81f653 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/peso.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/peso.glif @@ -2,8 +2,8 @@ - - + + @@ -17,7 +17,7 @@ - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/phi.glif b/sources/CascadiaCode-Regular.ufo/glyphs/phi.glif index 7be07120e..316061295 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/phi.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/phi.glif @@ -52,10 +52,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/pi.glif b/sources/CascadiaCode-Regular.ufo/glyphs/pi.glif index 93bc20527..ef7a4aa44 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/pi.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/pi.glif @@ -2,44 +2,38 @@ - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/plus_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/plus_greater.liga.glif index d30389886..b13ecf1a2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/plus_greater.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/plus_greater.liga.glif @@ -2,13 +2,24 @@ - - + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + plus + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/plus_plus.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/plus_plus.liga.glif index d4b3c2173..8745a1271 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/plus_plus.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/plus_plus.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/plus_plus_plus.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/plus_plus_plus.liga.glif index 8a1c74474..6749ac166 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/plus_plus_plus.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/plus_plus_plus.liga.glif @@ -3,25 +3,25 @@ - - - - + + + + - - - - + + + + - - - + + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/prescription.glif b/sources/CascadiaCode-Regular.ufo/glyphs/prescription.glif new file mode 100644 index 000000000..b01eb989e --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/prescription.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/psi.glif b/sources/CascadiaCode-Regular.ufo/glyphs/psi.glif index aa4c4df27..1524d0e09 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/psi.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/psi.glif @@ -34,10 +34,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/q.glif b/sources/CascadiaCode-Regular.ufo/glyphs/q.glif index 7a3e4b14c..23f367713 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/q.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/q.glif @@ -47,7 +47,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/question.glif b/sources/CascadiaCode-Regular.ufo/glyphs/question.glif index d74e7be67..1dc615270 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/question.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/question.glif @@ -4,40 +4,40 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/question_colon.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/question_colon.liga.glif index ad6ee2a65..a7bb3f2ff 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/question_colon.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/question_colon.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/question_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/question_equal.liga.glif index c442e2f0f..a6cee58e7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/question_equal.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/question_equal.liga.glif @@ -3,25 +3,25 @@ - - - - + + + + - - - - - - + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/question_period.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/question_period.liga.glif index bb8a78daa..d0352910b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/question_period.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/question_period.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/question_question.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/question_question.liga.glif index 712d015a7..ebd87a6fa 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/question_question.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/question_question.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/question_question_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/question_question_equal.liga.glif new file mode 100644 index 000000000..e83a6e4d4 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/question_question_equal.liga.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.98,0.36,0.67,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/questiondown.glif b/sources/CascadiaCode-Regular.ufo/glyphs/questiondown.glif index 6ddbcb976..718870c16 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/questiondown.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/questiondown.glif @@ -4,40 +4,40 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/quotedblbase.glif b/sources/CascadiaCode-Regular.ufo/glyphs/quotedblbase.glif index 5fa43bd30..b942ab213 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/quotedblbase.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/quotedblbase.glif @@ -3,8 +3,7 @@ - - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/quotedblleft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/quotedblleft.glif index 5f4da4111..f6fd319c7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/quotedblleft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/quotedblleft.glif @@ -3,8 +3,8 @@ - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/quotedblright.glif b/sources/CascadiaCode-Regular.ufo/glyphs/quotedblright.glif index 74684b581..90961f255 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/quotedblright.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/quotedblright.glif @@ -4,7 +4,7 @@ - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/quoteleft.glif b/sources/CascadiaCode-Regular.ufo/glyphs/quoteleft.glif index 44b803752..c7c6265c6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/quoteleft.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/quoteleft.glif @@ -4,10 +4,24 @@ - - - - + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/quotereversed.glif b/sources/CascadiaCode-Regular.ufo/glyphs/quotereversed.glif index 1eef9bb97..d0bbe763c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/quotereversed.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/quotereversed.glif @@ -4,10 +4,24 @@ - - - - + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/quoteright.glif b/sources/CascadiaCode-Regular.ufo/glyphs/quoteright.glif index e3deb53b6..b8d7944c4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/quoteright.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/quoteright.glif @@ -4,10 +4,24 @@ - - - - + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/quotesinglbase.glif b/sources/CascadiaCode-Regular.ufo/glyphs/quotesinglbase.glif index 68edcee67..7cf3b02cf 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/quotesinglbase.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/quotesinglbase.glif @@ -3,7 +3,7 @@ - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/quotesingle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/quotesingle.glif index 14874f4d0..fb2e3394c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/quotesingle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/quotesingle.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/r.glif b/sources/CascadiaCode-Regular.ufo/glyphs/r.glif index 5a7517f77..257b13d15 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/r.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/r.glif @@ -45,7 +45,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/racute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/racute.glif index 5ce54868e..02b4359b4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/racute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/racute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rcaron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rcaron.glif index 96d04f822..69085a052 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rcaron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rcaron.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rcommaaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rcommaaccent.glif index f9911acbd..8c7781bc9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rcommaaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rcommaaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rdotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rdotbelow.glif index 27f8c0c3c..0c5db0e83 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rdotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rdotbelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/recordS_eparatorC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/recordS_eparatorC_ontrol.glif new file mode 100644 index 000000000..023534d46 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/recordS_eparatorC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + R.half + + + alignment + -1 + index + 1 + name + S.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/registered.glif b/sources/CascadiaCode-Regular.ufo/glyphs/registered.glif index 030b36bcd..81de93186 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/registered.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/registered.glif @@ -48,7 +48,7 @@ - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/returnsymbol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/returnsymbol.glif new file mode 100644 index 000000000..64b98f57f --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/returnsymbol.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/reversedR_otatedF_loralH_eartB_ullet.glif b/sources/CascadiaCode-Regular.ufo/glyphs/reversedR_otatedF_loralH_eartB_ullet.glif index 6632f7d32..4715e40c9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/reversedR_otatedF_loralH_eartB_ullet.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/reversedR_otatedF_loralH_eartB_ullet.glif @@ -6,18 +6,18 @@ - - + + - - + + - - + + - - + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rho.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rho.glif index 024c39a59..17e08c884 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rho.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rho.glif @@ -6,46 +6,39 @@ - - + + - - + + - - - - + + + + - + - - + + - - - - - - - - - - + + + + + + + + + - - + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rightA_rrow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rightA_rrow.glif index ae5a803a8..1ca709ee7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rightA_rrow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rightA_rrow.glif @@ -4,26 +4,20 @@ - - - - - - - - + + + + - - - - + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lackP_ointer.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lackP_ointer.glif index 5226eba9c..44a6d2816 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lackP_ointer.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lackP_ointer.glif @@ -15,7 +15,7 @@ triagrt public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lackS_mallT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lackS_mallT_riangle.glif index 2dddd4ec7..5fe2080c1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lackS_mallT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lackS_mallT_riangle.glif @@ -15,7 +15,7 @@ uni25B8 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lackT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lackT_riangle.glif index ee4bb8950..839fe4350 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lackT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lackT_riangle.glif @@ -15,7 +15,7 @@ uni25B6 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lock.glif index 15a61c25e..c4d1c69f9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lock.stypo.glif index b88729954..28495ca00 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackC_ircle.glif index bdf417bcd..20db0469c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackC_ircle.glif @@ -19,7 +19,7 @@ uni25D7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackD_iamond.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackD_iamond.glif index 96612b17b..df321b80f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackD_iamond.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackD_iamond.glif @@ -16,7 +16,7 @@ uni2B17 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackS_quare.glif index 458113e2b..d17e4b023 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackS_quare.glif @@ -17,7 +17,7 @@ uni25E8 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackW_hiteC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackW_hiteC_ircle.glif index 7eb8f027d..03c2ed045 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackW_hiteC_ircle.glif @@ -18,7 +18,7 @@ uni25D1 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rightO_neE_ighthB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rightO_neE_ighthB_lock.glif index bf3bcb2a2..3dde09a78 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rightO_neE_ighthB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rightO_neE_ighthB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rightO_neE_ighthB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rightO_neE_ighthB_lock.stypo.glif index 5b8849982..b0d690da7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rightO_neE_ighthB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rightO_neE_ighthB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rightW_hiteP_ointer.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rightW_hiteP_ointer.glif index eed03592d..50f823301 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rightW_hiteP_ointer.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rightW_hiteP_ointer.glif @@ -23,7 +23,7 @@ uni25BB public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rightW_hiteS_mallT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rightW_hiteS_mallT_riangle.glif index 43f7f347c..db2a4c09a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rightW_hiteS_mallT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rightW_hiteS_mallT_riangle.glif @@ -23,7 +23,7 @@ uni25B9 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rightW_hiteT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rightW_hiteT_riangle.glif index 01dca289a..12be2d1ef 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rightW_hiteT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rightW_hiteT_riangle.glif @@ -23,7 +23,7 @@ uni25B7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ring.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ring.glif index 9550ca964..38781eb8f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ring.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ring.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ringbelowcomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ringbelowcomb.glif index ef06e5394..7d87d8835 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ringbelowcomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ringbelowcomb.glif @@ -2,6 +2,7 @@ + @@ -10,7 +11,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.85,0.26,0.06,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ringcomb.case.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ringcomb.case.glif index 807b6593d..2d7273f42 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ringcomb.case.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ringcomb.case.glif @@ -37,7 +37,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ringcomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ringcomb.glif index 830dca5e2..9a110a8ee 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ringcomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ringcomb.glif @@ -38,7 +38,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ruble.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ruble.glif index 76bbfd478..5e3de99a1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ruble.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ruble.glif @@ -3,7 +3,7 @@ - + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/rupeeI_ndian.glif b/sources/CascadiaCode-Regular.ufo/glyphs/rupeeI_ndian.glif index f66e441b6..2703ace19 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/rupeeI_ndian.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/rupeeI_ndian.glif @@ -4,42 +4,42 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/s.glif b/sources/CascadiaCode-Regular.ufo/glyphs/s.glif index f2ea6e540..af703d64d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/s.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/s.glif @@ -51,7 +51,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/sacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/sacute.glif index 28868a888..80a8dd9f9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/sacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/sacute.glif @@ -2,16 +2,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/sacute.loclP_L_K_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/sacute.loclP_L_K_.glif index b2f1ab3cb..845fcbe90 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/sacute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/sacute.loclP_L_K_.glif @@ -1,7 +1,7 @@ - + @@ -10,7 +10,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/scaron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/scaron.glif index 8d912a6e5..6569acc18 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/scaron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/scaron.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/scedilla.glif b/sources/CascadiaCode-Regular.ufo/glyphs/scedilla.glif index 5acb87b02..eb24b79b8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/scedilla.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/scedilla.glif @@ -2,16 +2,16 @@ - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/schwa-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/schwa-cy.glif index 517f9af3b..8f3b13d31 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/schwa-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/schwa-cy.glif @@ -2,15 +2,9 @@ - - + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/schwa.glif b/sources/CascadiaCode-Regular.ufo/glyphs/schwa.glif index 66317186f..dd1d9578e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/schwa.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/schwa.glif @@ -2,8 +2,8 @@ - - + + @@ -42,7 +42,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/scircumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/scircumflex.glif index d51067601..8b385a3e7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/scircumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/scircumflex.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/scommaaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/scommaaccent.glif index 3b27c9c01..317ca929d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/scommaaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/scommaaccent.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/sdotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/sdotbelow.glif index 8dc3e10ca..71f0fc475 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/sdotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/sdotbelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/semicolon_semicolon.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/semicolon_semicolon.liga.glif index 4a9d43ef8..8d4fc4c06 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/semicolon_semicolon.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/semicolon_semicolon.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/sevensuperior.glif b/sources/CascadiaCode-Regular.ufo/glyphs/sevensuperior.glif index 1012ab866..645c702ec 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/sevensuperior.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/sevensuperior.glif @@ -4,22 +4,22 @@ - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/sha-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/sha-cy.glif index e03b18670..ff89e212d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/sha-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/sha-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/sha-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/sha-cy.loclB_G_R_.glif index 03e612e65..709d0dd90 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/sha-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/sha-cy.loclB_G_R_.glif @@ -44,10 +44,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/shadedark.glif b/sources/CascadiaCode-Regular.ufo/glyphs/shadedark.glif index 2141c1797..3d9984757 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/shadedark.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/shadedark.glif @@ -223,7 +223,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/shadedark.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/shadedark.stypo.glif index ce6854125..1767298a1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/shadedark.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/shadedark.stypo.glif @@ -221,7 +221,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/shadelight.glif b/sources/CascadiaCode-Regular.ufo/glyphs/shadelight.glif index efca0327b..69c1b84d5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/shadelight.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/shadelight.glif @@ -61,7 +61,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/shadelight.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/shadelight.stypo.glif index 5defc6f22..f81745827 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/shadelight.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/shadelight.stypo.glif @@ -59,7 +59,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/shademedium.glif b/sources/CascadiaCode-Regular.ufo/glyphs/shademedium.glif index c56463f61..056420498 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/shademedium.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/shademedium.glif @@ -115,7 +115,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/shademedium.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/shademedium.stypo.glif index a8d23aefc..28f02f0e8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/shademedium.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/shademedium.stypo.glif @@ -113,7 +113,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/shcha-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/shcha-cy.glif index a81e29027..da265d2ec 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/shcha-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/shcha-cy.glif @@ -36,10 +36,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/shcha-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/shcha-cy.loclB_G_R_.glif index 027acd7e4..fee124607 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/shcha-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/shcha-cy.loclB_G_R_.glif @@ -12,10 +12,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/shha-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/shha-cy.glif index ce583bb9e..faf781d0d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/shha-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/shha-cy.glif @@ -4,14 +4,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/shiftI_nC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/shiftI_nC_ontrol.glif new file mode 100644 index 000000000..cd35e8c77 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/shiftI_nC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + I.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/shiftI_nC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/shiftI_nC_ontrol.ss20.glif new file mode 100644 index 000000000..461902e4c --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/shiftI_nC_ontrol.ss20.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/shiftO_utC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/shiftO_utC_ontrol.glif new file mode 100644 index 000000000..b37bedaa7 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/shiftO_utC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + O.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/shiftO_utC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/shiftO_utC_ontrol.ss20.glif new file mode 100644 index 000000000..496752f18 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/shiftO_utC_ontrol.ss20.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/sigma.glif b/sources/CascadiaCode-Regular.ufo/glyphs/sigma.glif index 74b9bba64..96133a9ad 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/sigma.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/sigma.glif @@ -2,50 +2,44 @@ - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/sigmafinal.glif b/sources/CascadiaCode-Regular.ufo/glyphs/sigmafinal.glif index f14906984..8d8d07879 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/sigmafinal.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/sigmafinal.glif @@ -42,10 +42,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/six.glif b/sources/CascadiaCode-Regular.ufo/glyphs/six.glif index 4cb29247e..b0c178816 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/six.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/six.glif @@ -4,47 +4,46 @@ - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/sixsuperior.glif b/sources/CascadiaCode-Regular.ufo/glyphs/sixsuperior.glif index 455956f69..88ad8bc27 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/sixsuperior.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/sixsuperior.glif @@ -4,47 +4,47 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/slash.glif b/sources/CascadiaCode-Regular.ufo/glyphs/slash.glif index bfa3ba2a4..3615f1589 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/slash.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/slash.glif @@ -4,10 +4,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/slash_asterisk.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/slash_asterisk.liga.glif index f39694b64..e5079d9d9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/slash_asterisk.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/slash_asterisk.liga.glif @@ -2,13 +2,13 @@ - - + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/slash_backslash.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/slash_backslash.liga.glif new file mode 100644 index 000000000..f811aba44 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/slash_backslash.liga.glif @@ -0,0 +1,14 @@ + + + + + + + + + + public.markColor + 0.98,0.36,0.67,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/slash_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/slash_equal.liga.glif deleted file mode 100644 index c693f3b96..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/slash_equal.liga.glif +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_end.seq.glif new file mode 100644 index 000000000..ae110a9f9 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_end.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_equal.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_equal.liga.glif deleted file mode 100644 index 57b31a37c..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_equal.liga.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_middle.seq.glif new file mode 100644 index 000000000..bd9f38f3e --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_middle.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_start.seq.glif new file mode 100644 index 000000000..f66078c43 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_start.seq.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/slash_greater.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/slash_greater.liga.glif index b7f7c2a81..1eef511de 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/slash_greater.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/slash_greater.liga.glif @@ -3,21 +3,21 @@ - - - - - - - - + + + + + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash.liga.glif index 7d2f05654..04276c4a4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash.liga.glif @@ -2,13 +2,32 @@ - - + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + slash + + + alignment + -1 + index + 1 + name + slash + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_equal_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_equal_end.seq.glif new file mode 100644 index 000000000..9ffbb6c09 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_equal_end.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_equal_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_equal_middle.seq.glif new file mode 100644 index 000000000..1eeb93833 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_equal_middle.seq.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_equal_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_equal_start.seq.glif new file mode 100644 index 000000000..4b4a850fe --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_equal_start.seq.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0,0.67,0.91,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_slash.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_slash.liga.glif index 0f6f4f80b..7733c3070 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_slash.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_slash.liga.glif @@ -2,14 +2,41 @@ - - - + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + slash + + + alignment + -1 + index + 1 + name + slash + + + alignment + -1 + index + 2 + name + slash + + public.markColor - 0.67,0.95,0.38,1 + 0.98,0.36,0.67,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/softsign-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/softsign-cy.glif index b69b6d717..fbfd12378 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/softsign-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/softsign-cy.glif @@ -32,10 +32,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/softsign-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/softsign-cy.loclB_G_R_.glif index 434d6a32a..6a8a998ea 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/softsign-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/softsign-cy.loclB_G_R_.glif @@ -5,42 +5,36 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/space.glif b/sources/CascadiaCode-Regular.ufo/glyphs/space.glif index 445581d79..cb9df87b4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/space.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/space.glif @@ -4,10 +4,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/spaceC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/spaceC_ontrol.glif new file mode 100644 index 000000000..a5fa74818 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/spaceC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + P.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/startO_fH_eadingC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/startO_fH_eadingC_ontrol.glif new file mode 100644 index 000000000..c07352c21 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/startO_fH_eadingC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + H.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/startO_fH_eadingC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/startO_fH_eadingC_ontrol.ss20.glif new file mode 100644 index 000000000..a8618a4e1 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/startO_fH_eadingC_ontrol.ss20.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/startO_fT_extC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/startO_fT_extC_ontrol.glif new file mode 100644 index 000000000..581ab6743 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/startO_fT_extC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + X.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/startO_fT_extC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/startO_fT_extC_ontrol.ss20.glif new file mode 100644 index 000000000..01738da88 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/startO_fT_extC_ontrol.ss20.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/sterling.glif b/sources/CascadiaCode-Regular.ufo/glyphs/sterling.glif index fcf35ddde..63c07f427 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/sterling.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/sterling.glif @@ -11,15 +11,15 @@ - - - - - + + + + + - - - + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/substituteC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/substituteC_ontrol.glif new file mode 100644 index 000000000..0581982ca --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/substituteC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + B.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/substituteC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/substituteC_ontrol.ss20.glif new file mode 100644 index 000000000..77b2d50a1 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/substituteC_ontrol.ss20.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/substituteF_ormT_woC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/substituteF_ormT_woC_ontrol.glif new file mode 100644 index 000000000..93b939add --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/substituteF_ormT_woC_ontrol.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/sunW_ithR_ays.glif b/sources/CascadiaCode-Regular.ufo/glyphs/sunW_ithR_ays.glif index f7055cbea..273aee3b2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/sunW_ithR_ays.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/sunW_ithR_ays.glif @@ -4,80 +4,80 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/synchronousI_dleC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/synchronousI_dleC_ontrol.glif new file mode 100644 index 000000000..17808e0e2 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/synchronousI_dleC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + S.half + + + alignment + -1 + index + 1 + name + Y.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/synchronousI_dleC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/synchronousI_dleC_ontrol.ss20.glif new file mode 100644 index 000000000..1e39f0ec1 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/synchronousI_dleC_ontrol.ss20.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/t.glif b/sources/CascadiaCode-Regular.ufo/glyphs/t.glif index 950eafcec..f9d35b486 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/t.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/t.glif @@ -2,46 +2,46 @@ - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/tau.glif b/sources/CascadiaCode-Regular.ufo/glyphs/tau.glif index 82cfcad55..be3517642 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/tau.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/tau.glif @@ -2,38 +2,32 @@ - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/tbar.glif b/sources/CascadiaCode-Regular.ufo/glyphs/tbar.glif index c4e3c654d..20679e5de 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/tbar.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/tbar.glif @@ -2,16 +2,16 @@ - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/tcaron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/tcaron.glif index 13e76aef8..6ba7bb8d9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/tcaron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/tcaron.glif @@ -2,16 +2,16 @@ - - - - + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/tcedilla.glif b/sources/CascadiaCode-Regular.ufo/glyphs/tcedilla.glif index 9b6b9d88d..35e9cc7d7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/tcedilla.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/tcedilla.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/tcommaaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/tcommaaccent.glif index 42c0f537d..5dccf1165 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/tcommaaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/tcommaaccent.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/te-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/te-cy.glif index 4ea4c444e..4d15ef48c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/te-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/te-cy.glif @@ -18,10 +18,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/te-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/te-cy.loclB_G_R_.glif index 5f3c622ec..0669133bd 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/te-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/te-cy.loclB_G_R_.glif @@ -6,10 +6,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/tesh.glif b/sources/CascadiaCode-Regular.ufo/glyphs/tesh.glif index ce506e57d..afc77b632 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/tesh.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/tesh.glif @@ -2,70 +2,70 @@ - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/theta.glif b/sources/CascadiaCode-Regular.ufo/glyphs/theta.glif index de2a3f561..807febeb3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/theta.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/theta.glif @@ -40,10 +40,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/thetamod.glif b/sources/CascadiaCode-Regular.ufo/glyphs/thetamod.glif index 529054b3b..e45706e55 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/thetamod.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/thetamod.glif @@ -4,44 +4,38 @@ - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - public.markColor - 0.85,0.26,0.06,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/thorn.glif b/sources/CascadiaCode-Regular.ufo/glyphs/thorn.glif index 46ca3d847..ecc89299b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/thorn.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/thorn.glif @@ -5,43 +5,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/three.glif b/sources/CascadiaCode-Regular.ufo/glyphs/three.glif index 7901e5afa..96e1b27c3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/three.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/three.glif @@ -14,11 +14,11 @@ - - - - - + + + + + @@ -44,11 +44,11 @@ - - - - - + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/three.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/three.half.glif new file mode 100644 index 000000000..60d15040f --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/three.half.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/threesuperior.glif b/sources/CascadiaCode-Regular.ufo/glyphs/threesuperior.glif index 5f8db06f4..8ef72b58b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/threesuperior.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/threesuperior.glif @@ -4,52 +4,52 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/tildecomb.case.glif b/sources/CascadiaCode-Regular.ufo/glyphs/tildecomb.case.glif index 64ea96552..7131c0351 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/tildecomb.case.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/tildecomb.case.glif @@ -41,7 +41,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/tildecomb.glif b/sources/CascadiaCode-Regular.ufo/glyphs/tildecomb.glif index 9e55af8d0..fa4b3df86 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/tildecomb.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/tildecomb.glif @@ -42,7 +42,7 @@ com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/tonos.case.glif b/sources/CascadiaCode-Regular.ufo/glyphs/tonos.case.glif index c90b36180..063b75f24 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/tonos.case.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/tonos.case.glif @@ -7,7 +7,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/tonos.glif b/sources/CascadiaCode-Regular.ufo/glyphs/tonos.glif index 4b9561571..1b4429113 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/tonos.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/tonos.glif @@ -8,7 +8,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.97,1,0,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/topH_alfB_lackC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/topH_alfB_lackC_ircle.glif index fb16a9f23..bab0b3eda 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/topH_alfB_lackC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/topH_alfB_lackC_ircle.glif @@ -19,7 +19,7 @@ uni2BCA public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/topH_alfB_lackD_iamond.glif b/sources/CascadiaCode-Regular.ufo/glyphs/topH_alfB_lackD_iamond.glif index 0a7472743..84fbba7ba 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/topH_alfB_lackD_iamond.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/topH_alfB_lackD_iamond.glif @@ -16,7 +16,7 @@ uni2B18 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/topH_alfW_hiteS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/topH_alfW_hiteS_quare.glif index 54a297abd..96af782c0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/topH_alfW_hiteS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/topH_alfW_hiteS_quare.glif @@ -17,7 +17,7 @@ uni2B13 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/topR_ightH_alfW_hiteS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/topR_ightH_alfW_hiteS_quare.glif index 01dfc7409..21b5248b6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/topR_ightH_alfW_hiteS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/topR_ightH_alfW_hiteS_quare.glif @@ -16,7 +16,7 @@ uni2B15 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/trademark.glif b/sources/CascadiaCode-Regular.ufo/glyphs/trademark.glif index c2614453d..46fbc7d87 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/trademark.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/trademark.glif @@ -4,48 +4,48 @@ - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/tse-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/tse-cy.glif index 4a972324a..e754d0e25 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/tse-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/tse-cy.glif @@ -30,10 +30,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/tse-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/tse-cy.loclB_G_R_.glif index f4b4a5e4a..8658e86b5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/tse-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/tse-cy.loclB_G_R_.glif @@ -5,50 +5,44 @@ - - - - + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/tshe-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/tshe-cy.glif index 770b4fd10..53735378c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/tshe-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/tshe-cy.glif @@ -37,10 +37,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/two.glif b/sources/CascadiaCode-Regular.ufo/glyphs/two.glif index 5edb31e50..8838ad728 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/two.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/two.glif @@ -4,34 +4,34 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/two.half.glif b/sources/CascadiaCode-Regular.ufo/glyphs/two.half.glif new file mode 100644 index 000000000..a3345e69b --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/two.half.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/twosuperior.glif b/sources/CascadiaCode-Regular.ufo/glyphs/twosuperior.glif index 331e54b05..808e50252 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/twosuperior.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/twosuperior.glif @@ -4,34 +4,34 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/u-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/u-cy.glif index 8ad0146e8..f5fcb1d8a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/u-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/u-cy.glif @@ -7,10 +7,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/u.glif b/sources/CascadiaCode-Regular.ufo/glyphs/u.glif index b7f619560..1a9fef00b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/u.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/u.glif @@ -2,50 +2,50 @@ - - - - + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/uacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/uacute.glif index efc2dfa43..f2a95fafa 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/uacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/uacute.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ubreve.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ubreve.glif index ea41ccdcc..9fee3c324 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ubreve.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ubreve.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ucircumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ucircumflex.glif index d9796c26a..00296b9ee 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ucircumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ucircumflex.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/udieresis.glif b/sources/CascadiaCode-Regular.ufo/glyphs/udieresis.glif index aee9c1d57..52af5e08b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/udieresis.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/udieresis.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/udotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/udotbelow.glif index 58285b1df..112f11075 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/udotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/udotbelow.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ugrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ugrave.glif index 5e2f2bed2..de9b8807a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ugrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ugrave.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/uhookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/uhookabove.glif index 7c8a6904b..8dd652050 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/uhookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/uhookabove.glif @@ -2,18 +2,18 @@ - - + + - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/uhorn.glif b/sources/CascadiaCode-Regular.ufo/glyphs/uhorn.glif index 95f682eda..7ecdc4eb9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/uhorn.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/uhorn.glif @@ -2,22 +2,22 @@ - - - - + + + + - - - - - - - - - - + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/uhornacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/uhornacute.glif index ee33d4a4b..359ba4475 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/uhornacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/uhornacute.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/uhorndotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/uhorndotbelow.glif index 4005ea95d..ff266b54e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/uhorndotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/uhorndotbelow.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/uhorngrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/uhorngrave.glif index 0fa63791a..5a06a57de 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/uhorngrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/uhorngrave.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/uhornhookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/uhornhookabove.glif index 3749e967f..d2c2846de 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/uhornhookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/uhornhookabove.glif @@ -2,18 +2,18 @@ - - + + - + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/uhorntilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/uhorntilde.glif index ca0349768..e8f3fffc3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/uhorntilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/uhorntilde.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/uhungarumlaut.glif b/sources/CascadiaCode-Regular.ufo/glyphs/uhungarumlaut.glif index 40d067978..a6d6a4796 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/uhungarumlaut.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/uhungarumlaut.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/umacron-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/umacron-cy.glif index cb35cfc88..5399f9c50 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/umacron-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/umacron-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/umacron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/umacron.glif index 7b5b40f37..26579b29d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/umacron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/umacron.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/underscore_bar_underscore.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/underscore_bar_underscore.liga.glif deleted file mode 100644 index 6c4e7fdae..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/underscore_bar_underscore.liga.glif +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - public.markColor - 0.67,0.95,0.38,1 - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/underscore_end.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/underscore_end.seq.glif new file mode 100644 index 000000000..724ce2f8c --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/underscore_end.seq.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/underscore_middle.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/underscore_middle.seq.glif new file mode 100644 index 000000000..7a09debde --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/underscore_middle.seq.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/underscore_start.seq.glif b/sources/CascadiaCode-Regular.ufo/glyphs/underscore_start.seq.glif new file mode 100644 index 000000000..c4787ca4f --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/underscore_start.seq.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + public.markColor + 0.67,0.95,0.38,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/underscore_underscore.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/underscore_underscore.liga.glif index 19d93fa9d..a8bca86d3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/underscore_underscore.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/underscore_underscore.liga.glif @@ -3,16 +3,16 @@ - - - - + + + + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/uni0009.glif b/sources/CascadiaCode-Regular.ufo/glyphs/uni0009.glif deleted file mode 100644 index e6d7948ac..000000000 --- a/sources/CascadiaCode-Regular.ufo/glyphs/uni0009.glif +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/unitS_eparatorC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/unitS_eparatorC_ontrol.glif new file mode 100644 index 000000000..430255b68 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/unitS_eparatorC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + U.half + + + alignment + -1 + index + 1 + name + S.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/uogonek.glif b/sources/CascadiaCode-Regular.ufo/glyphs/uogonek.glif index e016bbb82..6ff6e5ddf 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/uogonek.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/uogonek.glif @@ -2,34 +2,34 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upA_rrow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upA_rrow.glif index 76dd25ce8..791bd1900 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upA_rrow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upA_rrow.glif @@ -4,26 +4,20 @@ - - - - - - - - + + + + - - - - + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upB_lackS_mallT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upB_lackS_mallT_riangle.glif index 929b156ee..66de06258 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upB_lackS_mallT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upB_lackS_mallT_riangle.glif @@ -15,7 +15,7 @@ uni25B4 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upB_lackT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upB_lackT_riangle.glif index ee5f32d8b..18b434828 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upB_lackT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upB_lackT_riangle.glif @@ -15,7 +15,7 @@ triagup public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upD_ashA_rrow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upD_ashA_rrow.glif index 7df099f6e..22dd54073 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upD_ashA_rrow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upD_ashA_rrow.glif @@ -3,16 +3,6 @@ - - - - - - - - - - @@ -34,14 +24,18 @@ - - + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upD_ownA_rrow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upD_ownA_rrow.glif index 7af3104bc..9b9bcc0d3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upD_ownA_rrow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upD_ownA_rrow.glif @@ -4,36 +4,30 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upD_ownbaseA_rrow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upD_ownbaseA_rrow.glif index 4e83e3657..7264b220c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upD_ownbaseA_rrow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upD_ownbaseA_rrow.glif @@ -4,17 +4,11 @@ - - - - + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upL_eftH_alfB_lackT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upL_eftH_alfB_lackT_riangle.glif index b5c27c10f..fa1bba6f6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upL_eftH_alfB_lackT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upL_eftH_alfB_lackT_riangle.glif @@ -16,7 +16,7 @@ uni25ED public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upR_ightH_alfB_lackT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upR_ightH_alfB_lackT_riangle.glif index 5cdf26042..6a6367d27 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upR_ightH_alfB_lackT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upR_ightH_alfB_lackT_riangle.glif @@ -16,7 +16,7 @@ uni25EE public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upW_hiteS_mallT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upW_hiteS_mallT_riangle.glif index 415fedd18..ddb994a9a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upW_hiteS_mallT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upW_hiteS_mallT_riangle.glif @@ -23,7 +23,7 @@ uni25B5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upW_hiteT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upW_hiteT_riangle.glif index e9017612f..76cf2c37a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upW_hiteT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upW_hiteT_riangle.glif @@ -23,7 +23,7 @@ uni25B3 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upW_hiteT_riangleW_ithD_ot.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upW_hiteT_riangleW_ithD_ot.glif index b0cf76c85..030ff1cac 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upW_hiteT_riangleW_ithD_ot.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upW_hiteT_riangleW_ithD_ot.glif @@ -25,7 +25,7 @@ uni25EC public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfA_rc.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfA_rc.glif index c3976e101..0cc24c214 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfA_rc.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfA_rc.glif @@ -26,7 +26,7 @@ uni25E0 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfB_lackW_hiteC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfB_lackW_hiteC_ircle.glif index ca5ddc89a..17bdbad15 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfB_lackW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfB_lackW_hiteC_ircle.glif @@ -18,7 +18,7 @@ uni25D3 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfB_lock.glif index 6a67abfe3..acd91ef62 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfB_lock.stypo.glif index a71683693..958051ced 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfI_nverseW_hiteC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfI_nverseW_hiteC_ircle.glif index aec536833..062cfbce2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfI_nverseW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfI_nverseW_hiteC_ircle.glif @@ -32,7 +32,7 @@ uni25DA public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif index a6d521103..7b1d37da8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif index 6a54f1bfe..850f9d9d4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.glif index d035e0218..fd05326a3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.glif @@ -19,7 +19,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.stypo.glif index 04ab93606..dc376f2a0 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.stypo.glif @@ -18,7 +18,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif index 179b1c25d..645b42205 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.stypo.glif index 5d9eb36dc..4d65a318c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.stypo.glif @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glif index b443961f7..43f5bcce7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.stypo.glif index 04a43eae9..a087e6e2a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.stypo.glif @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_rc.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_rc.glif index 67246ce9a..b791a8096 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_rc.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_rc.glif @@ -20,7 +20,7 @@ uni25DC public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftB_lackT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftB_lackT_riangle.glif index 8221836c3..3dbeeb4c8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftB_lackT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftB_lackT_riangle.glif @@ -15,7 +15,7 @@ uni25E4 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftB_lock.glif index 0ce8fc7cf..ca5e0563b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftB_lock.stypo.glif index 4de512770..0cc2e3dbe 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftD_iagonalH_alfB_lackS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftD_iagonalH_alfB_lackS_quare.glif index 5ade704fd..9a08a3c21 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftD_iagonalH_alfB_lackS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftD_iagonalH_alfB_lackS_quare.glif @@ -16,7 +16,7 @@ uni25E9 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftQ_uadrantW_hiteC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftQ_uadrantW_hiteC_ircle.glif index 83ac6c10d..69b1eb6c9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftQ_uadrantW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftQ_uadrantW_hiteC_ircle.glif @@ -19,7 +19,7 @@ uni25F4 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftT_riangle.glif index 5cedb95eb..7c50ed0c9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftT_riangle.glif @@ -23,7 +23,7 @@ uni25F8 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftW_hiteC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftW_hiteC_ircle.glif index e704324e2..e02a718ca 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftW_hiteC_ircle.glif @@ -22,7 +22,7 @@ uni25D5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperO_neE_ighthB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperO_neE_ighthB_lock.glif index 959a209d0..99d80ea13 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperO_neE_ighthB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperO_neE_ighthB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperO_neE_ighthB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperO_neE_ighthB_lock.stypo.glif index f5f318076..abc7e7539 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperO_neE_ighthB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperO_neE_ighthB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif index c9c9e7a70..6c492783c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif @@ -15,7 +15,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif index e925473cc..60c4cb22a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif @@ -14,7 +14,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.glif index accc0f42a..0523fa055 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.glif @@ -17,7 +17,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.stypo.glif index 4e49f19a5..883a568f7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.stypo.glif @@ -16,7 +16,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_rc.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_rc.glif index 4e6d29965..95a2a0a17 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_rc.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_rc.glif @@ -20,7 +20,7 @@ uni25DD public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lackC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lackC_ircle.glif index cb2cac267..a78979ee6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lackC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lackC_ircle.glif @@ -17,7 +17,7 @@ uni25D4 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lackT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lackT_riangle.glif index e62857a1d..c0f05ae3f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lackT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lackT_riangle.glif @@ -15,7 +15,7 @@ uni25E5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lock.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lock.glif index bdc8fd8dc..ca32f5014 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lock.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lock.glif @@ -13,7 +13,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lock.stypo.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lock.stypo.glif index 15309e0a4..b1d5b11c5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lock.stypo.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lock.stypo.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightQ_uadrantW_hiteC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightQ_uadrantW_hiteC_ircle.glif index f51bd2ecc..7f7587615 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightQ_uadrantW_hiteC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightQ_uadrantW_hiteC_ircle.glif @@ -19,7 +19,7 @@ uni25F7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightT_riangle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightT_riangle.glif index f4d766ede..9e1492fb8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightT_riangle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightT_riangle.glif @@ -23,7 +23,7 @@ uni25F9 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperlefttolowerrightF_illS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperlefttolowerrightF_illS_quare.glif index 6ba10e748..a83552b85 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperlefttolowerrightF_illS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperlefttolowerrightF_illS_quare.glif @@ -29,7 +29,7 @@ uni25A7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upperrighttolowerleftF_illS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upperrighttolowerleftF_illS_quare.glif index f4f16de40..0c1eba1b7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upperrighttolowerleftF_illS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upperrighttolowerleftF_illS_quare.glif @@ -29,7 +29,7 @@ uni25A8 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upsilon-latin.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upsilon-latin.glif index f0afcdbf4..fae520010 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upsilon-latin.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upsilon-latin.glif @@ -8,31 +8,31 @@ - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + @@ -51,7 +51,7 @@ public.markColor - 0.85,0.26,0.06,1 + 0.67,0.95,0.38,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upsilon.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upsilon.glif index 137d08e5f..3911a7454 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upsilon.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upsilon.glif @@ -34,10 +34,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upsilondieresis.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upsilondieresis.glif index e52a261cb..a2fbf8c94 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upsilondieresis.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upsilondieresis.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upsilondieresistonos.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upsilondieresistonos.glif index 6d6ad8339..03c850200 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upsilondieresistonos.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upsilondieresistonos.glif @@ -3,15 +3,9 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/upsilontonos.glif b/sources/CascadiaCode-Regular.ufo/glyphs/upsilontonos.glif index 9411fcff8..ee9f08e36 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/upsilontonos.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/upsilontonos.glif @@ -3,15 +3,9 @@ - + - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/uring.glif b/sources/CascadiaCode-Regular.ufo/glyphs/uring.glif index 1a36fad72..461231be5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/uring.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/uring.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ushort-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ushort-cy.glif index 0240817d0..4f61300c5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ushort-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ushort-cy.glif @@ -8,10 +8,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ustraight-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ustraight-cy.glif index 5272f53c5..54b8fd1e1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ustraight-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ustraight-cy.glif @@ -22,10 +22,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ustraightstroke-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ustraightstroke-cy.glif index cfbca106b..0dae8b4e6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ustraightstroke-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ustraightstroke-cy.glif @@ -13,10 +13,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/utilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/utilde.glif index caadffea0..ce7d3cbf7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/utilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/utilde.glif @@ -2,18 +2,18 @@ - - - - + + + + - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/v.glif b/sources/CascadiaCode-Regular.ufo/glyphs/v.glif index ecda71292..b08b19328 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/v.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/v.glif @@ -20,7 +20,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ve-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ve-cy.glif index c7a3c52b5..97c5e0255 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ve-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ve-cy.glif @@ -6,62 +6,56 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ve-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ve-cy.loclB_G_R_.glif index 4c3385968..eadee2dbe 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ve-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ve-cy.loclB_G_R_.glif @@ -5,56 +5,50 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/verticalB_isectingL_ineW_hiteS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/verticalB_isectingL_ineW_hiteS_quare.glif index 82c24a1b8..ea3c14dd7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/verticalB_isectingL_ineW_hiteS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/verticalB_isectingL_ineW_hiteS_quare.glif @@ -17,7 +17,7 @@ uni25EB public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/verticalF_illC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/verticalF_illC_ircle.glif index a1c1f1054..560890cba 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/verticalF_illC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/verticalF_illC_ircle.glif @@ -23,7 +23,7 @@ uni25CD public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/verticalF_illS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/verticalF_illS_quare.glif index e5545fb30..1d3b75804 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/verticalF_illS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/verticalF_illS_quare.glif @@ -23,7 +23,7 @@ uni25A5 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/verticalT_abulationC_ontrol.glif b/sources/CascadiaCode-Regular.ufo/glyphs/verticalT_abulationC_ontrol.glif new file mode 100644 index 000000000..338b21a24 --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/verticalT_abulationC_ontrol.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + com.schriftgestaltung.Glyphs.ComponentInfo + + + alignment + -1 + index + 0 + name + V.half + + + alignment + -1 + index + 1 + name + T.half + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.85,0.26,0.06,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/verticalT_abulationC_ontrol.ss20.glif b/sources/CascadiaCode-Regular.ufo/glyphs/verticalT_abulationC_ontrol.ss20.glif new file mode 100644 index 000000000..cc67aa16d --- /dev/null +++ b/sources/CascadiaCode-Regular.ufo/glyphs/verticalT_abulationC_ontrol.ss20.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.glyph.widthMetricsKey + space + public.markColor + 0.5,0.09,0.79,1 + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/vhook.glif b/sources/CascadiaCode-Regular.ufo/glyphs/vhook.glif index 5c3011452..5e151c3ac 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/vhook.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/vhook.glif @@ -7,8 +7,8 @@ - - + + @@ -21,17 +21,23 @@ - - + + - - + + - - + + + + + public.markColor + 0.67,0.95,0.38,1 + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/vturned.glif b/sources/CascadiaCode-Regular.ufo/glyphs/vturned.glif index 5daaaac43..eff72c80c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/vturned.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/vturned.glif @@ -3,14 +3,8 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/w.glif b/sources/CascadiaCode-Regular.ufo/glyphs/w.glif index d1fb6fc9b..166133efc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/w.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/w.glif @@ -34,7 +34,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/w_w_w.liga.glif b/sources/CascadiaCode-Regular.ufo/glyphs/w_w_w.liga.glif index 15db636ef..290319efe 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/w_w_w.liga.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/w_w_w.liga.glif @@ -3,108 +3,108 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/wacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/wacute.glif index b45578f5f..847a8fb9f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/wacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/wacute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/wcircumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/wcircumflex.glif index 2cd1b68c9..a3fc2729e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/wcircumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/wcircumflex.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/wdieresis.glif b/sources/CascadiaCode-Regular.ufo/glyphs/wdieresis.glif index f334ff066..26f14889a 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/wdieresis.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/wdieresis.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/wgrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/wgrave.glif index 1c5c004fd..8278ff05e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/wgrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/wgrave.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteB_ullet.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteB_ullet.glif index ba2bc9e88..f437e40dc 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteB_ullet.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteB_ullet.glif @@ -38,7 +38,7 @@ openbullet public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteC_ircle.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteC_ircle.glif index ef99835e7..dc923ee28 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteC_ircle.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteC_ircle.glif @@ -38,7 +38,7 @@ circle public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteD_iamond.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteD_iamond.glif index 4870881bc..c12a90603 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteD_iamond.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteD_iamond.glif @@ -22,7 +22,7 @@ uni25C7 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteH_exagon.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteH_exagon.glif index 5f3650bb1..b543a8a8d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteH_exagon.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteH_exagon.glif @@ -32,7 +32,7 @@ uni2B21 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteH_orizontalE_llipse.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteH_orizontalE_llipse.glif index d7c494c81..d6ffa47c6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteH_orizontalE_llipse.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteH_orizontalE_llipse.glif @@ -38,7 +38,7 @@ uni2B2D public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteI_nB_lackS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteI_nB_lackS_quare.glif index 3ab787dd5..b2e1e0cc6 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteI_nB_lackS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteI_nB_lackS_quare.glif @@ -17,7 +17,7 @@ uni25A3 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteL_argeS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteL_argeS_quare.glif index 167d9ed4b..227379b3e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteL_argeS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteL_argeS_quare.glif @@ -22,7 +22,7 @@ uni2B1C public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteL_owerL_eftQ_uadrantS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteL_owerL_eftQ_uadrantS_quare.glif index 9e099152d..0341a5edb 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteL_owerL_eftQ_uadrantS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteL_owerL_eftQ_uadrantS_quare.glif @@ -19,7 +19,7 @@ uni25F1 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteL_owerR_ightQ_uadrantS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteL_owerR_ightQ_uadrantS_quare.glif index cb7471cfa..ac51d1ff7 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteL_owerR_ightQ_uadrantS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteL_owerR_ightQ_uadrantS_quare.glif @@ -19,7 +19,7 @@ uni25F2 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteM_ediumD_iamond.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteM_ediumD_iamond.glif index 9cf16b1d0..aeab0e54f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteM_ediumD_iamond.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteM_ediumD_iamond.glif @@ -26,7 +26,7 @@ uni2B26 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteM_ediumL_ozenge.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteM_ediumL_ozenge.glif index fdfc37394..d5636cae1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteM_ediumL_ozenge.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteM_ediumL_ozenge.glif @@ -26,7 +26,7 @@ uni2B28 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteP_arallelogram.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteP_arallelogram.glif index 825d85dc1..c41392d9e 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteP_arallelogram.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteP_arallelogram.glif @@ -26,7 +26,7 @@ uni25B1 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteP_entagon.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteP_entagon.glif index 1c2d28854..1ad262752 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteP_entagon.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteP_entagon.glif @@ -24,7 +24,7 @@ uni2B20 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteR_ect.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteR_ect.glif index 321477a8f..eb65e164d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteR_ect.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteR_ect.glif @@ -22,7 +22,7 @@ uni25AD public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteR_oundedC_ornersS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteR_oundedC_ornersS_quare.glif index 95c28672b..d5dfca9ad 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteR_oundedC_ornersS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteR_oundedC_ornersS_quare.glif @@ -46,7 +46,7 @@ uni25A2 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteS_mallL_ozenge.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteS_mallL_ozenge.glif index 487f9799e..1e1e33b24 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteS_mallL_ozenge.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteS_mallL_ozenge.glif @@ -22,7 +22,7 @@ uni2B2B public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteS_mallS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteS_mallS_quare.glif index 43769cc49..6b3bc1d63 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteS_mallS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteS_mallS_quare.glif @@ -22,7 +22,7 @@ H18551 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteS_quare.glif index 7ec8a9703..147cfc386 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteS_quare.glif @@ -22,7 +22,7 @@ H22073 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteU_pperL_eftQ_uadrantS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteU_pperL_eftQ_uadrantS_quare.glif index 29886e8bb..661009c1f 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteU_pperL_eftQ_uadrantS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteU_pperL_eftQ_uadrantS_quare.glif @@ -19,7 +19,7 @@ uni25F0 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteU_pperR_ightQ_uadrantS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteU_pperR_ightQ_uadrantS_quare.glif index 0ead62b4c..994f75b41 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteU_pperR_ightQ_uadrantS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteU_pperR_ightQ_uadrantS_quare.glif @@ -19,7 +19,7 @@ uni25F3 public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteV_erticalE_llipse.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteV_erticalE_llipse.glif index e75ff4f91..8103a0ad8 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteV_erticalE_llipse.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteV_erticalE_llipse.glif @@ -38,7 +38,7 @@ uni2B2F public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteV_erticalR_ect.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteV_erticalR_ect.glif index feb15bc97..5bae5240c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteV_erticalR_ect.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteV_erticalR_ect.glif @@ -22,7 +22,7 @@ uni25AF public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/whiteV_erysmallS_quare.glif b/sources/CascadiaCode-Regular.ufo/glyphs/whiteV_erysmallS_quare.glif index decdf5394..c7cb7b504 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/whiteV_erysmallS_quare.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/whiteV_erysmallS_quare.glif @@ -22,7 +22,7 @@ uni2B1E public.markColor - 0.67,0.95,0.38,1 + 0.5,0.09,0.79,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/wmod.glif b/sources/CascadiaCode-Regular.ufo/glyphs/wmod.glif index 92d0715b2..9b38bc1ec 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/wmod.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/wmod.glif @@ -29,10 +29,4 @@ - - - public.markColor - 0.85,0.26,0.06,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/won.glif b/sources/CascadiaCode-Regular.ufo/glyphs/won.glif index 1f80aa5c9..90b860812 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/won.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/won.glif @@ -6,10 +6,10 @@ - - - - + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/x.glif b/sources/CascadiaCode-Regular.ufo/glyphs/x.glif index 256598a8c..8a9285675 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/x.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/x.glif @@ -25,7 +25,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/x.multiply.glif b/sources/CascadiaCode-Regular.ufo/glyphs/x.multiply.glif index 8fe7d24dd..33e7e9553 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/x.multiply.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/x.multiply.glif @@ -7,7 +7,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/xi.glif b/sources/CascadiaCode-Regular.ufo/glyphs/xi.glif index ee214e657..cb2a16730 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/xi.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/xi.glif @@ -67,10 +67,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/y.glif b/sources/CascadiaCode-Regular.ufo/glyphs/y.glif index 02859b413..5d4eb1ac5 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/y.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/y.glif @@ -31,7 +31,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/yacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/yacute.glif index ebdde1beb..29714f21c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/yacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/yacute.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ycircumflex.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ycircumflex.glif index 04bd8c7b5..0b11793d9 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ycircumflex.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ycircumflex.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ydieresis.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ydieresis.glif index f58a7d39e..891fa14a3 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ydieresis.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ydieresis.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ydotbelow.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ydotbelow.glif index 6ce2f8c3d..f328d1033 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ydotbelow.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ydotbelow.glif @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/yeru-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/yeru-cy.glif index 81c7f68e8..23ad66b26 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/yeru-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/yeru-cy.glif @@ -38,10 +38,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ygrave.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ygrave.glif index ba231eb28..feec28da4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ygrave.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ygrave.glif @@ -6,12 +6,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/yhookabove.glif b/sources/CascadiaCode-Regular.ufo/glyphs/yhookabove.glif index 46978192b..e4c910c4b 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/yhookabove.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/yhookabove.glif @@ -3,7 +3,7 @@ - + @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/yi-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/yi-cy.glif index 2fd170691..7f94309ad 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/yi-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/yi-cy.glif @@ -3,16 +3,10 @@ - + - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ymacron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ymacron.glif index a4e07d133..be2e572ff 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ymacron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ymacron.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ymod.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ymod.glif index eaea2b169..0558d6897 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ymod.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ymod.glif @@ -5,32 +5,26 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - + + + + + + - - - public.markColor - 0.85,0.26,0.06,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ytilde.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ytilde.glif index 13de7b4c5..184053497 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ytilde.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ytilde.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/z.glif b/sources/CascadiaCode-Regular.ufo/glyphs/z.glif index c89581841..ce4c0764d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/z.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/z.glif @@ -28,7 +28,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0.99,0.62,0.11,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/zacute.glif b/sources/CascadiaCode-Regular.ufo/glyphs/zacute.glif index 8d97e1623..1903d10e4 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/zacute.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/zacute.glif @@ -7,12 +7,12 @@ - + public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/zacute.loclP_L_K_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/zacute.loclP_L_K_.glif index 54d8659c7..85f986bc2 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/zacute.loclP_L_K_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/zacute.loclP_L_K_.glif @@ -11,7 +11,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/zcaron.glif b/sources/CascadiaCode-Regular.ufo/glyphs/zcaron.glif index bb195cbc8..2c1751262 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/zcaron.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/zcaron.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/zdotaccent.glif b/sources/CascadiaCode-Regular.ufo/glyphs/zdotaccent.glif index 8d650137e..1b0954e3c 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/zdotaccent.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/zdotaccent.glif @@ -12,7 +12,7 @@ public.markColor - 0.67,0.95,0.38,1 + 0,0.67,0.91,1 diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ze-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ze-cy.glif index 745e33e35..de437aa07 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ze-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ze-cy.glif @@ -27,20 +27,20 @@ - - - - + + + + - - - - + + + + @@ -50,10 +50,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/ze-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/ze-cy.loclB_G_R_.glif index 0c2fd56a7..bc7359bf1 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/ze-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/ze-cy.loclB_G_R_.glif @@ -51,10 +51,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/zerosuperior.glif b/sources/CascadiaCode-Regular.ufo/glyphs/zerosuperior.glif index 6c8e25d6d..ff7428673 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/zerosuperior.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/zerosuperior.glif @@ -4,32 +4,32 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/zeta.glif b/sources/CascadiaCode-Regular.ufo/glyphs/zeta.glif index 9b3f2b04a..7bc1779df 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/zeta.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/zeta.glif @@ -41,10 +41,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/zhe-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/zhe-cy.glif index a481d5510..06da82d92 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/zhe-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/zhe-cy.glif @@ -108,10 +108,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/zhe-cy.loclB_G_R_.glif b/sources/CascadiaCode-Regular.ufo/glyphs/zhe-cy.loclB_G_R_.glif index 3d7cb2e5a..f973e022d 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/zhe-cy.loclB_G_R_.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/zhe-cy.loclB_G_R_.glif @@ -109,10 +109,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/zhedescender-cy.glif b/sources/CascadiaCode-Regular.ufo/glyphs/zhedescender-cy.glif index 6b9bf2457..47981d524 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/zhedescender-cy.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/zhedescender-cy.glif @@ -114,10 +114,4 @@ - - - public.markColor - 0.67,0.95,0.38,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/glyphs/zmod.glif b/sources/CascadiaCode-Regular.ufo/glyphs/zmod.glif index b8ccd735e..e653b0460 100644 --- a/sources/CascadiaCode-Regular.ufo/glyphs/zmod.glif +++ b/sources/CascadiaCode-Regular.ufo/glyphs/zmod.glif @@ -22,10 +22,4 @@ - - - public.markColor - 0.85,0.26,0.06,1 - - diff --git a/sources/CascadiaCode-Regular.ufo/layercontents.plist b/sources/CascadiaCode-Regular.ufo/layercontents.plist index b9c1a4f27..d715d8d7b 100644 --- a/sources/CascadiaCode-Regular.ufo/layercontents.plist +++ b/sources/CascadiaCode-Regular.ufo/layercontents.plist @@ -6,5 +6,13 @@ public.default glyphs + + public.background + glyphs.public.background + + + Jan 6 21, 14:03 + glyphs.J_an 6 21, 14_03 + diff --git a/sources/CascadiaCode-Regular.ufo/lib.plist b/sources/CascadiaCode-Regular.ufo/lib.plist index af6791271..b7a7ac7f9 100644 --- a/sources/CascadiaCode-Regular.ufo/lib.plist +++ b/sources/CascadiaCode-Regular.ufo/lib.plist @@ -2,18 +2,68 @@ - GSCornerRadius - 15 - GSOffsetHorizontal - 95 - GSOffsetMakeStroke - 1 - GSOffsetPosition - 1 - GSOffsetVertical - 110 com.schriftgestaltung.appVersion - 1346 + 1342 + com.schriftgestaltung.customParameter.GSFont.Axes + + + Name + Weight + Tag + wght + + + com.schriftgestaltung.customParameter.GSFont.DisplayStrings + + /bar_bar_bar_greater.liga +/bar_bar_greater.liga +/bar_greater.liga +/less_bar.liga +/less_bar_bar.liga +/less_bar_bar_bar.liga + /less_less_equal_end.seq + /bar_underscore_middle.seq +/bar_bar_equal_middle.seq +/bar_equal_middle.seq +/bar_bar_equal_end.seq +/bar_bar_equal_start.seq +/bar_bar_hyphen_middle.seq +/bar_hyphen_middle.seq +/bar_bar_hyphen_end.seq +/bar_bar_hyphen_start.seq +/bar_equal_end.seq +/bar_equal_start.seq +/bar_hyphen_end.seq +/bar_hyphen_start.seq +/equal_middle.seq +/equal_end.seq +/equal_start.seq +/greater_greater_equal_middle.seq +/greater_equal_middle.seq +/greater_greater_equal_end.seq +/greater_greater_equal_start.seq +/greater_equal_start.seq +/greater_equal_end.seq +/greater_greater_hyphen_middle.seq +/greater_hyphen_middle.seq +/greater_greater_hyphen_end.seq +/greater_greater_hyphen_start.seq +/greater_hyphen_start.seq +/greater_hyphen_end.seq +/less_less_equal_middle.seq +/less_equal_middle.seq +/less_less_equal_end.seq +/less_less_equal_start.seq +/less_equal_end.seq +/less_equal_start.seq +/less_less_hyphen_middle.seq +/less_hyphen_middle.seq +/less_less_hyphen_end.seq +/less_less_hyphen_start.seq +/less_hyphen_end.seq +/less_hyphen_start.seq + /greater_greater_equal_start.seq + com.schriftgestaltung.customParameter.GSFont.disablesAutomaticAlignment com.schriftgestaltung.customParameter.GSFont.disablesLastChange @@ -42,7 +92,22 @@ def ligatureProcess(production): glyph.layers[0].LSB = glyph.layers[0].LSB + 3600 -ligatureProcess(True) #True for production mode, False for editable +ligatureProcess(True) #True for production mode, False for editable + + + +Settings for scaler for halves and thirds + +Third + +30 30 30 +40 40 40 +80 -160 -340 + +Half +70 70 70 +45 45 45 +60 -220 -360 com.schriftgestaltung.customParameter.GSFont.useNiceNames 1 com.schriftgestaltung.customParameter.GSFontMaster.customValue @@ -58,7 +123,7 @@ ligatureProcess(True) #True for production mode, False for editable com.schriftgestaltung.customParameter.GSFontMaster.weightValue 500 com.schriftgestaltung.customParameter.GSFontMaster.widthValue - 100 + 0 com.schriftgestaltung.fontMasterOrder 1 com.schriftgestaltung.keyboardIncrement @@ -69,8 +134,6 @@ ligatureProcess(True) #True for production mode, False for editable 500 com.schriftgestaltung.width Regular - com.schriftgestaltung.widthValue - 100 public.glyphOrder A @@ -92,10 +155,12 @@ ligatureProcess(True) #True for production mode, False for editable Adotbelow Agrave Ahookabove + Alpha-latin Amacron Aogonek Aring Aringacute + Astroke Atilde AE AEacute @@ -106,6 +171,7 @@ ligatureProcess(True) #True for production mode, False for editable Ccedilla Ccircumflex Cdotaccent + Cstroke D Eth Dcaron @@ -128,6 +194,7 @@ ligatureProcess(True) #True for production mode, False for editable Emacron Eogonek Eopen + Ereversed Esh Etilde Ezh @@ -138,10 +205,12 @@ ligatureProcess(True) #True for production mode, False for editable Gcircumflex Gcommaaccent Gdotaccent + Gstroke H Hbar Hcaron Hcircumflex + Hdotbelow I IJ Iacute @@ -154,16 +223,24 @@ ligatureProcess(True) #True for production mode, False for editable Ihookabove Imacron Iogonek + Iotaafrican Itilde J Jcircumflex K + Kacute Kcommaaccent + Kdotbelow + Klinebelow L Lacute + Lbar Lcaron Lcommaaccent Ldot + Ldotbelow + Llinebelow + Lmiddletilde Lslash M N @@ -172,6 +249,7 @@ ligatureProcess(True) #True for production mode, False for editable Ncommaaccent Eng Nhookleft + Nlinebelow Ntilde O Oacute @@ -194,6 +272,8 @@ ligatureProcess(True) #True for production mode, False for editable Ohorntilde Ohungarumlaut Omacron + Omacronacute + Omacrongrave Oogonek Oopen Oslash @@ -207,12 +287,14 @@ ligatureProcess(True) #True for production mode, False for editable Racute Rcaron Rcommaaccent + Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent + Sdotbelow Germandbls Schwa T @@ -220,6 +302,8 @@ ligatureProcess(True) #True for production mode, False for editable Tcaron Tcedilla Tcommaaccent + Tdiagonalstroke + Tlinebelow U Uacute Ubreve @@ -237,9 +321,12 @@ ligatureProcess(True) #True for production mode, False for editable Uhungarumlaut Umacron Uogonek + Upsilonafrican Uring Utilde V + Gammaafrican + Vhook Vturned W Wacute @@ -266,7 +353,33 @@ ligatureProcess(True) #True for production mode, False for editable Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK + A.half + B.half + C.half + D.half + E.half + F.half + G.half + H.half + I.half + K.half + L.half + M.half + N.half + O.half + P.half + Q.half + R.half + S.half + T.half + U.half + V.half + X.half + Y.half + Asmall + Gsmall Ismall + Lsmall a aacute abreve @@ -286,6 +399,7 @@ ligatureProcess(True) #True for production mode, False for editable adotbelow agrave ahookabove + alpha-latin amacron aogonek aring @@ -324,19 +438,25 @@ ligatureProcess(True) #True for production mode, False for editable eopen esh etilde + eturned schwa ezh f g + gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent + glottalstop + glottalstopreversed + gstroke h hbar hcaron hcircumflex + hdotbelow i idotless iacute @@ -349,18 +469,28 @@ ligatureProcess(True) #True for production mode, False for editable ij imacron iogonek + iota-latin itilde j jdotless + jcaron jcircumflex k kcommaaccent + kdotbelow kgreenlandic + klinebelow l lacute + lambdastroke + lbar + lbelt lcaron lcommaaccent ldot + ldotbelow + llinebelow + lmiddletilde lslash m n @@ -370,6 +500,7 @@ ligatureProcess(True) #True for production mode, False for editable ncommaaccent eng nhookleft + nlinebelow ntilde o oacute @@ -392,6 +523,8 @@ ligatureProcess(True) #True for production mode, False for editable ohorntilde ohungarumlaut omacron + omacronacute + omacrongrave oogonek oopen oslash @@ -405,12 +538,14 @@ ligatureProcess(True) #True for production mode, False for editable racute rcaron rcommaaccent + rdotbelow s sacute scaron scedilla scircumflex scommaaccent + sdotbelow germandbls longs t @@ -436,9 +571,11 @@ ligatureProcess(True) #True for production mode, False for editable uhungarumlaut umacron uogonek + upsilon-latin uring utilde v + vhook vturned w wacute @@ -467,10 +604,14 @@ ligatureProcess(True) #True for production mode, False for editable sacute.loclPLK zacute.loclPLK x.multiply + fi + fl w_w_w.liga ordfeminine ordmasculine nmod + wmod + ymod A-cy Be-cy Ve-cy @@ -690,6 +831,8 @@ ligatureProcess(True) #True for production mode, False for editable epsilontonos etatonos kaiSymbol + thetamod + zmod zero one two @@ -701,6 +844,10 @@ ligatureProcess(True) #True for production mode, False for editable eight nine zero.zero + one.half + two.half + three.half + four.half zeroinferior oneinferior twoinferior @@ -767,13 +914,16 @@ ligatureProcess(True) #True for production mode, False for editable overline slash backslash + colon.center parenleft parenright braceleft braceright bracketleft bracketright + heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament + heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament @@ -801,12 +951,6 @@ ligatureProcess(True) #True for production mode, False for editable quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga - hyphen_hyphen_greater.liga - hyphen_bar.liga - hyphen_greater.liga - hyphen_greater_greater.liga - hyphen_less.liga - hyphen_less_less.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga @@ -824,10 +968,10 @@ ligatureProcess(True) #True for production mode, False for editable colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga - colon_greater.liga - colon_less.liga colon_slash_slash.liga semicolon_semicolon.liga + exclam_period.liga + exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga @@ -835,6 +979,7 @@ ligatureProcess(True) #True for production mode, False for editable question_period.liga question_colon.liga question_question.liga + question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga @@ -847,21 +992,34 @@ ligatureProcess(True) #True for production mode, False for editable numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga - numbersign_numbersign.liga - numbersign_numbersign_numbersign.liga - numbersign_numbersign_numbersign_numbersign.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga - slash_equal.liga - slash_equal_equal.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga + slash_backslash.liga + backslash_slash.liga backslash_backslash.liga - underscore_bar_underscore.liga underscore_underscore.liga + hyphen_middle.seq + hyphen_start.seq + hyphen_end.seq + colon_equal_middle.seq + exclam_equal_middle.seq + numbersign_end.seq + numbersign_middle.seq + numbersign_start.seq + slash_equal_end.seq + slash_equal_middle.seq + slash_equal_start.seq + slash_slash_equal_end.seq + slash_slash_equal_middle.seq + slash_slash_equal_start.seq + underscore_end.seq + underscore_middle.seq + underscore_start.seq anoteleia questiongreek punctuationspace @@ -938,6 +1096,10 @@ ligatureProcess(True) #True for production mode, False for editable perthousand strictlyequivalentto vectorOrCrossProduct + greater.center + less.center + greater.alt + less.alt upArrow rightArrow downArrow @@ -945,6 +1107,7 @@ ligatureProcess(True) #True for production mode, False for editable leftRightArrow upDownArrow upDownbaseArrow + downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock @@ -1252,6 +1415,8 @@ ligatureProcess(True) #True for production mode, False for editable diamondBlackSuit checkmark rotatedFloralHeartBullet + acknowledgeControl + backspaceControl at ampersand paragraph @@ -1269,8 +1434,9 @@ ligatureProcess(True) #True for production mode, False for editable dagger literSign daggerdbl - numero estimated + numero + bellControl blackHexagon blackHorizontalEllipse blackLargeCircle @@ -1286,13 +1452,52 @@ ligatureProcess(True) #True for production mode, False for editable blackSmallLozenge blackVerticalEllipse blackVerysmallSquare + blank + blankSymbol bottomHalfBlackCircle + cancelControl + carriageReturnControl + dataLinkEscapeControl + deleteControl + deleteFormTwoControl + deviceControlFourControl + deviceControlOneControl + deviceControlThreeControl + deviceControlTwoControl + endOfMediumControl + endOfTextControl + endOfTransmissionBlockControl + endOfTransmissionControl + enquiryControl + escapeControl + fileSeparatorControl + formFeedControl + groupSeparatorControl horizontalBlackHexagon + horizontalTabulationControl + house + returnsymbol + lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare + negativeAcknowledgeControl + newlineControl + nullControl + prescription + recordSeparatorControl + shiftInControl + shiftOutControl + spaceControl + startOfHeadingControl + startOfTextControl + substituteControl + substituteFormTwoControl + synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare + unitSeparatorControl + verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare @@ -1302,43 +1507,46 @@ ligatureProcess(True) #True for production mode, False for editable whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare + acknowledgeControl.ss20 + backspaceControl.ss20 + bellControl.ss20 + cancelControl.ss20 + carriageReturnControl.ss20 + dataLinkEscapeControl.ss20 + endOfMediumControl.ss20 + endOfTextControl.ss20 + endOfTransmissionBlockControl.ss20 + endOfTransmissionControl.ss20 + enquiryControl.ss20 + escapeControl.ss20 + formFeedControl.ss20 + horizontalTabulationControl.ss20 + lineFeedControl.ss20 + negativeAcknowledgeControl.ss20 + shiftInControl.ss20 + shiftOutControl.ss20 + startOfHeadingControl.ss20 + startOfTextControl.ss20 + substituteControl.ss20 + synchronousIdleControl.ss20 + verticalTabulationControl.ss20 ampersand_ampersand.liga - bar_hyphen.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga + bar_bar_bar.liga bar_bar_bar_greater.liga - bar_bar_equal.liga bar_bar_greater.liga - bar_equal.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga - equal_colon_equal.liga - equal_exclam_equal.liga equal_equal.liga equal_equal_equal.liga - equal_equal_greater.liga - equal_greater.liga - equal_greater_greater.liga - equal_less_less.liga - equal_slash_equal.liga - greater_hyphen.liga - greater_hyphen_greater.liga - greater_colon.liga greater_equal.liga - greater_equal_greater.liga greater_greater.liga - greater_greater_hyphen.liga - greater_greater_equal.liga greater_greater_greater.liga - less_hyphen.liga - less_hyphen_hyphen.liga - less_hyphen_greater.liga - less_hyphen_less.liga - less_colon.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga @@ -1351,14 +1559,8 @@ ligatureProcess(True) #True for production mode, False for editable less_plus.liga less_plus_greater.liga less_equal.liga - less_equal_equal.liga - less_equal_equal_greater.liga - less_equal_greater.liga - less_equal_less.liga less_greater.liga less_less.liga - less_less_hyphen.liga - less_less_equal.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga @@ -1373,6 +1575,46 @@ ligatureProcess(True) #True for production mode, False for editable asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga + bar_underscore_middle.seq + bar_bar_equal_middle.seq + bar_equal_middle.seq + bar_bar_equal_end.seq + bar_bar_equal_start.seq + bar_bar_hyphen_middle.seq + bar_hyphen_middle.seq + bar_bar_hyphen_end.seq + bar_bar_hyphen_start.seq + bar_equal_end.seq + bar_equal_start.seq + bar_hyphen_end.seq + bar_hyphen_start.seq + equal_middle.seq + equal_end.seq + equal_start.seq + greater_greater_equal_middle.seq + greater_equal_middle.seq + greater_greater_equal_end.seq + greater_greater_equal_start.seq + greater_equal_start.seq + greater_equal_end.seq + greater_greater_hyphen_middle.seq + greater_hyphen_middle.seq + greater_greater_hyphen_end.seq + greater_greater_hyphen_start.seq + greater_hyphen_start.seq + greater_hyphen_end.seq + less_less_equal_middle.seq + less_equal_middle.seq + less_less_equal_end.seq + less_less_equal_start.seq + less_equal_end.seq + less_equal_start.seq + less_less_hyphen_middle.seq + less_hyphen_middle.seq + less_less_hyphen_end.seq + less_less_hyphen_start.seq + less_hyphen_end.seq + less_hyphen_start.seq note-musical notedbl-musical blank-braille @@ -1634,8 +1876,10 @@ ligatureProcess(True) #True for production mode, False for editable numeral-greek lowernumeral-greek apostrophemod + colontriangularmod commaturnedmod firsttonechinese + glottalstopmod dieresiscomb dotaccentcomb gravecomb @@ -1649,11 +1893,16 @@ ligatureProcess(True) #True for production mode, False for editable macroncomb hookabovecomb commaturnedabovecomb + commaabovecomb + commaaboverightcomb horncomb dotbelowcomb + ringbelowcomb commaaccentcomb cedillacomb ogonekcomb + macronbelowcomb + lowlinecomb gravetonecomb acutetonecomb dieresis @@ -1690,72 +1939,7 @@ ligatureProcess(True) #True for production mode, False for editable dieresistonos brevecomb-cy brevecomb-cy.case - uni0009 LIG - fi - fl - Alpha-latin - Astroke - Cstroke - Ereversed - Gstroke - Hdotbelow - Iotaafrican - Kacute - Kdotbelow - Klinebelow - Lbar - Ldotbelow - Llinebelow - Lmiddletilde - Nlinebelow - Omacronacute - Omacrongrave - Rdotbelow - Sdotbelow - Tdiagonalstroke - Tlinebelow - Upsilonafrican - Gammaafrican - Vhook - Asmall - Gsmall - Lsmall - alpha-latin - eturned - gamma-latin - glottalstop - glottalstopreversed - gstroke - hdotbelow - iota-latin - jcaron - kdotbelow - klinebelow - lambdastroke - lbar - lbelt - ldotbelow - llinebelow - lmiddletilde - nlinebelow - omacronacute - omacrongrave - rdotbelow - sdotbelow - upsilon-latin - vhook - wmod - ymod - thetamod - zmod - colontriangularmod - glottalstopmod - commaabovecomb - commaaboverightcomb - ringbelowcomb - macronbelowcomb - lowlinecomb public.postscriptNames @@ -2107,6 +2291,10 @@ ligatureProcess(True) #True for production mode, False for editable uni1EA9 acircumflextilde uni1EAB + acknowledgeControl + uni2406 + acknowledgeControl.ss20 + uni2406.ss20 acutetonecomb uni0341 adotbelow @@ -2117,6 +2305,10 @@ ligatureProcess(True) #True for production mode, False for editable uni0251 apostrophemod uni02BC + backspaceControl + uni2408 + backspaceControl.ss20 + uni2408.ss20 baht uni0E3F baht.BRACKET.600 @@ -2125,6 +2317,10 @@ ligatureProcess(True) #True for production mode, False for editable uni0431 be-cy.loclSRB uni0431.loclSRB + bellControl + uni2407 + bellControl.ss20 + uni2407.ss20 blackCircle uni25CF blackDiamond @@ -2171,8 +2367,12 @@ ligatureProcess(True) #True for production mode, False for editable uni25AE blackVerysmallSquare uni2B1D + blank + uni2423 blank-braille uni2800 + blankSymbol + uni2422 bottomHalfBlackCircle uni2BCB bottomHalfBlackDiamond @@ -2445,12 +2645,20 @@ ligatureProcess(True) #True for production mode, False for editable uni2219 bullseye uni25CE + cancelControl + uni2418 + cancelControl.ss20 + uni2418.ss20 careof uni2105 caroncomb uni030C caroncomb.case uni030C.case + carriageReturnControl + uni240D + carriageReturnControl.ss20 + uni240D.ss20 cedi uni20B5 cedillacomb @@ -2485,10 +2693,26 @@ ligatureProcess(True) #True for production mode, False for editable uni25A6 dashdownArrow uni21E3 + dataLinkEscapeControl + uni2410 + dataLinkEscapeControl.ss20 + uni2410.ss20 de-cy uni0434 de-cy.loclBGR uni0434.loclBGR + deleteControl + uni2421 + deleteFormTwoControl + uni2425 + deviceControlFourControl + uni2414 + deviceControlOneControl + uni2411 + deviceControlThreeControl + uni2413 + deviceControlTwoControl + uni2412 diagonalcrosshatchFillSquare uni25A9 diamondBlackSuit @@ -3025,6 +3249,8 @@ ligatureProcess(True) #True for production mode, False for editable uni25BE downBlackTriangle triagdn + downTipLeftArrow + uni21B2 downWhiteSmallTriangle uni25BF downWhiteTriangle @@ -3063,8 +3289,28 @@ ligatureProcess(True) #True for production mode, False for editable uni043C en-cy uni043D + endOfMediumControl + uni2419 + endOfMediumControl.ss20 + uni2419.ss20 + endOfTextControl + uni2403 + endOfTextControl.ss20 + uni2403.ss20 + endOfTransmissionBlockControl + uni2417 + endOfTransmissionBlockControl.ss20 + uni2417.ss20 + endOfTransmissionControl + uni2404 + endOfTransmissionControl.ss20 + uni2404.ss20 endescender-cy uni04A3 + enquiryControl + uni2405 + enquiryControl.ss20 + uni2405.ss20 eopen uni025B er-cy @@ -3073,6 +3319,10 @@ ligatureProcess(True) #True for production mode, False for editable uni044D es-cy uni0441 + escapeControl + uni241B + escapeControl.ss20 + uni241B.ss20 esh uni0283 etilde @@ -3087,6 +3337,8 @@ ligatureProcess(True) #True for production mode, False for editable exclamdbl ezh uni0292 + fileSeparatorControl + uni241C filledRect filledrect firsttonechinese @@ -3097,6 +3349,10 @@ ligatureProcess(True) #True for production mode, False for editable uni2085 fivesuperior uni2075 + formFeedControl + uni240C + formFeedControl.ss20 + uni240C.ss20 fourinferior uni2084 foursuperior @@ -3127,6 +3383,8 @@ ligatureProcess(True) #True for production mode, False for editable uni0295 gravetonecomb uni0340 + groupSeparatorControl + uni241D gstroke uni01E5 guarani @@ -3149,14 +3407,22 @@ ligatureProcess(True) #True for production mode, False for editable uni1E25 heartBlackSuit heart + heavyleftpointinganglebracketornament + uni2770 heavyleftpointinganglequotationmarkornament uni276E + heavyrightpointinganglebracketornament + uni2771 heavyrightpointinganglequotationmarkornament uni276F horizontalBlackHexagon uni2B23 horizontalFillSquare uni25A4 + horizontalTabulationControl + uni2409 + horizontalTabulationControl.ss20 + uni2409.ss20 horizontalbar uni2015 horizontallineextension @@ -3305,6 +3571,10 @@ ligatureProcess(True) #True for production mode, False for editable uni25C3 leftWhiteTriangle uni25C1 + lineFeedControl + uni240A + lineFeedControl.ss20 + uni240A.ss20 lineseparator uni2028 liraTurkish @@ -3419,6 +3689,12 @@ ligatureProcess(True) #True for production mode, False for editable uni00A0 ncommaaccent uni0146 + negativeAcknowledgeControl + uni2415 + negativeAcknowledgeControl.ss20 + uni2415.ss20 + newlineControl + uni2424 nhookleft uni0272 nineinferior @@ -3439,10 +3715,8 @@ ligatureProcess(True) #True for production mode, False for editable musicalnotedbl notidentical uni2262 - numbersign_numbersign_numbersign.liga - uniA774A774A774.liga - numbersign_numbersign_numbersign_numbersign.liga - uniA774A774A774A774.liga + nullControl + uni2400 numeral-greek uni0374 numero @@ -3511,6 +3785,10 @@ ligatureProcess(True) #True for production mode, False for editable uni0157 rdotbelow uni1E5B + recordSeparatorControl + uni241E + returnsymbol + uni23CE reversedRotatedFloralHeartBullet uni2619 rightArrow @@ -3593,6 +3871,14 @@ ligatureProcess(True) #True for production mode, False for editable uni20AA shha-cy uni04BB + shiftInControl + uni240F + shiftInControl.ss20 + uni240F.ss20 + shiftOutControl + uni240E + shiftOutControl.ss20 + uni240E.ss20 sigmafinal uni03C2 sixinferior @@ -3605,12 +3891,32 @@ ligatureProcess(True) #True for production mode, False for editable uni044C softsign-cy.loclBGR uni044C.loclBGR + spaceControl + uni2420 spadeBlackSuit spade + startOfHeadingControl + uni2401 + startOfHeadingControl.ss20 + uni2401.ss20 + startOfTextControl + uni2402 + startOfTextControl.ss20 + uni2402.ss20 strictlyequivalentto uni2263 + substituteControl + uni241A + substituteControl.ss20 + uni241A.ss20 + substituteFormTwoControl + uni2426 sunWithRays sun + synchronousIdleControl + uni2416 + synchronousIdleControl.ss20 + uni2416.ss20 tcedilla uni0163 tcommaaccent @@ -3667,6 +3973,8 @@ ligatureProcess(True) #True for production mode, False for editable uni1EEF umacron-cy uni04EF + unitSeparatorControl + uni241F upArrow arrowup upBlackSmallTriangle @@ -3783,6 +4091,10 @@ ligatureProcess(True) #True for production mode, False for editable uni25CD verticalFillSquare uni25A5 + verticalTabulationControl + uni240B + verticalTabulationControl.ss20 + uni240B.ss20 vhook uni028B vturned @@ -3870,5 +4182,37 @@ ligatureProcess(True) #True for production mode, False for editable zmod uni1DBB + public.skipExportGlyphs + + A.half + B.half + C.half + D.half + E.half + F.half + G.half + H.half + I.half + K.half + L.half + M.half + N.half + O.half + P.half + Q.half + R.half + S.half + T.half + U.half + V.half + X.half + Y.half + four.half + greater.alt + less.alt + one.half + three.half + two.half + diff --git a/sources/CascadiaCode.designspace b/sources/CascadiaCode.designspace index d50cbeb11..ff402f5a5 100644 --- a/sources/CascadiaCode.designspace +++ b/sources/CascadiaCode.designspace @@ -91,6 +91,27 @@ GSDimensionPlugin.Dimensions + 32D0959D-6118-411E-BC46-DBE7BC1E7C0B + + HH + 190 + HV + 200 + OH + 184 + OV + 210 + cydeH + 186 + nV + 212 + oH + 190 + oV + 220 + tH + 186 + 47A123F8-062D-4F48-9577-BC700BC51F36 HH @@ -112,6 +133,36 @@ tH 90 + 7062B15D-7097-4448-A185-D08BD1167FB1 + + HV + 205 + OH + 184 + OV + 210 + nV + 212 + nd + 204 + oH + 190 + oV + 214 + tH + 195 + + A38DF493-7C5F-490B-8624-7E8A09AEE4F3 + + nV + 270 + oH + 257 + oV + 287 + tH + 250 + CF6B61C3-38FB-41CB-B8C0-98C1B61AF433 HH @@ -134,6 +185,38 @@ 264 + public.skipExportGlyphs + + A.half + B.half + C.half + D.half + E.half + F.half + G.half + H.half + I.half + K.half + L.half + M.half + N.half + O.half + P.half + Q.half + R.half + S.half + T.half + U.half + V.half + X.half + Y.half + four.half + greater.alt + less.alt + one.half + three.half + two.half + diff --git a/sources/STAT.plist b/sources/STAT.plist index 57ff0dd00..e19d314e4 100644 --- a/sources/STAT.plist +++ b/sources/STAT.plist @@ -16,16 +16,12 @@ ExtraLight value 200 - linked_value - 350 name Light value 300 - linked_value - 400 name diff --git a/sources/cvar.ttx b/sources/cvar.ttx deleted file mode 100644 index 06bd49b9a..000000000 --- a/sources/cvar.ttx +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/sources/features/features_code.fea b/sources/features/features_code.fea index 512a23b3c..2f4b64f4a 100644 --- a/sources/features/features_code.fea +++ b/sources/features/features_code.fea @@ -1,8 +1,8 @@ # automatic -@Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Amacron Aogonek Aring Aringacute Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Etilde F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent H Hbar Hcircumflex I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Itilde J Jcircumflex K Kcommaaccent L Lacute Lcaron Lcommaaccent Ldot Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Oogonek Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scircumflex Scommaaccent Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Uring Utilde V W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol Acaron Eopen Esh Ezh Hcaron Oopen Vturned ]; +@Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol ]; # automatic -@Lowercase = [ a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek etilde schwa f g gbreve gcaron gcircumflex gcommaaccent gdotaccent h hbar hcircumflex i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek itilde j jdotless jcircumflex k kcommaaccent kgreenlandic l lacute lcaron lcommaaccent ldot lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron oogonek oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent s sacute scaron scedilla scircumflex scommaaccent germandbls longs t tbar tcaron tcedilla tcommaaccent u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek uring utilde v w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol Ismall acaron eopen esh ezh hcaron oopen tesh vturned ]; +@Lowercase = [ Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol ]; @OpeningBracket = [ bracketleft braceleft parenleft ]; @@ -13,6 +13,7 @@ @ClosingBracket = [ bracketright braceright parenright ]; @Tall = [ @Uppercase @Digit @OpeningBracket @ClosingBracket bar ]; +@NotSpace = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply fi fl w_w_w.liga ordfeminine ordmasculine nmod wmod ymod A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol thetamod zmod zero one two three four five six seven eight nine zero.zero zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk exclamdouble numbersign onedotenleader overline slash backslash colon.center parenleft parenright braceleft braceright bracketleft bracketright heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament hyphen softhyphen endash emdash horizontalbar hyphentwo nonbreakinghyphen underscore underscoredbl quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright quotereversed guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga braceright_numbersign.liga bracketleft_bar.liga bracketright_numbersign.liga period_hyphen.liga period_period.liga period_period_period.liga period_period_equal.liga period_period_less.liga period_question.liga period_equal.liga colon_colon.liga colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga colon_slash_slash.liga semicolon_semicolon.liga exclam_period.liga exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga exclam_equal_equal.liga question_period.liga question_colon.liga question_question.liga question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga asterisk_asterisk_asterisk.liga asterisk_greater.liga asterisk_slash.liga numbersign_parenleft.liga numbersign_braceleft.liga numbersign_bracketleft.liga numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga slash_backslash.liga backslash_slash.liga backslash_backslash.liga underscore_underscore.liga hyphen_middle.seq hyphen_start.seq hyphen_end.seq colon_equal_middle.seq exclam_equal_middle.seq numbersign_end.seq numbersign_middle.seq numbersign_start.seq slash_equal_end.seq slash_equal_middle.seq slash_equal_start.seq slash_slash_equal_end.seq slash_slash_equal_middle.seq slash_slash_equal_start.seq underscore_end.seq underscore_middle.seq underscore_start.seq anoteleia questiongreek baht cedi cent colonsign currency dollar dong euro eurocurrency florin franc guarani hryvnia kip lari lira liraTurkish manat naira peseta peso ruble rupee rupeeIndian sheqel sterling tenge tugrik won yen bulletoperator divisionslash equivalence horizontallineextension integralbt integraltp logicalnotReversed notidentical plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal asciitilde logicalnot asciicircum infinity intersection integral Ohm increment product summation radical micro partialdiff orthogonal percent perthousand strictlyequivalentto vectorOrCrossProduct greater.center less.center upArrow rightArrow downArrow leftArrow leftRightArrow upDownArrow upDownbaseArrow downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock lowerOneQuarterBlock lowerThreeEighthsBlock lowerHalfBlock lowerFiveEighthsBlock lowerThreeQuartersBlock lowerSevenEighthsBlock fullBlock upperHalfBlock upperOneEighthBlock leftOneEighthBlock leftOneQuarterBlock leftThreeEighthsBlock leftBlock leftFiveEighthsBlock leftThreeQuartersBlock leftSevenEighthsBlock rightBlock rightOneEighthBlock lowerLeftBlock lowerRightBlock upperLeftBlock upperLeftAndLowerLeftAndLowerRightBlock upperLeftAndLowerRightBlock upperLeftAndUpperRightAndLowerLeftBlock upperLeftAndUpperRightAndLowerRightBlock upperRightBlock upperRightAndLowerLeftBlock upperRightAndLowerLeftAndLowerRightBlock shadelight shademedium shadedark blackCircle whiteCircle largeCircle leftHalfBlackWhiteCircle rightHalfBlackWhiteCircle lowerHalfBlackWhiteCircle upperHalfBlackWhiteCircle leftHalfBlackCircle rightHalfBlackCircle upperRightBlackCircle upperLeftWhiteCircle upperLeftQuadrantWhiteCircle lowerLeftQuadrantWhiteCircle lowerRightQuadrantWhiteCircle upperRightQuadrantWhiteCircle verticalFillCircle dottedCircle fisheye bullseye whiteBullet inverseBullet inverseWhiteCircle upperHalfInverseWhiteCircle lowerHalfInverseWhiteCircle upperHalfArc lowerHalfArc upperLeftArc upperRightArc lowerRightArc lowerLeftArc blackDiamond whiteDiamond leftHalfBlackDiamond rightHalfBlackDiamond topHalfBlackDiamond bottomHalfBlackDiamond blackInWhiteDiamond lozenge blackParallelogram whiteParallelogram blackVerticalRect filledRect whiteRect whiteVerticalRect blackSquare whiteSquare whiteRoundedCornersSquare whiteInBlackSquare dottedSquare horizontalFillSquare verticalFillSquare crosshatchFillSquare upperlefttolowerrightFillSquare upperrighttolowerleftFillSquare diagonalcrosshatchFillSquare blackSmallSquare whiteSmallSquare leftHalfBlackSquare rightHalfBlackSquare upperLeftDiagonalHalfBlackSquare lowerRightDiagonalHalfBlackSquare verticalBisectingLineWhiteSquare whiteUpperLeftQuadrantSquare whiteLowerLeftQuadrantSquare whiteLowerRightQuadrantSquare whiteUpperRightQuadrantSquare mediumWhiteSquare mediumBlackSquare mediumWhiteSmallSquare mediumBlackSmallSquare upBlackTriangle rightBlackTriangle downBlackTriangle leftBlackTriangle upWhiteTriangle rightWhiteTriangle downWhiteTriangle leftWhiteTriangle upWhiteTriangleWithDot upLeftHalfBlackTriangle upRightHalfBlackTriangle rightBlackPointer leftBlackPointer rightWhitePointer leftWhitePointer upBlackSmallTriangle rightBlackSmallTriangle downBlackSmallTriangle leftBlackSmallTriangle upWhiteSmallTriangle rightWhiteSmallTriangle downWhiteSmallTriangle leftWhiteSmallTriangle upperRightBlackTriangle lowerRightBlackTriangle lowerLeftBlackTriangle upperLeftBlackTriangle upperRightTriangle lowerRightTriangle lowerLeftTriangle upperLeftTriangle boxDoubleDownAndHorizontal boxDoubleDownAndLeft boxDoubleDownAndRight boxDoubleHorizontal boxDoubleUpAndHorizontal boxDoubleUpAndLeft boxDoubleUpAndRight boxDoubleVertical boxDoubleVerticalAndHorizontal boxDoubleVerticalAndLeft boxDoubleVerticalAndRight boxDownDoubleAndHorizontalSingle boxDownDoubleAndLeftSingle boxDownDoubleAndRightSingle boxDownHeavyAndHorizontalLight boxDownHeavyAndLeftLight boxDownHeavyAndLeftUpLight boxDownHeavyAndRightLight boxDownHeavyAndRightUpLight boxDownHeavyAndUpHorizontalLight boxDownLightAndHorizontalHeavy boxDownLightAndLeftHeavy boxDownLightAndLeftUpHeavy boxDownLightAndRightHeavy boxDownLightAndRightUpHeavy boxDownLightAndUpHorizontalHeavy boxDownSingleAndHorizontalDouble boxDownSingleAndLeftDouble boxDownSingleAndRightDouble boxHeavyDoubleDashHorizontal boxHeavyDoubleDashVertical boxHeavyDown boxHeavyDownAndHorizontal boxHeavyDownAndLeft boxHeavyDownAndRight boxHeavyHorizontal boxHeavyLeft boxHeavyLeftAndLightRight boxHeavyQuadrupleDashHorizontal boxHeavyQuadrupleDashVertical boxHeavyRight boxHeavyTripleDashHorizontal boxHeavyTripleDashVertical boxHeavyUp boxHeavyUpAndHorizontal boxHeavyUpAndLeft boxHeavyUpAndLightDown boxHeavyUpAndRight boxHeavyVertical boxHeavyVerticalAndHorizontal boxHeavyVerticalAndLeft boxHeavyVerticalAndRight boxLeftDownHeavyAndRightUpLight boxLeftHeavyAndRightDownLight boxLeftHeavyAndRightUpLight boxLeftHeavyAndRightVerticalLight boxLeftLightAndRightDownHeavy boxLeftLightAndRightUpHeavy boxLeftLightAndRightVerticalHeavy boxLeftUpHeavyAndRightDownLight boxLightArcDownAndLeft boxLightArcDownAndRight boxLightArcUpAndLeft boxLightArcUpAndRight boxLightDiagonalCross boxLightDiagonalUpperLeftToLowerRight boxLightDiagonalUpperRightToLowerLeft boxLightDoubleDashHorizontal boxLightDoubleDashVertical boxLightDown boxLightDownAndHorizontal boxLightDownAndLeft boxLightDownAndRight boxLightHorizontal boxLightLeft boxLightLeftAndHeavyRight boxLightQuadrupleDashHorizontal boxLightQuadrupleDashVertical boxLightRight boxLightTripleDashHorizontal boxLightTripleDashVertical boxLightUp boxLightUpAndHeavyDown boxLightUpAndHorizontal boxLightUpAndLeft boxLightUpAndRight boxLightVertical boxLightVerticalAndHorizontal boxLightVerticalAndLeft boxLightVerticalAndRight boxRightDownHeavyAndLeftUpLight boxRightHeavyAndLeftDownLight boxRightHeavyAndLeftUpLight boxRightHeavyAndLeftVerticalLight boxRightLightAndLeftDownHeavy boxRightLightAndLeftUpHeavy boxRightLightAndLeftVerticalHeavy boxRightUpHeavyAndLeftDownLight boxUpDoubleAndHorizontalSingle boxUpDoubleAndLeftSingle boxUpDoubleAndRightSingle boxUpHeavyAndDownHorizontalLight boxUpHeavyAndHorizontalLight boxUpHeavyAndLeftDownLight boxUpHeavyAndLeftLight boxUpHeavyAndRightDownLight boxUpHeavyAndRightLight boxUpLightAndDownHorizontalHeavy boxUpLightAndHorizontalHeavy boxUpLightAndLeftDownHeavy boxUpLightAndLeftHeavy boxUpLightAndRightDownHeavy boxUpLightAndRightHeavy boxUpSingleAndHorizontalDouble boxUpSingleAndLeftDouble boxUpSingleAndRightDouble boxVerticalDoubleAndHorizontalSingle boxVerticalDoubleAndLeftSingle boxVerticalDoubleAndRightSingle boxVerticalHeavyAndHorizontalLight boxVerticalHeavyAndLeftLight boxVerticalHeavyAndRightLight boxVerticalLightAndHorizontalHeavy boxVerticalLightAndLeftHeavy boxVerticalLightAndRightHeavy boxVerticalSingleAndHorizontalDouble boxVerticalSingleAndLeftDouble boxVerticalSingleAndRightDouble lowerOneEighthBlock.stypo lowerOneQuarterBlock.stypo lowerThreeEighthsBlock.stypo lowerHalfBlock.stypo lowerFiveEighthsBlock.stypo lowerThreeQuartersBlock.stypo lowerSevenEighthsBlock.stypo fullBlock.stypo upperHalfBlock.stypo upperOneEighthBlock.stypo leftOneEighthBlock.stypo leftOneQuarterBlock.stypo leftThreeEighthsBlock.stypo leftBlock.stypo leftFiveEighthsBlock.stypo leftThreeQuartersBlock.stypo leftSevenEighthsBlock.stypo rightBlock.stypo rightOneEighthBlock.stypo lowerLeftBlock.stypo lowerRightBlock.stypo upperLeftBlock.stypo upperLeftAndLowerLeftAndLowerRightBlock.stypo upperLeftAndLowerRightBlock.stypo upperLeftAndUpperRightAndLowerLeftBlock.stypo upperLeftAndUpperRightAndLowerRightBlock.stypo upperRightBlock.stypo upperRightAndLowerLeftBlock.stypo upperRightAndLowerLeftAndLowerRightBlock.stypo shadelight.stypo shademedium.stypo shadedark.stypo reversedRotatedFloralHeartBullet whiteSmilingFace blackSmilingFace sunWithRays venus mars spadeBlackSuit clubBlackSuit heartBlackSuit diamondBlackSuit checkmark rotatedFloralHeartBullet acknowledgeControl backspaceControl at ampersand paragraph section copyright registered published trademark careof degree minute second bar brokenbar dagger literSign daggerdbl estimated numero bellControl blackHexagon blackHorizontalEllipse blackLargeCircle blackLargeSquare blackMediumDiamond blackMediumDownTriangleCentred blackMediumLeftTriangleCentred blackMediumLozenge blackMediumRightTriangleCentred blackMediumUpTriangleCentred blackPentagon blackSmallDiamond blackSmallLozenge blackVerticalEllipse blackVerysmallSquare blank blankSymbol bottomHalfBlackCircle cancelControl carriageReturnControl dataLinkEscapeControl deleteControl deleteFormTwoControl deviceControlFourControl deviceControlOneControl deviceControlThreeControl deviceControlTwoControl endOfMediumControl endOfTextControl endOfTransmissionBlockControl endOfTransmissionControl enquiryControl escapeControl fileSeparatorControl formFeedControl groupSeparatorControl horizontalBlackHexagon horizontalTabulationControl house returnsymbol lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare negativeAcknowledgeControl newlineControl nullControl prescription recordSeparatorControl shiftInControl shiftOutControl spaceControl startOfHeadingControl startOfTextControl substituteControl substituteFormTwoControl synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare unitSeparatorControl verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare whiteMediumDiamond whiteMediumLozenge whitePentagon whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare acknowledgeControl.ss20 backspaceControl.ss20 bellControl.ss20 cancelControl.ss20 carriageReturnControl.ss20 dataLinkEscapeControl.ss20 endOfMediumControl.ss20 endOfTextControl.ss20 endOfTransmissionBlockControl.ss20 endOfTransmissionControl.ss20 enquiryControl.ss20 escapeControl.ss20 formFeedControl.ss20 horizontalTabulationControl.ss20 lineFeedControl.ss20 negativeAcknowledgeControl.ss20 shiftInControl.ss20 shiftOutControl.ss20 startOfHeadingControl.ss20 startOfTextControl.ss20 substituteControl.ss20 synchronousIdleControl.ss20 verticalTabulationControl.ss20 ampersand_ampersand.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga bar_bar_bar.liga bar_bar_bar_greater.liga bar_bar_greater.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga equal_equal.liga equal_equal_equal.liga greater_equal.liga greater_greater.liga greater_greater_greater.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga less_bar.liga less_bar_bar.liga less_bar_bar_bar.liga less_bar_greater.liga less_dollar.liga less_dollar_greater.liga less_plus.liga less_plus_greater.liga less_equal.liga less_greater.liga less_less.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga less_asciitilde_asciitilde.liga less_slash.liga less_slash_greater.liga asciitilde_hyphen.liga asciitilde_at.liga asciitilde_equal.liga asciitilde_greater.liga asciitilde_asciitilde.liga asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga bar_underscore_middle.seq bar_bar_equal_middle.seq bar_equal_middle.seq bar_bar_equal_end.seq bar_bar_equal_start.seq bar_bar_hyphen_middle.seq bar_hyphen_middle.seq bar_bar_hyphen_end.seq bar_bar_hyphen_start.seq bar_equal_end.seq bar_equal_start.seq bar_hyphen_end.seq bar_hyphen_start.seq equal_middle.seq equal_end.seq equal_start.seq greater_greater_equal_middle.seq greater_equal_middle.seq greater_greater_equal_end.seq greater_greater_equal_start.seq greater_equal_start.seq greater_equal_end.seq greater_greater_hyphen_middle.seq greater_hyphen_middle.seq greater_greater_hyphen_end.seq greater_greater_hyphen_start.seq greater_hyphen_start.seq greater_hyphen_end.seq less_less_equal_middle.seq less_equal_middle.seq less_less_equal_end.seq less_less_equal_start.seq less_equal_end.seq less_equal_start.seq less_less_hyphen_middle.seq less_hyphen_middle.seq less_less_hyphen_end.seq less_less_hyphen_start.seq less_hyphen_end.seq less_hyphen_start.seq note-musical notedbl-musical blank-braille dots1-braille dots12-braille dots123-braille dots1234-braille dots12345-braille dots123456-braille dots1234567-braille dots12345678-braille dots1234568-braille dots123457-braille dots1234578-braille dots123458-braille dots12346-braille dots123467-braille dots1234678-braille dots123468-braille dots12347-braille dots123478-braille dots12348-braille dots1235-braille dots12356-braille dots123567-braille dots1235678-braille dots123568-braille dots12357-braille dots123578-braille dots12358-braille dots1236-braille dots12367-braille dots123678-braille dots12368-braille dots1237-braille dots12378-braille dots1238-braille dots124-braille dots1245-braille dots12456-braille dots124567-braille dots1245678-braille dots124568-braille dots12457-braille dots124578-braille dots12458-braille dots1246-braille dots12467-braille dots124678-braille dots12468-braille dots1247-braille dots12478-braille dots1248-braille dots125-braille dots1256-braille dots12567-braille dots125678-braille dots12568-braille dots1257-braille dots12578-braille dots1258-braille dots126-braille dots1267-braille dots12678-braille dots1268-braille dots127-braille dots1278-braille dots128-braille dots13-braille dots134-braille dots1345-braille dots13456-braille dots134567-braille dots1345678-braille dots134568-braille dots13457-braille dots134578-braille dots13458-braille dots1346-braille dots13467-braille dots134678-braille dots13468-braille dots1347-braille dots13478-braille dots1348-braille dots135-braille dots1356-braille dots13567-braille dots135678-braille dots13568-braille dots1357-braille dots13578-braille dots1358-braille dots136-braille dots1367-braille dots13678-braille dots1368-braille dots137-braille dots1378-braille dots138-braille dots14-braille dots145-braille dots1456-braille dots14567-braille dots145678-braille dots14568-braille dots1457-braille dots14578-braille dots1458-braille dots146-braille dots1467-braille dots14678-braille dots1468-braille dots147-braille dots1478-braille dots148-braille dots15-braille dots156-braille dots1567-braille dots15678-braille dots1568-braille dots157-braille dots1578-braille dots158-braille dots16-braille dots167-braille dots1678-braille dots168-braille dots17-braille dots178-braille dots18-braille dots2-braille dots23-braille dots234-braille dots2345-braille dots23456-braille dots234567-braille dots2345678-braille dots234568-braille dots23457-braille dots234578-braille dots23458-braille dots2346-braille dots23467-braille dots234678-braille dots23468-braille dots2347-braille dots23478-braille dots2348-braille dots235-braille dots2356-braille dots23567-braille dots235678-braille dots23568-braille dots2357-braille dots23578-braille dots2358-braille dots236-braille dots2367-braille dots23678-braille dots2368-braille dots237-braille dots2378-braille dots238-braille dots24-braille dots245-braille dots2456-braille dots24567-braille dots245678-braille dots24568-braille dots2457-braille dots24578-braille dots2458-braille dots246-braille dots2467-braille dots24678-braille dots2468-braille dots247-braille dots2478-braille dots248-braille dots25-braille dots256-braille dots2567-braille dots25678-braille dots2568-braille dots257-braille dots2578-braille dots258-braille dots26-braille dots267-braille dots2678-braille dots268-braille dots27-braille dots278-braille dots28-braille dots3-braille dots34-braille dots345-braille dots3456-braille dots34567-braille dots345678-braille dots34568-braille dots3457-braille dots34578-braille dots3458-braille dots346-braille dots3467-braille dots34678-braille dots3468-braille dots347-braille dots3478-braille dots348-braille dots35-braille dots356-braille dots3567-braille dots35678-braille dots3568-braille dots357-braille dots3578-braille dots358-braille dots36-braille dots367-braille dots3678-braille dots368-braille dots37-braille dots378-braille dots38-braille dots4-braille dots45-braille dots456-braille dots4567-braille dots45678-braille dots4568-braille dots457-braille dots4578-braille dots458-braille dots46-braille dots467-braille dots4678-braille dots468-braille dots47-braille dots478-braille dots48-braille dots5-braille dots56-braille dots567-braille dots5678-braille dots568-braille dots57-braille dots578-braille dots58-braille dots6-braille dots67-braille dots678-braille dots68-braille dots7-braille dots78-braille dots8-braille numeral-greek lowernumeral-greek apostrophemod colontriangularmod commaturnedmod firsttonechinese glottalstopmod dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb tonos tonos.case dieresistonos brevecomb-cy brevecomb-cy.case LIG ]; # Prefix: Languagesystems # automatic @@ -46,564 +47,233 @@ feature ss02; feature zero; feature ss19; feature rclt; +feature zero; +feature ss20; } aalt; feature calt { -### start of generated calt -lookup bar_bar_bar_greater { - ignore sub bar bar' bar bar greater; - ignore sub bar' bar bar greater greater; - sub LIG LIG LIG greater' by bar_bar_bar_greater.liga; - sub LIG LIG bar' greater by LIG; - sub LIG bar' bar greater by LIG; - sub bar' bar bar greater by LIG; -} bar_bar_bar_greater; - -lookup less_bar_bar_bar { - ignore sub less less' bar bar bar; - ignore sub less' bar bar bar bar; - sub LIG LIG LIG bar' by less_bar_bar_bar.liga; - sub LIG LIG bar' bar by LIG; - sub LIG bar' bar bar by LIG; - sub less' bar bar bar by LIG; -} less_bar_bar_bar; - -lookup less_equal_equal_greater { - ignore sub less less' equal equal greater; - ignore sub less' equal equal greater greater; - ignore sub parenleft question less' equal equal greater; - sub LIG LIG LIG greater' by less_equal_equal_greater.liga; - sub LIG LIG equal' greater by LIG; - sub LIG equal' equal greater by LIG; - sub less' equal equal greater by LIG; -} less_equal_equal_greater; - -lookup less_exclam_hyphen_hyphen { - ignore sub less less' exclam hyphen hyphen; - ignore sub less' exclam hyphen hyphen hyphen; - ignore sub parenleft question less' exclam hyphen hyphen; - sub LIG LIG LIG hyphen' by less_exclam_hyphen_hyphen.liga; - sub LIG LIG hyphen' hyphen by LIG; - sub LIG exclam' hyphen hyphen by LIG; - sub less' exclam hyphen hyphen by LIG; -} less_exclam_hyphen_hyphen; - -lookup numbersign_numbersign_numbersign_numbersign { - ignore sub numbersign numbersign' numbersign numbersign numbersign; - ignore sub numbersign' numbersign numbersign numbersign numbersign; - sub LIG LIG LIG numbersign' by numbersign_numbersign_numbersign_numbersign.liga; - sub LIG LIG numbersign' numbersign by LIG; - sub LIG numbersign' numbersign numbersign by LIG; - sub numbersign' numbersign numbersign numbersign by LIG; -} numbersign_numbersign_numbersign_numbersign; - -lookup asciitilde_asciitilde_greater { - ignore sub asciitilde asciitilde' asciitilde greater; - ignore sub asciitilde' asciitilde greater greater; - sub LIG LIG greater' by asciitilde_asciitilde_greater.liga; - sub LIG asciitilde' greater by LIG; - sub asciitilde' asciitilde greater by LIG; -} asciitilde_asciitilde_greater; - -lookup asterisk_asterisk_asterisk { - ignore sub asterisk asterisk' asterisk asterisk; - ignore sub asterisk' asterisk asterisk asterisk; - ignore sub slash asterisk' asterisk asterisk; - ignore sub asterisk' asterisk asterisk slash; - sub LIG LIG asterisk' by asterisk_asterisk_asterisk.liga; - sub LIG asterisk' asterisk by LIG; - sub asterisk' asterisk asterisk by LIG; -} asterisk_asterisk_asterisk; - -lookup bar_bar_equal { - ignore sub bar bar' bar equal; - ignore sub bar' bar equal equal; - sub LIG LIG equal' by bar_bar_equal.liga; - sub LIG bar' equal by LIG; - sub bar' bar equal by LIG; -} bar_bar_equal; - -lookup bar_bar_greater { - ignore sub bar bar' bar greater; - ignore sub bar' bar greater greater; - ignore sub less bar' bar greater; - sub LIG LIG greater' by bar_bar_greater.liga; - sub LIG bar' greater by LIG; - sub bar' bar greater by LIG; -} bar_bar_greater; - -lookup colon_colon_colon { - ignore sub colon colon' colon colon; - ignore sub colon' colon colon colon; - ignore sub parenleft question colon' colon colon; - sub LIG LIG colon' by colon_colon_colon.liga; - sub LIG colon' colon by LIG; - sub colon' colon colon by LIG; -} colon_colon_colon; +### Less - It is convenient to have this lookup set at the start. +lookup less_asciitilde { + ignore sub less less' asciitilde; + ignore sub less' asciitilde asciitilde asciitilde; + sub less_asciitilde.liga asciitilde' by LIG; + sub less' asciitilde by less_asciitilde.liga; +} less_asciitilde; -lookup colon_colon_equal { - ignore sub colon colon' colon equal; - ignore sub colon' colon equal equal; - ignore sub parenleft question colon' colon equal; - sub LIG LIG equal' by colon_colon_equal.liga; - sub LIG colon' equal by LIG; - sub colon' colon equal by LIG; -} colon_colon_equal; +lookup less_asciitilde_asciitilde { + sub less_asciitilde_asciitilde.liga LIG asciitilde' by LIG; + sub less_asciitilde.liga' LIG asciitilde by less_asciitilde_asciitilde.liga; +} less_asciitilde_asciitilde; -lookup colon_slash_slash { - ignore sub colon colon' slash slash; - ignore sub colon' slash slash slash; - sub LIG LIG slash' by colon_slash_slash.liga; - sub LIG slash' slash by LIG; - sub colon' slash slash by LIG; -} colon_slash_slash; +lookup less_asterisk { + ignore sub less less' asterisk; + ignore sub less' asterisk asterisk; + sub less_asterisk.liga asterisk' by LIG; + sub less' asterisk by less_asterisk.liga; +} less_asterisk; -lookup equal_colon_equal { - ignore sub equal equal' colon equal; - ignore sub equal' colon equal equal; - ignore sub parenleft question equal' colon equal; - ignore sub parenleft question less equal' colon equal; - sub LIG LIG equal' by equal_colon_equal.liga; - sub LIG colon' equal by LIG; - sub equal' colon equal by LIG; -} equal_colon_equal; +lookup less_dollar { + ignore sub less less' dollar; + ignore sub less' dollar dollar; + sub less_dollar.liga dollar' by LIG; + sub less' dollar by less_dollar.liga; +} less_dollar; -lookup equal_equal_equal { - ignore sub equal equal' equal equal; - ignore sub equal' equal equal equal; - ignore sub parenleft question equal' equal equal; - ignore sub parenleft question less equal' equal equal; - sub LIG LIG equal' by equal_equal_equal.liga; - sub LIG equal' equal by LIG; - sub equal' equal equal by LIG; -} equal_equal_equal; +lookup less_equal { + ignore sub less less' equal; + ignore sub less' equal equal; + ignore sub parenleft question less' equal; + ignore sub equal less' equal; + ignore sub less' equal [less greater bar colon exclam slash]; + sub less_equal.liga equal' by LIG; + sub less' equal by less_equal.liga; +} less_equal; -lookup equal_equal_greater { - ignore sub equal equal' equal greater; - ignore sub equal' equal greater greater; - ignore sub parenleft question equal' equal greater; - ignore sub parenleft question less equal' equal greater; - sub LIG LIG greater' by equal_equal_greater.liga; - sub LIG equal' greater by LIG; - sub equal' equal greater by LIG; -} equal_equal_greater; - -lookup equal_exclam_equal { - ignore sub equal equal' exclam equal; - ignore sub equal' exclam equal equal; - ignore sub parenleft question equal' exclam equal; - ignore sub parenleft question less equal' exclam equal; - sub LIG LIG equal' by equal_exclam_equal.liga; - sub LIG exclam' equal by LIG; - sub equal' exclam equal by LIG; -} equal_exclam_equal; - -lookup equal_greater_greater { - ignore sub equal equal' greater greater; - ignore sub equal' greater greater greater; - ignore sub parenleft question equal' greater greater; - ignore sub parenleft question less equal' greater greater; - sub LIG LIG greater' by equal_greater_greater.liga; - sub LIG greater' greater by LIG; - sub equal' greater greater by LIG; -} equal_greater_greater; - -lookup equal_less_less { - ignore sub equal equal' less less; - ignore sub equal' less less less; - ignore sub parenleft question equal' less less; - ignore sub parenleft question less equal' less less; - sub LIG LIG less' by equal_less_less.liga; - sub LIG less' less by LIG; - sub equal' less less by LIG; -} equal_less_less; - -lookup equal_slash_equal { - ignore sub equal equal' slash equal; - ignore sub equal' slash equal equal; - ignore sub parenleft question equal' slash equal; - ignore sub parenleft question less equal' slash equal; - sub LIG LIG equal' by equal_slash_equal.liga; - sub LIG slash' equal by LIG; - sub equal' slash equal by LIG; -} equal_slash_equal; +lookup less_greater { + ignore sub less less' greater; + ignore sub less' greater greater; + sub less_greater.liga greater' by LIG; + sub less' greater by less_greater.liga; +} less_greater; -lookup exclam_equal_equal { - ignore sub exclam exclam' equal equal; - ignore sub exclam' equal equal equal; - ignore sub parenleft question exclam' equal equal; - ignore sub parenleft question less exclam' equal equal; - sub LIG LIG equal' by exclam_equal_equal.liga; - sub LIG equal' equal by LIG; - sub exclam' equal equal by LIG; -} exclam_equal_equal; +lookup less_plus { + ignore sub less less' plus; + ignore sub less' plus plus; + sub less_plus.liga plus' by LIG; + sub less' plus by less_plus.liga; +} less_plus; -lookup exclam_exclam_period { - ignore sub exclam exclam' exclam period; - ignore sub exclam' exclam period period; - ignore sub parenleft question exclam' exclam period; - ignore sub parenleft question less exclam' exclam period; - sub LIG LIG period' by exclam_exclam_period.liga; - sub LIG exclam' period by LIG; - sub exclam' exclam period by LIG; -} exclam_exclam_period; +lookup less_slash { + ignore sub less less' slash; + ignore sub less' slash slash; + sub less_slash.liga slash' by LIG; + sub less' slash by less_slash.liga; +} less_slash; -lookup greater_equal_greater { - ignore sub greater greater' equal greater; - ignore sub greater' equal greater greater; - sub LIG LIG greater' by greater_equal_greater.liga; - sub LIG equal' greater by LIG; - sub greater' equal greater by LIG; -} greater_equal_greater; - -lookup greater_greater_equal { - ignore sub greater greater' greater equal; - ignore sub greater' greater equal equal; - sub LIG LIG equal' by greater_greater_equal.liga; - sub LIG greater' equal by LIG; - sub greater' greater equal by LIG; -} greater_greater_equal; +lookup less_bar { + ignore sub less less' bar; + ignore sub less' bar bar bar bar; + ignore sub less' bar bar greater; + sub less_bar.liga bar' by LIG; + sub less' bar by less_bar.liga; +} less_bar; -lookup greater_greater_greater { - ignore sub greater greater' greater greater; - ignore sub greater' greater greater greater; - ignore sub asterisk greater' greater greater; - ignore sub plus greater' greater greater; - ignore sub dollar greater' greater greater; - ignore sub dollar.BRACKET.600 greater' greater greater; - sub LIG LIG greater' by greater_greater_greater.liga; - sub LIG greater' greater by LIG; - sub greater' greater greater by LIG; -} greater_greater_greater; +lookup less_bar_bar { + sub less_bar_bar.liga LIG bar' by LIG; + sub less_bar.liga' LIG bar by less_bar_bar.liga; +} less_bar_bar; -lookup greater_greater_hyphen { - ignore sub greater greater' greater hyphen; - ignore sub greater' greater hyphen hyphen; - sub LIG LIG hyphen' by greater_greater_hyphen.liga; - sub LIG greater' hyphen by LIG; - sub greater' greater hyphen by LIG; -} greater_greater_hyphen; - -lookup greater_hyphen_greater { - ignore sub greater greater' hyphen greater; - ignore sub greater' hyphen greater greater; - sub LIG LIG greater' by greater_hyphen_greater.liga; - sub LIG hyphen' greater by LIG; - sub greater' hyphen greater by LIG; -} greater_hyphen_greater; - -lookup hyphen_greater_greater { - ignore sub hyphen hyphen' greater greater; - ignore sub hyphen' greater greater greater; - sub LIG LIG greater' by hyphen_greater_greater.liga; - sub LIG greater' greater by LIG; - sub hyphen' greater greater by LIG; -} hyphen_greater_greater; - -lookup hyphen_hyphen_greater { - ignore sub hyphen hyphen' hyphen greater; - ignore sub hyphen' hyphen greater greater; - sub LIG LIG greater' by hyphen_hyphen_greater.liga; - sub LIG hyphen' greater by LIG; - sub hyphen' hyphen greater by LIG; -} hyphen_hyphen_greater; +lookup less_bar_bar_bar { + sub less_bar_bar_bar.liga LIG LIG bar' by LIG; + sub less_bar_bar.liga' LIG LIG bar by less_bar_bar_bar.liga; +} less_bar_bar_bar; -lookup hyphen_hyphen_hyphen { - ignore sub hyphen hyphen' hyphen hyphen; - ignore sub hyphen' hyphen hyphen hyphen; - sub LIG LIG hyphen' by hyphen_hyphen_hyphen.liga; - sub LIG hyphen' hyphen by LIG; - sub hyphen' hyphen hyphen by LIG; -} hyphen_hyphen_hyphen; +# generally it is useful to have the duplicating sequences in a row. This avoids potential badness. -lookup hyphen_less_less { - ignore sub hyphen hyphen' less less; - ignore sub hyphen' less less less; - sub LIG LIG less' by hyphen_less_less.liga; - sub LIG less' less by LIG; - sub hyphen' less less by LIG; -} hyphen_less_less; +lookup less_less { + ignore sub less less' less; + ignore sub less' less less less; + ignore sub less' less [asterisk plus dollar]; + ignore sub [hyphen equal] less' less; + ignore sub less' less hyphen; + ignore sub less' less equal [equal less greater bar colon exclam slash]; + ignore sub less' less less [asterisk plus dollar]; + sub less_less.liga less' by LIG; + sub less' less by less_less.liga; +} less_less; -lookup less_asciitilde_asciitilde { - ignore sub less less' asciitilde asciitilde; - ignore sub less' asciitilde asciitilde asciitilde; - sub LIG LIG asciitilde' by less_asciitilde_asciitilde.liga; - sub LIG asciitilde' asciitilde by LIG; - sub less' asciitilde asciitilde by LIG; -} less_asciitilde_asciitilde; +lookup less_less_less { + sub less_less_less.liga LIG less' by LIG; + sub less_less.liga' LIG less by less_less_less.liga; +} less_less_less; lookup less_asciitilde_greater { - ignore sub less less' asciitilde greater; - ignore sub less' asciitilde greater greater; - sub LIG LIG greater' by less_asciitilde_greater.liga; - sub LIG asciitilde' greater by LIG; - sub less' asciitilde greater by LIG; + ignore sub less_asciitilde.liga' LIG greater greater; + sub less_asciitilde_greater.liga LIG greater' by LIG; + sub less_asciitilde.liga' LIG greater by less_asciitilde_greater.liga; } less_asciitilde_greater; lookup less_asterisk_greater { - sub LIG LIG greater' by less_asterisk_greater.liga; - sub LIG asterisk' greater by LIG; - sub less' asterisk greater by LIG; + sub less_asterisk_greater.liga LIG greater' by LIG; + sub less_asterisk.liga' LIG greater by less_asterisk_greater.liga; } less_asterisk_greater; -lookup less_bar_bar { - ignore sub less less' bar bar; - ignore sub less' bar bar bar; - ignore sub less' bar bar greater; - sub LIG LIG bar' by less_bar_bar.liga; - sub LIG bar' bar by LIG; - sub less' bar bar by LIG; -} less_bar_bar; - -lookup less_bar_greater { - ignore sub less less' bar greater; - ignore sub less' bar greater greater; - sub LIG LIG greater' by less_bar_greater.liga; - sub LIG bar' greater by LIG; - sub less' bar greater by LIG; -} less_bar_greater; - lookup less_dollar_greater { - sub LIG LIG greater' by less_dollar_greater.liga; - sub LIG dollar' greater by LIG; - sub less' dollar greater by LIG; + sub less_dollar_greater.liga LIG greater' by LIG; + sub less_dollar.liga' LIG greater by less_dollar_greater.liga; } less_dollar_greater; -lookup less_dollar_greater_rvrn { - sub LIG LIG greater' by less_dollar_greater.liga.BRACKET.600; - sub LIG dollar.BRACKET.600' greater by LIG; - sub less' dollar.BRACKET.600 greater by LIG; -} less_dollar_greater_rvrn; - -lookup less_equal_equal { - ignore sub less less' equal equal; - ignore sub less' equal equal equal; - ignore sub parenleft question less' equal equal; - sub LIG LIG equal' by less_equal_equal.liga; - sub LIG equal' equal by LIG; - sub less' equal equal by LIG; -} less_equal_equal; - -lookup less_equal_greater { - ignore sub less less' equal greater; - ignore sub less' equal greater greater; - ignore sub parenleft question less' equal greater; - sub LIG LIG greater' by less_equal_greater.liga; - sub LIG equal' greater by LIG; - sub less' equal greater by LIG; -} less_equal_greater; - -lookup less_equal_less { - ignore sub less less' equal less; - ignore sub less' equal less less; - ignore sub parenleft question less' equal less; - sub LIG LIG less' by less_equal_less.liga; - sub LIG equal' less by LIG; - sub less' equal less by LIG; -} less_equal_less; - -lookup less_hyphen_greater { - ignore sub less less' hyphen greater; - ignore sub less' hyphen greater greater; - sub LIG LIG greater' by less_hyphen_greater.liga; - sub LIG hyphen' greater by LIG; - sub less' hyphen greater by LIG; -} less_hyphen_greater; - -lookup less_hyphen_hyphen { - ignore sub less less' hyphen hyphen; - ignore sub less' hyphen hyphen hyphen; - sub LIG LIG hyphen' by less_hyphen_hyphen.liga; - sub LIG hyphen' hyphen by LIG; - sub less' hyphen hyphen by LIG; -} less_hyphen_hyphen; - -lookup less_hyphen_less { - ignore sub less less' hyphen less; - ignore sub less' hyphen less less; - sub LIG LIG less' by less_hyphen_less.liga; - sub LIG hyphen' less by LIG; - sub less' hyphen less by LIG; -} less_hyphen_less; - -lookup less_less_equal { - ignore sub less less' less equal; - ignore sub less' less equal equal; - sub LIG LIG equal' by less_less_equal.liga; - sub LIG less' equal by LIG; - sub less' less equal by LIG; -} less_less_equal; - -lookup less_less_hyphen { - ignore sub less less' less hyphen; - ignore sub less' less hyphen hyphen; - sub LIG LIG hyphen' by less_less_hyphen.liga; - sub LIG less' hyphen by LIG; - sub less' less hyphen by LIG; -} less_less_hyphen; - -lookup less_less_less { - ignore sub less less' less less; - ignore sub less' less less less; - ignore sub less' less less asterisk; - ignore sub less' less less plus; - ignore sub less' less less dollar; - ignore sub less' less less dollar.BRACKET.600; - sub LIG LIG less' by less_less_less.liga; - sub LIG less' less by LIG; - sub less' less less by LIG; -} less_less_less; - lookup less_plus_greater { - sub LIG LIG greater' by less_plus_greater.liga; - sub LIG plus' greater by LIG; - sub less' plus greater by LIG; + sub less_plus_greater.liga LIG greater' by LIG; + sub less_plus.liga' LIG greater by less_plus_greater.liga; } less_plus_greater; lookup less_slash_greater { - ignore sub less less' slash greater; - ignore sub less' slash greater greater; - sub LIG LIG greater' by less_slash_greater.liga; - sub LIG slash' greater by LIG; - sub less' slash greater by LIG; + ignore sub less_slash.liga' LIG greater greater; + sub less_slash_greater.liga LIG greater' by LIG; + sub less_slash.liga' LIG greater by less_slash_greater.liga; } less_slash_greater; -lookup numbersign_numbersign_numbersign { - ignore sub numbersign numbersign' numbersign numbersign; - ignore sub numbersign' numbersign numbersign numbersign; - sub LIG LIG numbersign' by numbersign_numbersign_numbersign.liga; - sub LIG numbersign' numbersign by LIG; - sub numbersign' numbersign numbersign by LIG; -} numbersign_numbersign_numbersign; - -lookup numbersign_underscore_parenleft { - ignore sub numbersign numbersign' underscore parenleft; - ignore sub numbersign' underscore parenleft parenleft; - sub LIG LIG parenleft' by numbersign_underscore_parenleft.liga; - sub LIG underscore' parenleft by LIG; - sub numbersign' underscore parenleft by LIG; -} numbersign_underscore_parenleft; - -lookup period_period_less { - ignore sub period period' period less; - ignore sub period' period less less; - sub LIG LIG less' by period_period_less.liga; - sub LIG period' less by LIG; - sub period' period less by LIG; -} period_period_less; - -lookup period_period_period { - ignore sub period period' period period; - ignore sub period' period period period; - sub LIG LIG period' by period_period_period.liga; - sub LIG period' period by LIG; - sub period' period period by LIG; -} period_period_period; - -lookup plus_plus_plus { - ignore sub plus plus' plus plus; - ignore sub plus' plus plus plus; - sub LIG LIG plus' by plus_plus_plus.liga; - sub LIG plus' plus by LIG; - sub plus' plus plus by LIG; -} plus_plus_plus; - -lookup slash_equal_equal { - ignore sub slash slash' equal equal; - ignore sub slash' equal equal equal; - sub LIG LIG equal' by slash_equal_equal.liga; - sub LIG equal' equal by LIG; - sub slash' equal equal by LIG; -} slash_equal_equal; - -lookup slash_slash_slash { - ignore sub slash slash' slash slash; - ignore sub slash' slash slash slash; - sub LIG LIG slash' by slash_slash_slash.liga; - sub LIG slash' slash by LIG; - sub slash' slash slash by LIG; -} slash_slash_slash; +lookup less_bar_greater { + ignore sub less_bar.liga' LIG greater greater; + sub less_bar_greater.liga LIG greater' by LIG; + sub less_bar.liga' LIG greater by less_bar_greater.liga; +} less_bar_greater; -lookup underscore_bar_underscore { - ignore sub underscore underscore' bar underscore; - ignore sub underscore' bar underscore underscore; - sub LIG LIG underscore' by underscore_bar_underscore.liga; - sub LIG bar' underscore by LIG; - sub underscore' bar underscore by LIG; -} underscore_bar_underscore; +lookup less_exclam_hyphen_hyphen { + ignore sub less less' exclam hyphen hyphen; + ignore sub less' exclam hyphen hyphen hyphen; + ignore sub parenleft question less' exclam hyphen hyphen; + sub less_exclam_hyphen_hyphen.liga LIG LIG hyphen' by LIG; + sub less_exclam_hyphen_hyphen.liga LIG hyphen' hyphen by LIG; + sub less_exclam_hyphen_hyphen.liga exclam' hyphen hyphen by LIG; + sub less' exclam hyphen hyphen by less_exclam_hyphen_hyphen.liga; +} less_exclam_hyphen_hyphen; -lookup w_w_w { - ignore sub w w' w w; - ignore sub w' w w w; - sub LIG LIG w' by w_w_w.liga; - sub LIG w' w by LIG; - sub w' w w by LIG; -} w_w_w; +### Ampersand lookup ampersand_ampersand { ignore sub ampersand ampersand' ampersand; ignore sub ampersand' ampersand ampersand; - sub LIG ampersand' by ampersand_ampersand.liga; - sub ampersand' ampersand by LIG; + sub ampersand_ampersand.liga ampersand' by LIG; + sub ampersand' ampersand by ampersand_ampersand.liga; } ampersand_ampersand; + +### Asciicircum lookup asciicircum_equal { ignore sub asciicircum asciicircum' equal; ignore sub asciicircum' equal equal; - sub LIG equal' by asciicircum_equal.liga; - sub asciicircum' equal by LIG; + sub asciicircum_equal.liga equal' by LIG; + sub asciicircum' equal by asciicircum_equal.liga; } asciicircum_equal; + +### Asciitilde lookup asciitilde_asciitilde { ignore sub asciitilde asciitilde' asciitilde; ignore sub asciitilde' asciitilde asciitilde; - sub LIG asciitilde' by asciitilde_asciitilde.liga; - sub asciitilde' asciitilde by LIG; + sub asciitilde_asciitilde.liga asciitilde' by LIG; + sub asciitilde' asciitilde by asciitilde_asciitilde.liga; } asciitilde_asciitilde; lookup asciitilde_at { ignore sub asciitilde asciitilde' at; ignore sub asciitilde' at at; - sub LIG at' by asciitilde_at.liga; - sub asciitilde' at by LIG; + sub asciitilde_at.liga at' by LIG; + sub asciitilde' at by asciitilde_at.liga; } asciitilde_at; -lookup asciitilde_equal { - ignore sub asciitilde asciitilde' equal; - ignore sub asciitilde' equal equal; - sub LIG equal' by asciitilde_equal.liga; - sub asciitilde' equal by LIG; -} asciitilde_equal; - lookup asciitilde_greater { ignore sub asciitilde asciitilde' greater; ignore sub asciitilde' greater greater; - sub LIG greater' by asciitilde_greater.liga; - sub asciitilde' greater by LIG; + sub asciitilde_greater.liga greater' by LIG; + sub asciitilde' greater by asciitilde_greater.liga; } asciitilde_greater; lookup asciitilde_hyphen { ignore sub asciitilde asciitilde' hyphen; ignore sub asciitilde' hyphen hyphen; - sub LIG hyphen' by asciitilde_hyphen.liga; - sub asciitilde' hyphen by LIG; + sub asciitilde_hyphen.liga hyphen' by LIG; + sub asciitilde' hyphen by asciitilde_hyphen.liga; } asciitilde_hyphen; +lookup asciitilde_asciitilde_greater { + ignore sub asciitilde_asciitilde.liga' LIG greater greater; + sub asciitilde_asciitilde_greater.liga LIG greater' by LIG; + sub asciitilde_asciitilde.liga' LIG greater by asciitilde_asciitilde_greater.liga; +} asciitilde_asciitilde_greater; + +lookup asciitilde_equal { + ignore sub asciitilde asciitilde' equal; + ignore sub asciitilde' equal equal; + sub asciitilde_equal.liga equal' by LIG; + sub asciitilde' equal by asciitilde_equal.liga; +} asciitilde_equal; + + +### Asterisk lookup asterisk_asterisk { ignore sub asterisk asterisk' asterisk; - ignore sub asterisk' asterisk asterisk; + ignore sub asterisk' asterisk asterisk asterisk; ignore sub slash asterisk' asterisk; ignore sub asterisk' asterisk slash; - sub LIG asterisk' by asterisk_asterisk.liga; - sub asterisk' asterisk by LIG; + sub asterisk_asterisk.liga asterisk' by LIG; + sub asterisk' asterisk by asterisk_asterisk.liga; } asterisk_asterisk; +lookup asterisk_asterisk_asterisk { + ignore sub asterisk_asterisk.liga' LIG asterisk slash; + sub asterisk_asterisk_asterisk.liga LIG asterisk' by LIG; + sub asterisk_asterisk.liga' LIG asterisk by asterisk_asterisk_asterisk.liga; +} asterisk_asterisk_asterisk; + lookup asterisk_greater { ignore sub asterisk asterisk' greater; ignore sub asterisk' greater greater; - sub LIG greater' by asterisk_greater.liga; - sub asterisk' greater by LIG; + sub asterisk_greater.liga greater' by LIG; + sub asterisk' greater by asterisk_greater.liga; } asterisk_greater; lookup asterisk_slash { @@ -611,539 +281,742 @@ lookup asterisk_slash { ignore sub asterisk' slash slash; ignore sub slash asterisk' slash; ignore sub asterisk' slash asterisk; - sub LIG slash' by asterisk_slash.liga; - sub asterisk' slash by LIG; + sub asterisk_slash.liga slash' by LIG; + sub asterisk' slash by asterisk_slash.liga; } asterisk_slash; +lookup asterisk_parenright { + ignore sub asterisk asterisk' parenright; + ignore sub asterisk' parenright parenright; + sub asterisk_parenright.liga parenright' by LIG; + sub asterisk' parenright by asterisk_parenright.liga; +} asterisk_parenright; + +### Backslash +lookup backslash_slash { + ignore sub @NotSpace backslash' slash; + ignore sub backslash' slash @NotSpace; + sub backslash_slash.liga slash' by LIG; + sub backslash' slash by backslash_slash.liga; +} backslash_slash; + +lookup backslash_backslash { + ignore sub backslash backslash' backslash; + ignore sub backslash' backslash backslash; + sub backslash_backslash.liga backslash' by LIG; + sub backslash' backslash by backslash_backslash.liga; +} backslash_backslash; + + +### Bar lookup bar_bar { ignore sub bar bar' bar; - ignore sub bar' bar bar; - sub LIG bar' by bar_bar.liga; - sub bar' bar by LIG; + ignore sub bar' bar bar bar; + ignore sub [hyphen equal] bar' bar; + ignore sub bar' bar [hyphen equal]; + ignore sub bar' bar bar [hyphen equal]; + ignore sub bar' bar equal [equal less greater bar colon exclam slash]; + ignore sub bar bar' bar greater; + ignore sub [less greater] bar' bar [less greater]; + ignore sub less bar' bar; + ignore sub less bar bar'; + sub bar_bar.liga bar' by LIG; + sub bar' bar by bar_bar.liga; } bar_bar; +lookup bar_bar_bar { + sub bar_bar_bar.liga LIG bar' by LIG; + sub bar_bar.liga' LIG bar by bar_bar_bar.liga; +} bar_bar_bar; + +lookup bar_greater { + ignore sub bar bar' greater; + ignore sub bar' greater greater; + ignore sub less bar bar' greater; + sub bar_greater.liga greater' by LIG; + sub bar' greater by bar_greater.liga; +} bar_greater; + lookup bar_braceright { ignore sub bar bar' braceright; ignore sub bar' braceright braceright; ignore sub braceleft bar' braceright; - sub LIG braceright' by bar_braceright.liga; - sub bar' braceright by LIG; + sub bar_braceright.liga braceright' by LIG; + sub bar' braceright by bar_braceright.liga; } bar_braceright; lookup bar_bracketright { ignore sub bar bar' bracketright; ignore sub bar' bracketright bracketright; ignore sub bracketleft bar' bracketright; - sub LIG bracketright' by bar_bracketright.liga; - sub bar' bracketright by LIG; + sub bar_bracketright.liga bracketright' by LIG; + sub bar' bracketright by bar_bracketright.liga; } bar_bracketright; -lookup bar_equal { - ignore sub bar bar' equal; - ignore sub bar' equal equal; - sub LIG equal' by bar_equal.liga; - sub bar' equal by LIG; -} bar_equal; +lookup bar_bar_greater { + ignore sub bar_bar.liga' LIG greater greater; + sub bar_bar_greater.liga LIG greater' by LIG; + sub bar_bar.liga' LIG greater by bar_bar_greater.liga; +} bar_bar_greater; -lookup bar_greater { - ignore sub bar bar' greater; - ignore sub bar' greater greater; - sub LIG greater' by bar_greater.liga; - sub bar' greater by LIG; -} bar_greater; +lookup bar_bar_bar_greater { + ignore sub bar_bar_bar.liga' LIG LIG greater greater; + sub bar_bar_bar_greater.liga LIG LIG greater' by LIG; + sub bar_bar_bar.liga' LIG LIG greater by bar_bar_bar_greater.liga; -lookup bar_hyphen { - ignore sub bar bar' hyphen; - ignore sub bar' hyphen hyphen; - ignore sub bar' hyphen bar; - sub LIG hyphen' by bar_hyphen.liga; - sub bar' hyphen by LIG; -} bar_hyphen; +} bar_bar_bar_greater; + +### Brace left lookup braceleft_bar { ignore sub braceleft braceleft' bar; ignore sub braceleft' bar bar; ignore sub braceleft' bar braceright; - sub LIG bar' by braceleft_bar.liga; - sub braceleft' bar by LIG; + sub braceleft_bar.liga bar' by LIG; + sub braceleft' bar by braceleft_bar.liga; } braceleft_bar; +### Brace right +lookup braceright_numbersign { + ignore sub braceright braceright' numbersign; + ignore sub braceright' numbersign numbersign; + sub braceright_numbersign.liga numbersign' by LIG; + sub braceright' numbersign by braceright_numbersign.liga; +} braceright_numbersign; + +### Bracket left lookup bracketleft_bar { ignore sub bracketleft bracketleft' bar; ignore sub bracketleft' bar bar; ignore sub bracketleft' bar bracketright; - sub LIG bar' by bracketleft_bar.liga; - sub bracketleft' bar by LIG; + sub bracketleft_bar.liga bar' by LIG; + sub bracketleft' bar by bracketleft_bar.liga; } bracketleft_bar; + +### Bracket right lookup bracketright_numbersign { ignore sub bracketright bracketright' numbersign; ignore sub bracketright' numbersign numbersign; - sub LIG numbersign' by bracketright_numbersign.liga; - sub bracketright' numbersign by LIG; + sub bracketright_numbersign.liga numbersign' by LIG; + sub bracketright' numbersign by bracketright_numbersign.liga; } bracketright_numbersign; + +### Colon lookup colon_colon { ignore sub colon colon' colon; - ignore sub colon' colon colon; + ignore sub colon' colon colon colon; ignore sub parenleft question colon' colon; - sub LIG colon' by colon_colon.liga; - sub colon' colon by LIG; + ignore sub colon' colon [less greater]; + ignore sub [less greater] colon' colon; + sub colon_colon.liga colon' by LIG; + sub colon' colon by colon_colon.liga; } colon_colon; +lookup colon_colon_colon { + sub colon_colon_colon.liga LIG colon' by LIG; + sub colon_colon.liga' LIG colon by colon_colon_colon.liga; +} colon_colon_colon; + lookup colon_equal { ignore sub colon colon' equal; ignore sub colon' equal equal; ignore sub parenleft question colon' equal; - sub LIG equal' by colon_equal.liga; - sub colon' equal by LIG; + ignore sub equal colon' equal; + sub colon_equal.liga equal' by LIG; + sub colon' equal by colon_equal.liga; } colon_equal; -lookup colon_greater { - ignore sub colon colon' greater; - ignore sub colon' greater greater; - ignore sub parenleft question colon' greater; - ignore sub colon' greater equal; - sub LIG greater' by colon_greater.liga; - sub colon' greater by LIG; -} colon_greater; - -lookup colon_less { - ignore sub colon colon' less; - ignore sub colon' less less; - ignore sub parenleft question colon' less; - sub LIG less' by colon_less.liga; - sub colon' less by LIG; -} colon_less; +lookup colon_colon_equal { + ignore sub colon_colon.liga' LIG equal equal; + sub colon_colon_equal.liga LIG equal' by LIG; + sub colon_colon.liga' LIG equal by colon_colon_equal.liga; +} colon_colon_equal; + +lookup colon_slash_slash { + ignore sub colon colon' slash slash; + ignore sub colon' slash slash slash; + sub colon_slash_slash.liga LIG slash' by LIG; + sub colon_slash_slash.liga slash' slash by LIG; + sub colon' slash slash by colon_slash_slash.liga; +} colon_slash_slash; + +## Dollar lookup dollar_greater { ignore sub dollar dollar' greater; ignore sub dollar' greater greater; - sub LIG greater' by dollar_greater.liga; - sub dollar' greater by LIG; + sub dollar_greater.liga greater' by LIG; + sub dollar' greater by dollar_greater.liga; } dollar_greater; -lookup dollar_greater_rvrn { - ignore sub dollar.BRACKET.600 dollar.BRACKET.600' greater; - ignore sub dollar.BRACKET.600' greater greater; - sub LIG greater' by dollar_greater.liga.BRACKET.600; - sub dollar.BRACKET.600' greater by LIG; -} dollar_greater_rvrn; - -lookup equal_equal { - ignore sub equal equal' equal; - ignore sub equal' equal equal; - ignore sub parenleft question equal' equal; - ignore sub parenleft question less equal' equal; - sub LIG equal' by equal_equal.liga; - sub equal' equal by LIG; -} equal_equal; - -lookup equal_greater { - ignore sub equal equal' greater; - ignore sub equal' greater greater; - ignore sub parenleft question equal' greater; - ignore sub parenleft question less equal' greater; - sub LIG greater' by equal_greater.liga; - sub equal' greater by LIG; -} equal_greater; +### Exclam (for equal see below) lookup exclam_equal { ignore sub exclam exclam' equal; - ignore sub exclam' equal equal; + ignore sub exclam' equal equal equal; ignore sub parenleft question exclam' equal; ignore sub parenleft question less exclam' equal; - sub LIG equal' by exclam_equal.liga; - sub exclam' equal by LIG; + ignore sub equal exclam' equal; + sub exclam_equal.liga equal' by LIG; + sub exclam' equal by exclam_equal.liga; } exclam_equal; +lookup exclam_equal_equal { + sub exclam_equal_equal.liga LIG equal' by LIG; + sub exclam_equal.liga' LIG equal by exclam_equal_equal.liga; +} exclam_equal_equal; + lookup exclam_exclam { ignore sub exclam exclam' exclam; ignore sub exclam' exclam exclam; ignore sub parenleft question exclam' exclam; ignore sub parenleft question less exclam' exclam; - sub LIG exclam' by exclam_exclam.liga; - sub exclam' exclam by LIG; + sub exclam_exclam.liga exclam' by LIG; + sub exclam' exclam by exclam_exclam.liga; } exclam_exclam; -lookup greater_colon { - ignore sub greater greater' colon; - ignore sub greater' colon colon; - sub LIG colon' by greater_colon.liga; - sub greater' colon by LIG; -} greater_colon; - -lookup greater_equal { - ignore sub greater greater' equal; - ignore sub greater' equal equal; - ignore sub greater' equal less; - sub LIG equal' by greater_equal.liga; - sub greater' equal by LIG; -} greater_equal; +lookup exclam_exclam_period { + ignore sub exclam_exclam.liga' LIG period period; + sub exclam_exclam_period.liga LIG period' by LIG; + sub exclam_exclam.liga' LIG period by exclam_exclam_period.liga; +} exclam_exclam_period; -lookup greater_greater { - ignore sub greater greater' greater; - ignore sub greater' greater greater; - ignore sub asterisk greater' greater; - ignore sub plus greater' greater; - ignore sub dollar greater' greater; - ignore sub dollar.BRACKET.600 greater' greater; - sub LIG greater' by greater_greater.liga; - sub greater' greater by LIG; -} greater_greater; +lookup exclam_period { + ignore sub exclam exclam' period; + ignore sub exclam' period period; + sub exclam_period.liga period' by LIG; + sub exclam' period by exclam_period.liga; +} exclam_period; + +lookup exclam_colon { + ignore sub exclam exclam' colon; + ignore sub exclam' colon colon; + sub exclam_colon.liga colon' by LIG; + sub exclam' colon by exclam_colon.liga; +} exclam_colon; + +## Equal - Made sense to shift this below the exclam to avoid issues +lookup equal_equal { + ignore sub equal equal' equal; + ignore sub equal' equal equal equal; + ignore sub parenleft question equal' equal; + ignore sub parenleft question less equal' equal; + ignore sub less question equal' equal; + ignore sub bracketleft equal' equal; + ignore sub equal' equal bracketright; + ignore sub equal [colon exclam] equal' equal; + ignore sub [less greater bar slash] equal' equal; + ignore sub equal' equal [less greater bar slash] ; + ignore sub equal' equal [colon exclam] equal; + sub equal_equal.liga equal' by LIG; + sub equal' equal by equal_equal.liga; +} equal_equal; -lookup greater_hyphen { - ignore sub greater greater' hyphen; - ignore sub greater' hyphen hyphen; - sub LIG hyphen' by greater_hyphen.liga; - sub greater' hyphen by LIG; -} greater_hyphen; +lookup equal_equal_equal { + sub equal_equal_equal.liga LIG equal' by LIG; + sub equal_equal.liga' LIG equal by equal_equal_equal.liga; +} equal_equal_equal; +### Hyphen lookup hyphen_asciitilde { ignore sub hyphen hyphen' asciitilde; ignore sub hyphen' asciitilde asciitilde; - sub LIG asciitilde' by hyphen_asciitilde.liga; - sub hyphen' asciitilde by LIG; + sub hyphen_asciitilde.liga asciitilde' by LIG; + sub hyphen' asciitilde by hyphen_asciitilde.liga; } hyphen_asciitilde; -lookup hyphen_bar { - ignore sub hyphen hyphen' bar; - ignore sub hyphen' bar bar; - ignore sub bar hyphen' bar; - sub LIG bar' by hyphen_bar.liga; - sub hyphen' bar by LIG; -} hyphen_bar; - -lookup hyphen_greater { - ignore sub hyphen hyphen' greater; - ignore sub hyphen' greater greater; - sub LIG greater' by hyphen_greater.liga; - sub hyphen' greater by LIG; -} hyphen_greater; - lookup hyphen_hyphen { ignore sub hyphen hyphen' hyphen; - ignore sub hyphen' hyphen hyphen; - sub LIG hyphen' by hyphen_hyphen.liga; - sub hyphen' hyphen by LIG; + ignore sub hyphen' hyphen hyphen hyphen; + ignore sub [less greater bar] hyphen' hyphen; + ignore sub hyphen' hyphen [less greater bar]; + sub hyphen_hyphen.liga hyphen' by LIG; + sub hyphen' hyphen by hyphen_hyphen.liga; } hyphen_hyphen; -lookup hyphen_less { - ignore sub hyphen hyphen' less; - ignore sub hyphen' less less; - sub LIG less' by hyphen_less.liga; - sub hyphen' less by LIG; -} hyphen_less; - -lookup less_asciitilde { - ignore sub less less' asciitilde; - ignore sub less' asciitilde asciitilde; - sub LIG asciitilde' by less_asciitilde.liga; - sub less' asciitilde by LIG; -} less_asciitilde; - -lookup less_asterisk { - ignore sub less less' asterisk; - ignore sub less' asterisk asterisk; - sub LIG asterisk' by less_asterisk.liga; - sub less' asterisk by LIG; -} less_asterisk; - -lookup less_bar { - ignore sub less less' bar; - ignore sub less' bar bar; - sub LIG bar' by less_bar.liga; - sub less' bar by LIG; -} less_bar; - -lookup less_colon { - ignore sub less less' colon; - ignore sub less' colon colon; - sub LIG colon' by less_colon.liga; - sub less' colon by LIG; -} less_colon; - -lookup less_dollar { - ignore sub less less' dollar; - ignore sub less' dollar dollar; - sub LIG dollar' by less_dollar.liga; - sub less' dollar by LIG; -} less_dollar; - -lookup less_dollar_rvrn { - ignore sub less less' dollar.BRACKET.600; - ignore sub less' dollar.BRACKET.600 dollar.BRACKET.600; - sub LIG dollar.BRACKET.600' by less_dollar.liga.BRACKET.600; - sub less' dollar.BRACKET.600 by LIG; -} less_dollar_rvrn; - -lookup less_equal { - ignore sub less less' equal; - ignore sub less' equal equal; - ignore sub parenleft question less' equal; - sub LIG equal' by less_equal.liga; - sub less' equal by LIG; -} less_equal; +lookup hyphen_hyphen_hyphen { + ignore sub hyphen_hyphen.liga' LIG hyphen [less greater bar]; + sub hyphen_hyphen_hyphen.liga LIG hyphen' by LIG; + sub hyphen_hyphen.liga' LIG hyphen by hyphen_hyphen_hyphen.liga; +} hyphen_hyphen_hyphen; -lookup less_greater { - ignore sub less less' greater; - ignore sub less' greater greater; - sub LIG greater' by less_greater.liga; - sub less' greater by LIG; -} less_greater; -lookup less_hyphen { - ignore sub less less' hyphen; - ignore sub less' hyphen hyphen; - sub LIG hyphen' by less_hyphen.liga; - sub less' hyphen by LIG; -} less_hyphen; +### Greater +lookup greater_greater { + ignore sub greater greater' greater; + ignore sub greater' greater greater greater; + ignore sub [asterisk plus dollar] greater' greater; + ignore sub [hyphen equal] greater' greater; + ignore sub greater' greater hyphen; + ignore sub greater' greater equal [equal less greater bar colon exclam slash]; + sub greater_greater.liga greater' by LIG; + sub greater' greater by greater_greater.liga; +} greater_greater; -lookup less_less { - ignore sub less less' less; - ignore sub less' less less; - ignore sub less' less asterisk; - ignore sub less' less plus; - ignore sub less' less dollar; - ignore sub less' less dollar.BRACKET.600; - sub LIG less' by less_less.liga; - sub less' less by LIG; -} less_less; +lookup greater_greater_greater { + sub greater_greater_greater.liga LIG greater' by LIG; + sub greater_greater.liga' LIG greater by greater_greater_greater.liga; +} greater_greater_greater; -lookup less_plus { - ignore sub less less' plus; - ignore sub less' plus plus; - sub LIG plus' by less_plus.liga; - sub less' plus by LIG; -} less_plus; +lookup greater_equal { + ignore sub greater greater' equal; + ignore sub greater' equal equal; + ignore sub equal greater' equal; + ignore sub greater' equal [less greater bar colon exclam slash]; + sub greater_equal.liga equal' by LIG; + sub greater' equal by greater_equal.liga; +} greater_equal; -lookup less_slash { - ignore sub less less' slash; - ignore sub less' slash slash; - sub LIG slash' by less_slash.liga; - sub less' slash by LIG; -} less_slash; +### Less moved to top of CALT +### Numbersign lookup numbersign_braceleft { ignore sub numbersign numbersign' braceleft; ignore sub numbersign' braceleft braceleft; - sub LIG braceleft' by numbersign_braceleft.liga; - sub numbersign' braceleft by LIG; + sub numbersign_braceleft.liga braceleft' by LIG; + sub numbersign' braceleft by numbersign_braceleft.liga; } numbersign_braceleft; lookup numbersign_bracketleft { ignore sub numbersign numbersign' bracketleft; ignore sub numbersign' bracketleft bracketleft; - sub LIG bracketleft' by numbersign_bracketleft.liga; - sub numbersign' bracketleft by LIG; + sub numbersign_bracketleft.liga bracketleft' by LIG; + sub numbersign' bracketleft by numbersign_bracketleft.liga; } numbersign_bracketleft; lookup numbersign_colon { ignore sub numbersign numbersign' colon; ignore sub numbersign' colon colon; - sub LIG colon' by numbersign_colon.liga; - sub numbersign' colon by LIG; + sub numbersign_colon.liga colon' by LIG; + sub numbersign' colon by numbersign_colon.liga; } numbersign_colon; lookup numbersign_equal { ignore sub numbersign numbersign' equal; ignore sub numbersign' equal equal; - sub LIG equal' by numbersign_equal.liga; - sub numbersign' equal by LIG; + sub numbersign_equal.liga equal' by LIG; + sub numbersign' equal by numbersign_equal.liga; } numbersign_equal; lookup numbersign_exclam { ignore sub numbersign numbersign' exclam; ignore sub numbersign' exclam exclam; - sub LIG exclam' by numbersign_exclam.liga; - sub numbersign' exclam by LIG; + sub numbersign_exclam.liga exclam' by LIG; + sub numbersign' exclam by numbersign_exclam.liga; } numbersign_exclam; -lookup numbersign_numbersign { - ignore sub numbersign numbersign' numbersign; - ignore sub numbersign' numbersign numbersign; - sub LIG numbersign' by numbersign_numbersign.liga; - sub numbersign' numbersign by LIG; -} numbersign_numbersign; - lookup numbersign_parenleft { ignore sub numbersign numbersign' parenleft; ignore sub numbersign' parenleft parenleft; - sub LIG parenleft' by numbersign_parenleft.liga; - sub numbersign' parenleft by LIG; + sub numbersign_parenleft.liga parenleft' by LIG; + sub numbersign' parenleft by numbersign_parenleft.liga; } numbersign_parenleft; lookup numbersign_question { ignore sub numbersign numbersign' question; ignore sub numbersign' question question; - sub LIG question' by numbersign_question.liga; - sub numbersign' question by LIG; + sub numbersign_question.liga question' by LIG; + sub numbersign' question by numbersign_question.liga; } numbersign_question; lookup numbersign_underscore { ignore sub numbersign numbersign' underscore; ignore sub numbersign' underscore underscore; - sub LIG underscore' by numbersign_underscore.liga; - sub numbersign' underscore by LIG; + sub numbersign_underscore.liga underscore' by LIG; + sub numbersign' underscore by numbersign_underscore.liga; } numbersign_underscore; +lookup numbersign_underscore_parenleft { + ignore sub numbersign_underscore.liga' LIG parenleft parenleft; + sub numbersign_underscore_parenleft.liga LIG parenleft' by LIG; + sub numbersign_underscore.liga' LIG parenleft by numbersign_underscore_parenleft.liga; +} numbersign_underscore_parenleft; + + +### Paren left +lookup parenleft_asterisk { + ignore sub parenleft parenleft' asterisk; + ignore sub parenleft' asterisk asterisk; + sub parenleft_asterisk.liga asterisk' by LIG; + sub parenleft' asterisk by parenleft_asterisk.liga; +} parenleft_asterisk; + + +### Percent lookup percent_percent { ignore sub percent percent' percent; ignore sub percent' percent percent; - sub LIG percent' by percent_percent.liga; - sub percent' percent by LIG; + sub percent_percent.liga percent' by LIG; + sub percent' percent by percent_percent.liga; } percent_percent; + +### Period lookup period_equal { ignore sub period period' equal; ignore sub period' equal equal; - sub LIG equal' by period_equal.liga; - sub period' equal by LIG; + sub period_equal.liga equal' by LIG; + sub period' equal by period_equal.liga; } period_equal; -lookup period_hyphen { - ignore sub period period' hyphen; - ignore sub period' hyphen hyphen; - sub LIG hyphen' by period_hyphen.liga; - sub period' hyphen by LIG; -} period_hyphen; - lookup period_period { ignore sub period period' period; - ignore sub period' period period; - sub LIG period' by period_period.liga; - sub period' period by LIG; + ignore sub period' period period period; + sub period_period.liga period' by LIG; + sub period' period by period_period.liga; } period_period; +lookup period_period_period { + sub period_period_period.liga LIG period' by LIG; + sub period_period.liga' LIG period by period_period_period.liga; +} period_period_period; + lookup period_question { ignore sub period period' question; ignore sub period' question question; - sub LIG question' by period_question.liga; - sub period' question by LIG; + sub period_question.liga question' by LIG; + sub period' question by period_question.liga; } period_question; +lookup period_hyphen { + ignore sub period period' hyphen; + ignore sub period' hyphen hyphen; + sub period_hyphen.liga hyphen' by LIG; + sub period' hyphen by period_hyphen.liga; +} period_hyphen; + +lookup period_period_equal { + ignore sub period_period.liga' LIG equal equal; + sub period_period_equal.liga LIG equal' by LIG; + sub period_period.liga' LIG equal by period_period_equal.liga; +} period_period_equal; + +lookup period_period_less { + ignore sub period_period.liga' LIG less less; + sub period_period_less.liga LIG less' by LIG; + sub period_period.liga' LIG less by period_period_less.liga; +} period_period_less; + + +### Plus lookup plus_greater { ignore sub plus plus' greater; ignore sub plus' greater greater; - sub LIG greater' by plus_greater.liga; - sub plus' greater by LIG; + sub plus_greater.liga greater' by LIG; + sub plus' greater by plus_greater.liga; } plus_greater; lookup plus_plus { ignore sub plus plus' plus; - ignore sub plus' plus plus; - sub LIG plus' by plus_plus.liga; - sub plus' plus by LIG; + ignore sub plus' plus plus plus; + sub plus_plus.liga plus' by LIG; + sub plus' plus by plus_plus.liga; } plus_plus; -lookup question_colon { - ignore sub question question' colon; - ignore sub question' colon colon; - ignore sub parenleft question' colon; - sub LIG colon' by question_colon.liga; - sub question' colon by LIG; -} question_colon; +lookup plus_plus_plus { + ignore sub plus_plus.liga' LIG plus plus; + sub plus_plus_plus.liga LIG plus' by LIG; + sub plus_plus.liga' LIG plus by plus_plus_plus.liga; +} plus_plus_plus; +### Question lookup question_equal { ignore sub question question' equal; ignore sub question' equal equal; ignore sub parenleft question' equal; - sub LIG equal' by question_equal.liga; - sub question' equal by LIG; + ignore sub less question' equal; + sub question_equal.liga equal' by LIG; + sub question' equal by question_equal.liga; } question_equal; lookup question_period { ignore sub question question' period; ignore sub question' period period; - sub LIG period' by question_period.liga; - sub question' period by LIG; + sub question_period.liga period' by LIG; + sub question' period by question_period.liga; } question_period; lookup question_question { ignore sub question question' question; ignore sub question' question question; - sub LIG question' by question_question.liga; - sub question' question by LIG; + sub question_question.liga question' by LIG; + sub question' question by question_question.liga; } question_question; +lookup question_question_equal { + sub question_question_equal.liga LIG equal' by LIG; + sub question_question.liga' LIG equal by question_question_equal.liga; +} question_question_equal; + +lookup question_colon { + ignore sub question question' colon; + ignore sub question' colon colon; + sub question_colon.liga colon' by LIG; + sub question' colon by question_colon.liga; +} question_colon; + +### Semicolon lookup semicolon_semicolon { ignore sub semicolon semicolon' semicolon; ignore sub semicolon' semicolon semicolon; - sub LIG semicolon' by semicolon_semicolon.liga; - sub semicolon' semicolon by LIG; + sub semicolon_semicolon.liga semicolon' by LIG; + sub semicolon' semicolon by semicolon_semicolon.liga; } semicolon_semicolon; + +### Slash lookup slash_asterisk { ignore sub slash slash' asterisk; ignore sub slash' asterisk asterisk; ignore sub slash' asterisk slash; ignore sub asterisk slash' asterisk; - sub LIG asterisk' by slash_asterisk.liga; - sub slash' asterisk by LIG; + sub slash_asterisk.liga asterisk' by LIG; + sub slash' asterisk by slash_asterisk.liga; } slash_asterisk; -lookup slash_equal { - ignore sub slash slash' equal; - ignore sub slash' equal equal; - sub LIG equal' by slash_equal.liga; - sub slash' equal by LIG; -} slash_equal; - lookup slash_greater { ignore sub slash slash' greater; ignore sub slash' greater greater; - sub LIG greater' by slash_greater.liga; - sub slash' greater by LIG; + sub slash_greater.liga greater' by LIG; + sub slash' greater by slash_greater.liga; } slash_greater; lookup slash_slash { ignore sub slash slash' slash; - ignore sub slash' slash slash; - sub LIG slash' by slash_slash.liga; - sub slash' slash by LIG; + ignore sub slash' slash slash slash; + ignore sub equal slash' slash; + ignore sub slash' slash equal; + sub slash_slash.liga slash' by LIG; + sub slash' slash by slash_slash.liga; } slash_slash; -lookup underscore_underscore { - ignore sub underscore underscore' underscore; - ignore sub underscore' underscore underscore; - sub LIG underscore' by underscore_underscore.liga; - sub underscore' underscore by LIG; -} underscore_underscore; -### end of generated calt +lookup slash_slash_slash { + sub slash_slash_slash.liga LIG slash' by LIG; + sub slash_slash.liga' LIG slash by slash_slash_slash.liga; +} slash_slash_slash; -lookup parenleft_asterisk { - ignore sub parenleft parenleft' asterisk; - ignore sub parenleft' asterisk asterisk; - sub LIG asterisk' by parenleft_asterisk.liga; - sub parenleft' asterisk by LIG; -} parenleft_asterisk; +lookup slash_backslash { + ignore sub @NotSpace slash' backslash; + ignore sub slash' backslash @NotSpace; + sub slash_backslash.liga backslash' by LIG; + sub slash' backslash by slash_backslash.liga; +} slash_backslash; -lookup asterisk_parenright { - ignore sub asterisk asterisk' parenright; - ignore sub asterisk' parenright parenright; - sub LIG parenright' by asterisk_parenright.liga; - sub asterisk' parenright by LIG; -} asterisk_parenright; -lookup backslash_backslash { - ignore sub backslash backslash' backslash; - ignore sub backslash' backslash backslash; - sub LIG backslash' by backslash_backslash.liga; - sub backslash' backslash by LIG; -} backslash_backslash; +### WWW +lookup w_w_w { + ignore sub w w' w w; + ignore sub w' w w w; + sub w_w_w.liga LIG w' by LIG; + sub w_w_w.liga w' w by LIG; + sub w' w w by w_w_w.liga; +} w_w_w; + -sub less asciitilde' greater by asciitilde_asciitilde.liga; + +### Vertical-align colon/greater/less + +# :> :< >: <: +# :>: :<: +# <:> >:< <:< >:> +# <::> <::< >::< >::> +# <:::> <:::< >:::< >:::> +# <::::> <::::< >::::< >::::> + +lookup center { + #574 :>= :<= + ignore sub colon' [less greater] [equal hyphen]; + ignore sub colon colon' [less greater]; # ignores the :::< case + + # middles & ends + sub [less.center greater.center colon.center] colon' by colon.center; + sub colon.center [less greater]' by [less.center greater.center]; + + # starts + sub [less greater]' colon by [less.center greater.center]; + sub colon' [less greater] by colon.center; +} center; + +lookup equal_arrows { + # Disable ||| + ignore sub bar bar' bar equal; + ignore sub bar bar' equal; + ignore sub [equal_start.seq equal_middle.seq] bar' bar bar; + + # equal middle & end + sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' [equal less greater bar slash colon exclam] by equal_middle.seq; + + sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' [equal less greater bar slash colon exclam] by equal_middle.seq; + + sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' by equal_end.seq; + + sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' by equal_end.seq; + + + # double middles + sub [equal_start.seq equal_middle.seq] less_less_equal_middle.seq less' equal by LIG; + sub [equal_start.seq equal_middle.seq] less' less equal by less_less_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] greater_greater_equal_middle.seq greater' equal by LIG; + sub [equal_start.seq equal_middle.seq] greater' greater equal by greater_greater_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] bar_bar_equal_middle.seq bar' equal by LIG; + sub [equal_start.seq equal_middle.seq] bar' bar equal by bar_bar_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] slash_slash_equal_middle.seq slash' equal by LIG; + sub [equal_start.seq equal_middle.seq] slash' slash equal by slash_slash_equal_middle.seq; + + # single middles + sub [equal_start.seq equal_middle.seq] less' equal by less_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] greater' equal by greater_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] bar' equal by bar_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] slash' equal by slash_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] colon' equal by colon_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] exclam' equal by exclam_equal_middle.seq; + + # double ends + sub [equal_start.seq equal_middle.seq] less_less_equal_end.seq less' by LIG; + sub [equal_start.seq equal_middle.seq] less' less by less_less_equal_end.seq; + sub [equal_start.seq equal_middle.seq] greater_greater_equal_end.seq greater' by LIG; + sub [equal_start.seq equal_middle.seq] greater' greater by greater_greater_equal_end.seq; + sub [equal_start.seq equal_middle.seq] bar_bar_equal_end.seq bar' by LIG; + sub [equal_start.seq equal_middle.seq] bar' bar by bar_bar_equal_end.seq; + sub [equal_start.seq equal_middle.seq] slash_slash_equal_end.seq slash' by LIG; + sub [equal_start.seq equal_middle.seq] slash' slash by slash_slash_equal_end.seq; + + # single ends + sub [equal_start.seq equal_middle.seq] less' by less_equal_end.seq; + sub [equal_start.seq equal_middle.seq] greater' by greater_equal_end.seq; + sub [equal_start.seq equal_middle.seq] bar' by bar_equal_end.seq; + sub [equal_start.seq equal_middle.seq] slash' by slash_equal_end.seq; + + # double beginnings + sub less_less_equal_start.seq less' equal by LIG; + sub less' less equal by less_less_equal_start.seq; + sub greater_greater_equal_start.seq greater' equal by LIG; + sub greater' greater equal by greater_greater_equal_start.seq; + sub bar_bar_equal_start.seq bar' equal by LIG; + sub bar' bar equal by bar_bar_equal_start.seq; + sub slash_slash_equal_start.seq slash' equal by LIG; + sub slash' slash equal by slash_slash_equal_start.seq; + + # Disable >=< #548 + sub greater' equal less [equal less] by greater_equal_start.seq; + ignore sub greater' equal less; + + # Disable =< #479 #468 #424 #406 #355 #305 + sub equal' less [equal less] by equal_start.seq; + + # Disable =/ #1056 + sub equal' slash [equal slash] by equal_start.seq; + + # single beginnings + sub less' equal [equal less greater bar slash colon exclam] by less_equal_start.seq; # disable >= <= as they're used in math + sub greater' equal [equal less greater bar slash colon exclam] by greater_equal_start.seq; + sub bar' equal [equal less greater bar slash colon exclam] by bar_equal_start.seq; # disable |= + sub slash' equal by slash_equal_start.seq; + sub equal' [equal greater bar colon exclam] by equal_start.seq; + +} equal_arrows; + +### Arbitrary-length arrows #346 + +lookup hyphen_arrows { + # Disable ||| + ignore sub bar bar' bar hyphen; + ignore sub bar bar' hyphen; + ignore sub [hyphen_start.seq hyphen_middle.seq] bar' bar bar; + + # hyphen middle & end + sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' [hyphen less greater bar] by hyphen_middle.seq; + + sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' [hyphen less greater bar] by hyphen_middle.seq; + + sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' by hyphen_end.seq; + + sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' by hyphen_end.seq; + + # double middles + sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_middle.seq less' hyphen by LIG; + sub [hyphen_start.seq hyphen_middle.seq] less' less hyphen by less_less_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_middle.seq greater' hyphen by LIG; + sub [hyphen_start.seq hyphen_middle.seq] greater' greater hyphen by greater_greater_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_middle.seq bar' hyphen by LIG; + sub [hyphen_start.seq hyphen_middle.seq] bar' bar hyphen by bar_bar_hyphen_middle.seq; + + # single middles + sub [hyphen_start.seq hyphen_middle.seq] less' hyphen by less_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater' hyphen by greater_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar' hyphen by bar_hyphen_middle.seq; + + # double ends + sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_end.seq less' by LIG; + sub [hyphen_start.seq hyphen_middle.seq] less' less by less_less_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_end.seq greater' by LIG; + sub [hyphen_start.seq hyphen_middle.seq] greater' greater by greater_greater_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_end.seq bar' by LIG; + sub [hyphen_start.seq hyphen_middle.seq] bar' bar by bar_bar_hyphen_end.seq; + + # single ends + sub [hyphen_start.seq hyphen_middle.seq] less' by less_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater' by greater_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar' by bar_hyphen_end.seq; + + # double beginnings + sub less_less_hyphen_start.seq less' hyphen by LIG; + sub less' less hyphen by less_less_hyphen_start.seq; + sub greater_greater_hyphen_start.seq greater' hyphen by LIG; + sub greater' greater hyphen by greater_greater_hyphen_start.seq; + sub bar_bar_hyphen_start.seq bar' hyphen by LIG; + sub bar' bar hyphen by bar_bar_hyphen_start.seq; + + # single beginnings + sub less' hyphen by less_hyphen_start.seq; + sub greater' hyphen by greater_hyphen_start.seq; + sub bar' hyphen by bar_hyphen_start.seq; + sub hyphen' [hyphen less greater bar] by hyphen_start.seq; +} hyphen_arrows; + +lookup numbersigns { + # middle parts + sub [numbersign_start.seq numbersign_middle.seq] numbersign' numbersign by numbersign_middle.seq; + + # ends + sub [numbersign_start.seq numbersign_middle.seq] numbersign' by numbersign_end.seq; + + # beginnings + sub numbersign' numbersign by numbersign_start.seq; +} numbersigns; + +lookup underscores { + # middle parts + sub [underscore_start.seq underscore_middle.seq] bar' underscore by bar_underscore_middle.seq; + + sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' bar underscore by underscore_middle.seq; + sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' underscore by underscore_middle.seq; + + # ends + sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' by underscore_end.seq; + + # beginnings + sub underscore' bar underscore by underscore_start.seq; + sub underscore' underscore by underscore_start.seq; +} underscores; + +#Other non-ligature bits sub dcaron' [lacute lcaron lcommaaccent ldot lslash b h k l hbar hcircumflex kcommaaccent @Uppercase] by dcaron.alt; } calt; feature ccmp { lookup ccmp_Other_1 { - @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; - @CombiningNonTopAccents = [cedillacomb dotbelowcomb ogonekcomb horncomb]; - sub [i j]' @CombiningTopAccents by [idotless jdotless]; + @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaabovecomb commaaboverightcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; + @CombiningNonTopAccents = [cedillacomb dotbelowcomb lowlinecomb macronbelowcomb ogonekcomb ringbelowcomb horncomb]; + sub [i j i-cy je-cy]' @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningTopAccents by idotless ogonekcomb; - sub [i j]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless]; + sub idotbelow' @CombiningTopAccents by idotless dotbelowcomb; + sub [i j i-cy je-cy]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless idotless jdotless]; + sub iogonek' @CombiningNonTopAccents @CombiningTopAccents by idotless ogonekcomb; + sub idotbelow' @CombiningNonTopAccents @CombiningTopAccents by idotless dotbelowcomb; @Markscomb = [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb horncomb tonos brevecomb-cy]; @MarkscombCase = [dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case tonos.case brevecomb-cy.case]; sub @Markscomb @Markscomb' by @MarkscombCase; @@ -1155,9 +1028,13 @@ lookup ccmp_Other_2 { sub @MarkscombCase @Markscomb' by @MarkscombCase; } ccmp_Other_2; -sub fi by f i; -sub fl by f l; +lookup ccmp_latn_1 { + sub fi by f i; + sub fl by f l; +} ccmp_latn_1; +script latn; +lookup ccmp_latn_1; } ccmp; feature locl { @@ -1411,3 +1288,49 @@ sub shadelight by shadelight.stypo; sub shademedium by shademedium.stypo; sub shadedark by shadedark.stypo; } rclt; + +feature zero { +# automatic +sub zero by zero.zero; + +} zero; + +feature ss20 { +# notes: +# Name: +sub acknowledgeControl by acknowledgeControl.ss20; +sub backspaceControl by backspaceControl.ss20; +sub bellControl by bellControl.ss20; +sub cancelControl by cancelControl.ss20; +sub carriageReturnControl by carriageReturnControl.ss20; +sub dataLinkEscapeControl by dataLinkEscapeControl.ss20; +sub deleteControl by deleteFormTwoControl; +sub deviceControlFourControl by upperLeftQuadrantWhiteCircle; +sub deviceControlOneControl by upperRightQuadrantWhiteCircle; +sub deviceControlThreeControl by lowerLeftQuadrantWhiteCircle; +sub deviceControlTwoControl by lowerRightQuadrantWhiteCircle; +sub endOfMediumControl by endOfMediumControl.ss20; +sub endOfTextControl by endOfTextControl.ss20; +sub endOfTransmissionBlockControl by endOfTransmissionBlockControl.ss20; +sub endOfTransmissionControl by endOfTransmissionControl.ss20; +sub enquiryControl by enquiryControl.ss20; +sub escapeControl by escapeControl.ss20; +sub fileSeparatorControl by whiteUpperLeftQuadrantSquare; +sub formFeedControl by formFeedControl.ss20; +sub groupSeparatorControl by whiteLowerLeftQuadrantSquare; +sub horizontalTabulationControl by horizontalTabulationControl.ss20; +sub lineFeedControl by lineFeedControl.ss20; +sub negativeAcknowledgeControl by negativeAcknowledgeControl.ss20; +sub nullControl by whiteSquare; +sub recordSeparatorControl by whiteLowerRightQuadrantSquare; +sub shiftInControl by shiftInControl.ss20; +sub shiftOutControl by shiftOutControl.ss20; +sub spaceControl by upWhiteTriangle; +sub startOfHeadingControl by startOfHeadingControl.ss20; +sub startOfTextControl by startOfTextControl.ss20; +sub substituteControl by substituteControl.ss20; +sub synchronousIdleControl by synchronousIdleControl.ss20; +sub unitSeparatorControl by whiteUpperRightQuadrantSquare; +sub verticalTabulationControl by verticalTabulationControl.ss20; +sub newlineControl by returnsymbol; +} ss20; diff --git a/sources/features/features_code_PL.fea b/sources/features/features_code_PL.fea index b2fccf699..0b9400e23 100644 --- a/sources/features/features_code_PL.fea +++ b/sources/features/features_code_PL.fea @@ -1,8 +1,8 @@ # automatic -@Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Amacron Aogonek Aring Aringacute Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Etilde F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent H Hbar Hcircumflex I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Itilde J Jcircumflex K Kcommaaccent L Lacute Lcaron Lcommaaccent Ldot Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Oogonek Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scircumflex Scommaaccent Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Uring Utilde V W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol Acaron Eopen Esh Ezh Hcaron Oopen Vturned ]; +@Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol ]; # automatic -@Lowercase = [ a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek etilde schwa f g gbreve gcaron gcircumflex gcommaaccent gdotaccent h hbar hcircumflex i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek itilde j jdotless jcircumflex k kcommaaccent kgreenlandic l lacute lcaron lcommaaccent ldot lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron oogonek oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent s sacute scaron scedilla scircumflex scommaaccent germandbls longs t tbar tcaron tcedilla tcommaaccent u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek uring utilde v w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol Ismall acaron eopen esh ezh hcaron oopen tesh vturned ]; +@Lowercase = [ Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol ]; @OpeningBracket = [ bracketleft braceleft parenleft ]; @@ -13,6 +13,7 @@ @ClosingBracket = [ bracketright braceright parenright ]; @Tall = [ @Uppercase @Digit @OpeningBracket @ClosingBracket bar ]; +@NotSpace = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply fi fl w_w_w.liga ordfeminine ordmasculine nmod wmod ymod A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol thetamod zmod zero one two three four five six seven eight nine zero.zero zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk exclamdouble numbersign onedotenleader overline slash backslash colon.center parenleft parenright braceleft braceright bracketleft bracketright heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament hyphen softhyphen endash emdash horizontalbar hyphentwo nonbreakinghyphen underscore underscoredbl quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright quotereversed guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga braceright_numbersign.liga bracketleft_bar.liga bracketright_numbersign.liga period_hyphen.liga period_period.liga period_period_period.liga period_period_equal.liga period_period_less.liga period_question.liga period_equal.liga colon_colon.liga colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga colon_slash_slash.liga semicolon_semicolon.liga exclam_period.liga exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga exclam_equal_equal.liga question_period.liga question_colon.liga question_question.liga question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga asterisk_asterisk_asterisk.liga asterisk_greater.liga asterisk_slash.liga numbersign_parenleft.liga numbersign_braceleft.liga numbersign_bracketleft.liga numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga slash_backslash.liga backslash_slash.liga backslash_backslash.liga underscore_underscore.liga hyphen_middle.seq hyphen_start.seq hyphen_end.seq colon_equal_middle.seq exclam_equal_middle.seq numbersign_end.seq numbersign_middle.seq numbersign_start.seq slash_equal_end.seq slash_equal_middle.seq slash_equal_start.seq slash_slash_equal_end.seq slash_slash_equal_middle.seq slash_slash_equal_start.seq underscore_end.seq underscore_middle.seq underscore_start.seq anoteleia questiongreek baht cedi cent colonsign currency dollar dong euro eurocurrency florin franc guarani hryvnia kip lari lira liraTurkish manat naira peseta peso ruble rupee rupeeIndian sheqel sterling tenge tugrik won yen bulletoperator divisionslash equivalence horizontallineextension integralbt integraltp logicalnotReversed notidentical plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal asciitilde logicalnot asciicircum infinity intersection integral Ohm increment product summation radical micro partialdiff orthogonal percent perthousand strictlyequivalentto vectorOrCrossProduct greater.center less.center upArrow rightArrow downArrow leftArrow leftRightArrow upDownArrow upDownbaseArrow downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock lowerOneQuarterBlock lowerThreeEighthsBlock lowerHalfBlock lowerFiveEighthsBlock lowerThreeQuartersBlock lowerSevenEighthsBlock fullBlock upperHalfBlock upperOneEighthBlock leftOneEighthBlock leftOneQuarterBlock leftThreeEighthsBlock leftBlock leftFiveEighthsBlock leftThreeQuartersBlock leftSevenEighthsBlock rightBlock rightOneEighthBlock lowerLeftBlock lowerRightBlock upperLeftBlock upperLeftAndLowerLeftAndLowerRightBlock upperLeftAndLowerRightBlock upperLeftAndUpperRightAndLowerLeftBlock upperLeftAndUpperRightAndLowerRightBlock upperRightBlock upperRightAndLowerLeftBlock upperRightAndLowerLeftAndLowerRightBlock shadelight shademedium shadedark blackCircle whiteCircle largeCircle leftHalfBlackWhiteCircle rightHalfBlackWhiteCircle lowerHalfBlackWhiteCircle upperHalfBlackWhiteCircle leftHalfBlackCircle rightHalfBlackCircle upperRightBlackCircle upperLeftWhiteCircle upperLeftQuadrantWhiteCircle lowerLeftQuadrantWhiteCircle lowerRightQuadrantWhiteCircle upperRightQuadrantWhiteCircle verticalFillCircle dottedCircle fisheye bullseye whiteBullet inverseBullet inverseWhiteCircle upperHalfInverseWhiteCircle lowerHalfInverseWhiteCircle upperHalfArc lowerHalfArc upperLeftArc upperRightArc lowerRightArc lowerLeftArc blackDiamond whiteDiamond leftHalfBlackDiamond rightHalfBlackDiamond topHalfBlackDiamond bottomHalfBlackDiamond blackInWhiteDiamond lozenge blackParallelogram whiteParallelogram blackVerticalRect filledRect whiteRect whiteVerticalRect blackSquare whiteSquare whiteRoundedCornersSquare whiteInBlackSquare dottedSquare horizontalFillSquare verticalFillSquare crosshatchFillSquare upperlefttolowerrightFillSquare upperrighttolowerleftFillSquare diagonalcrosshatchFillSquare blackSmallSquare whiteSmallSquare leftHalfBlackSquare rightHalfBlackSquare upperLeftDiagonalHalfBlackSquare lowerRightDiagonalHalfBlackSquare verticalBisectingLineWhiteSquare whiteUpperLeftQuadrantSquare whiteLowerLeftQuadrantSquare whiteLowerRightQuadrantSquare whiteUpperRightQuadrantSquare mediumWhiteSquare mediumBlackSquare mediumWhiteSmallSquare mediumBlackSmallSquare upBlackTriangle rightBlackTriangle downBlackTriangle leftBlackTriangle upWhiteTriangle rightWhiteTriangle downWhiteTriangle leftWhiteTriangle upWhiteTriangleWithDot upLeftHalfBlackTriangle upRightHalfBlackTriangle rightBlackPointer leftBlackPointer rightWhitePointer leftWhitePointer upBlackSmallTriangle rightBlackSmallTriangle downBlackSmallTriangle leftBlackSmallTriangle upWhiteSmallTriangle rightWhiteSmallTriangle downWhiteSmallTriangle leftWhiteSmallTriangle upperRightBlackTriangle lowerRightBlackTriangle lowerLeftBlackTriangle upperLeftBlackTriangle upperRightTriangle lowerRightTriangle lowerLeftTriangle upperLeftTriangle boxDoubleDownAndHorizontal boxDoubleDownAndLeft boxDoubleDownAndRight boxDoubleHorizontal boxDoubleUpAndHorizontal boxDoubleUpAndLeft boxDoubleUpAndRight boxDoubleVertical boxDoubleVerticalAndHorizontal boxDoubleVerticalAndLeft boxDoubleVerticalAndRight boxDownDoubleAndHorizontalSingle boxDownDoubleAndLeftSingle boxDownDoubleAndRightSingle boxDownHeavyAndHorizontalLight boxDownHeavyAndLeftLight boxDownHeavyAndLeftUpLight boxDownHeavyAndRightLight boxDownHeavyAndRightUpLight boxDownHeavyAndUpHorizontalLight boxDownLightAndHorizontalHeavy boxDownLightAndLeftHeavy boxDownLightAndLeftUpHeavy boxDownLightAndRightHeavy boxDownLightAndRightUpHeavy boxDownLightAndUpHorizontalHeavy boxDownSingleAndHorizontalDouble boxDownSingleAndLeftDouble boxDownSingleAndRightDouble boxHeavyDoubleDashHorizontal boxHeavyDoubleDashVertical boxHeavyDown boxHeavyDownAndHorizontal boxHeavyDownAndLeft boxHeavyDownAndRight boxHeavyHorizontal boxHeavyLeft boxHeavyLeftAndLightRight boxHeavyQuadrupleDashHorizontal boxHeavyQuadrupleDashVertical boxHeavyRight boxHeavyTripleDashHorizontal boxHeavyTripleDashVertical boxHeavyUp boxHeavyUpAndHorizontal boxHeavyUpAndLeft boxHeavyUpAndLightDown boxHeavyUpAndRight boxHeavyVertical boxHeavyVerticalAndHorizontal boxHeavyVerticalAndLeft boxHeavyVerticalAndRight boxLeftDownHeavyAndRightUpLight boxLeftHeavyAndRightDownLight boxLeftHeavyAndRightUpLight boxLeftHeavyAndRightVerticalLight boxLeftLightAndRightDownHeavy boxLeftLightAndRightUpHeavy boxLeftLightAndRightVerticalHeavy boxLeftUpHeavyAndRightDownLight boxLightArcDownAndLeft boxLightArcDownAndRight boxLightArcUpAndLeft boxLightArcUpAndRight boxLightDiagonalCross boxLightDiagonalUpperLeftToLowerRight boxLightDiagonalUpperRightToLowerLeft boxLightDoubleDashHorizontal boxLightDoubleDashVertical boxLightDown boxLightDownAndHorizontal boxLightDownAndLeft boxLightDownAndRight boxLightHorizontal boxLightLeft boxLightLeftAndHeavyRight boxLightQuadrupleDashHorizontal boxLightQuadrupleDashVertical boxLightRight boxLightTripleDashHorizontal boxLightTripleDashVertical boxLightUp boxLightUpAndHeavyDown boxLightUpAndHorizontal boxLightUpAndLeft boxLightUpAndRight boxLightVertical boxLightVerticalAndHorizontal boxLightVerticalAndLeft boxLightVerticalAndRight boxRightDownHeavyAndLeftUpLight boxRightHeavyAndLeftDownLight boxRightHeavyAndLeftUpLight boxRightHeavyAndLeftVerticalLight boxRightLightAndLeftDownHeavy boxRightLightAndLeftUpHeavy boxRightLightAndLeftVerticalHeavy boxRightUpHeavyAndLeftDownLight boxUpDoubleAndHorizontalSingle boxUpDoubleAndLeftSingle boxUpDoubleAndRightSingle boxUpHeavyAndDownHorizontalLight boxUpHeavyAndHorizontalLight boxUpHeavyAndLeftDownLight boxUpHeavyAndLeftLight boxUpHeavyAndRightDownLight boxUpHeavyAndRightLight boxUpLightAndDownHorizontalHeavy boxUpLightAndHorizontalHeavy boxUpLightAndLeftDownHeavy boxUpLightAndLeftHeavy boxUpLightAndRightDownHeavy boxUpLightAndRightHeavy boxUpSingleAndHorizontalDouble boxUpSingleAndLeftDouble boxUpSingleAndRightDouble boxVerticalDoubleAndHorizontalSingle boxVerticalDoubleAndLeftSingle boxVerticalDoubleAndRightSingle boxVerticalHeavyAndHorizontalLight boxVerticalHeavyAndLeftLight boxVerticalHeavyAndRightLight boxVerticalLightAndHorizontalHeavy boxVerticalLightAndLeftHeavy boxVerticalLightAndRightHeavy boxVerticalSingleAndHorizontalDouble boxVerticalSingleAndLeftDouble boxVerticalSingleAndRightDouble lowerOneEighthBlock.stypo lowerOneQuarterBlock.stypo lowerThreeEighthsBlock.stypo lowerHalfBlock.stypo lowerFiveEighthsBlock.stypo lowerThreeQuartersBlock.stypo lowerSevenEighthsBlock.stypo fullBlock.stypo upperHalfBlock.stypo upperOneEighthBlock.stypo leftOneEighthBlock.stypo leftOneQuarterBlock.stypo leftThreeEighthsBlock.stypo leftBlock.stypo leftFiveEighthsBlock.stypo leftThreeQuartersBlock.stypo leftSevenEighthsBlock.stypo rightBlock.stypo rightOneEighthBlock.stypo lowerLeftBlock.stypo lowerRightBlock.stypo upperLeftBlock.stypo upperLeftAndLowerLeftAndLowerRightBlock.stypo upperLeftAndLowerRightBlock.stypo upperLeftAndUpperRightAndLowerLeftBlock.stypo upperLeftAndUpperRightAndLowerRightBlock.stypo upperRightBlock.stypo upperRightAndLowerLeftBlock.stypo upperRightAndLowerLeftAndLowerRightBlock.stypo shadelight.stypo shademedium.stypo shadedark.stypo reversedRotatedFloralHeartBullet whiteSmilingFace blackSmilingFace sunWithRays venus mars spadeBlackSuit clubBlackSuit heartBlackSuit diamondBlackSuit checkmark rotatedFloralHeartBullet acknowledgeControl backspaceControl at ampersand paragraph section copyright registered published trademark careof degree minute second bar brokenbar dagger literSign daggerdbl estimated numero bellControl blackHexagon blackHorizontalEllipse blackLargeCircle blackLargeSquare blackMediumDiamond blackMediumDownTriangleCentred blackMediumLeftTriangleCentred blackMediumLozenge blackMediumRightTriangleCentred blackMediumUpTriangleCentred blackPentagon blackSmallDiamond blackSmallLozenge blackVerticalEllipse blackVerysmallSquare blank blankSymbol bottomHalfBlackCircle cancelControl carriageReturnControl dataLinkEscapeControl deleteControl deleteFormTwoControl deviceControlFourControl deviceControlOneControl deviceControlThreeControl deviceControlTwoControl endOfMediumControl endOfTextControl endOfTransmissionBlockControl endOfTransmissionControl enquiryControl escapeControl fileSeparatorControl formFeedControl groupSeparatorControl horizontalBlackHexagon horizontalTabulationControl house returnsymbol lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare negativeAcknowledgeControl newlineControl nullControl prescription recordSeparatorControl shiftInControl shiftOutControl spaceControl startOfHeadingControl startOfTextControl substituteControl substituteFormTwoControl synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare unitSeparatorControl verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare whiteMediumDiamond whiteMediumLozenge whitePentagon whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare acknowledgeControl.ss20 backspaceControl.ss20 bellControl.ss20 cancelControl.ss20 carriageReturnControl.ss20 dataLinkEscapeControl.ss20 endOfMediumControl.ss20 endOfTextControl.ss20 endOfTransmissionBlockControl.ss20 endOfTransmissionControl.ss20 enquiryControl.ss20 escapeControl.ss20 formFeedControl.ss20 horizontalTabulationControl.ss20 lineFeedControl.ss20 negativeAcknowledgeControl.ss20 shiftInControl.ss20 shiftOutControl.ss20 startOfHeadingControl.ss20 startOfTextControl.ss20 substituteControl.ss20 synchronousIdleControl.ss20 verticalTabulationControl.ss20 ampersand_ampersand.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga bar_bar_bar.liga bar_bar_bar_greater.liga bar_bar_greater.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga equal_equal.liga equal_equal_equal.liga greater_equal.liga greater_greater.liga greater_greater_greater.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga less_bar.liga less_bar_bar.liga less_bar_bar_bar.liga less_bar_greater.liga less_dollar.liga less_dollar_greater.liga less_plus.liga less_plus_greater.liga less_equal.liga less_greater.liga less_less.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga less_asciitilde_asciitilde.liga less_slash.liga less_slash_greater.liga asciitilde_hyphen.liga asciitilde_at.liga asciitilde_equal.liga asciitilde_greater.liga asciitilde_asciitilde.liga asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga bar_underscore_middle.seq bar_bar_equal_middle.seq bar_equal_middle.seq bar_bar_equal_end.seq bar_bar_equal_start.seq bar_bar_hyphen_middle.seq bar_hyphen_middle.seq bar_bar_hyphen_end.seq bar_bar_hyphen_start.seq bar_equal_end.seq bar_equal_start.seq bar_hyphen_end.seq bar_hyphen_start.seq equal_middle.seq equal_end.seq equal_start.seq greater_greater_equal_middle.seq greater_equal_middle.seq greater_greater_equal_end.seq greater_greater_equal_start.seq greater_equal_start.seq greater_equal_end.seq greater_greater_hyphen_middle.seq greater_hyphen_middle.seq greater_greater_hyphen_end.seq greater_greater_hyphen_start.seq greater_hyphen_start.seq greater_hyphen_end.seq less_less_equal_middle.seq less_equal_middle.seq less_less_equal_end.seq less_less_equal_start.seq less_equal_end.seq less_equal_start.seq less_less_hyphen_middle.seq less_hyphen_middle.seq less_less_hyphen_end.seq less_less_hyphen_start.seq less_hyphen_end.seq less_hyphen_start.seq note-musical notedbl-musical blank-braille dots1-braille dots12-braille dots123-braille dots1234-braille dots12345-braille dots123456-braille dots1234567-braille dots12345678-braille dots1234568-braille dots123457-braille dots1234578-braille dots123458-braille dots12346-braille dots123467-braille dots1234678-braille dots123468-braille dots12347-braille dots123478-braille dots12348-braille dots1235-braille dots12356-braille dots123567-braille dots1235678-braille dots123568-braille dots12357-braille dots123578-braille dots12358-braille dots1236-braille dots12367-braille dots123678-braille dots12368-braille dots1237-braille dots12378-braille dots1238-braille dots124-braille dots1245-braille dots12456-braille dots124567-braille dots1245678-braille dots124568-braille dots12457-braille dots124578-braille dots12458-braille dots1246-braille dots12467-braille dots124678-braille dots12468-braille dots1247-braille dots12478-braille dots1248-braille dots125-braille dots1256-braille dots12567-braille dots125678-braille dots12568-braille dots1257-braille dots12578-braille dots1258-braille dots126-braille dots1267-braille dots12678-braille dots1268-braille dots127-braille dots1278-braille dots128-braille dots13-braille dots134-braille dots1345-braille dots13456-braille dots134567-braille dots1345678-braille dots134568-braille dots13457-braille dots134578-braille dots13458-braille dots1346-braille dots13467-braille dots134678-braille dots13468-braille dots1347-braille dots13478-braille dots1348-braille dots135-braille dots1356-braille dots13567-braille dots135678-braille dots13568-braille dots1357-braille dots13578-braille dots1358-braille dots136-braille dots1367-braille dots13678-braille dots1368-braille dots137-braille dots1378-braille dots138-braille dots14-braille dots145-braille dots1456-braille dots14567-braille dots145678-braille dots14568-braille dots1457-braille dots14578-braille dots1458-braille dots146-braille dots1467-braille dots14678-braille dots1468-braille dots147-braille dots1478-braille dots148-braille dots15-braille dots156-braille dots1567-braille dots15678-braille dots1568-braille dots157-braille dots1578-braille dots158-braille dots16-braille dots167-braille dots1678-braille dots168-braille dots17-braille dots178-braille dots18-braille dots2-braille dots23-braille dots234-braille dots2345-braille dots23456-braille dots234567-braille dots2345678-braille dots234568-braille dots23457-braille dots234578-braille dots23458-braille dots2346-braille dots23467-braille dots234678-braille dots23468-braille dots2347-braille dots23478-braille dots2348-braille dots235-braille dots2356-braille dots23567-braille dots235678-braille dots23568-braille dots2357-braille dots23578-braille dots2358-braille dots236-braille dots2367-braille dots23678-braille dots2368-braille dots237-braille dots2378-braille dots238-braille dots24-braille dots245-braille dots2456-braille dots24567-braille dots245678-braille dots24568-braille dots2457-braille dots24578-braille dots2458-braille dots246-braille dots2467-braille dots24678-braille dots2468-braille dots247-braille dots2478-braille dots248-braille dots25-braille dots256-braille dots2567-braille dots25678-braille dots2568-braille dots257-braille dots2578-braille dots258-braille dots26-braille dots267-braille dots2678-braille dots268-braille dots27-braille dots278-braille dots28-braille dots3-braille dots34-braille dots345-braille dots3456-braille dots34567-braille dots345678-braille dots34568-braille dots3457-braille dots34578-braille dots3458-braille dots346-braille dots3467-braille dots34678-braille dots3468-braille dots347-braille dots3478-braille dots348-braille dots35-braille dots356-braille dots3567-braille dots35678-braille dots3568-braille dots357-braille dots3578-braille dots358-braille dots36-braille dots367-braille dots3678-braille dots368-braille dots37-braille dots378-braille dots38-braille dots4-braille dots45-braille dots456-braille dots4567-braille dots45678-braille dots4568-braille dots457-braille dots4578-braille dots458-braille dots46-braille dots467-braille dots4678-braille dots468-braille dots47-braille dots478-braille dots48-braille dots5-braille dots56-braille dots567-braille dots5678-braille dots568-braille dots57-braille dots578-braille dots58-braille dots6-braille dots67-braille dots678-braille dots68-braille dots7-braille dots78-braille dots8-braille numeral-greek lowernumeral-greek apostrophemod colontriangularmod commaturnedmod firsttonechinese glottalstopmod dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb tonos tonos.case dieresistonos brevecomb-cy brevecomb-cy.case LIG ]; # Prefix: Languagesystems # automatic @@ -46,564 +47,233 @@ feature ss02; feature zero; feature ss19; feature rclt; +feature zero; +feature ss20; } aalt; feature calt { -### start of generated calt -lookup bar_bar_bar_greater { - ignore sub bar bar' bar bar greater; - ignore sub bar' bar bar greater greater; - sub LIG LIG LIG greater' by bar_bar_bar_greater.liga; - sub LIG LIG bar' greater by LIG; - sub LIG bar' bar greater by LIG; - sub bar' bar bar greater by LIG; -} bar_bar_bar_greater; - -lookup less_bar_bar_bar { - ignore sub less less' bar bar bar; - ignore sub less' bar bar bar bar; - sub LIG LIG LIG bar' by less_bar_bar_bar.liga; - sub LIG LIG bar' bar by LIG; - sub LIG bar' bar bar by LIG; - sub less' bar bar bar by LIG; -} less_bar_bar_bar; - -lookup less_equal_equal_greater { - ignore sub less less' equal equal greater; - ignore sub less' equal equal greater greater; - ignore sub parenleft question less' equal equal greater; - sub LIG LIG LIG greater' by less_equal_equal_greater.liga; - sub LIG LIG equal' greater by LIG; - sub LIG equal' equal greater by LIG; - sub less' equal equal greater by LIG; -} less_equal_equal_greater; - -lookup less_exclam_hyphen_hyphen { - ignore sub less less' exclam hyphen hyphen; - ignore sub less' exclam hyphen hyphen hyphen; - ignore sub parenleft question less' exclam hyphen hyphen; - sub LIG LIG LIG hyphen' by less_exclam_hyphen_hyphen.liga; - sub LIG LIG hyphen' hyphen by LIG; - sub LIG exclam' hyphen hyphen by LIG; - sub less' exclam hyphen hyphen by LIG; -} less_exclam_hyphen_hyphen; - -lookup numbersign_numbersign_numbersign_numbersign { - ignore sub numbersign numbersign' numbersign numbersign numbersign; - ignore sub numbersign' numbersign numbersign numbersign numbersign; - sub LIG LIG LIG numbersign' by numbersign_numbersign_numbersign_numbersign.liga; - sub LIG LIG numbersign' numbersign by LIG; - sub LIG numbersign' numbersign numbersign by LIG; - sub numbersign' numbersign numbersign numbersign by LIG; -} numbersign_numbersign_numbersign_numbersign; - -lookup asciitilde_asciitilde_greater { - ignore sub asciitilde asciitilde' asciitilde greater; - ignore sub asciitilde' asciitilde greater greater; - sub LIG LIG greater' by asciitilde_asciitilde_greater.liga; - sub LIG asciitilde' greater by LIG; - sub asciitilde' asciitilde greater by LIG; -} asciitilde_asciitilde_greater; - -lookup asterisk_asterisk_asterisk { - ignore sub asterisk asterisk' asterisk asterisk; - ignore sub asterisk' asterisk asterisk asterisk; - ignore sub slash asterisk' asterisk asterisk; - ignore sub asterisk' asterisk asterisk slash; - sub LIG LIG asterisk' by asterisk_asterisk_asterisk.liga; - sub LIG asterisk' asterisk by LIG; - sub asterisk' asterisk asterisk by LIG; -} asterisk_asterisk_asterisk; - -lookup bar_bar_equal { - ignore sub bar bar' bar equal; - ignore sub bar' bar equal equal; - sub LIG LIG equal' by bar_bar_equal.liga; - sub LIG bar' equal by LIG; - sub bar' bar equal by LIG; -} bar_bar_equal; - -lookup bar_bar_greater { - ignore sub bar bar' bar greater; - ignore sub bar' bar greater greater; - ignore sub less bar' bar greater; - sub LIG LIG greater' by bar_bar_greater.liga; - sub LIG bar' greater by LIG; - sub bar' bar greater by LIG; -} bar_bar_greater; - -lookup colon_colon_colon { - ignore sub colon colon' colon colon; - ignore sub colon' colon colon colon; - ignore sub parenleft question colon' colon colon; - sub LIG LIG colon' by colon_colon_colon.liga; - sub LIG colon' colon by LIG; - sub colon' colon colon by LIG; -} colon_colon_colon; +### Less - It is convenient to have this lookup set at the start. +lookup less_asciitilde { + ignore sub less less' asciitilde; + ignore sub less' asciitilde asciitilde asciitilde; + sub less_asciitilde.liga asciitilde' by LIG; + sub less' asciitilde by less_asciitilde.liga; +} less_asciitilde; -lookup colon_colon_equal { - ignore sub colon colon' colon equal; - ignore sub colon' colon equal equal; - ignore sub parenleft question colon' colon equal; - sub LIG LIG equal' by colon_colon_equal.liga; - sub LIG colon' equal by LIG; - sub colon' colon equal by LIG; -} colon_colon_equal; +lookup less_asciitilde_asciitilde { + sub less_asciitilde_asciitilde.liga LIG asciitilde' by LIG; + sub less_asciitilde.liga' LIG asciitilde by less_asciitilde_asciitilde.liga; +} less_asciitilde_asciitilde; -lookup colon_slash_slash { - ignore sub colon colon' slash slash; - ignore sub colon' slash slash slash; - sub LIG LIG slash' by colon_slash_slash.liga; - sub LIG slash' slash by LIG; - sub colon' slash slash by LIG; -} colon_slash_slash; +lookup less_asterisk { + ignore sub less less' asterisk; + ignore sub less' asterisk asterisk; + sub less_asterisk.liga asterisk' by LIG; + sub less' asterisk by less_asterisk.liga; +} less_asterisk; -lookup equal_colon_equal { - ignore sub equal equal' colon equal; - ignore sub equal' colon equal equal; - ignore sub parenleft question equal' colon equal; - ignore sub parenleft question less equal' colon equal; - sub LIG LIG equal' by equal_colon_equal.liga; - sub LIG colon' equal by LIG; - sub equal' colon equal by LIG; -} equal_colon_equal; +lookup less_dollar { + ignore sub less less' dollar; + ignore sub less' dollar dollar; + sub less_dollar.liga dollar' by LIG; + sub less' dollar by less_dollar.liga; +} less_dollar; -lookup equal_equal_equal { - ignore sub equal equal' equal equal; - ignore sub equal' equal equal equal; - ignore sub parenleft question equal' equal equal; - ignore sub parenleft question less equal' equal equal; - sub LIG LIG equal' by equal_equal_equal.liga; - sub LIG equal' equal by LIG; - sub equal' equal equal by LIG; -} equal_equal_equal; +lookup less_equal { + ignore sub less less' equal; + ignore sub less' equal equal; + ignore sub parenleft question less' equal; + ignore sub equal less' equal; + ignore sub less' equal [less greater bar colon exclam slash]; + sub less_equal.liga equal' by LIG; + sub less' equal by less_equal.liga; +} less_equal; -lookup equal_equal_greater { - ignore sub equal equal' equal greater; - ignore sub equal' equal greater greater; - ignore sub parenleft question equal' equal greater; - ignore sub parenleft question less equal' equal greater; - sub LIG LIG greater' by equal_equal_greater.liga; - sub LIG equal' greater by LIG; - sub equal' equal greater by LIG; -} equal_equal_greater; - -lookup equal_exclam_equal { - ignore sub equal equal' exclam equal; - ignore sub equal' exclam equal equal; - ignore sub parenleft question equal' exclam equal; - ignore sub parenleft question less equal' exclam equal; - sub LIG LIG equal' by equal_exclam_equal.liga; - sub LIG exclam' equal by LIG; - sub equal' exclam equal by LIG; -} equal_exclam_equal; - -lookup equal_greater_greater { - ignore sub equal equal' greater greater; - ignore sub equal' greater greater greater; - ignore sub parenleft question equal' greater greater; - ignore sub parenleft question less equal' greater greater; - sub LIG LIG greater' by equal_greater_greater.liga; - sub LIG greater' greater by LIG; - sub equal' greater greater by LIG; -} equal_greater_greater; - -lookup equal_less_less { - ignore sub equal equal' less less; - ignore sub equal' less less less; - ignore sub parenleft question equal' less less; - ignore sub parenleft question less equal' less less; - sub LIG LIG less' by equal_less_less.liga; - sub LIG less' less by LIG; - sub equal' less less by LIG; -} equal_less_less; - -lookup equal_slash_equal { - ignore sub equal equal' slash equal; - ignore sub equal' slash equal equal; - ignore sub parenleft question equal' slash equal; - ignore sub parenleft question less equal' slash equal; - sub LIG LIG equal' by equal_slash_equal.liga; - sub LIG slash' equal by LIG; - sub equal' slash equal by LIG; -} equal_slash_equal; +lookup less_greater { + ignore sub less less' greater; + ignore sub less' greater greater; + sub less_greater.liga greater' by LIG; + sub less' greater by less_greater.liga; +} less_greater; -lookup exclam_equal_equal { - ignore sub exclam exclam' equal equal; - ignore sub exclam' equal equal equal; - ignore sub parenleft question exclam' equal equal; - ignore sub parenleft question less exclam' equal equal; - sub LIG LIG equal' by exclam_equal_equal.liga; - sub LIG equal' equal by LIG; - sub exclam' equal equal by LIG; -} exclam_equal_equal; +lookup less_plus { + ignore sub less less' plus; + ignore sub less' plus plus; + sub less_plus.liga plus' by LIG; + sub less' plus by less_plus.liga; +} less_plus; -lookup exclam_exclam_period { - ignore sub exclam exclam' exclam period; - ignore sub exclam' exclam period period; - ignore sub parenleft question exclam' exclam period; - ignore sub parenleft question less exclam' exclam period; - sub LIG LIG period' by exclam_exclam_period.liga; - sub LIG exclam' period by LIG; - sub exclam' exclam period by LIG; -} exclam_exclam_period; +lookup less_slash { + ignore sub less less' slash; + ignore sub less' slash slash; + sub less_slash.liga slash' by LIG; + sub less' slash by less_slash.liga; +} less_slash; -lookup greater_equal_greater { - ignore sub greater greater' equal greater; - ignore sub greater' equal greater greater; - sub LIG LIG greater' by greater_equal_greater.liga; - sub LIG equal' greater by LIG; - sub greater' equal greater by LIG; -} greater_equal_greater; - -lookup greater_greater_equal { - ignore sub greater greater' greater equal; - ignore sub greater' greater equal equal; - sub LIG LIG equal' by greater_greater_equal.liga; - sub LIG greater' equal by LIG; - sub greater' greater equal by LIG; -} greater_greater_equal; +lookup less_bar { + ignore sub less less' bar; + ignore sub less' bar bar bar bar; + ignore sub less' bar bar greater; + sub less_bar.liga bar' by LIG; + sub less' bar by less_bar.liga; +} less_bar; -lookup greater_greater_greater { - ignore sub greater greater' greater greater; - ignore sub greater' greater greater greater; - ignore sub asterisk greater' greater greater; - ignore sub plus greater' greater greater; - ignore sub dollar greater' greater greater; - ignore sub dollar.BRACKET.600 greater' greater greater; - sub LIG LIG greater' by greater_greater_greater.liga; - sub LIG greater' greater by LIG; - sub greater' greater greater by LIG; -} greater_greater_greater; +lookup less_bar_bar { + sub less_bar_bar.liga LIG bar' by LIG; + sub less_bar.liga' LIG bar by less_bar_bar.liga; +} less_bar_bar; -lookup greater_greater_hyphen { - ignore sub greater greater' greater hyphen; - ignore sub greater' greater hyphen hyphen; - sub LIG LIG hyphen' by greater_greater_hyphen.liga; - sub LIG greater' hyphen by LIG; - sub greater' greater hyphen by LIG; -} greater_greater_hyphen; - -lookup greater_hyphen_greater { - ignore sub greater greater' hyphen greater; - ignore sub greater' hyphen greater greater; - sub LIG LIG greater' by greater_hyphen_greater.liga; - sub LIG hyphen' greater by LIG; - sub greater' hyphen greater by LIG; -} greater_hyphen_greater; - -lookup hyphen_greater_greater { - ignore sub hyphen hyphen' greater greater; - ignore sub hyphen' greater greater greater; - sub LIG LIG greater' by hyphen_greater_greater.liga; - sub LIG greater' greater by LIG; - sub hyphen' greater greater by LIG; -} hyphen_greater_greater; - -lookup hyphen_hyphen_greater { - ignore sub hyphen hyphen' hyphen greater; - ignore sub hyphen' hyphen greater greater; - sub LIG LIG greater' by hyphen_hyphen_greater.liga; - sub LIG hyphen' greater by LIG; - sub hyphen' hyphen greater by LIG; -} hyphen_hyphen_greater; +lookup less_bar_bar_bar { + sub less_bar_bar_bar.liga LIG LIG bar' by LIG; + sub less_bar_bar.liga' LIG LIG bar by less_bar_bar_bar.liga; +} less_bar_bar_bar; -lookup hyphen_hyphen_hyphen { - ignore sub hyphen hyphen' hyphen hyphen; - ignore sub hyphen' hyphen hyphen hyphen; - sub LIG LIG hyphen' by hyphen_hyphen_hyphen.liga; - sub LIG hyphen' hyphen by LIG; - sub hyphen' hyphen hyphen by LIG; -} hyphen_hyphen_hyphen; +# generally it is useful to have the duplicating sequences in a row. This avoids potential badness. -lookup hyphen_less_less { - ignore sub hyphen hyphen' less less; - ignore sub hyphen' less less less; - sub LIG LIG less' by hyphen_less_less.liga; - sub LIG less' less by LIG; - sub hyphen' less less by LIG; -} hyphen_less_less; +lookup less_less { + ignore sub less less' less; + ignore sub less' less less less; + ignore sub less' less [asterisk plus dollar]; + ignore sub [hyphen equal] less' less; + ignore sub less' less hyphen; + ignore sub less' less equal [equal less greater bar colon exclam slash]; + ignore sub less' less less [asterisk plus dollar]; + sub less_less.liga less' by LIG; + sub less' less by less_less.liga; +} less_less; -lookup less_asciitilde_asciitilde { - ignore sub less less' asciitilde asciitilde; - ignore sub less' asciitilde asciitilde asciitilde; - sub LIG LIG asciitilde' by less_asciitilde_asciitilde.liga; - sub LIG asciitilde' asciitilde by LIG; - sub less' asciitilde asciitilde by LIG; -} less_asciitilde_asciitilde; +lookup less_less_less { + sub less_less_less.liga LIG less' by LIG; + sub less_less.liga' LIG less by less_less_less.liga; +} less_less_less; lookup less_asciitilde_greater { - ignore sub less less' asciitilde greater; - ignore sub less' asciitilde greater greater; - sub LIG LIG greater' by less_asciitilde_greater.liga; - sub LIG asciitilde' greater by LIG; - sub less' asciitilde greater by LIG; + ignore sub less_asciitilde.liga' LIG greater greater; + sub less_asciitilde_greater.liga LIG greater' by LIG; + sub less_asciitilde.liga' LIG greater by less_asciitilde_greater.liga; } less_asciitilde_greater; lookup less_asterisk_greater { - sub LIG LIG greater' by less_asterisk_greater.liga; - sub LIG asterisk' greater by LIG; - sub less' asterisk greater by LIG; + sub less_asterisk_greater.liga LIG greater' by LIG; + sub less_asterisk.liga' LIG greater by less_asterisk_greater.liga; } less_asterisk_greater; -lookup less_bar_bar { - ignore sub less less' bar bar; - ignore sub less' bar bar bar; - ignore sub less' bar bar greater; - sub LIG LIG bar' by less_bar_bar.liga; - sub LIG bar' bar by LIG; - sub less' bar bar by LIG; -} less_bar_bar; - -lookup less_bar_greater { - ignore sub less less' bar greater; - ignore sub less' bar greater greater; - sub LIG LIG greater' by less_bar_greater.liga; - sub LIG bar' greater by LIG; - sub less' bar greater by LIG; -} less_bar_greater; - lookup less_dollar_greater { - sub LIG LIG greater' by less_dollar_greater.liga; - sub LIG dollar' greater by LIG; - sub less' dollar greater by LIG; + sub less_dollar_greater.liga LIG greater' by LIG; + sub less_dollar.liga' LIG greater by less_dollar_greater.liga; } less_dollar_greater; -lookup less_dollar_greater_rvrn { - sub LIG LIG greater' by less_dollar_greater.liga.BRACKET.600; - sub LIG dollar.BRACKET.600' greater by LIG; - sub less' dollar.BRACKET.600 greater by LIG; -} less_dollar_greater_rvrn; - -lookup less_equal_equal { - ignore sub less less' equal equal; - ignore sub less' equal equal equal; - ignore sub parenleft question less' equal equal; - sub LIG LIG equal' by less_equal_equal.liga; - sub LIG equal' equal by LIG; - sub less' equal equal by LIG; -} less_equal_equal; - -lookup less_equal_greater { - ignore sub less less' equal greater; - ignore sub less' equal greater greater; - ignore sub parenleft question less' equal greater; - sub LIG LIG greater' by less_equal_greater.liga; - sub LIG equal' greater by LIG; - sub less' equal greater by LIG; -} less_equal_greater; - -lookup less_equal_less { - ignore sub less less' equal less; - ignore sub less' equal less less; - ignore sub parenleft question less' equal less; - sub LIG LIG less' by less_equal_less.liga; - sub LIG equal' less by LIG; - sub less' equal less by LIG; -} less_equal_less; - -lookup less_hyphen_greater { - ignore sub less less' hyphen greater; - ignore sub less' hyphen greater greater; - sub LIG LIG greater' by less_hyphen_greater.liga; - sub LIG hyphen' greater by LIG; - sub less' hyphen greater by LIG; -} less_hyphen_greater; - -lookup less_hyphen_hyphen { - ignore sub less less' hyphen hyphen; - ignore sub less' hyphen hyphen hyphen; - sub LIG LIG hyphen' by less_hyphen_hyphen.liga; - sub LIG hyphen' hyphen by LIG; - sub less' hyphen hyphen by LIG; -} less_hyphen_hyphen; - -lookup less_hyphen_less { - ignore sub less less' hyphen less; - ignore sub less' hyphen less less; - sub LIG LIG less' by less_hyphen_less.liga; - sub LIG hyphen' less by LIG; - sub less' hyphen less by LIG; -} less_hyphen_less; - -lookup less_less_equal { - ignore sub less less' less equal; - ignore sub less' less equal equal; - sub LIG LIG equal' by less_less_equal.liga; - sub LIG less' equal by LIG; - sub less' less equal by LIG; -} less_less_equal; - -lookup less_less_hyphen { - ignore sub less less' less hyphen; - ignore sub less' less hyphen hyphen; - sub LIG LIG hyphen' by less_less_hyphen.liga; - sub LIG less' hyphen by LIG; - sub less' less hyphen by LIG; -} less_less_hyphen; - -lookup less_less_less { - ignore sub less less' less less; - ignore sub less' less less less; - ignore sub less' less less asterisk; - ignore sub less' less less plus; - ignore sub less' less less dollar; - ignore sub less' less less dollar.BRACKET.600; - sub LIG LIG less' by less_less_less.liga; - sub LIG less' less by LIG; - sub less' less less by LIG; -} less_less_less; - lookup less_plus_greater { - sub LIG LIG greater' by less_plus_greater.liga; - sub LIG plus' greater by LIG; - sub less' plus greater by LIG; + sub less_plus_greater.liga LIG greater' by LIG; + sub less_plus.liga' LIG greater by less_plus_greater.liga; } less_plus_greater; lookup less_slash_greater { - ignore sub less less' slash greater; - ignore sub less' slash greater greater; - sub LIG LIG greater' by less_slash_greater.liga; - sub LIG slash' greater by LIG; - sub less' slash greater by LIG; + ignore sub less_slash.liga' LIG greater greater; + sub less_slash_greater.liga LIG greater' by LIG; + sub less_slash.liga' LIG greater by less_slash_greater.liga; } less_slash_greater; -lookup numbersign_numbersign_numbersign { - ignore sub numbersign numbersign' numbersign numbersign; - ignore sub numbersign' numbersign numbersign numbersign; - sub LIG LIG numbersign' by numbersign_numbersign_numbersign.liga; - sub LIG numbersign' numbersign by LIG; - sub numbersign' numbersign numbersign by LIG; -} numbersign_numbersign_numbersign; - -lookup numbersign_underscore_parenleft { - ignore sub numbersign numbersign' underscore parenleft; - ignore sub numbersign' underscore parenleft parenleft; - sub LIG LIG parenleft' by numbersign_underscore_parenleft.liga; - sub LIG underscore' parenleft by LIG; - sub numbersign' underscore parenleft by LIG; -} numbersign_underscore_parenleft; - -lookup period_period_less { - ignore sub period period' period less; - ignore sub period' period less less; - sub LIG LIG less' by period_period_less.liga; - sub LIG period' less by LIG; - sub period' period less by LIG; -} period_period_less; - -lookup period_period_period { - ignore sub period period' period period; - ignore sub period' period period period; - sub LIG LIG period' by period_period_period.liga; - sub LIG period' period by LIG; - sub period' period period by LIG; -} period_period_period; - -lookup plus_plus_plus { - ignore sub plus plus' plus plus; - ignore sub plus' plus plus plus; - sub LIG LIG plus' by plus_plus_plus.liga; - sub LIG plus' plus by LIG; - sub plus' plus plus by LIG; -} plus_plus_plus; - -lookup slash_equal_equal { - ignore sub slash slash' equal equal; - ignore sub slash' equal equal equal; - sub LIG LIG equal' by slash_equal_equal.liga; - sub LIG equal' equal by LIG; - sub slash' equal equal by LIG; -} slash_equal_equal; - -lookup slash_slash_slash { - ignore sub slash slash' slash slash; - ignore sub slash' slash slash slash; - sub LIG LIG slash' by slash_slash_slash.liga; - sub LIG slash' slash by LIG; - sub slash' slash slash by LIG; -} slash_slash_slash; +lookup less_bar_greater { + ignore sub less_bar.liga' LIG greater greater; + sub less_bar_greater.liga LIG greater' by LIG; + sub less_bar.liga' LIG greater by less_bar_greater.liga; +} less_bar_greater; -lookup underscore_bar_underscore { - ignore sub underscore underscore' bar underscore; - ignore sub underscore' bar underscore underscore; - sub LIG LIG underscore' by underscore_bar_underscore.liga; - sub LIG bar' underscore by LIG; - sub underscore' bar underscore by LIG; -} underscore_bar_underscore; +lookup less_exclam_hyphen_hyphen { + ignore sub less less' exclam hyphen hyphen; + ignore sub less' exclam hyphen hyphen hyphen; + ignore sub parenleft question less' exclam hyphen hyphen; + sub less_exclam_hyphen_hyphen.liga LIG LIG hyphen' by LIG; + sub less_exclam_hyphen_hyphen.liga LIG hyphen' hyphen by LIG; + sub less_exclam_hyphen_hyphen.liga exclam' hyphen hyphen by LIG; + sub less' exclam hyphen hyphen by less_exclam_hyphen_hyphen.liga; +} less_exclam_hyphen_hyphen; -lookup w_w_w { - ignore sub w w' w w; - ignore sub w' w w w; - sub LIG LIG w' by w_w_w.liga; - sub LIG w' w by LIG; - sub w' w w by LIG; -} w_w_w; +### Ampersand lookup ampersand_ampersand { ignore sub ampersand ampersand' ampersand; ignore sub ampersand' ampersand ampersand; - sub LIG ampersand' by ampersand_ampersand.liga; - sub ampersand' ampersand by LIG; + sub ampersand_ampersand.liga ampersand' by LIG; + sub ampersand' ampersand by ampersand_ampersand.liga; } ampersand_ampersand; + +### Asciicircum lookup asciicircum_equal { ignore sub asciicircum asciicircum' equal; ignore sub asciicircum' equal equal; - sub LIG equal' by asciicircum_equal.liga; - sub asciicircum' equal by LIG; + sub asciicircum_equal.liga equal' by LIG; + sub asciicircum' equal by asciicircum_equal.liga; } asciicircum_equal; + +### Asciitilde lookup asciitilde_asciitilde { ignore sub asciitilde asciitilde' asciitilde; ignore sub asciitilde' asciitilde asciitilde; - sub LIG asciitilde' by asciitilde_asciitilde.liga; - sub asciitilde' asciitilde by LIG; + sub asciitilde_asciitilde.liga asciitilde' by LIG; + sub asciitilde' asciitilde by asciitilde_asciitilde.liga; } asciitilde_asciitilde; lookup asciitilde_at { ignore sub asciitilde asciitilde' at; ignore sub asciitilde' at at; - sub LIG at' by asciitilde_at.liga; - sub asciitilde' at by LIG; + sub asciitilde_at.liga at' by LIG; + sub asciitilde' at by asciitilde_at.liga; } asciitilde_at; -lookup asciitilde_equal { - ignore sub asciitilde asciitilde' equal; - ignore sub asciitilde' equal equal; - sub LIG equal' by asciitilde_equal.liga; - sub asciitilde' equal by LIG; -} asciitilde_equal; - lookup asciitilde_greater { ignore sub asciitilde asciitilde' greater; ignore sub asciitilde' greater greater; - sub LIG greater' by asciitilde_greater.liga; - sub asciitilde' greater by LIG; + sub asciitilde_greater.liga greater' by LIG; + sub asciitilde' greater by asciitilde_greater.liga; } asciitilde_greater; lookup asciitilde_hyphen { ignore sub asciitilde asciitilde' hyphen; ignore sub asciitilde' hyphen hyphen; - sub LIG hyphen' by asciitilde_hyphen.liga; - sub asciitilde' hyphen by LIG; + sub asciitilde_hyphen.liga hyphen' by LIG; + sub asciitilde' hyphen by asciitilde_hyphen.liga; } asciitilde_hyphen; +lookup asciitilde_asciitilde_greater { + ignore sub asciitilde_asciitilde.liga' LIG greater greater; + sub asciitilde_asciitilde_greater.liga LIG greater' by LIG; + sub asciitilde_asciitilde.liga' LIG greater by asciitilde_asciitilde_greater.liga; +} asciitilde_asciitilde_greater; + +lookup asciitilde_equal { + ignore sub asciitilde asciitilde' equal; + ignore sub asciitilde' equal equal; + sub asciitilde_equal.liga equal' by LIG; + sub asciitilde' equal by asciitilde_equal.liga; +} asciitilde_equal; + + +### Asterisk lookup asterisk_asterisk { ignore sub asterisk asterisk' asterisk; - ignore sub asterisk' asterisk asterisk; + ignore sub asterisk' asterisk asterisk asterisk; ignore sub slash asterisk' asterisk; ignore sub asterisk' asterisk slash; - sub LIG asterisk' by asterisk_asterisk.liga; - sub asterisk' asterisk by LIG; + sub asterisk_asterisk.liga asterisk' by LIG; + sub asterisk' asterisk by asterisk_asterisk.liga; } asterisk_asterisk; +lookup asterisk_asterisk_asterisk { + ignore sub asterisk_asterisk.liga' LIG asterisk slash; + sub asterisk_asterisk_asterisk.liga LIG asterisk' by LIG; + sub asterisk_asterisk.liga' LIG asterisk by asterisk_asterisk_asterisk.liga; +} asterisk_asterisk_asterisk; + lookup asterisk_greater { ignore sub asterisk asterisk' greater; ignore sub asterisk' greater greater; - sub LIG greater' by asterisk_greater.liga; - sub asterisk' greater by LIG; + sub asterisk_greater.liga greater' by LIG; + sub asterisk' greater by asterisk_greater.liga; } asterisk_greater; lookup asterisk_slash { @@ -611,539 +281,742 @@ lookup asterisk_slash { ignore sub asterisk' slash slash; ignore sub slash asterisk' slash; ignore sub asterisk' slash asterisk; - sub LIG slash' by asterisk_slash.liga; - sub asterisk' slash by LIG; + sub asterisk_slash.liga slash' by LIG; + sub asterisk' slash by asterisk_slash.liga; } asterisk_slash; +lookup asterisk_parenright { + ignore sub asterisk asterisk' parenright; + ignore sub asterisk' parenright parenright; + sub asterisk_parenright.liga parenright' by LIG; + sub asterisk' parenright by asterisk_parenright.liga; +} asterisk_parenright; + +### Backslash +lookup backslash_slash { + ignore sub @NotSpace backslash' slash; + ignore sub backslash' slash @NotSpace; + sub backslash_slash.liga slash' by LIG; + sub backslash' slash by backslash_slash.liga; +} backslash_slash; + +lookup backslash_backslash { + ignore sub backslash backslash' backslash; + ignore sub backslash' backslash backslash; + sub backslash_backslash.liga backslash' by LIG; + sub backslash' backslash by backslash_backslash.liga; +} backslash_backslash; + + +### Bar lookup bar_bar { ignore sub bar bar' bar; - ignore sub bar' bar bar; - sub LIG bar' by bar_bar.liga; - sub bar' bar by LIG; + ignore sub bar' bar bar bar; + ignore sub [hyphen equal] bar' bar; + ignore sub bar' bar [hyphen equal]; + ignore sub bar' bar bar [hyphen equal]; + ignore sub bar' bar equal [equal less greater bar colon exclam slash]; + ignore sub bar bar' bar greater; + ignore sub [less greater] bar' bar [less greater]; + ignore sub less bar' bar; + ignore sub less bar bar'; + sub bar_bar.liga bar' by LIG; + sub bar' bar by bar_bar.liga; } bar_bar; +lookup bar_bar_bar { + sub bar_bar_bar.liga LIG bar' by LIG; + sub bar_bar.liga' LIG bar by bar_bar_bar.liga; +} bar_bar_bar; + +lookup bar_greater { + ignore sub bar bar' greater; + ignore sub bar' greater greater; + ignore sub less bar bar' greater; + sub bar_greater.liga greater' by LIG; + sub bar' greater by bar_greater.liga; +} bar_greater; + lookup bar_braceright { ignore sub bar bar' braceright; ignore sub bar' braceright braceright; ignore sub braceleft bar' braceright; - sub LIG braceright' by bar_braceright.liga; - sub bar' braceright by LIG; + sub bar_braceright.liga braceright' by LIG; + sub bar' braceright by bar_braceright.liga; } bar_braceright; lookup bar_bracketright { ignore sub bar bar' bracketright; ignore sub bar' bracketright bracketright; ignore sub bracketleft bar' bracketright; - sub LIG bracketright' by bar_bracketright.liga; - sub bar' bracketright by LIG; + sub bar_bracketright.liga bracketright' by LIG; + sub bar' bracketright by bar_bracketright.liga; } bar_bracketright; -lookup bar_equal { - ignore sub bar bar' equal; - ignore sub bar' equal equal; - sub LIG equal' by bar_equal.liga; - sub bar' equal by LIG; -} bar_equal; +lookup bar_bar_greater { + ignore sub bar_bar.liga' LIG greater greater; + sub bar_bar_greater.liga LIG greater' by LIG; + sub bar_bar.liga' LIG greater by bar_bar_greater.liga; +} bar_bar_greater; -lookup bar_greater { - ignore sub bar bar' greater; - ignore sub bar' greater greater; - sub LIG greater' by bar_greater.liga; - sub bar' greater by LIG; -} bar_greater; +lookup bar_bar_bar_greater { + ignore sub bar_bar_bar.liga' LIG LIG greater greater; + sub bar_bar_bar_greater.liga LIG LIG greater' by LIG; + sub bar_bar_bar.liga' LIG LIG greater by bar_bar_bar_greater.liga; -lookup bar_hyphen { - ignore sub bar bar' hyphen; - ignore sub bar' hyphen hyphen; - ignore sub bar' hyphen bar; - sub LIG hyphen' by bar_hyphen.liga; - sub bar' hyphen by LIG; -} bar_hyphen; +} bar_bar_bar_greater; + +### Brace left lookup braceleft_bar { ignore sub braceleft braceleft' bar; ignore sub braceleft' bar bar; ignore sub braceleft' bar braceright; - sub LIG bar' by braceleft_bar.liga; - sub braceleft' bar by LIG; + sub braceleft_bar.liga bar' by LIG; + sub braceleft' bar by braceleft_bar.liga; } braceleft_bar; +### Brace right +lookup braceright_numbersign { + ignore sub braceright braceright' numbersign; + ignore sub braceright' numbersign numbersign; + sub braceright_numbersign.liga numbersign' by LIG; + sub braceright' numbersign by braceright_numbersign.liga; +} braceright_numbersign; + +### Bracket left lookup bracketleft_bar { ignore sub bracketleft bracketleft' bar; ignore sub bracketleft' bar bar; ignore sub bracketleft' bar bracketright; - sub LIG bar' by bracketleft_bar.liga; - sub bracketleft' bar by LIG; + sub bracketleft_bar.liga bar' by LIG; + sub bracketleft' bar by bracketleft_bar.liga; } bracketleft_bar; + +### Bracket right lookup bracketright_numbersign { ignore sub bracketright bracketright' numbersign; ignore sub bracketright' numbersign numbersign; - sub LIG numbersign' by bracketright_numbersign.liga; - sub bracketright' numbersign by LIG; + sub bracketright_numbersign.liga numbersign' by LIG; + sub bracketright' numbersign by bracketright_numbersign.liga; } bracketright_numbersign; + +### Colon lookup colon_colon { ignore sub colon colon' colon; - ignore sub colon' colon colon; + ignore sub colon' colon colon colon; ignore sub parenleft question colon' colon; - sub LIG colon' by colon_colon.liga; - sub colon' colon by LIG; + ignore sub colon' colon [less greater]; + ignore sub [less greater] colon' colon; + sub colon_colon.liga colon' by LIG; + sub colon' colon by colon_colon.liga; } colon_colon; +lookup colon_colon_colon { + sub colon_colon_colon.liga LIG colon' by LIG; + sub colon_colon.liga' LIG colon by colon_colon_colon.liga; +} colon_colon_colon; + lookup colon_equal { ignore sub colon colon' equal; ignore sub colon' equal equal; ignore sub parenleft question colon' equal; - sub LIG equal' by colon_equal.liga; - sub colon' equal by LIG; + ignore sub equal colon' equal; + sub colon_equal.liga equal' by LIG; + sub colon' equal by colon_equal.liga; } colon_equal; -lookup colon_greater { - ignore sub colon colon' greater; - ignore sub colon' greater greater; - ignore sub parenleft question colon' greater; - ignore sub colon' greater equal; - sub LIG greater' by colon_greater.liga; - sub colon' greater by LIG; -} colon_greater; - -lookup colon_less { - ignore sub colon colon' less; - ignore sub colon' less less; - ignore sub parenleft question colon' less; - sub LIG less' by colon_less.liga; - sub colon' less by LIG; -} colon_less; +lookup colon_colon_equal { + ignore sub colon_colon.liga' LIG equal equal; + sub colon_colon_equal.liga LIG equal' by LIG; + sub colon_colon.liga' LIG equal by colon_colon_equal.liga; +} colon_colon_equal; + +lookup colon_slash_slash { + ignore sub colon colon' slash slash; + ignore sub colon' slash slash slash; + sub colon_slash_slash.liga LIG slash' by LIG; + sub colon_slash_slash.liga slash' slash by LIG; + sub colon' slash slash by colon_slash_slash.liga; +} colon_slash_slash; + +## Dollar lookup dollar_greater { ignore sub dollar dollar' greater; ignore sub dollar' greater greater; - sub LIG greater' by dollar_greater.liga; - sub dollar' greater by LIG; + sub dollar_greater.liga greater' by LIG; + sub dollar' greater by dollar_greater.liga; } dollar_greater; -lookup dollar_greater_rvrn { - ignore sub dollar.BRACKET.600 dollar.BRACKET.600' greater; - ignore sub dollar.BRACKET.600' greater greater; - sub LIG greater' by dollar_greater.liga.BRACKET.600; - sub dollar.BRACKET.600' greater by LIG; -} dollar_greater_rvrn; - -lookup equal_equal { - ignore sub equal equal' equal; - ignore sub equal' equal equal; - ignore sub parenleft question equal' equal; - ignore sub parenleft question less equal' equal; - sub LIG equal' by equal_equal.liga; - sub equal' equal by LIG; -} equal_equal; - -lookup equal_greater { - ignore sub equal equal' greater; - ignore sub equal' greater greater; - ignore sub parenleft question equal' greater; - ignore sub parenleft question less equal' greater; - sub LIG greater' by equal_greater.liga; - sub equal' greater by LIG; -} equal_greater; +### Exclam (for equal see below) lookup exclam_equal { ignore sub exclam exclam' equal; - ignore sub exclam' equal equal; + ignore sub exclam' equal equal equal; ignore sub parenleft question exclam' equal; ignore sub parenleft question less exclam' equal; - sub LIG equal' by exclam_equal.liga; - sub exclam' equal by LIG; + ignore sub equal exclam' equal; + sub exclam_equal.liga equal' by LIG; + sub exclam' equal by exclam_equal.liga; } exclam_equal; +lookup exclam_equal_equal { + sub exclam_equal_equal.liga LIG equal' by LIG; + sub exclam_equal.liga' LIG equal by exclam_equal_equal.liga; +} exclam_equal_equal; + lookup exclam_exclam { ignore sub exclam exclam' exclam; ignore sub exclam' exclam exclam; ignore sub parenleft question exclam' exclam; ignore sub parenleft question less exclam' exclam; - sub LIG exclam' by exclam_exclam.liga; - sub exclam' exclam by LIG; + sub exclam_exclam.liga exclam' by LIG; + sub exclam' exclam by exclam_exclam.liga; } exclam_exclam; -lookup greater_colon { - ignore sub greater greater' colon; - ignore sub greater' colon colon; - sub LIG colon' by greater_colon.liga; - sub greater' colon by LIG; -} greater_colon; - -lookup greater_equal { - ignore sub greater greater' equal; - ignore sub greater' equal equal; - ignore sub greater' equal less; - sub LIG equal' by greater_equal.liga; - sub greater' equal by LIG; -} greater_equal; +lookup exclam_exclam_period { + ignore sub exclam_exclam.liga' LIG period period; + sub exclam_exclam_period.liga LIG period' by LIG; + sub exclam_exclam.liga' LIG period by exclam_exclam_period.liga; +} exclam_exclam_period; -lookup greater_greater { - ignore sub greater greater' greater; - ignore sub greater' greater greater; - ignore sub asterisk greater' greater; - ignore sub plus greater' greater; - ignore sub dollar greater' greater; - ignore sub dollar.BRACKET.600 greater' greater; - sub LIG greater' by greater_greater.liga; - sub greater' greater by LIG; -} greater_greater; +lookup exclam_period { + ignore sub exclam exclam' period; + ignore sub exclam' period period; + sub exclam_period.liga period' by LIG; + sub exclam' period by exclam_period.liga; +} exclam_period; + +lookup exclam_colon { + ignore sub exclam exclam' colon; + ignore sub exclam' colon colon; + sub exclam_colon.liga colon' by LIG; + sub exclam' colon by exclam_colon.liga; +} exclam_colon; + +## Equal - Made sense to shift this below the exclam to avoid issues +lookup equal_equal { + ignore sub equal equal' equal; + ignore sub equal' equal equal equal; + ignore sub parenleft question equal' equal; + ignore sub parenleft question less equal' equal; + ignore sub less question equal' equal; + ignore sub bracketleft equal' equal; + ignore sub equal' equal bracketright; + ignore sub equal [colon exclam] equal' equal; + ignore sub [less greater bar slash] equal' equal; + ignore sub equal' equal [less greater bar slash] ; + ignore sub equal' equal [colon exclam] equal; + sub equal_equal.liga equal' by LIG; + sub equal' equal by equal_equal.liga; +} equal_equal; -lookup greater_hyphen { - ignore sub greater greater' hyphen; - ignore sub greater' hyphen hyphen; - sub LIG hyphen' by greater_hyphen.liga; - sub greater' hyphen by LIG; -} greater_hyphen; +lookup equal_equal_equal { + sub equal_equal_equal.liga LIG equal' by LIG; + sub equal_equal.liga' LIG equal by equal_equal_equal.liga; +} equal_equal_equal; +### Hyphen lookup hyphen_asciitilde { ignore sub hyphen hyphen' asciitilde; ignore sub hyphen' asciitilde asciitilde; - sub LIG asciitilde' by hyphen_asciitilde.liga; - sub hyphen' asciitilde by LIG; + sub hyphen_asciitilde.liga asciitilde' by LIG; + sub hyphen' asciitilde by hyphen_asciitilde.liga; } hyphen_asciitilde; -lookup hyphen_bar { - ignore sub hyphen hyphen' bar; - ignore sub hyphen' bar bar; - ignore sub bar hyphen' bar; - sub LIG bar' by hyphen_bar.liga; - sub hyphen' bar by LIG; -} hyphen_bar; - -lookup hyphen_greater { - ignore sub hyphen hyphen' greater; - ignore sub hyphen' greater greater; - sub LIG greater' by hyphen_greater.liga; - sub hyphen' greater by LIG; -} hyphen_greater; - lookup hyphen_hyphen { ignore sub hyphen hyphen' hyphen; - ignore sub hyphen' hyphen hyphen; - sub LIG hyphen' by hyphen_hyphen.liga; - sub hyphen' hyphen by LIG; + ignore sub hyphen' hyphen hyphen hyphen; + ignore sub [less greater bar] hyphen' hyphen; + ignore sub hyphen' hyphen [less greater bar]; + sub hyphen_hyphen.liga hyphen' by LIG; + sub hyphen' hyphen by hyphen_hyphen.liga; } hyphen_hyphen; -lookup hyphen_less { - ignore sub hyphen hyphen' less; - ignore sub hyphen' less less; - sub LIG less' by hyphen_less.liga; - sub hyphen' less by LIG; -} hyphen_less; - -lookup less_asciitilde { - ignore sub less less' asciitilde; - ignore sub less' asciitilde asciitilde; - sub LIG asciitilde' by less_asciitilde.liga; - sub less' asciitilde by LIG; -} less_asciitilde; - -lookup less_asterisk { - ignore sub less less' asterisk; - ignore sub less' asterisk asterisk; - sub LIG asterisk' by less_asterisk.liga; - sub less' asterisk by LIG; -} less_asterisk; - -lookup less_bar { - ignore sub less less' bar; - ignore sub less' bar bar; - sub LIG bar' by less_bar.liga; - sub less' bar by LIG; -} less_bar; - -lookup less_colon { - ignore sub less less' colon; - ignore sub less' colon colon; - sub LIG colon' by less_colon.liga; - sub less' colon by LIG; -} less_colon; - -lookup less_dollar { - ignore sub less less' dollar; - ignore sub less' dollar dollar; - sub LIG dollar' by less_dollar.liga; - sub less' dollar by LIG; -} less_dollar; - -lookup less_dollar_rvrn { - ignore sub less less' dollar.BRACKET.600; - ignore sub less' dollar.BRACKET.600 dollar.BRACKET.600; - sub LIG dollar.BRACKET.600' by less_dollar.liga.BRACKET.600; - sub less' dollar.BRACKET.600 by LIG; -} less_dollar_rvrn; - -lookup less_equal { - ignore sub less less' equal; - ignore sub less' equal equal; - ignore sub parenleft question less' equal; - sub LIG equal' by less_equal.liga; - sub less' equal by LIG; -} less_equal; +lookup hyphen_hyphen_hyphen { + ignore sub hyphen_hyphen.liga' LIG hyphen [less greater bar]; + sub hyphen_hyphen_hyphen.liga LIG hyphen' by LIG; + sub hyphen_hyphen.liga' LIG hyphen by hyphen_hyphen_hyphen.liga; +} hyphen_hyphen_hyphen; -lookup less_greater { - ignore sub less less' greater; - ignore sub less' greater greater; - sub LIG greater' by less_greater.liga; - sub less' greater by LIG; -} less_greater; -lookup less_hyphen { - ignore sub less less' hyphen; - ignore sub less' hyphen hyphen; - sub LIG hyphen' by less_hyphen.liga; - sub less' hyphen by LIG; -} less_hyphen; +### Greater +lookup greater_greater { + ignore sub greater greater' greater; + ignore sub greater' greater greater greater; + ignore sub [asterisk plus dollar] greater' greater; + ignore sub [hyphen equal] greater' greater; + ignore sub greater' greater hyphen; + ignore sub greater' greater equal [equal less greater bar colon exclam slash]; + sub greater_greater.liga greater' by LIG; + sub greater' greater by greater_greater.liga; +} greater_greater; -lookup less_less { - ignore sub less less' less; - ignore sub less' less less; - ignore sub less' less asterisk; - ignore sub less' less plus; - ignore sub less' less dollar; - ignore sub less' less dollar.BRACKET.600; - sub LIG less' by less_less.liga; - sub less' less by LIG; -} less_less; +lookup greater_greater_greater { + sub greater_greater_greater.liga LIG greater' by LIG; + sub greater_greater.liga' LIG greater by greater_greater_greater.liga; +} greater_greater_greater; -lookup less_plus { - ignore sub less less' plus; - ignore sub less' plus plus; - sub LIG plus' by less_plus.liga; - sub less' plus by LIG; -} less_plus; +lookup greater_equal { + ignore sub greater greater' equal; + ignore sub greater' equal equal; + ignore sub equal greater' equal; + ignore sub greater' equal [less greater bar colon exclam slash]; + sub greater_equal.liga equal' by LIG; + sub greater' equal by greater_equal.liga; +} greater_equal; -lookup less_slash { - ignore sub less less' slash; - ignore sub less' slash slash; - sub LIG slash' by less_slash.liga; - sub less' slash by LIG; -} less_slash; +### Less moved to top of CALT +### Numbersign lookup numbersign_braceleft { ignore sub numbersign numbersign' braceleft; ignore sub numbersign' braceleft braceleft; - sub LIG braceleft' by numbersign_braceleft.liga; - sub numbersign' braceleft by LIG; + sub numbersign_braceleft.liga braceleft' by LIG; + sub numbersign' braceleft by numbersign_braceleft.liga; } numbersign_braceleft; lookup numbersign_bracketleft { ignore sub numbersign numbersign' bracketleft; ignore sub numbersign' bracketleft bracketleft; - sub LIG bracketleft' by numbersign_bracketleft.liga; - sub numbersign' bracketleft by LIG; + sub numbersign_bracketleft.liga bracketleft' by LIG; + sub numbersign' bracketleft by numbersign_bracketleft.liga; } numbersign_bracketleft; lookup numbersign_colon { ignore sub numbersign numbersign' colon; ignore sub numbersign' colon colon; - sub LIG colon' by numbersign_colon.liga; - sub numbersign' colon by LIG; + sub numbersign_colon.liga colon' by LIG; + sub numbersign' colon by numbersign_colon.liga; } numbersign_colon; lookup numbersign_equal { ignore sub numbersign numbersign' equal; ignore sub numbersign' equal equal; - sub LIG equal' by numbersign_equal.liga; - sub numbersign' equal by LIG; + sub numbersign_equal.liga equal' by LIG; + sub numbersign' equal by numbersign_equal.liga; } numbersign_equal; lookup numbersign_exclam { ignore sub numbersign numbersign' exclam; ignore sub numbersign' exclam exclam; - sub LIG exclam' by numbersign_exclam.liga; - sub numbersign' exclam by LIG; + sub numbersign_exclam.liga exclam' by LIG; + sub numbersign' exclam by numbersign_exclam.liga; } numbersign_exclam; -lookup numbersign_numbersign { - ignore sub numbersign numbersign' numbersign; - ignore sub numbersign' numbersign numbersign; - sub LIG numbersign' by numbersign_numbersign.liga; - sub numbersign' numbersign by LIG; -} numbersign_numbersign; - lookup numbersign_parenleft { ignore sub numbersign numbersign' parenleft; ignore sub numbersign' parenleft parenleft; - sub LIG parenleft' by numbersign_parenleft.liga; - sub numbersign' parenleft by LIG; + sub numbersign_parenleft.liga parenleft' by LIG; + sub numbersign' parenleft by numbersign_parenleft.liga; } numbersign_parenleft; lookup numbersign_question { ignore sub numbersign numbersign' question; ignore sub numbersign' question question; - sub LIG question' by numbersign_question.liga; - sub numbersign' question by LIG; + sub numbersign_question.liga question' by LIG; + sub numbersign' question by numbersign_question.liga; } numbersign_question; lookup numbersign_underscore { ignore sub numbersign numbersign' underscore; ignore sub numbersign' underscore underscore; - sub LIG underscore' by numbersign_underscore.liga; - sub numbersign' underscore by LIG; + sub numbersign_underscore.liga underscore' by LIG; + sub numbersign' underscore by numbersign_underscore.liga; } numbersign_underscore; +lookup numbersign_underscore_parenleft { + ignore sub numbersign_underscore.liga' LIG parenleft parenleft; + sub numbersign_underscore_parenleft.liga LIG parenleft' by LIG; + sub numbersign_underscore.liga' LIG parenleft by numbersign_underscore_parenleft.liga; +} numbersign_underscore_parenleft; + + +### Paren left +lookup parenleft_asterisk { + ignore sub parenleft parenleft' asterisk; + ignore sub parenleft' asterisk asterisk; + sub parenleft_asterisk.liga asterisk' by LIG; + sub parenleft' asterisk by parenleft_asterisk.liga; +} parenleft_asterisk; + + +### Percent lookup percent_percent { ignore sub percent percent' percent; ignore sub percent' percent percent; - sub LIG percent' by percent_percent.liga; - sub percent' percent by LIG; + sub percent_percent.liga percent' by LIG; + sub percent' percent by percent_percent.liga; } percent_percent; + +### Period lookup period_equal { ignore sub period period' equal; ignore sub period' equal equal; - sub LIG equal' by period_equal.liga; - sub period' equal by LIG; + sub period_equal.liga equal' by LIG; + sub period' equal by period_equal.liga; } period_equal; -lookup period_hyphen { - ignore sub period period' hyphen; - ignore sub period' hyphen hyphen; - sub LIG hyphen' by period_hyphen.liga; - sub period' hyphen by LIG; -} period_hyphen; - lookup period_period { ignore sub period period' period; - ignore sub period' period period; - sub LIG period' by period_period.liga; - sub period' period by LIG; + ignore sub period' period period period; + sub period_period.liga period' by LIG; + sub period' period by period_period.liga; } period_period; +lookup period_period_period { + sub period_period_period.liga LIG period' by LIG; + sub period_period.liga' LIG period by period_period_period.liga; +} period_period_period; + lookup period_question { ignore sub period period' question; ignore sub period' question question; - sub LIG question' by period_question.liga; - sub period' question by LIG; + sub period_question.liga question' by LIG; + sub period' question by period_question.liga; } period_question; +lookup period_hyphen { + ignore sub period period' hyphen; + ignore sub period' hyphen hyphen; + sub period_hyphen.liga hyphen' by LIG; + sub period' hyphen by period_hyphen.liga; +} period_hyphen; + +lookup period_period_equal { + ignore sub period_period.liga' LIG equal equal; + sub period_period_equal.liga LIG equal' by LIG; + sub period_period.liga' LIG equal by period_period_equal.liga; +} period_period_equal; + +lookup period_period_less { + ignore sub period_period.liga' LIG less less; + sub period_period_less.liga LIG less' by LIG; + sub period_period.liga' LIG less by period_period_less.liga; +} period_period_less; + + +### Plus lookup plus_greater { ignore sub plus plus' greater; ignore sub plus' greater greater; - sub LIG greater' by plus_greater.liga; - sub plus' greater by LIG; + sub plus_greater.liga greater' by LIG; + sub plus' greater by plus_greater.liga; } plus_greater; lookup plus_plus { ignore sub plus plus' plus; - ignore sub plus' plus plus; - sub LIG plus' by plus_plus.liga; - sub plus' plus by LIG; + ignore sub plus' plus plus plus; + sub plus_plus.liga plus' by LIG; + sub plus' plus by plus_plus.liga; } plus_plus; -lookup question_colon { - ignore sub question question' colon; - ignore sub question' colon colon; - ignore sub parenleft question' colon; - sub LIG colon' by question_colon.liga; - sub question' colon by LIG; -} question_colon; +lookup plus_plus_plus { + ignore sub plus_plus.liga' LIG plus plus; + sub plus_plus_plus.liga LIG plus' by LIG; + sub plus_plus.liga' LIG plus by plus_plus_plus.liga; +} plus_plus_plus; +### Question lookup question_equal { ignore sub question question' equal; ignore sub question' equal equal; ignore sub parenleft question' equal; - sub LIG equal' by question_equal.liga; - sub question' equal by LIG; + ignore sub less question' equal; + sub question_equal.liga equal' by LIG; + sub question' equal by question_equal.liga; } question_equal; lookup question_period { ignore sub question question' period; ignore sub question' period period; - sub LIG period' by question_period.liga; - sub question' period by LIG; + sub question_period.liga period' by LIG; + sub question' period by question_period.liga; } question_period; lookup question_question { ignore sub question question' question; ignore sub question' question question; - sub LIG question' by question_question.liga; - sub question' question by LIG; + sub question_question.liga question' by LIG; + sub question' question by question_question.liga; } question_question; +lookup question_question_equal { + sub question_question_equal.liga LIG equal' by LIG; + sub question_question.liga' LIG equal by question_question_equal.liga; +} question_question_equal; + +lookup question_colon { + ignore sub question question' colon; + ignore sub question' colon colon; + sub question_colon.liga colon' by LIG; + sub question' colon by question_colon.liga; +} question_colon; + +### Semicolon lookup semicolon_semicolon { ignore sub semicolon semicolon' semicolon; ignore sub semicolon' semicolon semicolon; - sub LIG semicolon' by semicolon_semicolon.liga; - sub semicolon' semicolon by LIG; + sub semicolon_semicolon.liga semicolon' by LIG; + sub semicolon' semicolon by semicolon_semicolon.liga; } semicolon_semicolon; + +### Slash lookup slash_asterisk { ignore sub slash slash' asterisk; ignore sub slash' asterisk asterisk; ignore sub slash' asterisk slash; ignore sub asterisk slash' asterisk; - sub LIG asterisk' by slash_asterisk.liga; - sub slash' asterisk by LIG; + sub slash_asterisk.liga asterisk' by LIG; + sub slash' asterisk by slash_asterisk.liga; } slash_asterisk; -lookup slash_equal { - ignore sub slash slash' equal; - ignore sub slash' equal equal; - sub LIG equal' by slash_equal.liga; - sub slash' equal by LIG; -} slash_equal; - lookup slash_greater { ignore sub slash slash' greater; ignore sub slash' greater greater; - sub LIG greater' by slash_greater.liga; - sub slash' greater by LIG; + sub slash_greater.liga greater' by LIG; + sub slash' greater by slash_greater.liga; } slash_greater; lookup slash_slash { ignore sub slash slash' slash; - ignore sub slash' slash slash; - sub LIG slash' by slash_slash.liga; - sub slash' slash by LIG; + ignore sub slash' slash slash slash; + ignore sub equal slash' slash; + ignore sub slash' slash equal; + sub slash_slash.liga slash' by LIG; + sub slash' slash by slash_slash.liga; } slash_slash; -lookup underscore_underscore { - ignore sub underscore underscore' underscore; - ignore sub underscore' underscore underscore; - sub LIG underscore' by underscore_underscore.liga; - sub underscore' underscore by LIG; -} underscore_underscore; -### end of generated calt +lookup slash_slash_slash { + sub slash_slash_slash.liga LIG slash' by LIG; + sub slash_slash.liga' LIG slash by slash_slash_slash.liga; +} slash_slash_slash; -lookup parenleft_asterisk { - ignore sub parenleft parenleft' asterisk; - ignore sub parenleft' asterisk asterisk; - sub LIG asterisk' by parenleft_asterisk.liga; - sub parenleft' asterisk by LIG; -} parenleft_asterisk; +lookup slash_backslash { + ignore sub @NotSpace slash' backslash; + ignore sub slash' backslash @NotSpace; + sub slash_backslash.liga backslash' by LIG; + sub slash' backslash by slash_backslash.liga; +} slash_backslash; -lookup asterisk_parenright { - ignore sub asterisk asterisk' parenright; - ignore sub asterisk' parenright parenright; - sub LIG parenright' by asterisk_parenright.liga; - sub asterisk' parenright by LIG; -} asterisk_parenright; -lookup backslash_backslash { - ignore sub backslash backslash' backslash; - ignore sub backslash' backslash backslash; - sub LIG backslash' by backslash_backslash.liga; - sub backslash' backslash by LIG; -} backslash_backslash; +### WWW +lookup w_w_w { + ignore sub w w' w w; + ignore sub w' w w w; + sub w_w_w.liga LIG w' by LIG; + sub w_w_w.liga w' w by LIG; + sub w' w w by w_w_w.liga; +} w_w_w; + -sub less asciitilde' greater by asciitilde_asciitilde.liga; + +### Vertical-align colon/greater/less + +# :> :< >: <: +# :>: :<: +# <:> >:< <:< >:> +# <::> <::< >::< >::> +# <:::> <:::< >:::< >:::> +# <::::> <::::< >::::< >::::> + +lookup center { + #574 :>= :<= + ignore sub colon' [less greater] [equal hyphen]; + ignore sub colon colon' [less greater]; # ignores the :::< case + + # middles & ends + sub [less.center greater.center colon.center] colon' by colon.center; + sub colon.center [less greater]' by [less.center greater.center]; + + # starts + sub [less greater]' colon by [less.center greater.center]; + sub colon' [less greater] by colon.center; +} center; + +lookup equal_arrows { + # Disable ||| + ignore sub bar bar' bar equal; + ignore sub bar bar' equal; + ignore sub [equal_start.seq equal_middle.seq] bar' bar bar; + + # equal middle & end + sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' [equal less greater bar slash colon exclam] by equal_middle.seq; + + sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' [equal less greater bar slash colon exclam] by equal_middle.seq; + + sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' by equal_end.seq; + + sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' by equal_end.seq; + + + # double middles + sub [equal_start.seq equal_middle.seq] less_less_equal_middle.seq less' equal by LIG; + sub [equal_start.seq equal_middle.seq] less' less equal by less_less_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] greater_greater_equal_middle.seq greater' equal by LIG; + sub [equal_start.seq equal_middle.seq] greater' greater equal by greater_greater_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] bar_bar_equal_middle.seq bar' equal by LIG; + sub [equal_start.seq equal_middle.seq] bar' bar equal by bar_bar_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] slash_slash_equal_middle.seq slash' equal by LIG; + sub [equal_start.seq equal_middle.seq] slash' slash equal by slash_slash_equal_middle.seq; + + # single middles + sub [equal_start.seq equal_middle.seq] less' equal by less_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] greater' equal by greater_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] bar' equal by bar_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] slash' equal by slash_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] colon' equal by colon_equal_middle.seq; + sub [equal_start.seq equal_middle.seq] exclam' equal by exclam_equal_middle.seq; + + # double ends + sub [equal_start.seq equal_middle.seq] less_less_equal_end.seq less' by LIG; + sub [equal_start.seq equal_middle.seq] less' less by less_less_equal_end.seq; + sub [equal_start.seq equal_middle.seq] greater_greater_equal_end.seq greater' by LIG; + sub [equal_start.seq equal_middle.seq] greater' greater by greater_greater_equal_end.seq; + sub [equal_start.seq equal_middle.seq] bar_bar_equal_end.seq bar' by LIG; + sub [equal_start.seq equal_middle.seq] bar' bar by bar_bar_equal_end.seq; + sub [equal_start.seq equal_middle.seq] slash_slash_equal_end.seq slash' by LIG; + sub [equal_start.seq equal_middle.seq] slash' slash by slash_slash_equal_end.seq; + + # single ends + sub [equal_start.seq equal_middle.seq] less' by less_equal_end.seq; + sub [equal_start.seq equal_middle.seq] greater' by greater_equal_end.seq; + sub [equal_start.seq equal_middle.seq] bar' by bar_equal_end.seq; + sub [equal_start.seq equal_middle.seq] slash' by slash_equal_end.seq; + + # double beginnings + sub less_less_equal_start.seq less' equal by LIG; + sub less' less equal by less_less_equal_start.seq; + sub greater_greater_equal_start.seq greater' equal by LIG; + sub greater' greater equal by greater_greater_equal_start.seq; + sub bar_bar_equal_start.seq bar' equal by LIG; + sub bar' bar equal by bar_bar_equal_start.seq; + sub slash_slash_equal_start.seq slash' equal by LIG; + sub slash' slash equal by slash_slash_equal_start.seq; + + # Disable >=< #548 + sub greater' equal less [equal less] by greater_equal_start.seq; + ignore sub greater' equal less; + + # Disable =< #479 #468 #424 #406 #355 #305 + sub equal' less [equal less] by equal_start.seq; + + # Disable =/ #1056 + sub equal' slash [equal slash] by equal_start.seq; + + # single beginnings + sub less' equal [equal less greater bar slash colon exclam] by less_equal_start.seq; # disable >= <= as they're used in math + sub greater' equal [equal less greater bar slash colon exclam] by greater_equal_start.seq; + sub bar' equal [equal less greater bar slash colon exclam] by bar_equal_start.seq; # disable |= + sub slash' equal by slash_equal_start.seq; + sub equal' [equal greater bar colon exclam] by equal_start.seq; + +} equal_arrows; + +### Arbitrary-length arrows #346 + +lookup hyphen_arrows { + # Disable ||| + ignore sub bar bar' bar hyphen; + ignore sub bar bar' hyphen; + ignore sub [hyphen_start.seq hyphen_middle.seq] bar' bar bar; + + # hyphen middle & end + sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' [hyphen less greater bar] by hyphen_middle.seq; + + sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' [hyphen less greater bar] by hyphen_middle.seq; + + sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' by hyphen_end.seq; + + sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' by hyphen_end.seq; + + # double middles + sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_middle.seq less' hyphen by LIG; + sub [hyphen_start.seq hyphen_middle.seq] less' less hyphen by less_less_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_middle.seq greater' hyphen by LIG; + sub [hyphen_start.seq hyphen_middle.seq] greater' greater hyphen by greater_greater_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_middle.seq bar' hyphen by LIG; + sub [hyphen_start.seq hyphen_middle.seq] bar' bar hyphen by bar_bar_hyphen_middle.seq; + + # single middles + sub [hyphen_start.seq hyphen_middle.seq] less' hyphen by less_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater' hyphen by greater_hyphen_middle.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar' hyphen by bar_hyphen_middle.seq; + + # double ends + sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_end.seq less' by LIG; + sub [hyphen_start.seq hyphen_middle.seq] less' less by less_less_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_end.seq greater' by LIG; + sub [hyphen_start.seq hyphen_middle.seq] greater' greater by greater_greater_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_end.seq bar' by LIG; + sub [hyphen_start.seq hyphen_middle.seq] bar' bar by bar_bar_hyphen_end.seq; + + # single ends + sub [hyphen_start.seq hyphen_middle.seq] less' by less_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] greater' by greater_hyphen_end.seq; + sub [hyphen_start.seq hyphen_middle.seq] bar' by bar_hyphen_end.seq; + + # double beginnings + sub less_less_hyphen_start.seq less' hyphen by LIG; + sub less' less hyphen by less_less_hyphen_start.seq; + sub greater_greater_hyphen_start.seq greater' hyphen by LIG; + sub greater' greater hyphen by greater_greater_hyphen_start.seq; + sub bar_bar_hyphen_start.seq bar' hyphen by LIG; + sub bar' bar hyphen by bar_bar_hyphen_start.seq; + + # single beginnings + sub less' hyphen by less_hyphen_start.seq; + sub greater' hyphen by greater_hyphen_start.seq; + sub bar' hyphen by bar_hyphen_start.seq; + sub hyphen' [hyphen less greater bar] by hyphen_start.seq; +} hyphen_arrows; + +lookup numbersigns { + # middle parts + sub [numbersign_start.seq numbersign_middle.seq] numbersign' numbersign by numbersign_middle.seq; + + # ends + sub [numbersign_start.seq numbersign_middle.seq] numbersign' by numbersign_end.seq; + + # beginnings + sub numbersign' numbersign by numbersign_start.seq; +} numbersigns; + +lookup underscores { + # middle parts + sub [underscore_start.seq underscore_middle.seq] bar' underscore by bar_underscore_middle.seq; + + sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' bar underscore by underscore_middle.seq; + sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' underscore by underscore_middle.seq; + + # ends + sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' by underscore_end.seq; + + # beginnings + sub underscore' bar underscore by underscore_start.seq; + sub underscore' underscore by underscore_start.seq; +} underscores; + +#Other non-ligature bits sub dcaron' [lacute lcaron lcommaaccent ldot lslash b h k l hbar hcircumflex kcommaaccent @Uppercase] by dcaron.alt; } calt; feature ccmp { lookup ccmp_Other_1 { - @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; - @CombiningNonTopAccents = [cedillacomb dotbelowcomb ogonekcomb horncomb]; - sub [i j]' @CombiningTopAccents by [idotless jdotless]; + @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaabovecomb commaaboverightcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; + @CombiningNonTopAccents = [cedillacomb dotbelowcomb lowlinecomb macronbelowcomb ogonekcomb ringbelowcomb horncomb]; + sub [i j i-cy je-cy]' @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningTopAccents by idotless ogonekcomb; - sub [i j]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless]; + sub idotbelow' @CombiningTopAccents by idotless dotbelowcomb; + sub [i j i-cy je-cy]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless idotless jdotless]; + sub iogonek' @CombiningNonTopAccents @CombiningTopAccents by idotless ogonekcomb; + sub idotbelow' @CombiningNonTopAccents @CombiningTopAccents by idotless dotbelowcomb; @Markscomb = [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb horncomb tonos brevecomb-cy]; @MarkscombCase = [dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case tonos.case brevecomb-cy.case]; sub @Markscomb @Markscomb' by @MarkscombCase; @@ -1155,9 +1028,13 @@ lookup ccmp_Other_2 { sub @MarkscombCase @Markscomb' by @MarkscombCase; } ccmp_Other_2; -sub fi by f i; -sub fl by f l; +lookup ccmp_latn_1 { + sub fi by f i; + sub fl by f l; +} ccmp_latn_1; +script latn; +lookup ccmp_latn_1; } ccmp; feature locl { @@ -1444,4 +1321,50 @@ sub uniE0CF by uniE0CF.stypo; sub uniE0D1 by uniE0D1.stypo; sub uniE0D2 by uniE0D2.stypo; sub uniE0D4 by uniE0D4.stypo; -} rclt; \ No newline at end of file +} rclt; + +feature zero { +# automatic +sub zero by zero.zero; + +} zero; + +feature ss20 { +# notes: +# Name: +sub acknowledgeControl by acknowledgeControl.ss20; +sub backspaceControl by backspaceControl.ss20; +sub bellControl by bellControl.ss20; +sub cancelControl by cancelControl.ss20; +sub carriageReturnControl by carriageReturnControl.ss20; +sub dataLinkEscapeControl by dataLinkEscapeControl.ss20; +sub deleteControl by deleteFormTwoControl; +sub deviceControlFourControl by upperLeftQuadrantWhiteCircle; +sub deviceControlOneControl by upperRightQuadrantWhiteCircle; +sub deviceControlThreeControl by lowerLeftQuadrantWhiteCircle; +sub deviceControlTwoControl by lowerRightQuadrantWhiteCircle; +sub endOfMediumControl by endOfMediumControl.ss20; +sub endOfTextControl by endOfTextControl.ss20; +sub endOfTransmissionBlockControl by endOfTransmissionBlockControl.ss20; +sub endOfTransmissionControl by endOfTransmissionControl.ss20; +sub enquiryControl by enquiryControl.ss20; +sub escapeControl by escapeControl.ss20; +sub fileSeparatorControl by whiteUpperLeftQuadrantSquare; +sub formFeedControl by formFeedControl.ss20; +sub groupSeparatorControl by whiteLowerLeftQuadrantSquare; +sub horizontalTabulationControl by horizontalTabulationControl.ss20; +sub lineFeedControl by lineFeedControl.ss20; +sub negativeAcknowledgeControl by negativeAcknowledgeControl.ss20; +sub nullControl by whiteSquare; +sub recordSeparatorControl by whiteLowerRightQuadrantSquare; +sub shiftInControl by shiftInControl.ss20; +sub shiftOutControl by shiftOutControl.ss20; +sub spaceControl by upWhiteTriangle; +sub startOfHeadingControl by startOfHeadingControl.ss20; +sub startOfTextControl by startOfTextControl.ss20; +sub substituteControl by substituteControl.ss20; +sub synchronousIdleControl by synchronousIdleControl.ss20; +sub unitSeparatorControl by whiteUpperRightQuadrantSquare; +sub verticalTabulationControl by verticalTabulationControl.ss20; +sub newlineControl by returnsymbol; +} ss20; \ No newline at end of file diff --git a/sources/features/features_mono.fea b/sources/features/features_mono.fea index b7c63db19..08b37dc72 100644 --- a/sources/features/features_mono.fea +++ b/sources/features/features_mono.fea @@ -1,8 +1,8 @@ # automatic -@Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Amacron Aogonek Aring Aringacute Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Etilde F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent H Hbar Hcircumflex I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Itilde J Jcircumflex K Kcommaaccent L Lacute Lcaron Lcommaaccent Ldot Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Oogonek Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scircumflex Scommaaccent Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Uring Utilde V W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol Acaron Eopen Esh Ezh Hcaron Oopen Vturned ]; +@Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol ]; # automatic -@Lowercase = [ a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek etilde schwa f g gbreve gcaron gcircumflex gcommaaccent gdotaccent h hbar hcircumflex i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek itilde j jdotless jcircumflex k kcommaaccent kgreenlandic l lacute lcaron lcommaaccent ldot lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron oogonek oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent s sacute scaron scedilla scircumflex scommaaccent germandbls longs t tbar tcaron tcedilla tcommaaccent u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek uring utilde v w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol Ismall acaron eopen esh ezh hcaron oopen tesh vturned ]; +@Lowercase = [ Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol ]; @OpeningBracket = [ bracketleft braceleft parenleft ]; @@ -13,6 +13,7 @@ @ClosingBracket = [ bracketright braceright parenright ]; @Tall = [ @Uppercase @Digit @OpeningBracket @ClosingBracket bar ]; +@NotSpace = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply fi fl w_w_w.liga ordfeminine ordmasculine nmod wmod ymod A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol thetamod zmod zero one two three four five six seven eight nine zero.zero zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk exclamdouble numbersign onedotenleader overline slash backslash colon.center parenleft parenright braceleft braceright bracketleft bracketright heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament hyphen softhyphen endash emdash horizontalbar hyphentwo nonbreakinghyphen underscore underscoredbl quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright quotereversed guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga braceright_numbersign.liga bracketleft_bar.liga bracketright_numbersign.liga period_hyphen.liga period_period.liga period_period_period.liga period_period_equal.liga period_period_less.liga period_question.liga period_equal.liga colon_colon.liga colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga colon_slash_slash.liga semicolon_semicolon.liga exclam_period.liga exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga exclam_equal_equal.liga question_period.liga question_colon.liga question_question.liga question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga asterisk_asterisk_asterisk.liga asterisk_greater.liga asterisk_slash.liga numbersign_parenleft.liga numbersign_braceleft.liga numbersign_bracketleft.liga numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga slash_backslash.liga backslash_slash.liga backslash_backslash.liga underscore_underscore.liga hyphen_middle.seq hyphen_start.seq hyphen_end.seq colon_equal_middle.seq exclam_equal_middle.seq numbersign_end.seq numbersign_middle.seq numbersign_start.seq slash_equal_end.seq slash_equal_middle.seq slash_equal_start.seq slash_slash_equal_end.seq slash_slash_equal_middle.seq slash_slash_equal_start.seq underscore_end.seq underscore_middle.seq underscore_start.seq anoteleia questiongreek baht cedi cent colonsign currency dollar dong euro eurocurrency florin franc guarani hryvnia kip lari lira liraTurkish manat naira peseta peso ruble rupee rupeeIndian sheqel sterling tenge tugrik won yen bulletoperator divisionslash equivalence horizontallineextension integralbt integraltp logicalnotReversed notidentical plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal asciitilde logicalnot asciicircum infinity intersection integral Ohm increment product summation radical micro partialdiff orthogonal percent perthousand strictlyequivalentto vectorOrCrossProduct greater.center less.center upArrow rightArrow downArrow leftArrow leftRightArrow upDownArrow upDownbaseArrow downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock lowerOneQuarterBlock lowerThreeEighthsBlock lowerHalfBlock lowerFiveEighthsBlock lowerThreeQuartersBlock lowerSevenEighthsBlock fullBlock upperHalfBlock upperOneEighthBlock leftOneEighthBlock leftOneQuarterBlock leftThreeEighthsBlock leftBlock leftFiveEighthsBlock leftThreeQuartersBlock leftSevenEighthsBlock rightBlock rightOneEighthBlock lowerLeftBlock lowerRightBlock upperLeftBlock upperLeftAndLowerLeftAndLowerRightBlock upperLeftAndLowerRightBlock upperLeftAndUpperRightAndLowerLeftBlock upperLeftAndUpperRightAndLowerRightBlock upperRightBlock upperRightAndLowerLeftBlock upperRightAndLowerLeftAndLowerRightBlock shadelight shademedium shadedark blackCircle whiteCircle largeCircle leftHalfBlackWhiteCircle rightHalfBlackWhiteCircle lowerHalfBlackWhiteCircle upperHalfBlackWhiteCircle leftHalfBlackCircle rightHalfBlackCircle upperRightBlackCircle upperLeftWhiteCircle upperLeftQuadrantWhiteCircle lowerLeftQuadrantWhiteCircle lowerRightQuadrantWhiteCircle upperRightQuadrantWhiteCircle verticalFillCircle dottedCircle fisheye bullseye whiteBullet inverseBullet inverseWhiteCircle upperHalfInverseWhiteCircle lowerHalfInverseWhiteCircle upperHalfArc lowerHalfArc upperLeftArc upperRightArc lowerRightArc lowerLeftArc blackDiamond whiteDiamond leftHalfBlackDiamond rightHalfBlackDiamond topHalfBlackDiamond bottomHalfBlackDiamond blackInWhiteDiamond lozenge blackParallelogram whiteParallelogram blackVerticalRect filledRect whiteRect whiteVerticalRect blackSquare whiteSquare whiteRoundedCornersSquare whiteInBlackSquare dottedSquare horizontalFillSquare verticalFillSquare crosshatchFillSquare upperlefttolowerrightFillSquare upperrighttolowerleftFillSquare diagonalcrosshatchFillSquare blackSmallSquare whiteSmallSquare leftHalfBlackSquare rightHalfBlackSquare upperLeftDiagonalHalfBlackSquare lowerRightDiagonalHalfBlackSquare verticalBisectingLineWhiteSquare whiteUpperLeftQuadrantSquare whiteLowerLeftQuadrantSquare whiteLowerRightQuadrantSquare whiteUpperRightQuadrantSquare mediumWhiteSquare mediumBlackSquare mediumWhiteSmallSquare mediumBlackSmallSquare upBlackTriangle rightBlackTriangle downBlackTriangle leftBlackTriangle upWhiteTriangle rightWhiteTriangle downWhiteTriangle leftWhiteTriangle upWhiteTriangleWithDot upLeftHalfBlackTriangle upRightHalfBlackTriangle rightBlackPointer leftBlackPointer rightWhitePointer leftWhitePointer upBlackSmallTriangle rightBlackSmallTriangle downBlackSmallTriangle leftBlackSmallTriangle upWhiteSmallTriangle rightWhiteSmallTriangle downWhiteSmallTriangle leftWhiteSmallTriangle upperRightBlackTriangle lowerRightBlackTriangle lowerLeftBlackTriangle upperLeftBlackTriangle upperRightTriangle lowerRightTriangle lowerLeftTriangle upperLeftTriangle boxDoubleDownAndHorizontal boxDoubleDownAndLeft boxDoubleDownAndRight boxDoubleHorizontal boxDoubleUpAndHorizontal boxDoubleUpAndLeft boxDoubleUpAndRight boxDoubleVertical boxDoubleVerticalAndHorizontal boxDoubleVerticalAndLeft boxDoubleVerticalAndRight boxDownDoubleAndHorizontalSingle boxDownDoubleAndLeftSingle boxDownDoubleAndRightSingle boxDownHeavyAndHorizontalLight boxDownHeavyAndLeftLight boxDownHeavyAndLeftUpLight boxDownHeavyAndRightLight boxDownHeavyAndRightUpLight boxDownHeavyAndUpHorizontalLight boxDownLightAndHorizontalHeavy boxDownLightAndLeftHeavy boxDownLightAndLeftUpHeavy boxDownLightAndRightHeavy boxDownLightAndRightUpHeavy boxDownLightAndUpHorizontalHeavy boxDownSingleAndHorizontalDouble boxDownSingleAndLeftDouble boxDownSingleAndRightDouble boxHeavyDoubleDashHorizontal boxHeavyDoubleDashVertical boxHeavyDown boxHeavyDownAndHorizontal boxHeavyDownAndLeft boxHeavyDownAndRight boxHeavyHorizontal boxHeavyLeft boxHeavyLeftAndLightRight boxHeavyQuadrupleDashHorizontal boxHeavyQuadrupleDashVertical boxHeavyRight boxHeavyTripleDashHorizontal boxHeavyTripleDashVertical boxHeavyUp boxHeavyUpAndHorizontal boxHeavyUpAndLeft boxHeavyUpAndLightDown boxHeavyUpAndRight boxHeavyVertical boxHeavyVerticalAndHorizontal boxHeavyVerticalAndLeft boxHeavyVerticalAndRight boxLeftDownHeavyAndRightUpLight boxLeftHeavyAndRightDownLight boxLeftHeavyAndRightUpLight boxLeftHeavyAndRightVerticalLight boxLeftLightAndRightDownHeavy boxLeftLightAndRightUpHeavy boxLeftLightAndRightVerticalHeavy boxLeftUpHeavyAndRightDownLight boxLightArcDownAndLeft boxLightArcDownAndRight boxLightArcUpAndLeft boxLightArcUpAndRight boxLightDiagonalCross boxLightDiagonalUpperLeftToLowerRight boxLightDiagonalUpperRightToLowerLeft boxLightDoubleDashHorizontal boxLightDoubleDashVertical boxLightDown boxLightDownAndHorizontal boxLightDownAndLeft boxLightDownAndRight boxLightHorizontal boxLightLeft boxLightLeftAndHeavyRight boxLightQuadrupleDashHorizontal boxLightQuadrupleDashVertical boxLightRight boxLightTripleDashHorizontal boxLightTripleDashVertical boxLightUp boxLightUpAndHeavyDown boxLightUpAndHorizontal boxLightUpAndLeft boxLightUpAndRight boxLightVertical boxLightVerticalAndHorizontal boxLightVerticalAndLeft boxLightVerticalAndRight boxRightDownHeavyAndLeftUpLight boxRightHeavyAndLeftDownLight boxRightHeavyAndLeftUpLight boxRightHeavyAndLeftVerticalLight boxRightLightAndLeftDownHeavy boxRightLightAndLeftUpHeavy boxRightLightAndLeftVerticalHeavy boxRightUpHeavyAndLeftDownLight boxUpDoubleAndHorizontalSingle boxUpDoubleAndLeftSingle boxUpDoubleAndRightSingle boxUpHeavyAndDownHorizontalLight boxUpHeavyAndHorizontalLight boxUpHeavyAndLeftDownLight boxUpHeavyAndLeftLight boxUpHeavyAndRightDownLight boxUpHeavyAndRightLight boxUpLightAndDownHorizontalHeavy boxUpLightAndHorizontalHeavy boxUpLightAndLeftDownHeavy boxUpLightAndLeftHeavy boxUpLightAndRightDownHeavy boxUpLightAndRightHeavy boxUpSingleAndHorizontalDouble boxUpSingleAndLeftDouble boxUpSingleAndRightDouble boxVerticalDoubleAndHorizontalSingle boxVerticalDoubleAndLeftSingle boxVerticalDoubleAndRightSingle boxVerticalHeavyAndHorizontalLight boxVerticalHeavyAndLeftLight boxVerticalHeavyAndRightLight boxVerticalLightAndHorizontalHeavy boxVerticalLightAndLeftHeavy boxVerticalLightAndRightHeavy boxVerticalSingleAndHorizontalDouble boxVerticalSingleAndLeftDouble boxVerticalSingleAndRightDouble lowerOneEighthBlock.stypo lowerOneQuarterBlock.stypo lowerThreeEighthsBlock.stypo lowerHalfBlock.stypo lowerFiveEighthsBlock.stypo lowerThreeQuartersBlock.stypo lowerSevenEighthsBlock.stypo fullBlock.stypo upperHalfBlock.stypo upperOneEighthBlock.stypo leftOneEighthBlock.stypo leftOneQuarterBlock.stypo leftThreeEighthsBlock.stypo leftBlock.stypo leftFiveEighthsBlock.stypo leftThreeQuartersBlock.stypo leftSevenEighthsBlock.stypo rightBlock.stypo rightOneEighthBlock.stypo lowerLeftBlock.stypo lowerRightBlock.stypo upperLeftBlock.stypo upperLeftAndLowerLeftAndLowerRightBlock.stypo upperLeftAndLowerRightBlock.stypo upperLeftAndUpperRightAndLowerLeftBlock.stypo upperLeftAndUpperRightAndLowerRightBlock.stypo upperRightBlock.stypo upperRightAndLowerLeftBlock.stypo upperRightAndLowerLeftAndLowerRightBlock.stypo shadelight.stypo shademedium.stypo shadedark.stypo reversedRotatedFloralHeartBullet whiteSmilingFace blackSmilingFace sunWithRays venus mars spadeBlackSuit clubBlackSuit heartBlackSuit diamondBlackSuit checkmark rotatedFloralHeartBullet acknowledgeControl backspaceControl at ampersand paragraph section copyright registered published trademark careof degree minute second bar brokenbar dagger literSign daggerdbl estimated numero bellControl blackHexagon blackHorizontalEllipse blackLargeCircle blackLargeSquare blackMediumDiamond blackMediumDownTriangleCentred blackMediumLeftTriangleCentred blackMediumLozenge blackMediumRightTriangleCentred blackMediumUpTriangleCentred blackPentagon blackSmallDiamond blackSmallLozenge blackVerticalEllipse blackVerysmallSquare blank blankSymbol bottomHalfBlackCircle cancelControl carriageReturnControl dataLinkEscapeControl deleteControl deleteFormTwoControl deviceControlFourControl deviceControlOneControl deviceControlThreeControl deviceControlTwoControl endOfMediumControl endOfTextControl endOfTransmissionBlockControl endOfTransmissionControl enquiryControl escapeControl fileSeparatorControl formFeedControl groupSeparatorControl horizontalBlackHexagon horizontalTabulationControl house returnsymbol lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare negativeAcknowledgeControl newlineControl nullControl prescription recordSeparatorControl shiftInControl shiftOutControl spaceControl startOfHeadingControl startOfTextControl substituteControl substituteFormTwoControl synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare unitSeparatorControl verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare whiteMediumDiamond whiteMediumLozenge whitePentagon whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare acknowledgeControl.ss20 backspaceControl.ss20 bellControl.ss20 cancelControl.ss20 carriageReturnControl.ss20 dataLinkEscapeControl.ss20 endOfMediumControl.ss20 endOfTextControl.ss20 endOfTransmissionBlockControl.ss20 endOfTransmissionControl.ss20 enquiryControl.ss20 escapeControl.ss20 formFeedControl.ss20 horizontalTabulationControl.ss20 lineFeedControl.ss20 negativeAcknowledgeControl.ss20 shiftInControl.ss20 shiftOutControl.ss20 startOfHeadingControl.ss20 startOfTextControl.ss20 substituteControl.ss20 synchronousIdleControl.ss20 verticalTabulationControl.ss20 ampersand_ampersand.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga bar_bar_bar.liga bar_bar_bar_greater.liga bar_bar_greater.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga equal_equal.liga equal_equal_equal.liga greater_equal.liga greater_greater.liga greater_greater_greater.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga less_bar.liga less_bar_bar.liga less_bar_bar_bar.liga less_bar_greater.liga less_dollar.liga less_dollar_greater.liga less_plus.liga less_plus_greater.liga less_equal.liga less_greater.liga less_less.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga less_asciitilde_asciitilde.liga less_slash.liga less_slash_greater.liga asciitilde_hyphen.liga asciitilde_at.liga asciitilde_equal.liga asciitilde_greater.liga asciitilde_asciitilde.liga asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga bar_underscore_middle.seq bar_bar_equal_middle.seq bar_equal_middle.seq bar_bar_equal_end.seq bar_bar_equal_start.seq bar_bar_hyphen_middle.seq bar_hyphen_middle.seq bar_bar_hyphen_end.seq bar_bar_hyphen_start.seq bar_equal_end.seq bar_equal_start.seq bar_hyphen_end.seq bar_hyphen_start.seq equal_middle.seq equal_end.seq equal_start.seq greater_greater_equal_middle.seq greater_equal_middle.seq greater_greater_equal_end.seq greater_greater_equal_start.seq greater_equal_start.seq greater_equal_end.seq greater_greater_hyphen_middle.seq greater_hyphen_middle.seq greater_greater_hyphen_end.seq greater_greater_hyphen_start.seq greater_hyphen_start.seq greater_hyphen_end.seq less_less_equal_middle.seq less_equal_middle.seq less_less_equal_end.seq less_less_equal_start.seq less_equal_end.seq less_equal_start.seq less_less_hyphen_middle.seq less_hyphen_middle.seq less_less_hyphen_end.seq less_less_hyphen_start.seq less_hyphen_end.seq less_hyphen_start.seq note-musical notedbl-musical blank-braille dots1-braille dots12-braille dots123-braille dots1234-braille dots12345-braille dots123456-braille dots1234567-braille dots12345678-braille dots1234568-braille dots123457-braille dots1234578-braille dots123458-braille dots12346-braille dots123467-braille dots1234678-braille dots123468-braille dots12347-braille dots123478-braille dots12348-braille dots1235-braille dots12356-braille dots123567-braille dots1235678-braille dots123568-braille dots12357-braille dots123578-braille dots12358-braille dots1236-braille dots12367-braille dots123678-braille dots12368-braille dots1237-braille dots12378-braille dots1238-braille dots124-braille dots1245-braille dots12456-braille dots124567-braille dots1245678-braille dots124568-braille dots12457-braille dots124578-braille dots12458-braille dots1246-braille dots12467-braille dots124678-braille dots12468-braille dots1247-braille dots12478-braille dots1248-braille dots125-braille dots1256-braille dots12567-braille dots125678-braille dots12568-braille dots1257-braille dots12578-braille dots1258-braille dots126-braille dots1267-braille dots12678-braille dots1268-braille dots127-braille dots1278-braille dots128-braille dots13-braille dots134-braille dots1345-braille dots13456-braille dots134567-braille dots1345678-braille dots134568-braille dots13457-braille dots134578-braille dots13458-braille dots1346-braille dots13467-braille dots134678-braille dots13468-braille dots1347-braille dots13478-braille dots1348-braille dots135-braille dots1356-braille dots13567-braille dots135678-braille dots13568-braille dots1357-braille dots13578-braille dots1358-braille dots136-braille dots1367-braille dots13678-braille dots1368-braille dots137-braille dots1378-braille dots138-braille dots14-braille dots145-braille dots1456-braille dots14567-braille dots145678-braille dots14568-braille dots1457-braille dots14578-braille dots1458-braille dots146-braille dots1467-braille dots14678-braille dots1468-braille dots147-braille dots1478-braille dots148-braille dots15-braille dots156-braille dots1567-braille dots15678-braille dots1568-braille dots157-braille dots1578-braille dots158-braille dots16-braille dots167-braille dots1678-braille dots168-braille dots17-braille dots178-braille dots18-braille dots2-braille dots23-braille dots234-braille dots2345-braille dots23456-braille dots234567-braille dots2345678-braille dots234568-braille dots23457-braille dots234578-braille dots23458-braille dots2346-braille dots23467-braille dots234678-braille dots23468-braille dots2347-braille dots23478-braille dots2348-braille dots235-braille dots2356-braille dots23567-braille dots235678-braille dots23568-braille dots2357-braille dots23578-braille dots2358-braille dots236-braille dots2367-braille dots23678-braille dots2368-braille dots237-braille dots2378-braille dots238-braille dots24-braille dots245-braille dots2456-braille dots24567-braille dots245678-braille dots24568-braille dots2457-braille dots24578-braille dots2458-braille dots246-braille dots2467-braille dots24678-braille dots2468-braille dots247-braille dots2478-braille dots248-braille dots25-braille dots256-braille dots2567-braille dots25678-braille dots2568-braille dots257-braille dots2578-braille dots258-braille dots26-braille dots267-braille dots2678-braille dots268-braille dots27-braille dots278-braille dots28-braille dots3-braille dots34-braille dots345-braille dots3456-braille dots34567-braille dots345678-braille dots34568-braille dots3457-braille dots34578-braille dots3458-braille dots346-braille dots3467-braille dots34678-braille dots3468-braille dots347-braille dots3478-braille dots348-braille dots35-braille dots356-braille dots3567-braille dots35678-braille dots3568-braille dots357-braille dots3578-braille dots358-braille dots36-braille dots367-braille dots3678-braille dots368-braille dots37-braille dots378-braille dots38-braille dots4-braille dots45-braille dots456-braille dots4567-braille dots45678-braille dots4568-braille dots457-braille dots4578-braille dots458-braille dots46-braille dots467-braille dots4678-braille dots468-braille dots47-braille dots478-braille dots48-braille dots5-braille dots56-braille dots567-braille dots5678-braille dots568-braille dots57-braille dots578-braille dots58-braille dots6-braille dots67-braille dots678-braille dots68-braille dots7-braille dots78-braille dots8-braille numeral-greek lowernumeral-greek apostrophemod colontriangularmod commaturnedmod firsttonechinese glottalstopmod dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb tonos tonos.case dieresistonos brevecomb-cy brevecomb-cy.case LIG ]; # Prefix: Languagesystems # automatic @@ -46,6 +47,8 @@ feature ss02; feature zero; feature ss19; feature rclt; +feature zero; +feature ss20; } aalt; @@ -55,11 +58,14 @@ sub dcaron' [lacute lcaron lcommaaccent ldot lslash b h k l hbar hcircumflex kco feature ccmp { lookup ccmp_Other_1 { - @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; - @CombiningNonTopAccents = [cedillacomb dotbelowcomb ogonekcomb horncomb]; - sub [i j]' @CombiningTopAccents by [idotless jdotless]; + @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaabovecomb commaaboverightcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; + @CombiningNonTopAccents = [cedillacomb dotbelowcomb lowlinecomb macronbelowcomb ogonekcomb ringbelowcomb horncomb]; + sub [i j i-cy je-cy]' @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningTopAccents by idotless ogonekcomb; - sub [i j]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless]; + sub idotbelow' @CombiningTopAccents by idotless dotbelowcomb; + sub [i j i-cy je-cy]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless idotless jdotless]; + sub iogonek' @CombiningNonTopAccents @CombiningTopAccents by idotless ogonekcomb; + sub idotbelow' @CombiningNonTopAccents @CombiningTopAccents by idotless dotbelowcomb; @Markscomb = [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb horncomb tonos brevecomb-cy]; @MarkscombCase = [dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case tonos.case brevecomb-cy.case]; sub @Markscomb @Markscomb' by @MarkscombCase; @@ -71,9 +77,13 @@ lookup ccmp_Other_2 { sub @MarkscombCase @Markscomb' by @MarkscombCase; } ccmp_Other_2; -sub fi by f i; -sub fl by f l; +lookup ccmp_latn_1 { + sub fi by f i; + sub fl by f l; +} ccmp_latn_1; +script latn; +lookup ccmp_latn_1; } ccmp; feature locl { @@ -326,4 +336,50 @@ sub upperRightAndLowerLeftAndLowerRightBlock by upperRightAndLowerLeftAndLowerRi sub shadelight by shadelight.stypo; sub shademedium by shademedium.stypo; sub shadedark by shadedark.stypo; -} rclt; \ No newline at end of file +} rclt; + +feature zero { +# automatic +sub zero by zero.zero; + +} zero; + +feature ss20 { +# notes: +# Name: +sub acknowledgeControl by acknowledgeControl.ss20; +sub backspaceControl by backspaceControl.ss20; +sub bellControl by bellControl.ss20; +sub cancelControl by cancelControl.ss20; +sub carriageReturnControl by carriageReturnControl.ss20; +sub dataLinkEscapeControl by dataLinkEscapeControl.ss20; +sub deleteControl by deleteFormTwoControl; +sub deviceControlFourControl by upperLeftQuadrantWhiteCircle; +sub deviceControlOneControl by upperRightQuadrantWhiteCircle; +sub deviceControlThreeControl by lowerLeftQuadrantWhiteCircle; +sub deviceControlTwoControl by lowerRightQuadrantWhiteCircle; +sub endOfMediumControl by endOfMediumControl.ss20; +sub endOfTextControl by endOfTextControl.ss20; +sub endOfTransmissionBlockControl by endOfTransmissionBlockControl.ss20; +sub endOfTransmissionControl by endOfTransmissionControl.ss20; +sub enquiryControl by enquiryControl.ss20; +sub escapeControl by escapeControl.ss20; +sub fileSeparatorControl by whiteUpperLeftQuadrantSquare; +sub formFeedControl by formFeedControl.ss20; +sub groupSeparatorControl by whiteLowerLeftQuadrantSquare; +sub horizontalTabulationControl by horizontalTabulationControl.ss20; +sub lineFeedControl by lineFeedControl.ss20; +sub negativeAcknowledgeControl by negativeAcknowledgeControl.ss20; +sub nullControl by whiteSquare; +sub recordSeparatorControl by whiteLowerRightQuadrantSquare; +sub shiftInControl by shiftInControl.ss20; +sub shiftOutControl by shiftOutControl.ss20; +sub spaceControl by upWhiteTriangle; +sub startOfHeadingControl by startOfHeadingControl.ss20; +sub startOfTextControl by startOfTextControl.ss20; +sub substituteControl by substituteControl.ss20; +sub synchronousIdleControl by synchronousIdleControl.ss20; +sub unitSeparatorControl by whiteUpperRightQuadrantSquare; +sub verticalTabulationControl by verticalTabulationControl.ss20; +sub newlineControl by returnsymbol; +} ss20; \ No newline at end of file diff --git a/sources/features/features_mono_PL.fea b/sources/features/features_mono_PL.fea index 736ee6391..f027a2386 100644 --- a/sources/features/features_mono_PL.fea +++ b/sources/features/features_mono_PL.fea @@ -1,8 +1,8 @@ # automatic -@Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Amacron Aogonek Aring Aringacute Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Etilde F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent H Hbar Hcircumflex I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Itilde J Jcircumflex K Kcommaaccent L Lacute Lcaron Lcommaaccent Ldot Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Oogonek Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent S Sacute Scaron Scedilla Scircumflex Scommaaccent Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Uring Utilde V W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol Acaron Eopen Esh Ezh Hcaron Oopen Vturned ]; +@Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol ]; # automatic -@Lowercase = [ a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek etilde schwa f g gbreve gcaron gcircumflex gcommaaccent gdotaccent h hbar hcircumflex i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek itilde j jdotless jcircumflex k kcommaaccent kgreenlandic l lacute lcaron lcommaaccent ldot lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron oogonek oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent s sacute scaron scedilla scircumflex scommaaccent germandbls longs t tbar tcaron tcedilla tcommaaccent u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek uring utilde v w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol Ismall acaron eopen esh ezh hcaron oopen tesh vturned ]; +@Lowercase = [ Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol ]; @OpeningBracket = [ bracketleft braceleft parenleft ]; @@ -13,6 +13,7 @@ @ClosingBracket = [ bracketright braceright parenright ]; @Tall = [ @Uppercase @Digit @OpeningBracket @ClosingBracket bar ]; +@NotSpace = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply fi fl w_w_w.liga ordfeminine ordmasculine nmod wmod ymod A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol thetamod zmod zero one two three four five six seven eight nine zero.zero zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk exclamdouble numbersign onedotenleader overline slash backslash colon.center parenleft parenright braceleft braceright bracketleft bracketright heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament hyphen softhyphen endash emdash horizontalbar hyphentwo nonbreakinghyphen underscore underscoredbl quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright quotereversed guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga braceright_numbersign.liga bracketleft_bar.liga bracketright_numbersign.liga period_hyphen.liga period_period.liga period_period_period.liga period_period_equal.liga period_period_less.liga period_question.liga period_equal.liga colon_colon.liga colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga colon_slash_slash.liga semicolon_semicolon.liga exclam_period.liga exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga exclam_equal_equal.liga question_period.liga question_colon.liga question_question.liga question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga asterisk_asterisk_asterisk.liga asterisk_greater.liga asterisk_slash.liga numbersign_parenleft.liga numbersign_braceleft.liga numbersign_bracketleft.liga numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga slash_backslash.liga backslash_slash.liga backslash_backslash.liga underscore_underscore.liga hyphen_middle.seq hyphen_start.seq hyphen_end.seq colon_equal_middle.seq exclam_equal_middle.seq numbersign_end.seq numbersign_middle.seq numbersign_start.seq slash_equal_end.seq slash_equal_middle.seq slash_equal_start.seq slash_slash_equal_end.seq slash_slash_equal_middle.seq slash_slash_equal_start.seq underscore_end.seq underscore_middle.seq underscore_start.seq anoteleia questiongreek baht cedi cent colonsign currency dollar dong euro eurocurrency florin franc guarani hryvnia kip lari lira liraTurkish manat naira peseta peso ruble rupee rupeeIndian sheqel sterling tenge tugrik won yen bulletoperator divisionslash equivalence horizontallineextension integralbt integraltp logicalnotReversed notidentical plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal asciitilde logicalnot asciicircum infinity intersection integral Ohm increment product summation radical micro partialdiff orthogonal percent perthousand strictlyequivalentto vectorOrCrossProduct greater.center less.center upArrow rightArrow downArrow leftArrow leftRightArrow upDownArrow upDownbaseArrow downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock lowerOneQuarterBlock lowerThreeEighthsBlock lowerHalfBlock lowerFiveEighthsBlock lowerThreeQuartersBlock lowerSevenEighthsBlock fullBlock upperHalfBlock upperOneEighthBlock leftOneEighthBlock leftOneQuarterBlock leftThreeEighthsBlock leftBlock leftFiveEighthsBlock leftThreeQuartersBlock leftSevenEighthsBlock rightBlock rightOneEighthBlock lowerLeftBlock lowerRightBlock upperLeftBlock upperLeftAndLowerLeftAndLowerRightBlock upperLeftAndLowerRightBlock upperLeftAndUpperRightAndLowerLeftBlock upperLeftAndUpperRightAndLowerRightBlock upperRightBlock upperRightAndLowerLeftBlock upperRightAndLowerLeftAndLowerRightBlock shadelight shademedium shadedark blackCircle whiteCircle largeCircle leftHalfBlackWhiteCircle rightHalfBlackWhiteCircle lowerHalfBlackWhiteCircle upperHalfBlackWhiteCircle leftHalfBlackCircle rightHalfBlackCircle upperRightBlackCircle upperLeftWhiteCircle upperLeftQuadrantWhiteCircle lowerLeftQuadrantWhiteCircle lowerRightQuadrantWhiteCircle upperRightQuadrantWhiteCircle verticalFillCircle dottedCircle fisheye bullseye whiteBullet inverseBullet inverseWhiteCircle upperHalfInverseWhiteCircle lowerHalfInverseWhiteCircle upperHalfArc lowerHalfArc upperLeftArc upperRightArc lowerRightArc lowerLeftArc blackDiamond whiteDiamond leftHalfBlackDiamond rightHalfBlackDiamond topHalfBlackDiamond bottomHalfBlackDiamond blackInWhiteDiamond lozenge blackParallelogram whiteParallelogram blackVerticalRect filledRect whiteRect whiteVerticalRect blackSquare whiteSquare whiteRoundedCornersSquare whiteInBlackSquare dottedSquare horizontalFillSquare verticalFillSquare crosshatchFillSquare upperlefttolowerrightFillSquare upperrighttolowerleftFillSquare diagonalcrosshatchFillSquare blackSmallSquare whiteSmallSquare leftHalfBlackSquare rightHalfBlackSquare upperLeftDiagonalHalfBlackSquare lowerRightDiagonalHalfBlackSquare verticalBisectingLineWhiteSquare whiteUpperLeftQuadrantSquare whiteLowerLeftQuadrantSquare whiteLowerRightQuadrantSquare whiteUpperRightQuadrantSquare mediumWhiteSquare mediumBlackSquare mediumWhiteSmallSquare mediumBlackSmallSquare upBlackTriangle rightBlackTriangle downBlackTriangle leftBlackTriangle upWhiteTriangle rightWhiteTriangle downWhiteTriangle leftWhiteTriangle upWhiteTriangleWithDot upLeftHalfBlackTriangle upRightHalfBlackTriangle rightBlackPointer leftBlackPointer rightWhitePointer leftWhitePointer upBlackSmallTriangle rightBlackSmallTriangle downBlackSmallTriangle leftBlackSmallTriangle upWhiteSmallTriangle rightWhiteSmallTriangle downWhiteSmallTriangle leftWhiteSmallTriangle upperRightBlackTriangle lowerRightBlackTriangle lowerLeftBlackTriangle upperLeftBlackTriangle upperRightTriangle lowerRightTriangle lowerLeftTriangle upperLeftTriangle boxDoubleDownAndHorizontal boxDoubleDownAndLeft boxDoubleDownAndRight boxDoubleHorizontal boxDoubleUpAndHorizontal boxDoubleUpAndLeft boxDoubleUpAndRight boxDoubleVertical boxDoubleVerticalAndHorizontal boxDoubleVerticalAndLeft boxDoubleVerticalAndRight boxDownDoubleAndHorizontalSingle boxDownDoubleAndLeftSingle boxDownDoubleAndRightSingle boxDownHeavyAndHorizontalLight boxDownHeavyAndLeftLight boxDownHeavyAndLeftUpLight boxDownHeavyAndRightLight boxDownHeavyAndRightUpLight boxDownHeavyAndUpHorizontalLight boxDownLightAndHorizontalHeavy boxDownLightAndLeftHeavy boxDownLightAndLeftUpHeavy boxDownLightAndRightHeavy boxDownLightAndRightUpHeavy boxDownLightAndUpHorizontalHeavy boxDownSingleAndHorizontalDouble boxDownSingleAndLeftDouble boxDownSingleAndRightDouble boxHeavyDoubleDashHorizontal boxHeavyDoubleDashVertical boxHeavyDown boxHeavyDownAndHorizontal boxHeavyDownAndLeft boxHeavyDownAndRight boxHeavyHorizontal boxHeavyLeft boxHeavyLeftAndLightRight boxHeavyQuadrupleDashHorizontal boxHeavyQuadrupleDashVertical boxHeavyRight boxHeavyTripleDashHorizontal boxHeavyTripleDashVertical boxHeavyUp boxHeavyUpAndHorizontal boxHeavyUpAndLeft boxHeavyUpAndLightDown boxHeavyUpAndRight boxHeavyVertical boxHeavyVerticalAndHorizontal boxHeavyVerticalAndLeft boxHeavyVerticalAndRight boxLeftDownHeavyAndRightUpLight boxLeftHeavyAndRightDownLight boxLeftHeavyAndRightUpLight boxLeftHeavyAndRightVerticalLight boxLeftLightAndRightDownHeavy boxLeftLightAndRightUpHeavy boxLeftLightAndRightVerticalHeavy boxLeftUpHeavyAndRightDownLight boxLightArcDownAndLeft boxLightArcDownAndRight boxLightArcUpAndLeft boxLightArcUpAndRight boxLightDiagonalCross boxLightDiagonalUpperLeftToLowerRight boxLightDiagonalUpperRightToLowerLeft boxLightDoubleDashHorizontal boxLightDoubleDashVertical boxLightDown boxLightDownAndHorizontal boxLightDownAndLeft boxLightDownAndRight boxLightHorizontal boxLightLeft boxLightLeftAndHeavyRight boxLightQuadrupleDashHorizontal boxLightQuadrupleDashVertical boxLightRight boxLightTripleDashHorizontal boxLightTripleDashVertical boxLightUp boxLightUpAndHeavyDown boxLightUpAndHorizontal boxLightUpAndLeft boxLightUpAndRight boxLightVertical boxLightVerticalAndHorizontal boxLightVerticalAndLeft boxLightVerticalAndRight boxRightDownHeavyAndLeftUpLight boxRightHeavyAndLeftDownLight boxRightHeavyAndLeftUpLight boxRightHeavyAndLeftVerticalLight boxRightLightAndLeftDownHeavy boxRightLightAndLeftUpHeavy boxRightLightAndLeftVerticalHeavy boxRightUpHeavyAndLeftDownLight boxUpDoubleAndHorizontalSingle boxUpDoubleAndLeftSingle boxUpDoubleAndRightSingle boxUpHeavyAndDownHorizontalLight boxUpHeavyAndHorizontalLight boxUpHeavyAndLeftDownLight boxUpHeavyAndLeftLight boxUpHeavyAndRightDownLight boxUpHeavyAndRightLight boxUpLightAndDownHorizontalHeavy boxUpLightAndHorizontalHeavy boxUpLightAndLeftDownHeavy boxUpLightAndLeftHeavy boxUpLightAndRightDownHeavy boxUpLightAndRightHeavy boxUpSingleAndHorizontalDouble boxUpSingleAndLeftDouble boxUpSingleAndRightDouble boxVerticalDoubleAndHorizontalSingle boxVerticalDoubleAndLeftSingle boxVerticalDoubleAndRightSingle boxVerticalHeavyAndHorizontalLight boxVerticalHeavyAndLeftLight boxVerticalHeavyAndRightLight boxVerticalLightAndHorizontalHeavy boxVerticalLightAndLeftHeavy boxVerticalLightAndRightHeavy boxVerticalSingleAndHorizontalDouble boxVerticalSingleAndLeftDouble boxVerticalSingleAndRightDouble lowerOneEighthBlock.stypo lowerOneQuarterBlock.stypo lowerThreeEighthsBlock.stypo lowerHalfBlock.stypo lowerFiveEighthsBlock.stypo lowerThreeQuartersBlock.stypo lowerSevenEighthsBlock.stypo fullBlock.stypo upperHalfBlock.stypo upperOneEighthBlock.stypo leftOneEighthBlock.stypo leftOneQuarterBlock.stypo leftThreeEighthsBlock.stypo leftBlock.stypo leftFiveEighthsBlock.stypo leftThreeQuartersBlock.stypo leftSevenEighthsBlock.stypo rightBlock.stypo rightOneEighthBlock.stypo lowerLeftBlock.stypo lowerRightBlock.stypo upperLeftBlock.stypo upperLeftAndLowerLeftAndLowerRightBlock.stypo upperLeftAndLowerRightBlock.stypo upperLeftAndUpperRightAndLowerLeftBlock.stypo upperLeftAndUpperRightAndLowerRightBlock.stypo upperRightBlock.stypo upperRightAndLowerLeftBlock.stypo upperRightAndLowerLeftAndLowerRightBlock.stypo shadelight.stypo shademedium.stypo shadedark.stypo reversedRotatedFloralHeartBullet whiteSmilingFace blackSmilingFace sunWithRays venus mars spadeBlackSuit clubBlackSuit heartBlackSuit diamondBlackSuit checkmark rotatedFloralHeartBullet acknowledgeControl backspaceControl at ampersand paragraph section copyright registered published trademark careof degree minute second bar brokenbar dagger literSign daggerdbl estimated numero bellControl blackHexagon blackHorizontalEllipse blackLargeCircle blackLargeSquare blackMediumDiamond blackMediumDownTriangleCentred blackMediumLeftTriangleCentred blackMediumLozenge blackMediumRightTriangleCentred blackMediumUpTriangleCentred blackPentagon blackSmallDiamond blackSmallLozenge blackVerticalEllipse blackVerysmallSquare blank blankSymbol bottomHalfBlackCircle cancelControl carriageReturnControl dataLinkEscapeControl deleteControl deleteFormTwoControl deviceControlFourControl deviceControlOneControl deviceControlThreeControl deviceControlTwoControl endOfMediumControl endOfTextControl endOfTransmissionBlockControl endOfTransmissionControl enquiryControl escapeControl fileSeparatorControl formFeedControl groupSeparatorControl horizontalBlackHexagon horizontalTabulationControl house returnsymbol lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare negativeAcknowledgeControl newlineControl nullControl prescription recordSeparatorControl shiftInControl shiftOutControl spaceControl startOfHeadingControl startOfTextControl substituteControl substituteFormTwoControl synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare unitSeparatorControl verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare whiteMediumDiamond whiteMediumLozenge whitePentagon whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare acknowledgeControl.ss20 backspaceControl.ss20 bellControl.ss20 cancelControl.ss20 carriageReturnControl.ss20 dataLinkEscapeControl.ss20 endOfMediumControl.ss20 endOfTextControl.ss20 endOfTransmissionBlockControl.ss20 endOfTransmissionControl.ss20 enquiryControl.ss20 escapeControl.ss20 formFeedControl.ss20 horizontalTabulationControl.ss20 lineFeedControl.ss20 negativeAcknowledgeControl.ss20 shiftInControl.ss20 shiftOutControl.ss20 startOfHeadingControl.ss20 startOfTextControl.ss20 substituteControl.ss20 synchronousIdleControl.ss20 verticalTabulationControl.ss20 ampersand_ampersand.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga bar_bar_bar.liga bar_bar_bar_greater.liga bar_bar_greater.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga equal_equal.liga equal_equal_equal.liga greater_equal.liga greater_greater.liga greater_greater_greater.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga less_bar.liga less_bar_bar.liga less_bar_bar_bar.liga less_bar_greater.liga less_dollar.liga less_dollar_greater.liga less_plus.liga less_plus_greater.liga less_equal.liga less_greater.liga less_less.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga less_asciitilde_asciitilde.liga less_slash.liga less_slash_greater.liga asciitilde_hyphen.liga asciitilde_at.liga asciitilde_equal.liga asciitilde_greater.liga asciitilde_asciitilde.liga asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga bar_underscore_middle.seq bar_bar_equal_middle.seq bar_equal_middle.seq bar_bar_equal_end.seq bar_bar_equal_start.seq bar_bar_hyphen_middle.seq bar_hyphen_middle.seq bar_bar_hyphen_end.seq bar_bar_hyphen_start.seq bar_equal_end.seq bar_equal_start.seq bar_hyphen_end.seq bar_hyphen_start.seq equal_middle.seq equal_end.seq equal_start.seq greater_greater_equal_middle.seq greater_equal_middle.seq greater_greater_equal_end.seq greater_greater_equal_start.seq greater_equal_start.seq greater_equal_end.seq greater_greater_hyphen_middle.seq greater_hyphen_middle.seq greater_greater_hyphen_end.seq greater_greater_hyphen_start.seq greater_hyphen_start.seq greater_hyphen_end.seq less_less_equal_middle.seq less_equal_middle.seq less_less_equal_end.seq less_less_equal_start.seq less_equal_end.seq less_equal_start.seq less_less_hyphen_middle.seq less_hyphen_middle.seq less_less_hyphen_end.seq less_less_hyphen_start.seq less_hyphen_end.seq less_hyphen_start.seq note-musical notedbl-musical blank-braille dots1-braille dots12-braille dots123-braille dots1234-braille dots12345-braille dots123456-braille dots1234567-braille dots12345678-braille dots1234568-braille dots123457-braille dots1234578-braille dots123458-braille dots12346-braille dots123467-braille dots1234678-braille dots123468-braille dots12347-braille dots123478-braille dots12348-braille dots1235-braille dots12356-braille dots123567-braille dots1235678-braille dots123568-braille dots12357-braille dots123578-braille dots12358-braille dots1236-braille dots12367-braille dots123678-braille dots12368-braille dots1237-braille dots12378-braille dots1238-braille dots124-braille dots1245-braille dots12456-braille dots124567-braille dots1245678-braille dots124568-braille dots12457-braille dots124578-braille dots12458-braille dots1246-braille dots12467-braille dots124678-braille dots12468-braille dots1247-braille dots12478-braille dots1248-braille dots125-braille dots1256-braille dots12567-braille dots125678-braille dots12568-braille dots1257-braille dots12578-braille dots1258-braille dots126-braille dots1267-braille dots12678-braille dots1268-braille dots127-braille dots1278-braille dots128-braille dots13-braille dots134-braille dots1345-braille dots13456-braille dots134567-braille dots1345678-braille dots134568-braille dots13457-braille dots134578-braille dots13458-braille dots1346-braille dots13467-braille dots134678-braille dots13468-braille dots1347-braille dots13478-braille dots1348-braille dots135-braille dots1356-braille dots13567-braille dots135678-braille dots13568-braille dots1357-braille dots13578-braille dots1358-braille dots136-braille dots1367-braille dots13678-braille dots1368-braille dots137-braille dots1378-braille dots138-braille dots14-braille dots145-braille dots1456-braille dots14567-braille dots145678-braille dots14568-braille dots1457-braille dots14578-braille dots1458-braille dots146-braille dots1467-braille dots14678-braille dots1468-braille dots147-braille dots1478-braille dots148-braille dots15-braille dots156-braille dots1567-braille dots15678-braille dots1568-braille dots157-braille dots1578-braille dots158-braille dots16-braille dots167-braille dots1678-braille dots168-braille dots17-braille dots178-braille dots18-braille dots2-braille dots23-braille dots234-braille dots2345-braille dots23456-braille dots234567-braille dots2345678-braille dots234568-braille dots23457-braille dots234578-braille dots23458-braille dots2346-braille dots23467-braille dots234678-braille dots23468-braille dots2347-braille dots23478-braille dots2348-braille dots235-braille dots2356-braille dots23567-braille dots235678-braille dots23568-braille dots2357-braille dots23578-braille dots2358-braille dots236-braille dots2367-braille dots23678-braille dots2368-braille dots237-braille dots2378-braille dots238-braille dots24-braille dots245-braille dots2456-braille dots24567-braille dots245678-braille dots24568-braille dots2457-braille dots24578-braille dots2458-braille dots246-braille dots2467-braille dots24678-braille dots2468-braille dots247-braille dots2478-braille dots248-braille dots25-braille dots256-braille dots2567-braille dots25678-braille dots2568-braille dots257-braille dots2578-braille dots258-braille dots26-braille dots267-braille dots2678-braille dots268-braille dots27-braille dots278-braille dots28-braille dots3-braille dots34-braille dots345-braille dots3456-braille dots34567-braille dots345678-braille dots34568-braille dots3457-braille dots34578-braille dots3458-braille dots346-braille dots3467-braille dots34678-braille dots3468-braille dots347-braille dots3478-braille dots348-braille dots35-braille dots356-braille dots3567-braille dots35678-braille dots3568-braille dots357-braille dots3578-braille dots358-braille dots36-braille dots367-braille dots3678-braille dots368-braille dots37-braille dots378-braille dots38-braille dots4-braille dots45-braille dots456-braille dots4567-braille dots45678-braille dots4568-braille dots457-braille dots4578-braille dots458-braille dots46-braille dots467-braille dots4678-braille dots468-braille dots47-braille dots478-braille dots48-braille dots5-braille dots56-braille dots567-braille dots5678-braille dots568-braille dots57-braille dots578-braille dots58-braille dots6-braille dots67-braille dots678-braille dots68-braille dots7-braille dots78-braille dots8-braille numeral-greek lowernumeral-greek apostrophemod colontriangularmod commaturnedmod firsttonechinese glottalstopmod dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb tonos tonos.case dieresistonos brevecomb-cy brevecomb-cy.case LIG ]; # Prefix: Languagesystems # automatic @@ -55,11 +56,14 @@ sub dcaron' [lacute lcaron lcommaaccent ldot lslash b h k l hbar hcircumflex kco feature ccmp { lookup ccmp_Other_1 { - @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; - @CombiningNonTopAccents = [cedillacomb dotbelowcomb ogonekcomb horncomb]; - sub [i j]' @CombiningTopAccents by [idotless jdotless]; + @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaabovecomb commaaboverightcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; + @CombiningNonTopAccents = [cedillacomb dotbelowcomb lowlinecomb macronbelowcomb ogonekcomb ringbelowcomb horncomb]; + sub [i j i-cy je-cy]' @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningTopAccents by idotless ogonekcomb; - sub [i j]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless]; + sub idotbelow' @CombiningTopAccents by idotless dotbelowcomb; + sub [i j i-cy je-cy]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless idotless jdotless]; + sub iogonek' @CombiningNonTopAccents @CombiningTopAccents by idotless ogonekcomb; + sub idotbelow' @CombiningNonTopAccents @CombiningTopAccents by idotless dotbelowcomb; @Markscomb = [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb horncomb tonos brevecomb-cy]; @MarkscombCase = [dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case tonos.case brevecomb-cy.case]; sub @Markscomb @Markscomb' by @MarkscombCase; @@ -71,9 +75,13 @@ lookup ccmp_Other_2 { sub @MarkscombCase @Markscomb' by @MarkscombCase; } ccmp_Other_2; -sub fi by f i; -sub fl by f l; +lookup ccmp_latn_1 { + sub fi by f i; + sub fl by f l; +} ccmp_latn_1; +script latn; +lookup ccmp_latn_1; } ccmp; feature locl { @@ -360,4 +368,50 @@ sub uniE0CF by uniE0CF.stypo; sub uniE0D1 by uniE0D1.stypo; sub uniE0D2 by uniE0D2.stypo; sub uniE0D4 by uniE0D4.stypo; -} rclt; \ No newline at end of file +} rclt; + +feature zero { +# automatic +sub zero by zero.zero; + +} zero; + +feature ss20 { +# notes: +# Name: +sub acknowledgeControl by acknowledgeControl.ss20; +sub backspaceControl by backspaceControl.ss20; +sub bellControl by bellControl.ss20; +sub cancelControl by cancelControl.ss20; +sub carriageReturnControl by carriageReturnControl.ss20; +sub dataLinkEscapeControl by dataLinkEscapeControl.ss20; +sub deleteControl by deleteFormTwoControl; +sub deviceControlFourControl by upperLeftQuadrantWhiteCircle; +sub deviceControlOneControl by upperRightQuadrantWhiteCircle; +sub deviceControlThreeControl by lowerLeftQuadrantWhiteCircle; +sub deviceControlTwoControl by lowerRightQuadrantWhiteCircle; +sub endOfMediumControl by endOfMediumControl.ss20; +sub endOfTextControl by endOfTextControl.ss20; +sub endOfTransmissionBlockControl by endOfTransmissionBlockControl.ss20; +sub endOfTransmissionControl by endOfTransmissionControl.ss20; +sub enquiryControl by enquiryControl.ss20; +sub escapeControl by escapeControl.ss20; +sub fileSeparatorControl by whiteUpperLeftQuadrantSquare; +sub formFeedControl by formFeedControl.ss20; +sub groupSeparatorControl by whiteLowerLeftQuadrantSquare; +sub horizontalTabulationControl by horizontalTabulationControl.ss20; +sub lineFeedControl by lineFeedControl.ss20; +sub negativeAcknowledgeControl by negativeAcknowledgeControl.ss20; +sub nullControl by whiteSquare; +sub recordSeparatorControl by whiteLowerRightQuadrantSquare; +sub shiftInControl by shiftInControl.ss20; +sub shiftOutControl by shiftOutControl.ss20; +sub spaceControl by upWhiteTriangle; +sub startOfHeadingControl by startOfHeadingControl.ss20; +sub startOfTextControl by startOfTextControl.ss20; +sub substituteControl by substituteControl.ss20; +sub synchronousIdleControl by synchronousIdleControl.ss20; +sub unitSeparatorControl by whiteUpperRightQuadrantSquare; +sub verticalTabulationControl by verticalTabulationControl.ss20; +sub newlineControl by returnsymbol; +} ss20; \ No newline at end of file diff --git a/sources/vtt_data/CascadiaCode.ttx b/sources/vtt_data/CascadiaCode.ttx deleted file mode 100755 index 69b4e5169..000000000 --- a/sources/vtt_data/CascadiaCode.ttx +++ /dev/null @@ -1,39773 +0,0 @@ - - - - - - - - - - - -/* TT glyph 0, char 0xffff */ -SVTCA[Y] -CALL[], 0, 8, 114 -SHP[2], 8 -CALL[], 1, 2, 114 -SHP[2], 9 -MDAP[R], 4 -CALL[], 4, 5, 106 -MDAP[R], 13 -CALL[], 13, 12, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1, char 0x41 (A) */ -SVTCA[Y] -CALL[], 0, 8, 114 -SHP[2], 4 -CALL[], 1, 2, 114 -SRP2[], 4 -IP[], 5 -SRP2[], 0 -IP[], 8 -MDAP[R], 8 -CALL[], 8, 9, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 25, char 0xc6 */ -SVTCA[Y] -CALL[], 0, 8, 114 -SHP[2], 14 -SHP[2], 10 -CALL[], 10, 11, 106 -CALL[], 1, 2, 114 -SHP[2], 15 -SRP1[], 0 -IP[], 18 -IP[], 7 -MDAP[R], 18 -MDAP[R], 7 -CALL[], 18, 19, 106 -CALL[], 7, 6, 106 -SRP1[], 1 -SHP[1], 23 -CALL[], 23, 4, 106 -CALL[], 23, 22, 105 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x1fc */ - -USEMYMETRICS[] -OFFSET[R], 25, 0, 0 -OFFSET[R], 1599, 40, 0 -SVTCA[Y] -CALL[], 26, 1, 1, 1, 160, 86 -SHC[2], 6 - - - - -/* VTTTalk Unicode 0xc1 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1599, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 160, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x102 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1603, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 150, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0xc2 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1601, 0, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 160, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0xc4 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1596, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 160, 86 -SHC[2], 2 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0xc0 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1598, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 160, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x391 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 - - - -/* TT glyph 571, char 0x386 */ -SVTCA[Y] -CALL[], 0, 8, 114 -SHP[2], 4 -CALL[], 13, 2, 114 -SHP[2], 2 -CALL[], 13, 15, 106 -SRP2[], 4 -IP[], 5 -SRP2[], 0 -IP[], 8 -MDAP[R], 8 -CALL[], 8, 9, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x100 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1606, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 160, 86 -SHC[2], 2 - - - -/* TT glyph 21, char 0x104 */ -SVTCA[Y] -CALL[], 20, 8, 114 -CALL[], 20, 0, 105 -CALL[], 0, 14, 106 -SRP1[], 20 -SHP[1], 6 -SRP1[], 6 -SHP[1], 24 -CALL[], 21, 2, 114 -SRP1[], 20 -IP[], 26 -SRP1[], 24 -IP[], 28 -MDAP[R], 28 -CALL[], 28, 29, 106 -SRP1[], 6 -SHP[1], 9 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xc5 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1604, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 68, 86 -SHC[2], 2 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1fa */ - -OFFSET[R], 1599, 0, 240 -USEMYMETRICS[] -OFFSET[R], 22, 0, 0 -SVTCA[Y] -CALL[], 0, 22, 0, 0, -80, 86 -SHC[2], 0 - - - - - -/* VTTTalk Unicode 0xc3 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1605, 10, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 146, 86 -SHC[2], 2 - - - -/* TT glyph 27, char 0x42 (B) */ -SVTCA[Y] -CALL[], 18, 8, 114 -SHP[2], 0 -CALL[], 0, 1, 106 -CALL[], 19, 2, 114 -SRP1[], 18 -IP[], 9 -MDAP[R], 9 -IP[], 23 -CALL[], 9, 27, 105 -SLOOP[], 3 -IP[], 26, 10, 22 -SRP1[], 19 -SHP[1], 36 -CALL[], 36, 35, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x392 */ - -USEMYMETRICS[] -OFFSET[R], 27, 0, 0 - - - - -/* TT glyph 28, char 0x43 (C) */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 0, 17, 106 -CALL[], 5, 3, 114 -CALL[], 5, 12, 106 -SRP2[], 0 -IP[], 9 -IP[], 8 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 795, char 0xd */ - - - - - -/* VTTTalk Unicode 0x106 */ - -USEMYMETRICS[] -OFFSET[R], 28, 0, 0 -OFFSET[R], 1599, 105, 0 -SVTCA[Y] -CALL[], 22, 5, 1, 1, 140, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 28, 0, 0 -OFFSET[R], 1610, 105, 0 -SVTCA[Y] -CALL[], 22, 5, 1, 1, 100, 86 -SHC[2], 1 - - - - -/* VTTTalk Unicode 0x10c */ - -USEMYMETRICS[] -OFFSET[R], 28, 0, 0 -OFFSET[R], 1602, 105, 0 -SVTCA[Y] -CALL[], 22, 5, 1, 1, 140, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0xc7 */ - -USEMYMETRICS[] -OFFSET[R], 28, 0, 0 -OFFSET[R], 1579, 0, 0 -SVTCA[Y] -CALL[], 31, 0, 0, 0, 15, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0x108 */ - -USEMYMETRICS[] -OFFSET[R], 28, 0, 0 -OFFSET[R], 1601, 105, 0 -SVTCA[Y] -CALL[], 26, 5, 1, 1, 140, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0x10a */ - -USEMYMETRICS[] -OFFSET[R], 28, 0, 0 -OFFSET[R], 1597, 105, 0 -SVTCA[Y] -CALL[], 22, 5, 1, 1, 140, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0x3a7 */ - -USEMYMETRICS[] -OFFSET[R], 174, 0, 0 - - - -/* TT glyph 34, char 0x44 (D) */ -SVTCA[Y] -CALL[], 16, 8, 114 -CALL[], 17, 2, 114 -SHP[2], 10 -CALL[], 10, 9, 106 -SRP1[], 16 -SHP[1], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x10e */ - -USEMYMETRICS[] -OFFSET[R], 34, 0, 0 -OFFSET[R], 1602, -50, 0 -SVTCA[Y] -CALL[], 20, 10, 1, 1, 160, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x110 */ - -USEMYMETRICS[] -OFFSET[R], 35, 0, 0 - - - - -/* TT glyph 38, char 0x45 (E) */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 1, 2, 114 -SHP[2], 13 -CALL[], 13, 12, 106 -SRP1[], 1 -SRP2[], 0 -IP[], 8 -MDAP[R], 8 -CALL[], 8, 9, 106 -SRP1[], 0 -SHP[1], 4 -CALL[], 4, 5, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xc9 */ - -USEMYMETRICS[] -OFFSET[R], 38, 0, 0 -OFFSET[R], 1599, 30, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 160, 86 -SHC[2], 4 - - - - - -/* VTTTalk Unicode 0x114 */ - -USEMYMETRICS[] -OFFSET[R], 38, 0, 0 -OFFSET[R], 1603, 30, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 150, 86 -SHC[2], 4 - - - - -/* VTTTalk Unicode 0x11a */ - -USEMYMETRICS[] -OFFSET[R], 38, 0, 0 -OFFSET[R], 1602, 30, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 160, 86 -SHC[2], 4 - - - - -/* VTTTalk Unicode 0xca */ - -USEMYMETRICS[] -OFFSET[R], 38, 0, 0 -OFFSET[R], 1601, 30, 0 -SVTCA[Y] -CALL[], 20, 1, 1, 1, 160, 86 -SHC[2], 4 - - - - - -/* VTTTalk Unicode 0xcb */ - -USEMYMETRICS[] -OFFSET[R], 38, 0, 0 -OFFSET[R], 1596, 30, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 160, 86 -SHC[2], 4 -SHC[2], 5 - - - - - -/* VTTTalk Unicode 0x116 */ - -USEMYMETRICS[] -OFFSET[R], 38, 0, 0 -OFFSET[R], 1597, 30, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 160, 86 -SHC[2], 4 - - - - -/* VTTTalk Unicode 0xc8 */ - -USEMYMETRICS[] -OFFSET[R], 38, 0, 0 -OFFSET[R], 1598, 30, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 160, 86 -SHC[2], 4 - - - - - -/* VTTTalk Unicode 0x112 */ - -USEMYMETRICS[] -OFFSET[R], 38, 0, 0 -OFFSET[R], 1606, 30, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 160, 86 -SHC[2], 4 - - - -/* TT glyph 98, char 0x14a */ -SVTCA[Y] -CALL[], 21, 8, 114 -CALL[], 21, 0, 105 -CALL[], 0, 1, 106 -SRP1[], 21 -SHP[1], 13 -SRP1[], 13 -SHP[1], 25 -CALL[], 22, 2, 114 -SHP[2], 17 -SHP[2], 26 -SRP1[], 21 -SLOOP[], 3 -IP[], 15, 18, 6 -IUP[Y] -IUP[X] - - - - -/* TT glyph 54, char 0x118 */ -SVTCA[Y] -CALL[], 21, 8, 114 -SHP[2], 9 -CALL[], 21, 0, 105 -CALL[], 0, 15, 106 -SRP1[], 21 -SHP[1], 25 -CALL[], 25, 26, 106 -SRP1[], 21 -IP[], 7 -CALL[], 22, 2, 114 -SRP1[], 21 -IP[], 32 -MDAP[R], 32 -CALL[], 32, 31, 106 -SRP1[], 22 -SHP[1], 34 -CALL[], 34, 33, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x395 */ - -USEMYMETRICS[] -OFFSET[R], 38, 0, 0 - - - - -/* TT glyph 572, char 0x388 */ -SVTCA[Y] -CALL[], 0, 8, 114 -SHP[2], 4 -CALL[], 4, 5, 106 -CALL[], 13, 2, 114 -SHP[2], 2 -CALL[], 13, 15, 106 -SRP2[], 0 -IP[], 8 -MDAP[R], 8 -CALL[], 8, 9, 106 -SRP1[], 13 -SHP[1], 17 -CALL[], 17, 16, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x397 */ - -USEMYMETRICS[] -OFFSET[R], 66, 0, 0 - - - - -/* TT glyph 573, char 0x389 */ -SVTCA[Y] -CALL[], 4, 8, 114 -SHP[2], 0 -CALL[], 9, 2, 114 -SHP[2], 1 -SHP[2], 6 -CALL[], 9, 11, 106 -SRP2[], 4 -IP[], 12 -MDAP[R], 12 -CALL[], 12, 13, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 35, char 0xd0 */ -SVTCA[Y] -CALL[], 20, 8, 114 -CALL[], 21, 2, 114 -SHP[2], 14 -CALL[], 14, 13, 106 -SRP1[], 21 -SRP2[], 20 -IP[], 0 -MDAP[R], 0 -CALL[], 0, 1, 106 -SRP1[], 20 -SHP[1], 4 -CALL[], 4, 5, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 804, char 0x20ac */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 17, 106 -CALL[], 5, 3, 114 -CALL[], 5, 12, 106 -SRP2[], 0 -SLOOP[], 4 -IP[], 23, 26, 9, 8 -CALL[], 23, 22, 106 -CALL[], 26, 27, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 59, char 0x46 (F) */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 1, 2, 114 -SHP[2], 9 -CALL[], 9, 8, 106 -SRP1[], 1 -SRP2[], 0 -IP[], 4 -MDAP[R], 4 -CALL[], 4, 5, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 60, char 0x47 (G) */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 0, 19, 106 -IP[], 26 -CALL[], 6, 3, 114 -CALL[], 6, 13, 106 -SRP2[], 0 -IP[], 30 -MDAP[R], 30 -SRP2[], 6 -IP[], 10 -CALL[], 30, 31, 106 -SHP[2], 27 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x393 */ - -USEMYMETRICS[] -OFFSET[R], 402, 0, 0 - - - - -/* VTTTalk Unicode 0x11e */ - -USEMYMETRICS[] -OFFSET[R], 60, 0, 0 -OFFSET[R], 1603, 95, 0 -SVTCA[Y] -CALL[], 34, 6, 1, 1, 130, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1e6 */ - -USEMYMETRICS[] -OFFSET[R], 60, 0, 0 -OFFSET[R], 1602, 95, 0 -SVTCA[Y] -CALL[], 34, 6, 1, 1, 140, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x11c */ - -USEMYMETRICS[] -OFFSET[R], 60, 0, 0 -OFFSET[R], 1601, 95, 0 -SVTCA[Y] -CALL[], 38, 6, 1, 1, 140, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x120 */ - -USEMYMETRICS[] -OFFSET[R], 60, 0, 0 -OFFSET[R], 1597, 95, 0 -SVTCA[Y] -CALL[], 34, 6, 1, 1, 140, 86 -SHC[2], 3 - - - -/* TT glyph 66, char 0x48 (H) */ -SVTCA[Y] -CALL[], 4, 8, 114 -CALL[], 5, 2, 114 -SRP1[], 4 -IP[], 8 -MDAP[R], 8 -CALL[], 8, 9, 106 -SRP1[], 5 -SHP[1], 1 -SRP1[], 4 -SHP[1], 0 -IUP[Y] -IUP[X] - - - - -/* TT glyph 67, char 0x126 */ -SVTCA[Y] -CALL[], 8, 8, 114 -SHP[2], 4 -CALL[], 9, 2, 114 -SHP[2], 5 -SRP1[], 8 -IP[], 12 -MDAP[R], 12 -CALL[], 12, 13, 106 -CALL[], 13, 0, 105 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x124 */ - -USEMYMETRICS[] -OFFSET[R], 66, 0, 0 -OFFSET[R], 1601, 0, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 160, 86 -SHC[2], 3 - - - - -/* TT glyph 70, char 0x49 (I) */ -SVTCA[Y] -CALL[], 4, 8, 114 -CALL[], 9, 2, 114 -CALL[], 9, 8, 106 -CALL[], 4, 5, 106 -SRP1[], 9 -SHP[1], 1 -SRP1[], 4 -SHP[1], 0 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 71, char 0x132 */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 0, 7, 106 -CALL[], 25, 2, 114 -SHP[2], 21 -CALL[], 25, 24, 106 -SRP2[], 0 -IP[], 3 -MDAP[R], 3 -MDRP[m<RWh], 16 -CALL[], 16, 17, 106 -SHP[1], 20 -SRP1[], 25 -SHP[1], 29 -SRP1[], 29 -SHP[1], 11 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xcd */ - -USEMYMETRICS[] -OFFSET[R], 70, 0, 0 -OFFSET[R], 1599, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 160, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 71, 0, 0 -OFFSET[R], 1599, -280, 0 -OFFSET[R], 1599, 360, 0 -SVTCA[Y] -CALL[], 32, 21, 1, 1, 160, 86 -SHC[2], 5 -CALL[], 36, 11, 1, 1, 160, 86 -SHC[2], 6 - - - - -/* VTTTalk Unicode 0x12c */ - -USEMYMETRICS[] -OFFSET[R], 70, 0, 0 -OFFSET[R], 1603, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 150, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0xce */ - -USEMYMETRICS[] -OFFSET[R], 70, 0, 0 -OFFSET[R], 1601, 0, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 160, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0xcf */ - -USEMYMETRICS[] -OFFSET[R], 70, 0, 0 -OFFSET[R], 1596, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 160, 86 -SHC[2], 3 -SHC[2], 4 - - - - -/* VTTTalk Unicode 0x130 */ - -USEMYMETRICS[] -OFFSET[R], 70, 0, 0 -OFFSET[R], 1597, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 160, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0xcc */ - -USEMYMETRICS[] -OFFSET[R], 70, 0, 0 -OFFSET[R], 1598, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 160, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x12a */ - -USEMYMETRICS[] -OFFSET[R], 70, 0, 0 -OFFSET[R], 1606, 0, 0 -SVTCA[Y] -CALL[], 12, 9, 1, 1, 160, 86 -SHC[2], 3 - - - - -/* TT glyph 81, char 0x12e */ -SVTCA[Y] -CALL[], 25, 8, 114 -SHP[2], 9 -SHP[2], 21 -CALL[], 25, 0, 105 -CALL[], 0, 15, 106 -SRP2[], 25 -IP[], 6 -CALL[], 25, 26, 106 -IP[], 7 -CALL[], 30, 2, 114 -SHP[2], 22 -CALL[], 30, 29, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x399 */ - -USEMYMETRICS[] -OFFSET[R], 70, 0, 0 - - - - - -/* VTTTalk Unicode 0x3aa */ - -USEMYMETRICS[] -OFFSET[R], 555, 0, 0 -OFFSET[R], 1596, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 160, 86 -SHC[2], 3 -SHC[2], 4 - - - -/* TT glyph 574, char 0x38a */ -SVTCA[Y] -CALL[], 4, 8, 114 -SHP[2], 0 -CALL[], 4, 5, 106 -CALL[], 9, 2, 114 -SHP[2], 1 -CALL[], 9, 11, 106 -SHP[1], 13 -CALL[], 13, 12, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x128 */ - -USEMYMETRICS[] -OFFSET[R], 70, 0, 0 -OFFSET[R], 1605, 10, 0 -SVTCA[Y] -CALL[], 12, 9, 1, 1, 146, 86 -SHC[2], 3 - - - -/* TT glyph 83, char 0x4a (J) */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 0, 7, 106 -CALL[], 17, 2, 114 -SHP[2], 12 -CALL[], 17, 16, 106 -SRP2[], 0 -IP[], 4 -MDAP[R], 4 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x134 */ - -USEMYMETRICS[] -OFFSET[R], 83, 0, 0 -OFFSET[R], 1601, 190, 0 -SVTCA[Y] -CALL[], 24, 11, 1, 1, 160, 86 -SHC[2], 2 - - - -/* TT glyph 85, char 0x4b (K) */ -SVTCA[Y] -CALL[], 12, 8, 114 -SHP[2], 16 -CALL[], 13, 2, 114 -SHP[2], 6 -SRP2[], 12 -IP[], 0 -MDAP[R], 0 -SRP2[], 13 -IP[], 17 -IP[], 18 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x39a */ - -USEMYMETRICS[] -OFFSET[R], 85, 0, 0 - - - - -/* TT glyph 87, char 0x4c (L) */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 1, 2, 114 -SRP1[], 0 -SHP[1], 4 -CALL[], 4, 5, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1618, char 0xffff */ - - - - - -/* VTTTalk Unicode 0x139 */ - -USEMYMETRICS[] -OFFSET[R], 87, 0, 0 -OFFSET[R], 1599, -340, 0 -SVTCA[Y] -CALL[], 8, 1, 1, 1, 160, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x39b */ - -USEMYMETRICS[] -OFFSET[R], 463, 0, 0 - - - -/* TT glyph 89, char 0x13d */ -SVTCA[Y] -CALL[], 4, 8, 114 -SHP[2], 8 -CALL[], 8, 9, 106 -CALL[], 5, 2, 114 -CALL[], 5, 1, 105 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x13f */ - -USEMYMETRICS[] -OFFSET[R], 87, 0, 0 -OFFSET[R], 686, 200, 320 -SVTCA[Y] -CALL[], 14, 1, 2, 0, -242, 86 -SHC[2], 2 - - - - -/* TT glyph 92, char 0x141 */ -SVTCA[Y] -CALL[], 4, 8, 114 -CALL[], 4, 5, 106 -SHP[1], 11 -CALL[], 9, 2, 114 -SRP1[], 11 -IP[], 2 -IP[], 0 -CALL[], 2, 3, 106 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 93, char 0x4d (M) */ -SVTCA[Y] -CALL[], 8, 8, 114 -SHP[2], 20 -CALL[], 9, 2, 114 -SHP[2], 3 -SHP[2], 15 -SHP[2], 21 -SRP1[], 20 -IP[], 12 -MDAP[R], 12 -SHP[1], 0 -CALL[], 12, 1, 106 -SHP[2], 17 -CALL[], 9, 14, 106 -SHP[2], 5 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x39c */ - -USEMYMETRICS[] -OFFSET[R], 93, 0, 0 - - - - -/* TT glyph 94, char 0x4e (N) */ -SVTCA[Y] -CALL[], 8, 8, 114 -SHP[2], 7 -SHP[2], 12 -CALL[], 9, 2, 114 -SHP[2], 4 -SHP[2], 13 -SRP2[], 8 -IP[], 5 -IP[], 2 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x143 */ - -USEMYMETRICS[] -OFFSET[R], 94, 0, 0 -OFFSET[R], 1599, 0, 0 -SVTCA[Y] -CALL[], 16, 9, 1, 1, 160, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 94, 0, 0 -OFFSET[R], 1610, 0, 0 -SVTCA[Y] -CALL[], 16, 13, 1, 1, 120, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x147 */ - -USEMYMETRICS[] -OFFSET[R], 94, 0, 0 -OFFSET[R], 1602, 0, 0 -SVTCA[Y] -CALL[], 16, 13, 1, 1, 160, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0xd1 */ - -USEMYMETRICS[] -OFFSET[R], 94, 0, 0 -OFFSET[R], 1605, 10, 0 -SVTCA[Y] -CALL[], 16, 9, 1, 1, 146, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x39d */ - -USEMYMETRICS[] -OFFSET[R], 94, 0, 0 - - - - -/* TT glyph 101, char 0x4f (O) */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 4, 3, 114 -CALL[], 4, 12, 106 -CALL[], 0, 8, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 127, char 0x152 */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 0, 19, 106 -CALL[], 6, 3, 114 -CALL[], 6, 24, 106 -SRP2[], 0 -IP[], 30 -MDAP[R], 30 -CALL[], 30, 31, 106 -CALL[], 15, 8, 114 -SHP[2], 12 -CALL[], 15, 16, 106 -CALL[], 35, 2, 114 -SHP[2], 10 -CALL[], 35, 34, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xd3 */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1599, 0, 0 -SVTCA[Y] -CALL[], 16, 4, 1, 1, 140, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1610, 0, 0 -SVTCA[Y] -CALL[], 16, 4, 1, 1, 100, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x14e */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1603, 0, 0 -SVTCA[Y] -CALL[], 16, 4, 1, 1, 130, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0xd4 */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1601, 0, 0 -SVTCA[Y] -CALL[], 20, 4, 1, 1, 140, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0xd6 */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1596, 0, 0 -SVTCA[Y] -CALL[], 16, 4, 1, 1, 140, 86 -SHC[2], 2 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0xd2 */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1598, 0, 0 -SVTCA[Y] -CALL[], 16, 4, 1, 1, 140, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x1a0 */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1608, 400, 0 -SVTCA[Y] -CALL[], 21, 4, 0, 0, 213, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x150 */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1600, 0, 0 -SVTCA[Y] -CALL[], 16, 4, 1, 1, 140, 86 -SHC[2], 2 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x14c */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1606, 0, 0 -SVTCA[Y] -CALL[], 16, 4, 1, 1, 140, 86 -SHC[2], 2 - - - -/* TT glyph 577, char 0x38f */ -SVTCA[Y] -CALL[], 5, 3, 114 -CALL[], 5, 15, 106 -CALL[], 20, 8, 114 -MDRP[m>RBl], 21 -SHP[2], 1 -SHP[2], 19 -IP[], 0 -IP[], 10 -SHP[1], 24 -SRP0[], 24 -MDRP[m>RBl], 26 -SHP[2], 9 -SHP[2], 11 -CALL[], 29, 2, 114 -CALL[], 29, 31, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x39f */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 - - - -/* TT glyph 575, char 0x38c */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 0, 12, 106 -CALL[], 4, 3, 114 -CALL[], 4, 16, 106 -CALL[], 9, 2, 114 -CALL[], 9, 11, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 124, char 0xd8 */ -SVTCA[Y] -CALL[], 4, 9, 114 -CALL[], 4, 12, 106 -SRP0[], 4 -MDRP[m>RWh], 0 -CALL[], 8, 3, 114 -CALL[], 8, 16, 106 -SRP0[], 8 -MDRP[m>RWh], 2 -SRP1[], 0 -IP[], 1 -IP[], 3 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x1fe */ - -USEMYMETRICS[] -OFFSET[R], 124, 0, 0 -OFFSET[R], 1599, 0, 0 -SVTCA[Y] -CALL[], 20, 8, 1, 1, 140, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0xd5 */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1605, 10, 0 -SVTCA[Y] -CALL[], 16, 4, 1, 1, 126, 86 -SHC[2], 2 - - - -/* TT glyph 128, char 0x50 (P) */ -SVTCA[Y] -CALL[], 18, 8, 114 -CALL[], 19, 2, 114 -SHP[2], 10 -CALL[], 10, 9, 106 -SRP1[], 19 -SRP2[], 18 -IP[], 0 -MDAP[R], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x3a6 */ - -USEMYMETRICS[] -OFFSET[R], 426, 0, 0 - - - - -/* VTTTalk Unicode 0x3a0 */ - -USEMYMETRICS[] -OFFSET[R], 420, 0, 0 - - - -/* TT glyph 569, char 0x3a8 */ -SVTCA[Y] -CALL[], 3, 2, 114 -SHP[2], 11 -SHP[2], 20 -CALL[], 17, 8, 114 -SRP2[], 3 -SLOOP[], 4 -IP[], 14, 15, 19, 18 -IUP[Y] -IUP[X] - - - - -/* TT glyph 130, char 0x51 (Q) */ -SVTCA[Y] -CALL[], 12, 9, 114 -CALL[], 12, 0, 105 -CALL[], 0, 9, 106 -CALL[], 12, 20, 105 -IP[], 5 -CALL[], 16, 3, 114 -CALL[], 16, 24, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 131, char 0x52 (R) */ -SVTCA[Y] -CALL[], 18, 8, 114 -SHP[2], 22 -CALL[], 19, 2, 114 -SRP1[], 18 -IP[], 0 -MDAP[R], 0 -CALL[], 0, 1, 106 -IP[], 23 -SRP1[], 19 -SHP[1], 10 -CALL[], 10, 9, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x154 */ - -USEMYMETRICS[] -OFFSET[R], 131, 0, 0 -OFFSET[R], 1599, -40, 0 -SVTCA[Y] -CALL[], 26, 10, 1, 1, 160, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x158 */ - -USEMYMETRICS[] -OFFSET[R], 131, 0, 0 -OFFSET[R], 1602, -40, 0 -SVTCA[Y] -CALL[], 26, 10, 1, 1, 160, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x3a1 */ - -USEMYMETRICS[] -OFFSET[R], 128, 0, 0 - - - -/* TT glyph 135, char 0x53 (S) */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 0, 7, 106 -CALL[], 20, 3, 114 -CALL[], 20, 27, 106 -SRP2[], 0 -SLOOP[], 10 -IP[], 10, 37, 13, 14, 34, 33, 17, 30, 24, 23 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x15a */ - -USEMYMETRICS[] -OFFSET[R], 135, 0, 0 -OFFSET[R], 1599, 20, 0 -SVTCA[Y] -CALL[], 40, 20, 1, 1, 140, 86 -SHC[2], 1 - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 135, 0, 0 -OFFSET[R], 1610, 20, 0 -SVTCA[Y] -CALL[], 40, 20, 1, 1, 100, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0x160 */ - -USEMYMETRICS[] -OFFSET[R], 135, 0, 0 -OFFSET[R], 1602, 20, 0 -SVTCA[Y] -CALL[], 40, 20, 1, 1, 140, 86 -SHC[2], 1 - - - - -/* VTTTalk Unicode 0x15e */ - -USEMYMETRICS[] -OFFSET[R], 135, 0, 0 -OFFSET[R], 1579, -65, 0 -SVTCA[Y] -CALL[], 49, 0, 0, 0, 15, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0x15c */ - -USEMYMETRICS[] -OFFSET[R], 135, 0, 0 -OFFSET[R], 1601, 20, 0 -SVTCA[Y] -CALL[], 44, 20, 1, 1, 140, 86 -SHC[2], 1 - - - -/* TT glyph 564, char 0x3a3 */ -SVTCA[Y] -CALL[], 6, 8, 114 -CALL[], 6, 7, 106 -SHP[2], 1 -IP[], 0 -CALL[], 11, 2, 114 -SRP2[], 6 -IP[], 5 -IP[], 2 -CALL[], 11, 10, 106 -SHP[2], 3 -IP[], 4 -IUP[Y] -IUP[X] - - - - -/* TT glyph 143, char 0x54 (T) */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 5, 2, 114 -CALL[], 5, 4, 106 -SHP[1], 2 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x3a4 */ - -USEMYMETRICS[] -OFFSET[R], 143, 0, 0 - - - -/* TT glyph 144, char 0x166 */ -SVTCA[Y] -CALL[], 4, 8, 114 -CALL[], 9, 2, 114 -CALL[], 9, 8, 106 -SRP2[], 4 -IP[], 0 -MDAP[R], 0 -CALL[], 0, 1, 106 -SRP1[], 9 -SHP[1], 6 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x164 */ - -USEMYMETRICS[] -OFFSET[R], 143, 0, 0 -OFFSET[R], 1602, 0, 0 -SVTCA[Y] -CALL[], 8, 1, 1, 1, 160, 86 -SHC[2], 2 - - - - -/* TT glyph 554, char 0x398 */ -SVTCA[Y] -CALL[], 4, 9, 114 -CALL[], 8, 3, 114 -CALL[], 8, 16, 106 -SRP2[], 4 -IP[], 0 -MDAP[R], 0 -CALL[], 0, 1, 106 -CALL[], 4, 12, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 129, char 0xde */ -SVTCA[Y] -CALL[], 18, 8, 114 -CALL[], 19, 2, 114 -SRP1[], 18 -IP[], 10 -MDAP[R], 10 -CALL[], 10, 9, 106 -SRP1[], 19 -SRP2[], 18 -IP[], 0 -MDAP[R], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 148, char 0x55 (U) */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 3, 2, 114 -CALL[], 0, 8, 106 -SRP1[], 3 -SHP[1], 12 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xda */ - -USEMYMETRICS[] -OFFSET[R], 148, 0, 0 -OFFSET[R], 1599, 0, 0 -SVTCA[Y] -CALL[], 16, 3, 1, 1, 160, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0x16c */ - -USEMYMETRICS[] -OFFSET[R], 148, 0, 0 -OFFSET[R], 1603, 0, 0 -SVTCA[Y] -CALL[], 16, 11, 1, 1, 150, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0xdb */ - -USEMYMETRICS[] -OFFSET[R], 148, 0, 0 -OFFSET[R], 1601, 0, 0 -SVTCA[Y] -CALL[], 20, 11, 1, 1, 160, 86 -SHC[2], 1 - - - - -/* VTTTalk Unicode 0xdc */ - -USEMYMETRICS[] -OFFSET[R], 148, 0, 0 -OFFSET[R], 1596, 0, 0 -SVTCA[Y] -CALL[], 16, 11, 1, 1, 160, 86 -SHC[2], 1 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0xd9 */ - -USEMYMETRICS[] -OFFSET[R], 148, 0, 0 -OFFSET[R], 1598, 0, 0 -SVTCA[Y] -CALL[], 16, 3, 1, 1, 160, 86 -SHC[2], 1 - - - - -/* TT glyph 156, char 0x1af */ -SVTCA[Y] -CALL[], 10, 9, 114 -CALL[], 10, 18, 106 -CALL[], 13, 2, 114 -CALL[], 13, 5, 105 -SHP[1], 22 -CALL[], 22, 0, 105 -SHP[1], 1 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x170 */ - -USEMYMETRICS[] -OFFSET[R], 148, 0, 0 -OFFSET[R], 1600, 0, 0 -SVTCA[Y] -CALL[], 16, 11, 1, 1, 160, 86 -SHC[2], 1 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x16a */ - -USEMYMETRICS[] -OFFSET[R], 148, 0, 0 -OFFSET[R], 1606, 0, 0 -SVTCA[Y] -CALL[], 16, 3, 1, 1, 160, 86 -SHC[2], 1 - - - -/* TT glyph 164, char 0x172 */ -SVTCA[Y] -CALL[], 22, 9, 114 -CALL[], 25, 2, 114 -SHP[2], 33 -CALL[], 22, 30, 105 -CALL[], 22, 15, 105 -CALL[], 15, 0, 106 -SRP1[], 22 -SRP2[], 30 -SLOOP[], 3 -IP[], 8, 7, 6 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x3a5 */ - -USEMYMETRICS[] -OFFSET[R], 175, 0, 0 - - - - -/* VTTTalk Unicode 0x3ab */ - -USEMYMETRICS[] -OFFSET[R], 566, 0, 0 -OFFSET[R], 1596, 0, 0 -SVTCA[Y] -CALL[], 12, 5, 1, 1, 160, 86 -SHC[2], 2 -SHC[2], 3 - - - -/* TT glyph 576, char 0x38e */ -SVTCA[Y] -CALL[], 11, 8, 114 -CALL[], 13, 2, 114 -SHP[2], 6 -CALL[], 13, 15, 106 -SHP[1], 1 -SRP1[], 11 -SRP2[], 1 -SLOOP[], 3 -IP[], 0, 9, 3 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x16e */ - -USEMYMETRICS[] -OFFSET[R], 148, 0, 0 -OFFSET[R], 1604, 0, 0 -SVTCA[Y] -CALL[], 16, 11, 1, 1, 68, 86 -SHC[2], 1 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x168 */ - -USEMYMETRICS[] -OFFSET[R], 148, 0, 0 -OFFSET[R], 1605, 10, 0 -SVTCA[Y] -CALL[], 16, 3, 1, 1, 146, 86 -SHC[2], 1 - - - - -/* TT glyph 167, char 0x56 (V) */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 1, 2, 114 -SHP[2], 6 -SRP2[], 0 -IP[], 3 -IUP[Y] -IUP[X] - - - - -/* TT glyph 169, char 0x57 (W) */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 0, 3, 106 -SHP[2], 15 -SHP[1], 10 -CALL[], 1, 2, 114 -SHP[2], 17 -SRP1[], 10 -IP[], 12 -SRP1[], 12 -SHP[1], 8 -CALL[], 12, 13, 106 -SHP[2], 5 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x1e82 */ - -USEMYMETRICS[] -OFFSET[R], 169, 0, 0 -OFFSET[R], 1599, 0, 0 -SVTCA[Y] -CALL[], 20, 1, 1, 1, 160, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x174 */ - -USEMYMETRICS[] -OFFSET[R], 169, 0, 0 -OFFSET[R], 1601, 0, 0 -SVTCA[Y] -CALL[], 24, 17, 1, 1, 160, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x1e84 */ - -USEMYMETRICS[] -OFFSET[R], 169, 0, 0 -OFFSET[R], 1596, 0, 0 -SVTCA[Y] -CALL[], 20, 17, 1, 1, 160, 86 -SHC[2], 2 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1e80 */ - -USEMYMETRICS[] -OFFSET[R], 169, 0, 0 -OFFSET[R], 1598, 0, 0 -SVTCA[Y] -CALL[], 20, 17, 1, 1, 160, 86 -SHC[2], 2 - - - -/* TT glyph 174, char 0x58 (X) */ -SVTCA[Y] -CALL[], 2, 2, 114 -SHP[2], 9 -CALL[], 6, 8, 114 -SHP[2], 5 -SRP1[], 5 -SRP2[], 2 -SLOOP[], 4 -IP[], 1, 10, 4, 7 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 560, char 0x39e */ -SVTCA[Y] -CALL[], 4, 8, 114 -CALL[], 1, 2, 114 -CALL[], 1, 0, 106 -SRP2[], 4 -IP[], 8 -MDAP[R], 8 -CALL[], 8, 9, 106 -CALL[], 4, 5, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 175, char 0x59 (Y) */ -SVTCA[Y] -CALL[], 1, 2, 114 -SHP[2], 6 -CALL[], 8, 8, 114 -SRP1[], 1 -SLOOP[], 3 -IP[], 0, 9, 3 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xdd */ - -USEMYMETRICS[] -OFFSET[R], 175, 0, 0 -OFFSET[R], 1599, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 160, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x176 */ - -USEMYMETRICS[] -OFFSET[R], 175, 0, 0 -OFFSET[R], 1601, 0, 0 -SVTCA[Y] -CALL[], 16, 5, 1, 1, 160, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x178 */ - -USEMYMETRICS[] -OFFSET[R], 175, 0, 0 -OFFSET[R], 1596, 0, 0 -SVTCA[Y] -CALL[], 12, 5, 1, 1, 160, 86 -SHC[2], 2 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ef2 */ - -USEMYMETRICS[] -OFFSET[R], 175, 0, 0 -OFFSET[R], 1598, 0, 0 -SVTCA[Y] -CALL[], 12, 5, 1, 1, 160, 86 -SHC[2], 2 - - - - -/* TT glyph 184, char 0x5a (Z) */ -SVTCA[Y] -CALL[], 4, 8, 114 -CALL[], 4, 6, 106 -SHP[2], 1 -IP[], 0 -CALL[], 9, 2, 114 -CALL[], 9, 8, 106 -SHP[2], 3 -IP[], 2 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x179 */ - -USEMYMETRICS[] -OFFSET[R], 184, 0, 0 -OFFSET[R], 1599, 0, 0 -SVTCA[Y] -CALL[], 12, 9, 1, 1, 160, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 184, 0, 0 -OFFSET[R], 1610, 0, 0 -SVTCA[Y] -CALL[], 12, 9, 1, 1, 120, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x17d */ - -USEMYMETRICS[] -OFFSET[R], 184, 0, 0 -OFFSET[R], 1602, 0, 0 -SVTCA[Y] -CALL[], 12, 9, 1, 1, 160, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x17b */ - -USEMYMETRICS[] -OFFSET[R], 184, 0, 0 -OFFSET[R], 1597, 0, 0 -SVTCA[Y] -CALL[], 12, 9, 1, 1, 160, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x396 */ - -USEMYMETRICS[] -OFFSET[R], 184, 0, 0 - - - -/* TT glyph 195, char 0x61 (a) */ -SVTCA[Y] -CALL[], 8, 7, 114 -CALL[], 8, 7, 106 -MIAP[R], 15, 10 -CALL[], 15, 13, 106 -CALL[], 16, 11, 114 -CALL[], 16, 34, 106 -SRP2[], 8 -SLOOP[], 5 -IP[], 41, 42, 1, 39, 22 -CALL[], 22, 29, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xe1 */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1566, 10, 0 -SVTCA[Y] -CALL[], 46, 8, 1, 1, 178, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x103 */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1570, -20, 0 -SVTCA[Y] -CALL[], 46, 8, 1, 1, 168, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0xe2 */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1568, -20, 0 -SVTCA[Y] -CALL[], 50, 8, 1, 1, 178, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0xb4 */ - -OFFSET[R], 1566, 0, 0 - - - - -/* TT glyph 1566, char 0x301 */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1599, char 0xffff */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1610, char 0xffff */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1609, char 0xffff */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xe4 */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1563, -18, 0 -SVTCA[Y] -CALL[], 46, 8, 1, 1, 168, 86 -SHC[2], 2 -SHC[2], 3 - - - - -/* TT glyph 219, char 0xe6 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 19, 106 -CALL[], 36, 7, 114 -CALL[], 36, 35, 106 -SRP2[], 0 -SLOOP[], 4 -IP[], 24, 29, 10, 6 -CALL[], 6, 13, 106 -CALL[], 42, 11, 114 -CALL[], 42, 66, 106 -CALL[], 48, 7, 114 -CALL[], 48, 60, 106 -SRP2[], 42 -IP[], 56 -MDAP[R], 56 -CALL[], 56, 55, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x1fd */ - -USEMYMETRICS[] -OFFSET[R], 219, 0, 0 -OFFSET[R], 1566, 30, 0 -SVTCA[Y] -CALL[], 72, 36, 1, 1, 178, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0xe0 */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1565, 25, 0 -SVTCA[Y] -CALL[], 46, 8, 1, 1, 178, 86 -SHC[2], 2 - - - -/* TT glyph 581, char 0x3b1 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 18, 106 -CALL[], 6, 7, 114 -CALL[], 6, 13, 106 -SRP2[], 0 -SLOOP[], 6 -IP[], 9, 11, 22, 30, 37, 24 -CALL[], 33, 10, 114 -CALL[], 33, 31, 106 -CALL[], 35, 6, 114 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x3ac */ - -USEMYMETRICS[] -OFFSET[R], 581, 0, 0 -OFFSET[R], 1612, 30, 0 -SVTCA[Y] -CALL[], 38, 6, 1, 1, 168, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x101 */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1573, -20, 0 -SVTCA[Y] -CALL[], 46, 8, 1, 1, 178, 86 -SHC[2], 2 - - - -/* TT glyph 1180, char 0x26 (&) */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 16, 9, 114 -CALL[], 16, 29, 106 -CALL[], 40, 3, 114 -SHP[2], 7 -CALL[], 40, 8, 106 -SHP[2], 39 -SRP2[], 16 -IP[], 32 -IP[], 36 -MDAP[R], 32 -MDAP[R], 36 -SRP1[], 32 -IP[], 23 -IP[], 22 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1229, char 0xffff */ -SVTCA[Y] -CALL[], 16, 9, 114 -SHP[2], 53 -CALL[], 16, 29, 106 -SHP[2], 66 -CALL[], 37, 8, 114 -SHP[2], 0 -CALL[], 78, 3, 114 -SHP[2], 7 -SHP[2], 44 -SHP[2], 86 -SRP1[], 16 -IP[], 74 -IP[], 32 -MDAP[R], 74 -MDAP[R], 32 -SRP2[], 16 -IP[], 22 -IP[], 23 -SRP1[], 74 -SHP[1], 82 -SRP1[], 32 -SHP[1], 69 -SRP1[], 22 -SHP[1], 59 -SRP1[], 23 -SHP[1], 60 -CALL[], 78, 45, 106 -SHP[2], 77 -SRP1[], 77 -SHP[1], 8 -SHP[1], 85 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x387 */ - -USEMYMETRICS[] -OFFSET[R], 677, 0, 804 - - - -/* TT glyph 215, char 0x105 */ -SVTCA[Y] -CALL[], 29, 7, 114 -CALL[], 29, 28, 106 -CALL[], 36, 10, 114 -CALL[], 36, 34, 105 -IP[], 8 -IP[], 7 -CALL[], 37, 11, 114 -CALL[], 37, 55, 106 -CALL[], 37, 0, 105 -CALL[], 0, 15, 106 -SRP1[], 37 -SRP2[], 29 -SLOOP[], 5 -IP[], 62, 63, 22, 60, 43 -CALL[], 43, 50, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x2248 */ - -USEMYMETRICS[] -OFFSET[R], 847, 0, 290 -USEMYMETRICS[] -OFFSET[R], 847, 0, -290 - - - - -/* VTTTalk Unicode 0xe5 */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1571, -20, 0 -SVTCA[Y] -CALL[], 46, 8, 1, 1, 128, 86 -SHC[2], 2 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1fb */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1571, -20, 0 -OFFSET[R], 1566, 10, 280 -SVTCA[Y] -CALL[], 46, 8, 1, 1, 128, 86 -SHC[2], 2 -SHC[2], 3 -CALL[], 66, 52, 0, 0, -102, 86 -SHC[2], 4 - - - -/* TT glyph 869, char 0x2194 */ -SVTCA[Y] -CALL[], 18, 147, 114 -MDRP[m>RGr], 4 -SHP[2], 12 -CALL[], 4, 5, 106 -SHP[2], 11 -CALL[], 18, 19, 106 -MDRP[m>RGr], 1 -SHP[2], 15 -CALL[], 1, 0, 106 -SHP[2], 8 -SRP1[], 19 -SRP2[], 18 -SLOOP[], 4 -IP[], 7, 9, 10, 6 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 867, char 0x2193 */ -SVTCA[Y] -CALL[], 9, 2, 114 -CALL[], 9, 0, 105 -IP[], 2 -MDAP[R], 2 -IP[], 8 -IP[], 3 -SHP[1], 5 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 868, char 0x2190 */ -SVTCA[Y] -CALL[], 10, 147, 114 -MDRP[m>RWh], 4 -CALL[], 4, 3, 106 -CALL[], 10, 11, 106 -IP[], 1 -IP[], 2 -MDRP[m>RWh], 7 -CALL[], 7, 0, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 866, char 0x2192 */ -SVTCA[Y] -CALL[], 9, 147, 114 -MDRP[m>RWh], 4 -CALL[], 4, 5, 106 -CALL[], 9, 8, 106 -MDRP[m>RWh], 1 -CALL[], 1, 0, 106 -SRP1[], 8 -SRP2[], 9 -IP[], 7 -IP[], 6 -IUP[Y] -IUP[X] - - - - -/* TT glyph 865, char 0x2191 */ -SVTCA[Y] -CALL[], 8, 8, 114 -CALL[], 8, 1, 105 -SLOOP[], 3 -IP[], 7, 6, 9 -SRP1[], 7 -SHP[1], 4 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 870, char 0x2195 */ -SVTCA[Y] -MDAP[R], 1 -CALL[], 1, 8, 105 -IP[], 10 -IP[], 7 -MDAP[R], 10 -MDAP[R], 7 -SRP1[], 10 -IP[], 16 -IP[], 11 -SRP2[], 7 -IP[], 13 -IP[], 4 -SRP1[], 1 -IP[], 6 -IP[], 17 -IUP[Y] -IUP[X] - - - - -/* TT glyph 871, char 0x21a8 */ -SVTCA[Y] -CALL[], 2, 8, 114 -CALL[], 2, 3, 106 -MIAP[R], 6, 17 -CALL[], 6, 12, 105 -IP[], 14 -IP[], 11 -MDAP[R], 14 -MDAP[R], 11 -SRP1[], 14 -IP[], 20 -IP[], 15 -SRP1[], 11 -SRP2[], 6 -IP[], 10 -IP[], 21 -IUP[Y] -IUP[X] - - - - -/* TT glyph 849, char 0x5e (^) */ -SVTCA[Y] -CALL[], 1, 2, 114 -CALL[], 1, 0, 106 -SHP[2], 4 -IP[], 6 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1298, char 0xffff */ -SVTCA[Y] -CALL[], 1, 2, 114 -CALL[], 14, 148, 114 -CALL[], 14, 11, 105 -CALL[], 11, 10, 106 -SRP2[], 1 -IP[], 7 -MDAP[R], 7 -IP[], 6 -CALL[], 14, 15, 106 -SHP[2], 3 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 847, char 0x7e (~) */ -SVTCA[Y] -MDAP[R], 14 -CALL[], 14, 29, 105 -IP[], 25 -IP[], 10 -CALL[], 25, 4, 106 -CALL[], 10, 19, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1296, char 0xffff */ -SVTCA[Y] -MDAP[R], 25 -CALL[], 25, 53, 105 -SLOOP[], 4 -IP[], 50, 10, 36, 22 -CALL[], 50, 4, 106 -CALL[], 10, 44, 106 -CALL[], 36, 16, 106 -CALL[], 22, 30, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1297, char 0xffff */ -SVTCA[Y] -CALL[], 31, 147, 114 -CALL[], 31, 32, 106 -CALL[], 32, 63, 105 -CALL[], 32, 65, 105 -CALL[], 65, 64, 106 -SRP1[], 32 -SRP2[], 31 -IP[], 79 -IP[], 78 -CALL[], 31, 76, 105 -CALL[], 76, 77, 106 -SRP1[], 64 -SLOOP[], 5 -IP[], 37, 60, 48, 9, 21 -CALL[], 37, 26, 106 -CALL[], 60, 3, 106 -CALL[], 48, 15, 106 -CALL[], 9, 54, 106 -CALL[], 21, 42, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1293, char 0xffff */ -SVTCA[Y] -CALL[], 17, 3, 114 -CALL[], 17, 27, 106 -CALL[], 17, 45, 105 -CALL[], 45, 54, 106 -SRP1[], 27 -IP[], 44 -MDAP[R], 44 -SRP2[], 27 -SLOOP[], 7 -IP[], 65, 68, 10, 40, 77, 51, 23 -SRP2[], 54 -SLOOP[], 4 -IP[], 48, 71, 86, 59 -CALL[], 65, 80, 106 -CALL[], 10, 34, 106 -CALL[], 40, 4, 106 -CALL[], 59, 74, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1294, char 0xffff */ -SVTCA[Y] -MDAP[R], 13 -CALL[], 13, 27, 105 -IP[], 10 -IP[], 24 -CALL[], 10, 18, 106 -CALL[], 24, 4, 106 -SRP0[], 27 -MDRP[m<RWh], 29 -CALL[], 29, 28, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1295, char 0xffff */ -SVTCA[Y] -CALL[], 34, 147, 114 -CALL[], 34, 12, 105 -CALL[], 12, 13, 106 -CALL[], 34, 35, 106 -CALL[], 35, 1, 105 -CALL[], 1, 0, 106 -SRP1[], 34 -SRP2[], 35 -IP[], 14 -IP[], 15 -CALL[], 35, 53, 105 -SRP1[], 0 -SRP2[], 13 -SLOOP[], 3 -IP[], 39, 50, 25 -CALL[], 39, 30, 106 -CALL[], 50, 19, 106 -CALL[], 25, 44, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1292, char 0xffff */ -SVTCA[Y] -CALL[], 32, 147, 114 -SHP[2], 15 -CALL[], 32, 4, 105 -CALL[], 4, 25, 106 -CALL[], 4, 10, 105 -CALL[], 10, 19, 106 -CALL[], 32, 33, 106 -CALL[], 33, 29, 105 -IUP[Y] -IUP[X] - - - - -/* TT glyph 688, char 0x2a (*) */ -SVTCA[Y] -CALL[], 13, 150, 114 -CALL[], 13, 0, 105 -SLOOP[], 4 -IP[], 3, 5, 18, 10 -CALL[], 18, 19, 106 -CALL[], 10, 9, 106 -SRP1[], 0 -SHP[1], 4 -SRP1[], 4 -SRP2[], 13 -SLOOP[], 10 -IP[], 16, 8, 1, 7, 15, 12, 6, 2, 11, 17 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 688, -1138, 0 -OFFSET[R], 688, -58, 0 - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 688, -58, 0 -OFFSET[R], 688, -2338, 0 -OFFSET[R], 688, -1190, 300 - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 688, -1138, 0 -OFFSET[R], 841, -98, 0 - - - - -/* TT glyph 764, char 0xffff */ -SVTCA[Y] -CALL[], 20, 154, 114 -CALL[], 20, 13, 106 -CALL[], 20, 0, 105 -CALL[], 0, 7, 106 -CALL[], 39, 150, 114 -CALL[], 39, 30, 105 -SHP[2], 26 -SRP2[], 26 -SLOOP[], 4 -IP[], 31, 29, 44, 36 -CALL[], 44, 45, 106 -CALL[], 36, 35, 106 -SRP1[], 30 -SRP2[], 39 -SLOOP[], 10 -IP[], 34, 42, 33, 27, 41, 38, 32, 28, 43, 37 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 688, -1138, 0 -OFFSET[R], 693, -58, 0 - - - - -/* TT glyph 1179, char 0x40 (@) */ -SVTCA[Y] -CALL[], 6, 3, 114 -CALL[], 6, 17, 106 -CALL[], 6, 0, 105 -CALL[], 0, 22, 106 -SRP2[], 6 -SLOOP[], 8 -IP[], 27, 54, 38, 11, 45, 56, 36, 33 -CALL[], 27, 42, 106 -CALL[], 33, 48, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xe3 */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1572, -10, 0 -SVTCA[Y] -CALL[], 46, 8, 1, 1, 186, 86 -SHC[2], 2 - - - - -/* TT glyph 221, char 0x62 (b) */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 7, 106 -SLOOP[], 3 -IP[], 28, 3, 25 -CALL[], 19, 7, 114 -CALL[], 19, 13, 106 -SRP2[], 0 -IP[], 15 -IP[], 17 -CALL[], 26, 0, 114 -IUP[Y] -IUP[X] - - - - -/* TT glyph 694, char 0x5c (\) */ -SVTCA[Y] -CALL[], 1, 152, 114 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 694, -1030, 0 -OFFSET[R], 694, -148, 0 - - - -/* TT glyph 1191, char 0x7c (|) */ -SVTCA[Y] -CALL[], 1, 149, 114 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 1191, -130, 0 -OFFSET[R], 1191, -1070, 0 - - - -/* TT glyph 1234, char 0xffff */ -SVTCA[Y] -CALL[], 6, 151, 114 -CALL[], 6, 4, 105 -CALL[], 4, 5, 106 -SHP[2], 9 -CALL[], 6, 7, 106 -CALL[], 7, 1, 105 -CALL[], 1, 8, 106 -IP[], 11 -SRP1[], 4 -SRP2[], 5 -IP[], 10 -SRP1[], 8 -SHP[1], 0 -SRP1[], 7 -SRP2[], 6 -IP[], 2 -IP[], 3 -CALL[], 13, 149, 114 -SHP[2], 17 -CALL[], 13, 15, 106 -SHP[2], 19 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1235, char 0xffff */ -SVTCA[Y] -CALL[], 2, 148, 114 -CALL[], 2, 3, 106 -CALL[], 2, 7, 105 -CALL[], 7, 6, 106 -CALL[], 13, 149, 114 -SHP[2], 10 -CALL[], 13, 15, 106 -SHP[2], 9 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1236, char 0xffff */ -SVTCA[Y] -CALL[], 6, 151, 114 -CALL[], 6, 4, 105 -CALL[], 4, 5, 106 -SHP[2], 9 -CALL[], 6, 7, 106 -CALL[], 7, 1, 105 -CALL[], 1, 0, 106 -SHP[2], 8 -CALL[], 14, 149, 114 -CALL[], 14, 12, 106 -SRP1[], 4 -SRP2[], 5 -IP[], 10 -SRP1[], 1 -SRP2[], 7 -IP[], 11 -SRP1[], 6 -IP[], 3 -IP[], 2 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1231, char 0xffff */ -SVTCA[Y] -CALL[], 33, 154, 114 -CALL[], 33, 26, 106 -CALL[], 33, 0, 105 -CALL[], 0, 7, 106 -SRP2[], 33 -IP[], 44 -CALL[], 44, 45, 106 -IP[], 16 -IP[], 17 -CALL[], 57, 149, 114 -CALL[], 57, 55, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1232, char 0xffff */ -SVTCA[Y] -CALL[], 2, 153, 114 -SHP[2], 9 -CALL[], 2, 11, 106 -CALL[], 2, 3, 106 -SHP[2], 4 -CALL[], 3, 6, 106 -CALL[], 13, 149, 114 -CALL[], 13, 15, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1237, char 0xffff */ -SVTCA[Y] -CALL[], 2, 148, 114 -CALL[], 2, 3, 106 -CALL[], 2, 7, 105 -CALL[], 7, 6, 106 -CALL[], 10, 149, 114 -CALL[], 10, 8, 105 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1238, char 0xffff */ -SVTCA[Y] -CALL[], 6, 151, 114 -CALL[], 6, 4, 105 -CALL[], 4, 9, 106 -SHP[2], 5 -IP[], 10 -CALL[], 6, 7, 106 -CALL[], 7, 1, 105 -CALL[], 1, 8, 106 -SHP[2], 0 -IP[], 11 -SRP1[], 7 -SRP2[], 6 -IP[], 2 -IP[], 3 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1230, char 0xffff */ -SVTCA[Y] -CALL[], 6, 149, 114 -CALL[], 6, 4, 105 -IP[], 1 -MDAP[R], 1 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 582, char 0x3b2 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 30, 106 -CALL[], 10, 3, 114 -CALL[], 10, 25, 106 -SRP2[], 0 -IP[], 37 -MDAP[R], 37 -SLOOP[], 3 -IP[], 5, 3, 28 -SRP2[], 10 -IP[], 47 -CALL[], 37, 18, 105 -SLOOP[], 4 -IP[], 52, 39, 16, 51 -CALL[], 48, 14, 114 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 881, char 0x2588 */ - - - - - -/* TT glyph 1142, char 0xffff */ - - - - -/* TT glyph 697, char 0x7b ({) */ -SVTCA[Y] -CALL[], 22, 154, 114 -CALL[], 22, 29, 106 -CALL[], 22, 0, 105 -CALL[], 0, 48, 106 -SRP2[], 22 -IP[], 10 -CALL[], 10, 11, 106 -IP[], 39 -IP[], 38 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 737, char 0xffff */ -SVTCA[Y] -CALL[], 21, 154, 114 -CALL[], 21, 28, 106 -CALL[], 21, 0, 105 -CALL[], 0, 47, 106 -SRP2[], 21 -IP[], 11 -CALL[], 11, 10, 106 -IP[], 38 -IP[], 37 -CALL[], 55, 149, 114 -CALL[], 55, 54, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 698, char 0x7d (}) */ -SVTCA[Y] -CALL[], 33, 154, 114 -CALL[], 33, 26, 106 -CALL[], 33, 0, 105 -CALL[], 0, 7, 106 -SRP2[], 33 -IP[], 45 -CALL[], 45, 44, 106 -IP[], 16 -IP[], 17 -IUP[Y] -IUP[X] - - - - -/* TT glyph 738, char 0xffff */ -SVTCA[Y] -CALL[], 33, 154, 114 -CALL[], 33, 26, 106 -CALL[], 33, 0, 105 -CALL[], 0, 7, 106 -CALL[], 59, 8, 114 -SHP[2], 67 -CALL[], 60, 2, 114 -SHP[2], 68 -SRP1[], 67 -SRP2[], 68 -IP[], 57 -IP[], 66 -MDAP[R], 57 -MDAP[R], 66 -SRP2[], 57 -SLOOP[], 4 -IP[], 45, 16, 17, 44 -CALL[], 57, 58, 106 -CALL[], 66, 65, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 699, char 0x5b ([) */ -SVTCA[Y] -CALL[], 1, 153, 114 -CALL[], 1, 0, 106 -SHP[2], 4 -CALL[], 4, 5, 106 -SRP1[], 1 -SHP[1], 9 -CALL[], 9, 8, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 739, char 0xffff */ -SVTCA[Y] -CALL[], 1, 153, 114 -CALL[], 1, 3, 105 -SHP[2], 7 -CALL[], 7, 6, 106 -SRP1[], 1 -SHP[1], 10 -CALL[], 10, 11, 106 -CALL[], 13, 149, 114 -CALL[], 13, 15, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 700, char 0x5d (]) */ -SVTCA[Y] -CALL[], 10, 153, 114 -CALL[], 10, 0, 105 -SHP[2], 4 -CALL[], 4, 5, 106 -SRP1[], 10 -SHP[1], 9 -CALL[], 9, 8, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 740, char 0xffff */ -SVTCA[Y] -CALL[], 2, 2, 114 -SHP[2], 10 -CALL[], 3, 8, 114 -SHP[2], 11 -SRP1[], 2 -IP[], 6 -IP[], 15 -MDAP[R], 6 -MDAP[R], 15 -CALL[], 6, 7, 106 -CALL[], 15, 14, 106 -CALL[], 26, 153, 114 -SHP[2], 19 -CALL[], 26, 25, 106 -CALL[], 26, 21, 105 -SHP[2], 16 -CALL[], 21, 22, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x2d8 */ - -OFFSET[R], 1570, 0, 0 - - - -/* TT glyph 1615, char 0xffff */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 7, 106 -CALL[], 0, 3, 106 -SHP[2], 11 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1616, char 0xffff */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 7, 106 -CALL[], 0, 3, 106 -SHP[2], 11 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1192, char 0xa6 */ -SVTCA[Y] -CALL[], 1, 149, 114 -CALL[], 1, 4, 105 -CALL[], 1, 0, 106 -CALL[], 0, 5, 105 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 687, char 0x2022 */ -SVTCA[Y] -MDAP[R], 8 -CALL[], 8, 0, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 222, char 0x63 (c) */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 19, 106 -CALL[], 6, 7, 114 -CALL[], 6, 13, 106 -SRP2[], 0 -IP[], 10 -IP[], 9 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x107 */ - -USEMYMETRICS[] -OFFSET[R], 222, 0, 0 -OFFSET[R], 1566, 80, 0 -SVTCA[Y] -CALL[], 26, 6, 1, 1, 168, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 222, 0, 0 -OFFSET[R], 1609, 80, 0 -SVTCA[Y] -CALL[], 26, 6, 1, 1, 168, 86 -SHC[2], 1 - - - - -/* VTTTalk Unicode 0x2c7 */ - -OFFSET[R], 1569, 0, 0 - - - - -/* VTTTalk Unicode 0x10d */ - -USEMYMETRICS[] -OFFSET[R], 222, 0, 0 -OFFSET[R], 1569, 50, 0 -SVTCA[Y] -CALL[], 26, 6, 1, 1, 130, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0xe7 */ - -USEMYMETRICS[] -OFFSET[R], 222, 0, 0 -OFFSET[R], 1579, -25, 0 -SVTCA[Y] -CALL[], 35, 0, 0, 0, 15, 86 -SHC[2], 1 - - - - -/* VTTTalk Unicode 0x109 */ - -USEMYMETRICS[] -OFFSET[R], 222, 0, 0 -OFFSET[R], 1568, 50, 0 -SVTCA[Y] -CALL[], 30, 6, 1, 1, 168, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0x10b */ - -USEMYMETRICS[] -OFFSET[R], 222, 0, 0 -OFFSET[R], 1564, 48, 0 -SVTCA[Y] -CALL[], 26, 6, 1, 1, 158, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0xb8 */ - -OFFSET[R], 1579, 0, 0 - - - - -/* TT glyph 799, char 0xa2 */ -SVTCA[Y] -CALL[], 4, 11, 114 -SMD[], 96 -MDRP[m>RBl], 3 -CALL[], 4, 23, 105 -CALL[], 10, 7, 114 -MDRP[m>RBl], 1 -CALL[], 10, 17, 105 -SRP2[], 4 -IP[], 14 -IP[], 13 -IUP[Y] -IUP[X] - - - - -/* TT glyph 603, char 0x3c7 */ -SVTCA[Y] -CALL[], 0, 15, 114 -CALL[], 0, 19, 106 -CALL[], 12, 7, 114 -CALL[], 12, 7, 106 -CALL[], 28, 6, 114 -CALL[], 31, 14, 114 -SRP1[], 28 -SLOOP[], 6 -IP[], 3, 16, 30, 27, 4, 15 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 907, char 0x25cb */ - - - - - - -/* VTTTalk Unicode 0x2c6 */ - -OFFSET[R], 1568, 0, 0 - - - -/* TT glyph 1174, char 0x2663 */ -SVTCA[Y] -MDAP[R], 33 -CALL[], 33, 6, 105 -SLOOP[], 14 -IP[], 35, 30, 39, 18, 52, 0, 40, 29, 49, 21, 25, 45, 42, 12 -IUP[Y] -IUP[X] - - - - -/* TT glyph 679, char 0x3a (:) */ -SVTCA[Y] -CALL[], 6, 7, 114 -CALL[], 6, 0, 106 -CALL[], 12, 19, 114 -CALL[], 12, 18, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 679, -1060, 0 -OFFSET[R], 679, -140, 0 - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 679, -2000, 0 -OFFSET[R], 679, -1200, 0 -OFFSET[R], 679, -400, 0 - - - - -/* TT glyph 750, char 0xffff */ -SVTCA[Y] -CALL[], 1, 148, 114 -CALL[], 1, 0, 106 -CALL[], 1, 4, 105 -CALL[], 4, 5, 106 -CALL[], 4, 20, 105 -SHP[2], 44 -CALL[], 20, 26, 106 -SHP[2], 50 -CALL[], 1, 14, 105 -SHP[2], 38 -CALL[], 14, 8, 106 -SHP[2], 32 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 751, char 0xffff */ -SVTCA[Y] -CALL[], 1, 148, 114 -CALL[], 1, 0, 106 -CALL[], 1, 4, 105 -CALL[], 4, 5, 106 -CALL[], 4, 20, 105 -CALL[], 20, 26, 106 -CALL[], 1, 14, 105 -CALL[], 14, 8, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 752, char 0xffff */ -SVTCA[Y] -CALL[], 6, 151, 114 -CALL[], 6, 4, 106 -CALL[], 4, 5, 106 -CALL[], 5, 14, 105 -CALL[], 14, 8, 106 -CALL[], 6, 7, 106 -CALL[], 7, 1, 106 -CALL[], 1, 0, 106 -CALL[], 0, 20, 105 -CALL[], 20, 26, 106 -SRP1[], 6 -SRP2[], 7 -IP[], 3 -IP[], 2 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 753, char 0xffff */ -SVTCA[Y] -CALL[], 2, 151, 114 -CALL[], 2, 1, 106 -CALL[], 1, 7, 106 -CALL[], 7, 0, 106 -CALL[], 0, 20, 105 -CALL[], 20, 26, 106 -CALL[], 2, 4, 106 -CALL[], 4, 3, 106 -CALL[], 3, 14, 105 -CALL[], 14, 8, 106 -SRP1[], 2 -SRP2[], 1 -IP[], 5 -IP[], 6 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 679, -2290, 0 -OFFSET[R], 693, -320, 0 -OFFSET[R], 693, -1280, 0 - - - - -/* TT glyph 800, char 0x20a1 */ -SVTCA[Y] -CALL[], 8, 9, 114 -CALL[], 8, 25, 106 -CALL[], 8, 0, 105 -SHP[2], 4 -CALL[], 8, 1, 105 -SHP[2], 5 -CALL[], 13, 3, 114 -CALL[], 13, 20, 106 -CALL[], 13, 6, 105 -SHP[2], 2 -CALL[], 13, 7, 105 -SHP[2], 3 -SRP2[], 8 -IP[], 17 -IP[], 16 -IUP[Y] -IUP[X] - - - - -/* TT glyph 678, char 0x2c (,) */ -SVTCA[Y] -MDAP[R], 1 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1183, char 0xa9 */ -SVTCA[Y] -MDAP[R], 6 -CALL[], 6, 43, 106 -CALL[], 6, 0, 105 -CALL[], 0, 37, 106 -SRP2[], 6 -SLOOP[], 4 -IP[], 12, 22, 21, 18 -CALL[], 12, 30, 106 -CALL[], 18, 24, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 801, char 0xa4 */ -SVTCA[Y] -MDAP[R], 8 -CALL[], 8, 38, 105 -CALL[], 8, 0, 105 -CALL[], 0, 16, 105 -CALL[], 0, 20, 105 -IP[], 17 -IP[], 23 -CALL[], 0, 24, 106 -SLOOP[], 4 -IP[], 19, 21, 18, 22 -CALL[], 8, 30, 106 -SLOOP[], 4 -IP[], 41, 39, 40, 26 -CALL[], 8, 42, 105 -IP[], 37 -IP[], 43 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 228, char 0x64 (d) */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 18, 106 -CALL[], 6, 7, 114 -CALL[], 6, 13, 106 -SRP2[], 0 -SLOOP[], 4 -IP[], 9, 11, 21, 23 -CALL[], 28, 0, 114 -MIAP[R], 30, 10 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1193, char 0x2020 */ -SVTCA[Y] -CALL[], 1, 3, 114 -CALL[], 1, 0, 106 -IP[], 5 -MDAP[R], 5 -CALL[], 5, 4, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1195, char 0x2021 */ -SVTCA[Y] -CALL[], 21, 3, 114 -CALL[], 21, 6, 105 -IP[], 11 -IP[], 0 -MDAP[R], 11 -MDAP[R], 0 -SRP1[], 11 -IP[], 8 -IP[], 19 -SRP1[], 0 -SRP2[], 21 -IP[], 23 -IP[], 18 -SRP1[], 11 -SHP[1], 13 -CALL[], 11, 10, 106 -SHP[2], 14 -SRP1[], 0 -SHP[1], 4 -CALL[], 0, 1, 106 -SHP[2], 3 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 230, char 0x10f */ -SVTCA[Y] -CALL[], 4, 11, 114 -CALL[], 4, 22, 106 -CALL[], 10, 7, 114 -CALL[], 10, 17, 106 -SRP2[], 4 -SLOOP[], 4 -IP[], 27, 25, 15, 13 -MIAP[R], 32, 0 -CALL[], 32, 1, 105 -CALL[], 1, 3, 106 -MIAP[R], 34, 10 -IUP[Y] -IUP[X] - - - - -/* TT glyph 387, char 0xffff */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 18, 106 -CALL[], 6, 7, 114 -CALL[], 6, 13, 106 -SRP2[], 0 -SLOOP[], 4 -IP[], 23, 21, 11, 9 -CALL[], 28, 0, 114 -CALL[], 28, 32, 105 -CALL[], 32, 34, 106 -CALL[], 30, 10, 114 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 231, char 0x111 */ -SVTCA[Y] -CALL[], 4, 11, 114 -CALL[], 4, 22, 106 -CALL[], 10, 7, 114 -CALL[], 10, 17, 106 -SRP2[], 4 -SLOOP[], 4 -IP[], 27, 25, 15, 13 -MIAP[R], 32, 0 -SRP2[], 10 -IP[], 0 -CALL[], 0, 1, 106 -MIAP[R], 34, 10 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1188, char 0xb0 */ -SVTCA[Y] -CALL[], 6, 3, 114 -CALL[], 6, 18, 106 -CALL[], 6, 0, 105 -CALL[], 0, 12, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 584, char 0x3b4 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 35, 106 -CALL[], 16, 3, 114 -CALL[], 16, 21, 106 -SRP2[], 0 -SLOOP[], 3 -IP[], 27, 19, 18 -CALL[], 27, 41, 106 -SLOOP[], 3 -IP[], 7, 9, 8 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1176, char 0x2666 */ -SVTCA[Y] -MDAP[R], 2 -CALL[], 2, 0, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xa8 */ - -OFFSET[R], 1563, 0, 0 - - - - -/* TT glyph 1614, char 0x385 */ -SVTCA[Y] -MDAP[R], 3 -CALL[], 3, 1, 106 -SHP[1], 4 -SHP[1], 16 -MDAP[R], 16 -CALL[], 16, 22, 106 -SHP[2], 10 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 838, char 0xf7 */ -SVTCA[Y] -CALL[], 1, 147, 114 -CALL[], 1, 0, 106 -CALL[], 0, 10, 105 -CALL[], 10, 4, 106 -CALL[], 1, 16, 105 -CALL[], 16, 22, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 905, char 0x2593 */ - - - - - -/* TT glyph 1166, char 0xffff */ - - - - -/* TT glyph 877, char 0x2584 */ - - - - - -/* TT glyph 1138, char 0xffff */ - - - - -/* TT glyph 802, char 0x24 ($) */ -SVTCA[Y] -CALL[], 4, 9, 114 -SMD[], 96 -MDRP[m>RBl], 3 -CALL[], 4, 11, 105 -CALL[], 24, 3, 114 -MDRP[m>RBl], 1 -CALL[], 24, 31, 105 -SRP2[], 4 -SLOOP[], 10 -IP[], 34, 21, 37, 38, 18, 17, 14, 41, 28, 27 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1684, char 0xffff */ -SVTCA[Y] -CALL[], 8, 9, 114 -MDRP[m>RBl], 7 -CALL[], 8, 15, 105 -IP[], 6 -CALL[], 28, 3, 114 -SMD[], 96 -MDRP[m>RBl], 2 -SRP2[], 8 -SLOOP[], 10 -IP[], 18, 45, 21, 22, 42, 41, 25, 38, 32, 31 -CALL[], 28, 35, 105 -IP[], 3 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1239, char 0xffff */ -SVTCA[Y] -CALL[], 6, 151, 114 -CALL[], 6, 4, 105 -CALL[], 4, 5, 106 -CALL[], 6, 7, 106 -CALL[], 7, 1, 106 -CALL[], 1, 0, 106 -SRP1[], 7 -SRP2[], 6 -IP[], 2 -IP[], 3 -CALL[], 8, 9, 114 -CALL[], 8, 15, 105 -SMD[], 96 -SRP0[], 8 -MDRP[m>RBl], 45 -CALL[], 28, 3, 114 -CALL[], 28, 29, 106 -SRP0[], 28 -MDRP[m>RBl], 43 -SRP2[], 8 -SLOOP[], 8 -IP[], 18, 39, 21, 22, 36, 35, 25, 32 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1685, char 0xffff */ -SVTCA[Y] -CALL[], 6, 151, 114 -CALL[], 6, 4, 106 -CALL[], 4, 5, 106 -CALL[], 6, 7, 106 -CALL[], 7, 1, 106 -CALL[], 1, 0, 106 -CALL[], 12, 9, 114 -SMD[], 96 -MDRP[m>RBl], 11 -CALL[], 12, 19, 105 -CALL[], 32, 3, 114 -MDRP[m>RGr], 48 -SRP2[], 12 -SLOOP[], 8 -IP[], 22, 43, 25, 26, 40, 39, 29, 36 -SMD[], 64 -MDRP[m>RBl], 33 -SHP[2], 49 -SRP1[], 6 -SRP2[], 7 -IP[], 3 -IP[], 2 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 803, char 0x20ab */ -SVTCA[Y] -CALL[], 8, 11, 114 -CALL[], 8, 26, 106 -CALL[], 14, 7, 114 -CALL[], 14, 21, 106 -CALL[], 36, 0, 114 -SRP2[], 14 -IP[], 4 -CALL[], 4, 5, 106 -CALL[], 38, 11, 114 -CALL[], 38, 2, 105 -CALL[], 2, 3, 106 -SRP1[], 14 -SRP2[], 8 -SLOOP[], 5 -IP[], 17, 19, 29, 30, 35 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x2d9 */ - -OFFSET[R], 1564, 0, 0 - - - -/* TT glyph 1577, char 0x323 */ -SVTCA[Y] -MDAP[R], 6 -CALL[], 6, 0, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 266, char 0x131 */ -SVTCA[Y] -CALL[], 4, 10, 114 -CALL[], 13, 6, 114 -CALL[], 13, 12, 106 -CALL[], 4, 5, 106 -SHP[1], 8 -SHP[2], 9 -SRP1[], 13 -SHP[1], 1 -SRP1[], 4 -SHP[1], 0 -IUP[Y] -IUP[X] - - - - -/* TT glyph 232, char 0x65 (e) */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 23, 106 -SHP[1], 27 -CALL[], 6, 7, 114 -CALL[], 6, 17, 106 -SRP2[], 0 -IP[], 13 -MDAP[R], 13 -CALL[], 13, 12, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xe9 */ - -USEMYMETRICS[] -OFFSET[R], 232, 0, 0 -OFFSET[R], 1566, 40, 0 -SVTCA[Y] -CALL[], 30, 6, 1, 1, 168, 86 -SHC[2], 1 - - - - -/* VTTTalk Unicode 0x115 */ - -USEMYMETRICS[] -OFFSET[R], 232, 0, 0 -OFFSET[R], 1570, 10, 0 -SVTCA[Y] -CALL[], 30, 6, 1, 1, 158, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0x11b */ - -USEMYMETRICS[] -OFFSET[R], 232, 0, 0 -OFFSET[R], 1569, 10, 0 -SVTCA[Y] -CALL[], 30, 6, 1, 1, 130, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0xea */ - -USEMYMETRICS[] -OFFSET[R], 232, 0, 0 -OFFSET[R], 1568, 10, 0 -SVTCA[Y] -CALL[], 34, 6, 1, 1, 168, 86 -SHC[2], 1 - - - - -/* VTTTalk Unicode 0xeb */ - -USEMYMETRICS[] -OFFSET[R], 232, 0, 0 -OFFSET[R], 1563, 12, 0 -SVTCA[Y] -CALL[], 30, 6, 1, 1, 158, 86 -SHC[2], 1 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x117 */ - -USEMYMETRICS[] -OFFSET[R], 232, 0, 0 -OFFSET[R], 1564, 8, 0 -SVTCA[Y] -CALL[], 30, 6, 1, 1, 158, 86 -SHC[2], 1 - - - - -/* VTTTalk Unicode 0xe8 */ - -USEMYMETRICS[] -OFFSET[R], 232, 0, 0 -OFFSET[R], 1565, 55, 0 -SVTCA[Y] -CALL[], 30, 6, 1, 1, 168, 86 -SHC[2], 1 - - - -/* TT glyph 626, char 0x38 (8) */ -SVTCA[Y] -CALL[], 0, 13, 114 -CALL[], 0, 12, 106 -CALL[], 46, 5, 114 -CALL[], 46, 34, 106 -SRP2[], 0 -IP[], 18 -CALL[], 18, 6, 105 -CALL[], 18, 28, 105 -CALL[], 28, 40, 105 -SRP2[], 18 -IP[], 27 -IP[], 26 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 667, 0, -813 - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 667, 0, 0 - - - - - -/* VTTTalk Unicode 0x2026 */ - -USEMYMETRICS[] -OFFSET[R], 677, -398, 0 -USEMYMETRICS[] -OFFSET[R], 677, 398, 0 -USEMYMETRICS[] -OFFSET[R], 677, 0, 0 - - - - -/* VTTTalk Unicode 0x113 */ - -USEMYMETRICS[] -OFFSET[R], 232, 0, 0 -OFFSET[R], 1573, 10, 0 -SVTCA[Y] -CALL[], 30, 6, 1, 1, 168, 86 -SHC[2], 1 - - - - -/* TT glyph 708, char 0x2014 */ -SVTCA[Y] -CALL[], 1, 147, 114 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 707, char 0x2013 */ -SVTCA[Y] -CALL[], 1, 147, 114 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 296, char 0x14b */ -SVTCA[Y] -CALL[], 11, 7, 114 -CALL[], 16, 15, 114 -CALL[], 16, 17, 106 -CALL[], 29, 10, 114 -CALL[], 30, 6, 114 -SRP1[], 29 -SLOOP[], 4 -IP[], 7, 6, 22, 15 -IUP[Y] -IUP[X] - - - - -/* TT glyph 248, char 0x119 */ -SVTCA[Y] -CALL[], 23, 11, 114 -CALL[], 29, 7, 114 -CALL[], 29, 40, 106 -CALL[], 23, 46, 106 -SRP2[], 29 -IP[], 35 -MDAP[R], 35 -CALL[], 35, 36, 106 -SRP1[], 23 -SRP2[], 46 -SLOOP[], 4 -IP[], 7, 8, 9, 50 -SHP[1], 6 -CALL[], 23, 16, 105 -CALL[], 16, 0, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 585, char 0x3b5 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 11, 106 -CALL[], 23, 7, 114 -CALL[], 23, 28, 106 -SRP2[], 0 -IP[], 33 -MDAP[R], 33 -SHP[1], 6 -CALL[], 33, 32, 106 -IP[], 4 -IP[], 19 -SHP[2], 5 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x3ad */ - -USEMYMETRICS[] -OFFSET[R], 585, 0, 0 -OFFSET[R], 1612, 70, 0 -SVTCA[Y] -CALL[], 34, 23, 1, 1, 168, 86 -SHC[2], 2 - - - -/* TT glyph 839, char 0x3d (=) */ -SVTCA[Y] -CALL[], 1, 148, 114 -CALL[], 1, 0, 106 -CALL[], 1, 4, 105 -CALL[], 4, 5, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 839, -2220, 0 -OFFSET[R], 839, -180, 0 -OFFSET[R], 679, -1200, 180 - - - - -/* TT glyph 1245, char 0xffff */ -SVTCA[Y] -CALL[], 2, 148, 114 -SHP[2], 10 -CALL[], 2, 3, 106 -SHP[2], 11 -CALL[], 2, 15, 105 -SHP[2], 7 -CALL[], 15, 14, 106 -SHP[2], 6 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1246, char 0xffff */ -SVTCA[Y] -CALL[], 9, 147, 114 -CALL[], 9, 0, 105 -CALL[], 0, 1, 106 -CALL[], 9, 8, 106 -CALL[], 8, 5, 105 -CALL[], 5, 4, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1247, char 0xffff */ -SVTCA[Y] -CALL[], 17, 148, 114 -MDRP[m>RWh], 8 -CALL[], 8, 9, 106 -CALL[], 17, 16, 106 -IP[], 6 -CALL[], 16, 13, 105 -CALL[], 13, 12, 106 -MDRP[m>RWh], 1 -CALL[], 1, 0, 106 -SRP1[], 12 -SRP2[], 13 -IP[], 3 -SRP2[], 17 -SLOOP[], 4 -IP[], 10, 5, 4, 11 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 839, -2220, 0 -OFFSET[R], 839, -180, 0 -OFFSET[R], 682, -1200, 0 - - - - -/* TT glyph 1248, char 0xffff */ -SVTCA[Y] -MIAP[R], 17, 148 -MDRP[m>RWh], 8 -CALL[], 8, 9, 106 -CALL[], 17, 12, 105 -MDRP[m>RWh], 1 -CALL[], 1, 0, 106 -SRP1[], 12 -SRP2[], 17 -SLOOP[], 4 -IP[], 11, 4, 5, 10 -CALL[], 12, 13, 106 -IP[], 3 -CALL[], 17, 16, 106 -IP[], 6 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1249, char 0xffff */ -SVTCA[Y] -MIAP[R], 13, 148 -CALL[], 13, 8, 105 -SLOOP[], 8 -IP[], 7, 27, 20, 2, 3, 21, 26, 6 -CALL[], 8, 9, 106 -IP[], 19 -SRP0[], 8 -MDRP[m>RWh], 17 -SHP[2], 1 -CALL[], 17, 16, 106 -SHP[2], 0 -CALL[], 13, 12, 106 -IP[], 22 -SRP0[], 13 -MDRP[m>RWh], 24 -SHP[2], 4 -CALL[], 24, 25, 106 -SHP[2], 5 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1250, char 0xffff */ -SVTCA[Y] -CALL[], 13, 148, 114 -CALL[], 13, 8, 105 -CALL[], 8, 9, 106 -SHP[2], 18 -IP[], 17 -CALL[], 8, 19, 105 -SHP[2], 7 -CALL[], 19, 16, 106 -SHP[2], 0 -CALL[], 13, 12, 106 -SHP[2], 20 -SRP1[], 9 -SLOOP[], 4 -IP[], 1, 6, 5, 2 -SRP1[], 13 -IP[], 21 -CALL[], 13, 23, 105 -SHP[2], 4 -CALL[], 23, 22, 106 -SHP[2], 3 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1251, char 0xffff */ -SVTCA[Y] -MIAP[R], 9, 148 -CALL[], 9, 1, 105 -CALL[], 9, 8, 106 -CALL[], 9, 4, 105 -CALL[], 4, 0, 105 -CALL[], 4, 5, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 829, char 0x2261 */ -SVTCA[Y] -MDAP[R], 1 -CALL[], 1, 4, 105 -SLOOP[], 4 -IP[], 5, 8, 9, 0 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1197, char 0x212e */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 0, 24, 106 -CALL[], 0, 6, 105 -CALL[], 6, 18, 106 -SRP2[], 0 -IP[], 35 -MDAP[R], 35 -SLOOP[], 3 -IP[], 31, 27, 32 -SRP2[], 6 -SLOOP[], 6 -IP[], 13, 42, 33, 41, 40, 34 -SHP[1], 12 -CALL[], 35, 36, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 587, char 0x3b7 */ -SVTCA[Y] -MIAP[R], 0, 14 -CALL[], 11, 7, 114 -CALL[], 11, 4, 106 -CALL[], 16, 10, 114 -SRP1[], 11 -IP[], 6 -IP[], 7 -CALL[], 17, 6, 114 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x3ae */ - -USEMYMETRICS[] -OFFSET[R], 587, 0, 0 -OFFSET[R], 1612, 20, 0 -SVTCA[Y] -CALL[], 21, 17, 1, 1, 188, 86 -SHC[2], 2 - - - -/* TT glyph 229, char 0xf0 */ -SVTCA[Y] -CALL[], 5, 1, 114 -CALL[], 5, 39, 105 -CALL[], 39, 40, 106 -CALL[], 22, 11, 114 -CALL[], 22, 11, 106 -SRP2[], 5 -SLOOP[], 7 -IP[], 0, 33, 10, 34, 31, 28, 4 -CALL[], 28, 16, 106 -CALL[], 28, 37, 105 -CALL[], 37, 38, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 682, char 0x21 (!) */ -SVTCA[Y] -CALL[], 1, 16, 114 -CALL[], 4, 19, 114 -CALL[], 4, 10, 106 -CALL[], 10, 3, 105 -IUP[Y] -IUP[X] - - - - -/* TT glyph 758, char 0xffff */ -SVTCA[Y] -CALL[], 9, 148, 114 -CALL[], 9, 1, 105 -CALL[], 9, 8, 106 -CALL[], 9, 4, 105 -CALL[], 4, 0, 105 -CALL[], 4, 5, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 759, char 0xffff */ -SVTCA[Y] -CALL[], 9, 147, 114 -CALL[], 9, 8, 106 -CALL[], 8, 5, 105 -CALL[], 5, 4, 106 -CALL[], 4, 0, 105 -CALL[], 9, 12, 105 -CALL[], 12, 13, 106 -CALL[], 13, 1, 105 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 682, -1060, 0 -OFFSET[R], 682, -140, 0 - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 682, -2300, 0 -OFFSET[R], 682, -1180, 0 -OFFSET[R], 677, -100, 0 - - - - - -/* VTTTalk Unicode 0x203c */ - -OFFSET[R], 682, -270, 0 -OFFSET[R], 682, 270, 0 - - - -/* TT glyph 683, char 0xa1 */ -SVTCA[Y] -CALL[], 4, 7, 114 -CALL[], 4, 0, 105 -CALL[], 4, 10, 106 -CALL[], 10, 1, 105 -IUP[Y] -IUP[X] - - - - -/* TT glyph 254, char 0x66 (f) */ -SVTCA[Y] -CALL[], 0, 10, 114 -CALL[], 3, 1, 114 -CALL[], 3, 9, 106 -SRP2[], 0 -IP[], 13 -MDAP[R], 13 -CALL[], 13, 14, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1171, char 0x2640 */ -SVTCA[Y] -CALL[], 8, 3, 114 -CALL[], 8, 30, 106 -CALL[], 23, 8, 114 -SRP1[], 8 -IP[], 18 -MDAP[R], 18 -IP[], 19 -SRP2[], 8 -IP[], 0 -CALL[], 0, 24, 105 -IP[], 22 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1619, char 0xfb01 */ -SVTCA[Y] -CALL[], 0, 10, 114 -SHP[2], 17 -CALL[], 3, 1, 114 -CALL[], 3, 9, 106 -SRP2[], 0 -IP[], 13 -MDAP[R], 13 -CALL[], 13, 14, 106 -SHP[2], 18 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 950, char 0x25a0 */ - - - - - -/* TT glyph 947, char 0x25ac */ - - - - - -/* TT glyph 623, char 0x35 (5) */ -SVTCA[Y] -CALL[], 0, 13, 114 -CALL[], 0, 7, 106 -CALL[], 28, 4, 114 -SRP1[], 0 -SLOOP[], 3 -IP[], 19, 27, 4 -MDAP[R], 19 -MDAP[R], 27 -MDAP[R], 4 -CALL[], 19, 13, 106 -SRP1[], 27 -SHP[1], 15 -CALL[], 27, 16, 106 -SRP1[], 28 -SHP[1], 33 -CALL[], 33, 32, 105 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 664, 0, -813 - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 664, 0, 0 - - - - -/* TT glyph 675, char 0x215d */ -SVTCA[Y] -CALL[], 35, 2, 114 -SHP[2], 30 -CALL[], 35, 4, 105 -SLOOP[], 6 -IP[], 10, 8, 32, 16, 31, 22 -CALL[], 37, 9, 114 -SRP1[], 35 -SLOOP[], 4 -IP[], 0, 1, 3, 2 -CALL[], 37, 76, 105 -SLOOP[], 8 -IP[], 49, 53, 61, 70, 43, 60, 62, 66 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1620, char 0xfb02 */ -SVTCA[Y] -CALL[], 0, 10, 114 -SHP[2], 17 -CALL[], 3, 1, 114 -CALL[], 3, 9, 106 -IP[], 19 -IP[], 5 -SRP2[], 0 -IP[], 13 -MDAP[R], 13 -CALL[], 13, 14, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 806, char 0x192 */ -SVTCA[Y] -CALL[], 3, 3, 114 -CALL[], 3, 9, 106 -CALL[], 13, 15, 114 -CALL[], 13, 14, 106 -SRP2[], 3 -IP[], 28 -MDAP[R], 28 -SRP2[], 13 -IP[], 20 -IP[], 12 -CALL[], 28, 29, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 622, char 0x34 (4) */ -SVTCA[Y] -CALL[], 14, 4, 114 -SHP[2], 1 -CALL[], 15, 12, 114 -SRP2[], 14 -IP[], 8 -MDAP[R], 8 -SHP[1], 3 -SHP[1], 7 -CALL[], 8, 9, 106 -SHP[2], 5 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 663, 0, -802 - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 663, 0, 0 - - - - -/* TT glyph 669, char 0x2044 */ -SVTCA[Y] -MDAP[R], 2 -CALL[], 2, 0, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 807, char 0x20a3 */ -SVTCA[Y] -CALL[], 7, 8, 114 -CALL[], 14, 2, 114 -SHP[2], 6 -CALL[], 14, 15, 106 -SRP2[], 7 -IP[], 11 -MDAP[R], 11 -IP[], 3 -IP[], 2 -CALL[], 11, 10, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 255, char 0x67 (g) */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 20, 106 -CALL[], 6, 7, 114 -CALL[], 6, 14, 106 -SRP2[], 0 -IP[], 26 -MDAP[R], 26 -SRP2[], 6 -SLOOP[], 5 -IP[], 45, 36, 23, 11, 9 -CALL[], 29, 15, 114 -CALL[], 29, 30, 106 -MIAP[R], 44, 6 -IUP[Y] -IUP[X] - - - - -/* TT glyph 583, char 0x3b3 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 1, 106 -CALL[], 3, 6, 114 -CALL[], 6, 14, 114 -CALL[], 15, 7, 114 -SRP1[], 6 -IP[], 14 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x11f */ - -USEMYMETRICS[] -OFFSET[R], 255, 0, 0 -OFFSET[R], 1570, -20, 0 -SVTCA[Y] -CALL[], 46, 6, 1, 1, 158, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1e7 */ - -USEMYMETRICS[] -OFFSET[R], 255, 0, 0 -OFFSET[R], 1569, -20, 0 -SVTCA[Y] -CALL[], 46, 6, 1, 1, 130, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x11d */ - -USEMYMETRICS[] -OFFSET[R], 255, 0, 0 -OFFSET[R], 1568, -20, 0 -SVTCA[Y] -CALL[], 50, 6, 1, 1, 168, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x121 */ - -USEMYMETRICS[] -OFFSET[R], 255, 0, 0 -OFFSET[R], 1564, -22, 0 -SVTCA[Y] -CALL[], 46, 6, 1, 1, 158, 86 -SHC[2], 3 - - - -/* TT glyph 339, char 0xdf */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 7, 106 -CALL[], 31, 10, 114 -CALL[], 35, 1, 114 -CALL[], 35, 26, 106 -SRP2[], 0 -SLOOP[], 10 -IP[], 10, 52, 13, 48, 17, 45, 42, 20, 38, 23 -SRP2[], 31 -IP[], 55 -MDAP[R], 55 -CALL[], 55, 56, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x60 (`) */ - -OFFSET[R], 1565, 0, 0 - - - - -/* TT glyph 1565, char 0x300 */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1598, char 0xffff */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 841, char 0x3e (>) */ -SVTCA[Y] -CALL[], 6, 151, 114 -CALL[], 6, 4, 106 -CALL[], 4, 5, 106 -CALL[], 6, 7, 106 -CALL[], 7, 1, 106 -CALL[], 1, 0, 106 -SRP1[], 7 -SRP2[], 6 -IP[], 2 -IP[], 3 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 841, -954, 0 -OFFSET[R], 679, 54, 180 - - - - -/* TT glyph 1255, char 0xffff */ -SVTCA[Y] -MDAP[R], 6 -CALL[], 6, 4, 106 -CALL[], 4, 5, 106 -CALL[], 6, 7, 106 -CALL[], 7, 1, 106 -CALL[], 1, 0, 106 -CALL[], 0, 9, 105 -CALL[], 9, 8, 106 -SRP1[], 6 -SRP2[], 7 -IP[], 3 -IP[], 2 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1256, char 0xffff */ -SVTCA[Y] -CALL[], 26, 148, 114 -MDRP[m>RGr], 8 -SHP[2], 17 -CALL[], 8, 9, 106 -SHP[2], 18 -CALL[], 26, 23, 105 -MDRP[m>RBl], 1 -SHP[2], 13 -CALL[], 1, 0, 106 -SHP[2], 12 -CALL[], 23, 22, 106 -SHP[2], 14 -IP[], 15 -IP[], 3 -CALL[], 26, 27, 106 -SHP[2], 16 -SRP1[], 22 -SLOOP[], 4 -IP[], 11, 4, 5, 10 -SRP1[], 26 -IP[], 19 -IP[], 6 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1257, char 0xffff */ -SVTCA[Y] -CALL[], 6, 151, 114 -SHP[2], 14 -CALL[], 6, 4, 106 -CALL[], 4, 5, 106 -CALL[], 6, 7, 106 -SHP[2], 15 -CALL[], 7, 1, 106 -CALL[], 1, 0, 106 -SRP1[], 5 -SHP[1], 13 -SRP1[], 4 -SHP[1], 12 -SRP1[], 1 -SHP[1], 9 -SHP[2], 8 -SRP1[], 6 -SRP2[], 7 -SLOOP[], 4 -IP[], 3, 2, 11, 10 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1259, char 0xffff */ -SVTCA[Y] -CALL[], 22, 148, 114 -CALL[], 22, 23, 106 -CALL[], 22, 19, 105 -CALL[], 19, 18, 106 -SRP1[], 23 -SHP[1], 14 -SHP[2], 10 -SRP0[], 22 -MDRP[m>RGr], 13 -SRP0[], 19 -MDRP[m>RGr], 9 -CALL[], 9, 8, 106 -CALL[], 13, 14, 106 -SHP[2], 5 -SHP[1], 4 -SRP1[], 9 -SHP[1], 1 -SRP1[], 8 -SHP[1], 0 -SRP1[], 23 -SRP2[], 18 -SLOOP[], 4 -IP[], 6, 7, 3, 2 -SHP[1], 12 -SRP1[], 19 -IP[], 11 -SRP1[], 22 -SRP2[], 23 -IP[], 15 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 841, -144, 0 -OFFSET[R], 841, -2266, 0 -OFFSET[R], 841, -1200, 0 - - - - -/* TT glyph 1258, char 0xffff */ -SVTCA[Y] -CALL[], 18, 147, 114 -CALL[], 18, 19, 106 -SLOOP[], 8 -IP[], 6, 7, 14, 15, 11, 10, 3, 2 -CALL[], 18, 4, 105 -CALL[], 4, 5, 106 -CALL[], 19, 1, 105 -CALL[], 1, 0, 106 -SRP1[], 5 -SHP[1], 13 -SRP1[], 4 -SHP[1], 12 -SRP1[], 1 -SHP[1], 9 -SHP[2], 8 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1252, char 0xffff */ -SVTCA[Y] -CALL[], 10, 147, 114 -CALL[], 10, 4, 105 -CALL[], 4, 5, 106 -CALL[], 10, 11, 106 -CALL[], 11, 1, 105 -CALL[], 1, 0, 106 -SRP1[], 11 -SRP2[], 10 -SLOOP[], 4 -IP[], 7, 2, 3, 6 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1253, char 0xffff */ -SVTCA[Y] -CALL[], 25, 147, 114 -CALL[], 25, 20, 106 -SHP[2], 12 -CALL[], 20, 21, 106 -SHP[2], 13 -CALL[], 25, 24, 106 -CALL[], 24, 17, 106 -SHP[2], 1 -CALL[], 17, 16, 106 -SHP[2], 0 -SRP1[], 24 -SRP2[], 25 -SLOOP[], 6 -IP[], 22, 23, 19, 18, 15, 14 -IUP[Y] -IUP[X] - - - - -/* TT glyph 843, char 0x2265 */ -SVTCA[Y] -CALL[], 6, -1, 114 -CALL[], 6, 4, 106 -CALL[], 4, 5, 106 -CALL[], 6, 7, 106 -CALL[], 7, 1, 106 -CALL[], 1, 0, 106 -CALL[], 0, 9, 105 -CALL[], 9, 8, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 721, char 0xab */ -SVTCA[Y] -MDAP[R], 3 -SHP[1], 11 -CALL[], 3, 0, 105 -SHP[2], 8 -SLOOP[], 8 -IP[], 1, 6, 5, 2, 14, 13, 9, 10 -CALL[], 0, 7, 106 -SHP[2], 15 -CALL[], 3, 4, 106 -SHP[2], 12 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 722, char 0xbb */ -SVTCA[Y] -MDAP[R], 5 -CALL[], 5, 4, 106 -CALL[], 5, 0, 105 -CALL[], 0, 1, 106 -SRP2[], 5 -SLOOP[], 8 -IP[], 6, 7, 3, 4, 15, 14, 10, 11 -SHP[1], 8 -CALL[], 8, 9, 106 -SRP1[], 5 -SHP[1], 13 -CALL[], 13, 12, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 723, char 0x2039 */ -SVTCA[Y] -MDAP[R], 3 -CALL[], 3, 4, 106 -CALL[], 3, 0, 105 -CALL[], 0, 7, 106 -SRP2[], 3 -SLOOP[], 4 -IP[], 5, 6, 2, 1 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 724, char 0x203a */ -SVTCA[Y] -MDAP[R], 5 -CALL[], 5, 4, 106 -CALL[], 5, 0, 105 -CALL[], 0, 1, 106 -SRP2[], 5 -SLOOP[], 4 -IP[], 6, 3, 2, 7 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 261, char 0x68 (h) */ -SVTCA[Y] -CALL[], 11, 7, 114 -CALL[], 11, 4, 106 -CALL[], 16, 10, 114 -SHP[2], 15 -SRP1[], 11 -IP[], 6 -IP[], 7 -CALL[], 17, 0, 114 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 262, char 0x127 */ -SVTCA[Y] -CALL[], 15, 7, 114 -CALL[], 15, 8, 106 -CALL[], 20, 10, 114 -SHP[2], 19 -SRP1[], 15 -IP[], 10 -IP[], 11 -CALL[], 21, 0, 114 -SRP1[], 15 -IP[], 0 -MDAP[R], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x125 */ - -USEMYMETRICS[] -OFFSET[R], 261, 0, 0 -OFFSET[R], 1601, -326, 80 -SVTCA[Y] -CALL[], 24, 17, 1, 1, 160, 86 -SHC[2], 2 - - - - -/* TT glyph 1175, char 0x2665 */ -SVTCA[Y] -MDAP[R], 7 -SHP[1], 14 -CALL[], 7, 0, 106 -IP[], 10 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1574, char 0x309 */ -SVTCA[Y] -MIAP[R], 0, 16 -CALL[], 0, 10, 105 -SHP[2], 24 -CALL[], 10, 9, 106 -SHP[2], 25 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1607, char 0xffff */ -SVTCA[Y] -MDAP[R], 0 -MDAP[R], 22 -CALL[], 22, 14, 105 -CALL[], 14, 9, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x2dd */ - -OFFSET[R], 1567, 0, 0 - - - - -/* VTTTalk Unicode 0x2d (-) */ - -USEMYMETRICS[] -OFFSET[R], 836, 0, 0 - - - - -/* TT glyph 735, char 0xffff */ -SVTCA[Y] -CALL[], 31, 147, 114 -CALL[], 31, 30, 106 -SHP[2], 11 -CALL[], 30, 25, 105 -IP[], 21 -MDAP[R], 21 -SRP2[], 30 -IP[], 6 -CALL[], 21, 0, 106 -CALL[], 6, 15, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 730, char 0xffff */ -SVTCA[Y] -CALL[], 1, 147, 114 -CALL[], 1, 0, 106 -CALL[], 5, 149, 114 -CALL[], 5, 4, 105 -IUP[Y] -IUP[X] - - - - -/* TT glyph 731, char 0xffff */ -SVTCA[Y] -CALL[], 17, 147, 114 -CALL[], 17, 12, 105 -CALL[], 12, 13, 106 -CALL[], 17, 16, 106 -CALL[], 16, 1, 105 -CALL[], 1, 0, 106 -SRP1[], 13 -SLOOP[], 4 -IP[], 6, 15, 14, 7 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 732, char 0xffff */ -SVTCA[Y] -CALL[], 9, 147, 114 -CALL[], 9, 8, 106 -CALL[], 8, 13, 105 -SHP[2], 1 -CALL[], 13, 12, 106 -SHP[2], 0 -CALL[], 9, 24, 105 -SHP[2], 4 -CALL[], 24, 25, 106 -SHP[2], 5 -SRP1[], 0 -SRP2[], 5 -SLOOP[], 8 -IP[], 7, 2, 3, 18, 19, 27, 26, 6 -IUP[Y] -IUP[X] - - - - -/* TT glyph 727, char 0xffff */ -SVTCA[Y] -CALL[], 5, 147, 114 -SHP[2], 1 -CALL[], 5, 4, 106 -SHP[2], 0 -IUP[Y] -IUP[X] - - - - -/* TT glyph 729, char 0xffff */ -SVTCA[Y] -CALL[], 17, 147, 114 -CALL[], 17, 12, 105 -CALL[], 12, 13, 106 -CALL[], 17, 16, 106 -CALL[], 16, 1, 105 -CALL[], 1, 0, 106 -SRP1[], 13 -SLOOP[], 4 -IP[], 6, 15, 14, 7 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 728, char 0xffff */ -SVTCA[Y] -CALL[], 5, 147, 114 -CALL[], 5, 4, 106 -SHP[2], 8 -SRP1[], 8 -SHP[1], 0 -SRP1[], 5 -SHP[1], 9 -SRP1[], 9 -SHP[1], 1 -IUP[Y] -IUP[X] - - - - -/* TT glyph 733, char 0xffff */ -SVTCA[Y] -CALL[], 9, 147, 114 -CALL[], 9, 4, 105 -CALL[], 4, 3, 106 -CALL[], 9, 8, 106 -SLOOP[], 4 -IP[], 1, 2, 5, 6 -CALL[], 8, 7, 105 -CALL[], 7, 0, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 734, char 0xffff */ -SVTCA[Y] -CALL[], 1, 147, 114 -CALL[], 1, 0, 106 -SLOOP[], 8 -IP[], 13, 14, 18, 17, 5, 6, 9, 10 -CALL[], 0, 19, 105 -SHP[2], 11 -CALL[], 19, 12, 106 -SHP[2], 4 -CALL[], 1, 16, 105 -SHP[2], 8 -CALL[], 16, 15, 106 -SHP[2], 7 -IUP[Y] -IUP[X] - - - - -/* TT glyph 265, char 0x69 (i) */ -SVTCA[Y] -CALL[], 4, 10, 114 -SHP[2], 0 -SHP[2], 8 -CALL[], 4, 5, 106 -SHP[2], 9 -CALL[], 13, 6, 114 -CALL[], 13, 12, 106 -IP[], 1 -CALL[], 13, 16, 105 -CALL[], 16, 22, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xed */ - -USEMYMETRICS[] -OFFSET[R], 266, 0, 0 -OFFSET[R], 1566, 80, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 188, 86 -SHC[2], 4 - - - -/* TT glyph 388, char 0xffff */ -SVTCA[Y] -CALL[], 0, 15, 114 -CALL[], 0, 1, 106 -CALL[], 13, 10, 114 -CALL[], 14, 6, 114 -SHP[2], 18 -SRP2[], 13 -IP[], 17 -IP[], 6 -MDRP[m>RWh], 21 -SHP[2], 25 -CALL[], 21, 22, 106 -SHP[2], 26 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x12d */ - -USEMYMETRICS[] -OFFSET[R], 266, 0, 0 -OFFSET[R], 1570, 50, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 178, 86 -SHC[2], 4 - - - - - -/* VTTTalk Unicode 0xee */ - -USEMYMETRICS[] -OFFSET[R], 266, 0, 0 -OFFSET[R], 1568, 50, 0 -SVTCA[Y] -CALL[], 20, 1, 1, 1, 188, 86 -SHC[2], 4 - - - - -/* VTTTalk Unicode 0xef */ - -USEMYMETRICS[] -OFFSET[R], 266, 0, 0 -OFFSET[R], 1563, 52, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 178, 86 -SHC[2], 4 -SHC[2], 5 - - - - -/* VTTTalk Unicode 0xec */ - -USEMYMETRICS[] -OFFSET[R], 266, 0, 0 -OFFSET[R], 1565, 95, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 188, 86 -SHC[2], 4 - - - -/* TT glyph 274, char 0x133 */ -SVTCA[Y] -CALL[], 0, 15, 114 -CALL[], 0, 1, 106 -CALL[], 12, 10, 114 -CALL[], 13, 6, 114 -SHP[2], 17 -SRP2[], 12 -IP[], 19 -IP[], 6 -CALL[], 13, 20, 105 -SHP[2], 32 -CALL[], 20, 26, 106 -SHP[2], 38 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x12b */ - -USEMYMETRICS[] -OFFSET[R], 266, 0, 0 -OFFSET[R], 1573, 50, 0 -SVTCA[Y] -CALL[], 16, 13, 1, 1, 188, 86 -SHC[2], 4 - - - -/* TT glyph 850, char 0x221e */ -SVTCA[Y] -MDAP[R], 6 -CALL[], 6, 0, 105 -SHP[2], 19 -CALL[], 0, 26, 106 -SHP[2], 39 -SRP1[], 6 -SHP[1], 13 -SRP1[], 19 -SRP2[], 13 -IP[], 23 -IP[], 9 -CALL[], 6, 33, 106 -SHP[2], 45 -IUP[Y] -IUP[X] - - - - -/* TT glyph 852, char 0x222b */ -SVTCA[Y] -CALL[], 3, 1, 114 -CALL[], 3, 9, 106 -CALL[], 13, 15, 114 -CALL[], 13, 14, 106 -SRP2[], 3 -IP[], 12 -IP[], 20 -IUP[Y] -IUP[X] - - - - -/* TT glyph 831, char 0x2321 */ -SVTCA[Y] -MIAP[R], 0, 15 -CALL[], 0, 1, 106 -CALL[], 0, 6, 105 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 832, char 0x2320 */ -SVTCA[Y] -CALL[], 3, 1, 114 -CALL[], 3, 0, 105 -CALL[], 3, 9, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 851, char 0x2229 */ -SVTCA[Y] -CALL[], 0, 8, 114 -SHP[2], 7 -CALL[], 3, 7, 114 -CALL[], 3, 10, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 926, char 0x25d8 */ - - - - - -/* TT glyph 927, char 0x25d9 */ - - - - - -/* TT glyph 1169, char 0x263b */ -SVTCA[Y] -MDAP[R], 8 -CALL[], 8, 0, 105 -SLOOP[], 6 -IP[], 16, 21, 30, 42, 48, 36 -IUP[Y] -IUP[X] - - - - -/* TT glyph 276, char 0x12f */ -SVTCA[Y] -CALL[], 25, 10, 114 -SHP[2], 9 -SHP[2], 21 -SHP[2], 32 -CALL[], 25, 0, 105 -CALL[], 0, 15, 106 -SRP2[], 25 -IP[], 6 -CALL[], 25, 26, 106 -SHP[2], 31 -IP[], 7 -CALL[], 34, 6, 114 -CALL[], 34, 33, 106 -IP[], 22 -CALL[], 34, 37, 105 -CALL[], 37, 43, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 589, char 0x3b9 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 17, 6, 114 -CALL[], 17, 16, 106 -CALL[], 0, 10, 106 -SRP1[], 17 -SHP[1], 5 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x3ca */ - -USEMYMETRICS[] -OFFSET[R], 589, 0, 0 -OFFSET[R], 1563, -62, 0 -SVTCA[Y] -CALL[], 20, 4, 1, 1, 178, 86 -SHC[2], 2 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x390 */ - -USEMYMETRICS[] -OFFSET[R], 589, 0, 0 -OFFSET[R], 1614, -42, 0 -SVTCA[Y] -CALL[], 24, 17, 1, 1, 178, 86 -SHC[2], 2 -SHC[2], 3 -SHC[2], 4 - - - - - -/* VTTTalk Unicode 0x3af */ - -USEMYMETRICS[] -OFFSET[R], 589, 0, 0 -OFFSET[R], 1612, -34, 0 -SVTCA[Y] -CALL[], 20, 4, 1, 1, 188, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x129 */ - -USEMYMETRICS[] -OFFSET[R], 266, 0, 0 -OFFSET[R], 1572, 60, 0 -SVTCA[Y] -CALL[], 16, 13, 1, 1, 196, 86 -SHC[2], 4 - - - -/* TT glyph 278, char 0x6a (j) */ -SVTCA[Y] -CALL[], 0, 15, 114 -CALL[], 0, 1, 106 -CALL[], 14, 6, 114 -CALL[], 14, 13, 106 -SHP[1], 18 -SRP2[], 0 -IP[], 20 -IP[], 7 -CALL[], 14, 21, 105 -CALL[], 21, 27, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x135 */ - -USEMYMETRICS[] -OFFSET[R], 279, 0, 0 -OFFSET[R], 1568, 182, 0 -SVTCA[Y] -CALL[], 24, 13, 1, 1, 188, 86 -SHC[2], 3 - - - - -/* TT glyph 281, char 0x6b (k) */ -SVTCA[Y] -MIAP[R], 6, 6 -CALL[], 11, 10, 114 -SHP[2], 15 -CALL[], 12, 0, 114 -SRP1[], 6 -SRP2[], 11 -IP[], 0 -MDAP[R], 0 -CALL[], 0, 1, 106 -IP[], 16 -IP[], 17 -IUP[Y] -IUP[X] - - - - -/* TT glyph 590, char 0x3ba */ -SVTCA[Y] -CALL[], 6, 7, 114 -CALL[], 8, 10, 114 -SHP[2], 0 -SHP[2], 13 -CALL[], 9, 6, 114 -SRP2[], 8 -SLOOP[], 4 -IP[], 1, 14, 5, 15 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 283, char 0x138 */ -SVTCA[Y] -CALL[], 11, 10, 114 -SHP[2], 15 -CALL[], 12, 6, 114 -SHP[2], 7 -SRP1[], 11 -IP[], 0 -MDAP[R], 0 -CALL[], 0, 1, 106 -IP[], 16 -IP[], 17 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 284, char 0x6c (l) */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 17, 0, 114 -CALL[], 17, 16, 106 -CALL[], 0, 10, 106 -SRP1[], 17 -SHP[1], 5 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x13a */ - -USEMYMETRICS[] -OFFSET[R], 284, 0, 0 -OFFSET[R], 1599, -94, 80 -SVTCA[Y] -CALL[], 20, 4, 1, 1, 160, 86 -SHC[2], 2 - - - - -/* TT glyph 591, char 0x3bb */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 19, 106 -CALL[], 12, 0, 114 -CALL[], 12, 7, 106 -SRP2[], 0 -SLOOP[], 4 -IP[], 25, 26, 27, 30 -CALL[], 24, 10, 114 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 286, char 0x13e */ -SVTCA[Y] -CALL[], 4, 11, 114 -CALL[], 4, 14, 106 -CALL[], 21, 0, 114 -SHP[2], 9 -CALL[], 21, 20, 106 -CALL[], 21, 1, 105 -CALL[], 1, 3, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x140 */ - -USEMYMETRICS[] -OFFSET[R], 284, 0, 0 -OFFSET[R], 686, 316, 300 -SVTCA[Y] -CALL[], 20, 12, 1, 1, 654, 86 -SHC[2], 2 - - - -/* TT glyph 842, char 0x3c (<) */ -SVTCA[Y] -CALL[], 2, 151, 114 -CALL[], 2, 1, 106 -IP[], 6 -IP[], 5 -CALL[], 1, 7, 106 -CALL[], 7, 0, 106 -CALL[], 2, 4, 106 -CALL[], 4, 3, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1287, char 0xffff */ -SVTCA[Y] -CALL[], 32, 147, 114 -CALL[], 32, 50, 105 -CALL[], 32, 4, 105 -CALL[], 4, 3, 106 -CALL[], 32, 31, 106 -IP[], 2 -IP[], 1 -CALL[], 31, 15, 105 -CALL[], 15, 0, 106 -SRP1[], 3 -SLOOP[], 3 -IP[], 22, 47, 36 -CALL[], 22, 41, 106 -CALL[], 47, 16, 106 -CALL[], 36, 27, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1289, char 0xffff */ -SVTCA[Y] -CALL[], 17, 147, 114 -CALL[], 17, 48, 105 -CALL[], 17, 16, 106 -IP[], 65 -IP[], 66 -CALL[], 16, 79, 105 -CALL[], 79, 64, 106 -CALL[], 17, 68, 105 -CALL[], 68, 67, 106 -SRP1[], 64 -SLOOP[], 5 -IP[], 6, 58, 33, 45, 22 -CALL[], 6, 27, 106 -CALL[], 58, 39, 106 -CALL[], 33, 0, 106 -CALL[], 45, 52, 106 -CALL[], 22, 11, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 841, -144, 0 -OFFSET[R], 842, -2236, 0 -OFFSET[R], 847, -1190, 0 - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 842, -1036, 0 -OFFSET[R], 688, -100, 0 - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 841, -144, 0 -OFFSET[R], 842, -2236, 0 -OFFSET[R], 688, -1190, 0 - - - - -/* TT glyph 1269, char 0xffff */ -SVTCA[Y] -CALL[], 2, 151, 114 -CALL[], 2, 1, 106 -IP[], 5 -IP[], 6 -CALL[], 2, 4, 105 -CALL[], 4, 3, 106 -SHP[2], 11 -CALL[], 1, 7, 105 -CALL[], 7, 0, 106 -SHP[2], 8 -IP[], 9 -SRP1[], 4 -SRP2[], 3 -IP[], 10 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1270, char 0xffff */ -SVTCA[Y] -CALL[], 2, 151, 114 -CALL[], 2, 1, 106 -IP[], 5 -IP[], 6 -CALL[], 1, 7, 105 -CALL[], 7, 0, 106 -SHP[2], 8 -IP[], 9 -CALL[], 2, 4, 105 -CALL[], 4, 3, 106 -SHP[2], 11 -IP[], 10 -CALL[], 13, 149, 114 -CALL[], 13, 15, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1271, char 0xffff */ -SVTCA[Y] -CALL[], 2, 151, 114 -CALL[], 2, 1, 106 -IP[], 5 -IP[], 6 -CALL[], 1, 7, 105 -CALL[], 7, 0, 106 -SHP[2], 8 -IP[], 9 -CALL[], 2, 4, 105 -CALL[], 4, 3, 106 -SHP[2], 11 -IP[], 10 -CALL[], 13, 149, 114 -SHP[2], 17 -CALL[], 13, 15, 106 -SHP[2], 16 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 841, -144, 0 -OFFSET[R], 842, -2236, 0 -OFFSET[R], 1191, -1190, 0 - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 842, -882, 0 -OFFSET[R], 679, 58, 180 - - - - -/* TT glyph 1273, char 0xffff */ -SVTCA[Y] -CALL[], 2, 151, 114 -CALL[], 2, 1, 106 -IP[], 5 -IP[], 6 -CALL[], 1, 7, 105 -CALL[], 7, 0, 106 -CALL[], 2, 4, 106 -CALL[], 4, 3, 106 -CALL[], 8, 9, 114 -CALL[], 8, 9, 106 -SMD[], 96 -SRP0[], 8 -MDRP[m>RGr], 42 -CALL[], 22, 3, 114 -CALL[], 22, 29, 105 -SRP0[], 22 -MDRP[m>RBl], 43 -SRP2[], 8 -SLOOP[], 10 -IP[], 25, 26, 32, 19, 35, 36, 16, 15, 39, 12 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1686, char 0xffff */ -SVTCA[Y] -CALL[], 12, 9, 114 -CALL[], 12, 8, 105 -CALL[], 26, 3, 114 -CALL[], 26, 33, 105 -SMD[], 96 -SRP0[], 12 -MDRP[m>RGr], 11 -SRP0[], 26 -MDRP[m>RBl], 48 -SRP2[], 33 -IP[], 46 -SRP1[], 12 -SRP2[], 8 -IP[], 9 -SRP2[], 26 -SLOOP[], 10 -IP[], 29, 30, 23, 36, 39, 20, 40, 19, 16, 43 -CALL[], 2, 151, 114 -CALL[], 2, 1, 106 -IP[], 5 -IP[], 6 -CALL[], 2, 4, 106 -CALL[], 4, 3, 106 -CALL[], 1, 7, 105 -CALL[], 7, 0, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1274, char 0xffff */ -SVTCA[Y] -CALL[], 8, 9, 114 -CALL[], 8, 9, 106 -SMD[], 96 -SRP0[], 8 -MDRP[m>RGr], 36 -CALL[], 22, 3, 114 -CALL[], 22, 23, 106 -SRP0[], 22 -MDRP[m>RBl], 37 -SRP2[], 8 -SLOOP[], 8 -IP[], 12, 33, 15, 16, 30, 29, 19, 26 -CALL[], 46, 151, 114 -SHP[2], 2 -CALL[], 2, 4, 106 -CALL[], 4, 3, 106 -CALL[], 46, 44, 105 -CALL[], 44, 45, 106 -CALL[], 46, 47, 106 -SHP[2], 1 -SRP1[], 1 -SRP2[], 2 -IP[], 6 -IP[], 5 -CALL[], 1, 7, 105 -CALL[], 7, 0, 106 -CALL[], 47, 41, 106 -CALL[], 41, 40, 106 -SRP1[], 47 -SRP2[], 46 -IP[], 42 -IP[], 43 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1687, char 0xffff */ -SVTCA[Y] -CALL[], 2, 151, 114 -CALL[], 2, 1, 106 -CALL[], 1, 7, 105 -CALL[], 7, 0, 106 -CALL[], 2, 4, 106 -CALL[], 4, 3, 106 -CALL[], 12, 9, 114 -SMD[], 96 -MDRP[m>RGr], 11 -CALL[], 12, 13, 106 -SHP[2], 9 -CALL[], 26, 3, 114 -MDRP[m>RGr], 42 -SRP2[], 12 -SLOOP[], 8 -IP[], 16, 37, 19, 20, 34, 33, 23, 30 -CALL[], 26, 27, 106 -SHP[2], 43 -CALL[], 50, 151, 114 -CALL[], 50, 48, 105 -CALL[], 48, 49, 105 -CALL[], 50, 51, 106 -CALL[], 51, 45, 106 -CALL[], 45, 44, 106 -SRP1[], 50 -SRP2[], 51 -IP[], 47 -IP[], 46 -SRP1[], 2 -SRP2[], 1 -IP[], 5 -IP[], 6 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1277, char 0xffff */ -SVTCA[Y] -MDAP[R], 2 -CALL[], 2, 1, 106 -CALL[], 1, 7, 106 -CALL[], 7, 0, 106 -CALL[], 0, 10, 105 -CALL[], 10, 11, 106 -CALL[], 2, 4, 106 -CALL[], 4, 3, 106 -SRP1[], 2 -SRP2[], 1 -IP[], 5 -IP[], 6 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1278, char 0xffff */ -SVTCA[Y] -CALL[], 18, 148, 114 -CALL[], 18, 19, 106 -SRP0[], 18 -MDRP[m>RWh], 4 -CALL[], 4, 3, 106 -CALL[], 18, 15, 105 -CALL[], 15, 14, 106 -SRP0[], 15 -MDRP[m>RWh], 11 -CALL[], 11, 0, 106 -SRP1[], 18 -SRP2[], 19 -IP[], 6 -SRP1[], 14 -SRP2[], 15 -IP[], 9 -SRP2[], 19 -SLOOP[], 4 -IP[], 2, 1, 7, 8 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1279, char 0xffff */ -SVTCA[Y] -CALL[], 29, 148, 114 -MDRP[m>RGr], 16 -CALL[], 16, 15, 106 -CALL[], 29, 24, 105 -MDRP[m>RBl], 23 -CALL[], 23, 12, 106 -CALL[], 24, 25, 106 -IP[], 21 -IP[], 3 -CALL[], 29, 28, 106 -SRP1[], 25 -SLOOP[], 8 -IP[], 13, 20, 19, 14, 5, 4, 10, 11 -SRP1[], 29 -IP[], 18 -IP[], 6 -SRP1[], 15 -SHP[1], 9 -SRP1[], 16 -SHP[1], 8 -SRP1[], 23 -SHP[1], 1 -SRP1[], 12 -SHP[1], 0 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1280, char 0xffff */ -SVTCA[Y] -CALL[], 29, 148, 114 -CALL[], 29, 28, 106 -SRP0[], 29 -MDRP[m>RGr], 16 -CALL[], 16, 15, 106 -CALL[], 29, 24, 105 -CALL[], 24, 25, 106 -SRP0[], 24 -MDRP[m>RBl], 23 -CALL[], 23, 12, 106 -SRP1[], 28 -SRP2[], 29 -IP[], 18 -IP[], 6 -SRP1[], 25 -SRP2[], 24 -IP[], 21 -IP[], 3 -SRP2[], 28 -SLOOP[], 8 -IP[], 20, 19, 14, 13, 5, 4, 10, 11 -SRP1[], 15 -SHP[1], 9 -SRP1[], 16 -SHP[1], 8 -SRP1[], 23 -SHP[1], 1 -SRP1[], 12 -SHP[1], 0 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1281, char 0xffff */ -SVTCA[Y] -CALL[], 17, 148, 114 -MDRP[m>RGr], 4 -CALL[], 4, 3, 106 -CALL[], 17, 12, 105 -MDRP[m>RBl], 11 -CALL[], 11, 0, 106 -CALL[], 12, 13, 106 -SHP[2], 22 -IP[], 9 -IP[], 21 -CALL[], 17, 16, 106 -SHP[2], 24 -SRP1[], 13 -SLOOP[], 4 -IP[], 2, 7, 8, 1 -SRP1[], 17 -IP[], 25 -IP[], 6 -SRP1[], 3 -SHP[1], 26 -SRP1[], 4 -SHP[1], 27 -SRP1[], 11 -SHP[1], 23 -SRP1[], 0 -SHP[1], 20 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1266, char 0xffff */ -SVTCA[Y] -CALL[], 18, 147, 114 -SHP[2], 21 -CALL[], 18, 19, 106 -SHP[2], 20 -CALL[], 25, 2, 114 -CALL[], 28, 9, 114 -CALL[], 28, 34, 106 -CALL[], 34, 24, 105 -CALL[], 18, 4, 105 -CALL[], 4, 3, 106 -CALL[], 19, 15, 105 -CALL[], 15, 0, 106 -SRP1[], 18 -SRP2[], 19 -IP[], 2 -IP[], 1 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 842, -1044, 0 -OFFSET[R], 841, -136, 0 - - - -/* TT glyph 1261, char 0xffff */ -SVTCA[Y] -CALL[], 18, 147, 114 -CALL[], 18, 19, 106 -CALL[], 18, 4, 105 -CALL[], 4, 3, 106 -CALL[], 19, 15, 105 -CALL[], 15, 0, 106 -SRP1[], 18 -SRP2[], 19 -IP[], 2 -IP[], 1 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1263, char 0xffff */ -SVTCA[Y] -CALL[], 34, 147, 114 -CALL[], 34, 35, 106 -CALL[], 34, 12, 105 -CALL[], 12, 13, 106 -CALL[], 35, 1, 105 -CALL[], 1, 0, 106 -SRP1[], 34 -SRP2[], 35 -SLOOP[], 4 -IP[], 14, 15, 18, 17 -SRP1[], 13 -SHP[1], 19 -SRP1[], 12 -SHP[1], 20 -SRP1[], 1 -SHP[1], 31 -SRP1[], 0 -SHP[1], 16 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1262, char 0xffff */ -SVTCA[Y] -CALL[], 18, 147, 114 -CALL[], 18, 19, 106 -CALL[], 18, 4, 105 -CALL[], 4, 3, 106 -CALL[], 19, 15, 105 -CALL[], 15, 0, 106 -SRP1[], 18 -SRP2[], 19 -IP[], 2 -IP[], 1 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1264, char 0xffff */ -SVTCA[Y] -CALL[], 26, 147, 114 -CALL[], 26, 27, 106 -SLOOP[], 6 -IP[], 2, 1, 5, 6, 10, 9 -CALL[], 26, 4, 106 -CALL[], 4, 3, 106 -CALL[], 27, 7, 106 -CALL[], 7, 0, 106 -SRP1[], 3 -SHP[1], 11 -SRP1[], 4 -SHP[1], 12 -SRP1[], 7 -SHP[1], 23 -SHP[2], 8 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1283, char 0xffff */ -SVTCA[Y] -CALL[], 2, 151, 114 -CALL[], 2, 1, 106 -CALL[], 1, 7, 106 -CALL[], 7, 0, 106 -CALL[], 2, 4, 106 -CALL[], 4, 3, 106 -SHP[2], 11 -SHP[1], 12 -SRP1[], 7 -SHP[1], 15 -SRP1[], 0 -SHP[1], 8 -SRP1[], 2 -SHP[1], 10 -SRP1[], 1 -SHP[1], 9 -SRP2[], 2 -SLOOP[], 4 -IP[], 5, 6, 13, 14 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1285, char 0xffff */ -SVTCA[Y] -CALL[], 26, 148, 114 -CALL[], 26, 27, 106 -SRP0[], 26 -MDRP[m>RWh], 4 -CALL[], 4, 3, 106 -CALL[], 26, 23, 105 -CALL[], 23, 22, 106 -SRP0[], 23 -MDRP[m>RWh], 11 -CALL[], 11, 0, 106 -SRP1[], 26 -SRP2[], 27 -IP[], 6 -SRP1[], 22 -SRP2[], 23 -IP[], 9 -SRP1[], 3 -SHP[1], 15 -SRP1[], 4 -SHP[1], 16 -SRP1[], 11 -SHP[1], 19 -SRP1[], 0 -SHP[1], 12 -SRP1[], 27 -SRP2[], 22 -SLOOP[], 8 -IP[], 7, 8, 2, 1, 17, 18, 14, 13 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1284, char 0xffff */ -SVTCA[Y] -CALL[], 25, 147, 114 -CALL[], 25, 24, 106 -CALL[], 25, 4, 105 -CALL[], 4, 3, 106 -CALL[], 24, 15, 105 -CALL[], 15, 0, 106 -SRP1[], 25 -SRP2[], 24 -SLOOP[], 6 -IP[], 2, 1, 18, 17, 21, 22 -SRP1[], 3 -SHP[1], 19 -SRP1[], 4 -SHP[1], 20 -SRP1[], 15 -SHP[1], 23 -SRP1[], 0 -SHP[1], 16 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 842, -134, 0 -OFFSET[R], 842, -2236, 0 -OFFSET[R], 842, -1180, 0 - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 842, -1036, 0 -OFFSET[R], 835, -180, 0 - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 841, -144, 0 -OFFSET[R], 842, -2236, 0 -OFFSET[R], 835, -1190, 0 - - - - -/* TT glyph 1290, char 0xffff */ -SVTCA[Y] -CALL[], 2, 151, 114 -CALL[], 2, 1, 106 -IP[], 6 -IP[], 5 -CALL[], 1, 7, 105 -CALL[], 7, 0, 106 -CALL[], 2, 4, 106 -CALL[], 4, 3, 106 -CALL[], 9, 152, 114 -CALL[], 9, 11, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1291, char 0xffff */ -SVTCA[Y] -CALL[], 6, 151, 114 -SHP[2], 10 -CALL[], 6, 7, 106 -SHP[2], 9 -CALL[], 17, 152, 114 -CALL[], 17, 19, 106 -SRP1[], 6 -SRP2[], 7 -SLOOP[], 4 -IP[], 3, 2, 13, 14 -CALL[], 6, 4, 105 -CALL[], 4, 5, 106 -CALL[], 7, 1, 106 -CALL[], 1, 0, 106 -CALL[], 10, 12, 106 -CALL[], 12, 11, 106 -CALL[], 9, 15, 105 -CALL[], 15, 8, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 844, char 0x2264 */ -SVTCA[Y] -MDAP[R], 2 -CALL[], 2, 1, 106 -IP[], 6 -IP[], 5 -CALL[], 1, 7, 106 -CALL[], 7, 0, 106 -CALL[], 0, 10, 105 -CALL[], 10, 11, 106 -CALL[], 2, 4, 106 -CALL[], 4, 3, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 887, char 0x258c */ - - - - - -/* TT glyph 1148, char 0xffff */ - - - - -/* TT glyph 812, char 0x20a4 */ -SVTCA[Y] -CALL[], 8, 3, 114 -CALL[], 8, 15, 106 -CALL[], 27, 8, 114 -SHP[2], 0 -SRP1[], 8 -IP[], 29 -IP[], 32 -MDAP[R], 29 -MDAP[R], 32 -SRP2[], 8 -IP[], 12 -IP[], 11 -CALL[], 29, 28, 106 -CALL[], 32, 33, 106 -CALL[], 27, 26, 106 -SHP[2], 1 -SHP[2], 22 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 848, char 0xac */ -SVTCA[Y] -MDAP[R], 1 -CALL[], 1, 7, 105 -CALL[], 1, 0, 106 -IP[], 5 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 340, char 0x17f */ -SVTCA[Y] -CALL[], 0, 10, 114 -CALL[], 3, 1, 114 -CALL[], 3, 9, 106 -SRP2[], 0 -IP[], 13 -MDAP[R], 13 -CALL[], 13, 14, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 943, char 0x25ca */ - - - - - -/* TT glyph 289, char 0x142 */ -SVTCA[Y] -CALL[], 4, 11, 114 -CALL[], 4, 14, 106 -CALL[], 21, 0, 114 -SHP[2], 9 -CALL[], 21, 20, 106 -SRP2[], 4 -IP[], 0 -IP[], 2 -CALL[], 0, 1, 106 -CALL[], 2, 3, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 903, char 0x2591 */ - - - - - -/* TT glyph 1164, char 0xffff */ - - - - -/* TT glyph 290, char 0x6d (m) */ -SVTCA[Y] -CALL[], 10, 7, 114 -SHP[2], 29 -CALL[], 10, 3, 106 -SHP[2], 23 -CALL[], 15, 10, 114 -SRP2[], 10 -SLOOP[], 4 -IP[], 27, 7, 5, 25 -SHP[1], 20 -SRP1[], 20 -SHP[1], 0 -CALL[], 16, 6, 114 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xaf */ - -OFFSET[R], 1573, 0, 0 - - - - -/* TT glyph 1172, char 0x2642 */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 0, 12, 106 -CALL[], 38, 2, 114 -SHP[2], 34 -CALL[], 38, 37, 106 -SRP2[], 0 -IP[], 36 -MDAP[R], 36 -SRP2[], 38 -SLOOP[], 7 -IP[], 6, 32, 33, 27, 40, 42, 26 -CALL[], 6, 18, 106 -IP[], 25 -IP[], 24 -IUP[Y] -IUP[X] - - - - -/* TT glyph 836, char 0x2212 */ -SVTCA[Y] -CALL[], 1, 147, 114 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1189, char 0x2032 */ -SVTCA[Y] -CALL[], 1, 2, 114 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 837, char 0xd7 */ -SVTCA[Y] -MDAP[R], 2 -SHP[1], 6 -CALL[], 2, 0, 105 -SHP[2], 4 -SLOOP[], 4 -IP[], 5, 3, 7, 1 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1300, char 0x266a */ -SVTCA[Y] -CALL[], 12, 9, 114 -CALL[], 12, 18, 106 -SLOOP[], 3 -IP[], 24, 27, 21 -CALL[], 25, 2, 114 -SHP[2], 8 -CALL[], 25, 7, 106 -SRP2[], 12 -IP[], 1 -IP[], 0 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1301, char 0x266b */ -SVTCA[Y] -CALL[], 4, 9, 114 -CALL[], 4, 2, 105 -CALL[], 2, 3, 106 -SLOOP[], 4 -IP[], 33, 18, 1, 34 -SRP2[], 4 -IP[], 20 -CALL[], 20, 26, 106 -IP[], 35 -IP[], 29 -CALL[], 4, 10, 106 -IP[], 19 -IP[], 13 -IUP[Y] -IUP[X] - - - - -/* TT glyph 291, char 0x6e (n) */ -SVTCA[Y] -CALL[], 11, 7, 114 -CALL[], 11, 4, 106 -CALL[], 16, 10, 114 -SHP[2], 15 -CALL[], 17, 6, 114 -SRP2[], 16 -IP[], 6 -IP[], 7 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x144 */ - -USEMYMETRICS[] -OFFSET[R], 291, 0, 0 -OFFSET[R], 1566, 20, 0 -SVTCA[Y] -CALL[], 21, 17, 1, 1, 188, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 291, 0, 0 -OFFSET[R], 1609, 20, 0 -SVTCA[Y] -CALL[], 21, 17, 1, 1, 188, 86 -SHC[2], 2 - - - - -/* TT glyph 293, char 0x149 */ -SVTCA[Y] -CALL[], 15, 7, 114 -CALL[], 15, 8, 106 -CALL[], 20, 10, 114 -SHP[2], 19 -CALL[], 21, 6, 114 -CALL[], 21, 0, 105 -CALL[], 0, 1, 106 -SRP1[], 21 -SRP2[], 20 -IP[], 11 -IP[], 10 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x148 */ - -USEMYMETRICS[] -OFFSET[R], 291, 0, 0 -OFFSET[R], 1569, -10, 0 -SVTCA[Y] -CALL[], 21, 17, 1, 1, 150, 86 -SHC[2], 2 - - - - -/* TT glyph 627, char 0x39 (9) */ -SVTCA[Y] -CALL[], 0, 12, 114 -CALL[], 0, 1, 106 -CALL[], 27, 5, 114 -CALL[], 27, 15, 106 -SRP2[], 0 -IP[], 21 -MDAP[R], 21 -SRP2[], 27 -SLOOP[], 6 -IP[], 4, 31, 5, 30, 3, 32 -CALL[], 21, 9, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 668, 0, -814 - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 668, 0, 0 - - - - -/* TT glyph 840, char 0x2260 */ -SVTCA[Y] -CALL[], 1, 2, 114 -CALL[], 3, 8, 114 -CALL[], 9, 148, 114 -CALL[], 9, 8, 106 -CALL[], 9, 4, 105 -CALL[], 4, 5, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xf1 */ - -USEMYMETRICS[] -OFFSET[R], 291, 0, 0 -OFFSET[R], 1572, 0, 0 -SVTCA[Y] -CALL[], 21, 17, 1, 1, 196, 86 -SHC[2], 2 - - - -/* TT glyph 593, char 0x3bd */ -SVTCA[Y] -CALL[], 3, 6, 114 -CALL[], 5, 10, 114 -SHP[2], 6 -SRP1[], 3 -SLOOP[], 3 -IP[], 17, 2, 11 -CALL[], 12, 7, 114 -IUP[Y] -IUP[X] - - - - -/* TT glyph 690, char 0x23 (#) */ -SVTCA[Y] -CALL[], 8, 18, 114 -SHP[2], 0 -CALL[], 9, 16, 114 -SHP[2], 1 -SRP1[], 8 -IP[], 12 -IP[], 5 -MDAP[R], 12 -MDAP[R], 5 -CALL[], 12, 13, 106 -CALL[], 5, 4, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 770, char 0xffff */ -SVTCA[Y] -CALL[], 22, 154, 114 -CALL[], 22, 29, 106 -CALL[], 22, 0, 105 -CALL[], 0, 48, 106 -CALL[], 55, 8, 114 -SHP[2], 63 -CALL[], 56, 2, 114 -SHP[2], 64 -SRP2[], 55 -IP[], 60 -IP[], 67 -MDAP[R], 60 -MDAP[R], 67 -SRP2[], 60 -SLOOP[], 4 -IP[], 10, 39, 38, 11 -CALL[], 60, 59, 106 -CALL[], 67, 68, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 771, char 0xffff */ -SVTCA[Y] -CALL[], 4, 8, 114 -SHP[2], 0 -CALL[], 5, 2, 114 -SHP[2], 1 -SRP2[], 4 -IP[], 9 -IP[], 12 -MDAP[R], 9 -MDAP[R], 12 -CALL[], 9, 8, 106 -CALL[], 12, 13, 106 -CALL[], 17, 153, 114 -SHP[2], 26 -CALL[], 26, 27, 106 -CALL[], 17, 16, 105 -CALL[], 23, 22, 106 -SRP1[], 16 -SHP[1], 23 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 690, -1040, 0 -OFFSET[R], 679, 22, 180 - - - -/* TT glyph 778, char 0xffff */ -SVTCA[Y] -CALL[], 16, 8, 114 -SHP[2], 8 -CALL[], 17, 2, 114 -SHP[2], 9 -SRP2[], 16 -IP[], 13 -IP[], 20 -MDAP[R], 13 -MDAP[R], 20 -SRP1[], 13 -SHP[1], 5 -CALL[], 13, 12, 106 -SHP[2], 4 -SRP1[], 20 -SHP[1], 0 -CALL[], 20, 21, 106 -SHP[2], 1 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 690, -1040, 0 -OFFSET[R], 682, 22, 0 - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 690, -1040, 0 -OFFSET[R], 690, -200, 0 - - - -/* TT glyph 769, char 0xffff */ -SVTCA[Y] -CALL[], 4, 8, 114 -SHP[2], 0 -CALL[], 5, 2, 114 -SHP[2], 1 -SRP2[], 4 -IP[], 9 -IP[], 12 -MDAP[R], 9 -MDAP[R], 12 -CALL[], 9, 8, 106 -CALL[], 12, 13, 106 -CALL[], 22, 154, 114 -CALL[], 22, 24, 106 -CALL[], 22, 16, 105 -CALL[], 16, 31, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 774, char 0xffff */ -SVTCA[Y] -CALL[], 20, 3, 114 -CALL[], 20, 10, 106 -CALL[], 35, 8, 114 -SHP[2], 39 -CALL[], 36, 2, 114 -SHP[2], 40 -SRP2[], 35 -IP[], 32 -IP[], 43 -MDAP[R], 32 -MDAP[R], 43 -CALL[], 32, 31, 106 -CALL[], 43, 44, 106 -IP[], 14 -CALL[], 47, 9, 114 -CALL[], 47, 53, 106 -CALL[], 53, 30, 105 -SRP1[], 20 -SLOOP[], 4 -IP[], 26, 4, 7, 23 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 779, char 0xffff */ -SVTCA[Y] -CALL[], 8, 8, 114 -SHP[2], 13 -CALL[], 8, 0, 105 -SHP[2], 12 -CALL[], 9, 2, 114 -SHP[2], 1 -SRP2[], 8 -IP[], 5 -IP[], 16 -MDAP[R], 5 -MDAP[R], 16 -CALL[], 5, 4, 106 -CALL[], 16, 17, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 780, char 0xffff */ -SVTCA[Y] -CALL[], 9, 154, 114 -CALL[], 9, 11, 106 -CALL[], 24, 8, 114 -CALL[], 24, 36, 105 -SHP[2], 0 -SHP[2], 28 -SHP[1], 37 -SRP1[], 37 -SHP[1], 2 -IP[], 1 -IP[], 18 -CALL[], 25, 2, 114 -SHP[2], 29 -SRP2[], 24 -IP[], 21 -IP[], 32 -MDAP[R], 21 -MDAP[R], 32 -CALL[], 21, 20, 106 -CALL[], 32, 33, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 299, char 0x6f (o) */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 6, 7, 114 -CALL[], 6, 18, 106 -CALL[], 0, 12, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xf3 */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1566, 30, 0 -SVTCA[Y] -CALL[], 24, 6, 1, 1, 168, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1609, 30, 0 -SVTCA[Y] -CALL[], 24, 6, 1, 1, 168, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x14f */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1570, 0, 0 -SVTCA[Y] -CALL[], 24, 6, 1, 1, 158, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0xf4 */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1568, 0, 0 -SVTCA[Y] -CALL[], 28, 6, 1, 1, 168, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0xf6 */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1563, 2, 0 -SVTCA[Y] -CALL[], 24, 6, 1, 1, 158, 86 -SHC[2], 2 -SHC[2], 3 - - - - -/* TT glyph 325, char 0x153 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 8, 106 -SHP[1], 18 -CALL[], 18, 42, 106 -CALL[], 4, 7, 114 -CALL[], 4, 13, 106 -SHP[1], 24 -CALL[], 24, 36, 106 -SRP1[], 4 -SRP2[], 0 -IP[], 31 -MDAP[R], 31 -CALL[], 31, 32, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x2db */ - -OFFSET[R], 1580, 0, 0 - - - - -/* VTTTalk Unicode 0xf2 */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1565, 45, 0 -SVTCA[Y] -CALL[], 24, 6, 1, 1, 168, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x1a1 */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1576, 277, 0 -SVTCA[Y] -CALL[], 24, 6, 0, 0, -185, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x151 */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1567, 70, 0 -SVTCA[Y] -CALL[], 24, 6, 1, 1, 168, 86 -SHC[2], 2 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x14d */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1573, 0, 0 -SVTCA[Y] -CALL[], 24, 6, 1, 1, 168, 86 -SHC[2], 2 - - - -/* TT glyph 605, char 0x3c9 */ -SVTCA[Y] -CALL[], 17, 11, 114 -CALL[], 17, 26, 106 -SHP[1], 0 -CALL[], 0, 8, 106 -CALL[], 21, 6, 114 -SHP[2], 13 -SRP2[], 0 -IP[], 35 -MDAP[R], 35 -SLOOP[], 5 -IP[], 34, 30, 3, 5, 29 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x3ce */ - -USEMYMETRICS[] -OFFSET[R], 605, 0, 0 -OFFSET[R], 1612, 30, 0 -SVTCA[Y] -CALL[], 38, 21, 1, 1, 188, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x3bf */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 - - - - -/* VTTTalk Unicode 0x3cc */ - -USEMYMETRICS[] -OFFSET[R], 595, 0, 0 -OFFSET[R], 1612, 30, 0 -SVTCA[Y] -CALL[], 24, 6, 1, 1, 168, 86 -SHC[2], 2 - - - - -/* TT glyph 619, char 0x31 (1) */ -SVTCA[Y] -CALL[], 4, 12, 114 -SHP[2], 0 -SHP[2], 8 -CALL[], 4, 5, 106 -SHP[2], 9 -CALL[], 14, 4, 114 -SHP[2], 1 -CALL[], 14, 15, 106 -SRP2[], 4 -IP[], 13 -CALL[], 13, 12, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 660, 0, -802 - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 660, 0, 0 - - - - - -/* VTTTalk Unicode 0x2024 */ - -USEMYMETRICS[] -OFFSET[R], 677, 0, 0 - - - - -/* TT glyph 673, char 0x215b */ -SVTCA[Y] -CALL[], 6, 2, 114 -SHP[2], 18 -CALL[], 6, 19, 106 -CALL[], 6, 15, 105 -SHP[2], 7 -SHP[2], 11 -CALL[], 15, 14, 106 -SHP[2], 10 -SRP2[], 6 -IP[], 16 -IP[], 17 -CALL[], 20, 9, 114 -SRP1[], 6 -SLOOP[], 4 -IP[], 0, 1, 3, 2 -CALL[], 20, 59, 105 -SLOOP[], 8 -IP[], 32, 36, 44, 53, 26, 43, 45, 49 -IUP[Y] -IUP[X] - - - - -/* TT glyph 670, char 0xbd */ -SVTCA[Y] -CALL[], 6, 2, 114 -SHP[2], 18 -CALL[], 6, 19, 106 -CALL[], 6, 15, 105 -SHP[2], 7 -SHP[2], 8 -CALL[], 15, 14, 106 -SHP[2], 9 -SRP2[], 6 -IP[], 16 -IP[], 17 -CALL[], 43, 8, 114 -SRP1[], 6 -SLOOP[], 4 -IP[], 0, 1, 3, 2 -SHP[2], 20 -CALL[], 20, 21, 106 -CALL[], 43, 32, 105 -CALL[], 32, 26, 106 -CALL[], 43, 42, 106 -SHP[2], 38 -IUP[Y] -IUP[X] - - - - -/* TT glyph 671, char 0xbc */ -SVTCA[Y] -CALL[], 19, 8, 114 -CALL[], 19, 17, 106 -IP[], 15 -MDAP[R], 15 -IP[], 6 -SHP[1], 7 -SHP[1], 11 -CALL[], 15, 14, 106 -SHP[2], 10 -CALL[], 22, 2, 114 -SHP[2], 34 -CALL[], 22, 35, 106 -SRP2[], 19 -SLOOP[], 4 -IP[], 0, 1, 3, 2 -CALL[], 22, 31, 105 -SHP[2], 23 -SHP[2], 24 -SRP2[], 24 -IP[], 32 -IP[], 33 -CALL[], 31, 30, 106 -SHP[2], 25 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 925, char 0x25e6 */ - - - - - -/* TT glyph 396, char 0xaa */ -SVTCA[Y] -CALL[], 8, 17, 114 -CALL[], 8, 7, 106 -CALL[], 8, 16, 105 -SHP[2], 15 -CALL[], 15, 13, 106 -SRP1[], 16 -SRP2[], 8 -SLOOP[], 5 -IP[], 33, 39, 36, 29, 22 -IUP[Y] -IUP[X] - - - - -/* TT glyph 397, char 0xba */ -SVTCA[Y] -CALL[], 6, 17, 114 -CALL[], 6, 18, 106 -CALL[], 6, 0, 105 -CALL[], 0, 12, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 860, char 0x221f */ -SVTCA[Y] -CALL[], 1, 6, 114 -CALL[], 7, 8, 114 -SHP[2], 3 -CALL[], 7, 6, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 322, char 0xf8 */ -SVTCA[Y] -CALL[], 4, 11, 114 -CALL[], 4, 16, 106 -SRP0[], 4 -MDRP[m>RWh], 0 -CALL[], 10, 7, 114 -CALL[], 10, 22, 106 -SRP0[], 10 -MDRP[m>RWh], 2 -SRP1[], 0 -IP[], 1 -IP[], 3 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x1ff */ - -USEMYMETRICS[] -OFFSET[R], 322, 0, 0 -OFFSET[R], 1566, 30, 0 -SVTCA[Y] -CALL[], 28, 10, 1, 1, 168, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0xf5 */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1572, 10, 0 -SVTCA[Y] -CALL[], 24, 6, 1, 1, 176, 86 -SHC[2], 2 - - - -/* TT glyph 326, char 0x70 (p) */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 9, 106 -CALL[], 23, 7, 114 -CALL[], 23, 15, 106 -SRP2[], 0 -SLOOP[], 4 -IP[], 3, 5, 18, 20 -CALL[], 29, 14, 114 -CALL[], 30, 6, 114 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1181, char 0xb6 */ -SVTCA[Y] -CALL[], 7, 8, 114 -CALL[], 17, 2, 114 -SHP[2], 6 -SHP[2], 13 -SRP1[], 7 -IP[], 0 -CALL[], 17, 18, 106 -IP[], 9 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 695, char 0x28 (() */ -SVTCA[Y] -CALL[], 6, 154, 114 -CALL[], 6, 9, 106 -CALL[], 6, 0, 105 -CALL[], 0, 15, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 736, char 0xffff */ -SVTCA[Y] -CALL[], 8, 154, 114 -CALL[], 8, 15, 106 -CALL[], 8, 0, 105 -CALL[], 0, 21, 106 -CALL[], 41, 150, 114 -CALL[], 41, 28, 105 -SLOOP[], 4 -IP[], 31, 33, 46, 38 -CALL[], 46, 47, 106 -CALL[], 38, 37, 106 -SRP1[], 28 -SHP[1], 32 -SRP1[], 41 -SRP2[], 32 -SLOOP[], 10 -IP[], 45, 39, 30, 34, 43, 40, 29, 35, 44, 36 -IUP[Y] -IUP[X] - - - - -/* TT glyph 696, char 0x29 ()) */ -SVTCA[Y] -CALL[], 10, 154, 114 -CALL[], 10, 9, 106 -CALL[], 10, 0, 105 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 859, char 0x2202 */ -SVTCA[Y] -CALL[], 4, 4, 114 -CALL[], 4, 3, 106 -CALL[], 9, 13, 114 -CALL[], 9, 24, 106 -SRP2[], 4 -IP[], 15 -MDAP[R], 15 -SRP2[], 9 -SLOOP[], 7 -IP[], 18, 1, 8, 21, 20, 0, 27 -CALL[], 15, 30, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 861, char 0x25 (%) */ -SVTCA[Y] -MIAP[R], 4, 19 -CALL[], 4, 16, 106 -CALL[], 4, 10, 105 -CALL[], 10, 22, 106 -MIAP[R], 34, 17 -CALL[], 34, 46, 106 -SRP2[], 4 -SLOOP[], 4 -IP[], 0, 1, 3, 2 -CALL[], 34, 28, 105 -CALL[], 28, 40, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1299, char 0xffff */ -SVTCA[Y] -CALL[], 4, 9, 114 -SHP[2], 52 -CALL[], 4, 10, 105 -SHP[2], 58 -CALL[], 10, 22, 106 -SHP[2], 70 -CALL[], 4, 16, 106 -SHP[2], 64 -CALL[], 34, 3, 114 -SHP[2], 86 -SRP2[], 4 -SLOOP[], 8 -IP[], 76, 0, 77, 1, 79, 78, 3, 2 -CALL[], 34, 28, 105 -SHP[2], 80 -CALL[], 28, 40, 106 -SHP[2], 92 -CALL[], 34, 46, 106 -SHP[2], 98 -IUP[Y] -IUP[X] - - - - -/* TT glyph 677, char 0x2e (.) */ -SVTCA[Y] -CALL[], 0, 19, 114 -CALL[], 0, 6, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 747, char 0xffff */ -SVTCA[Y] -CALL[], 1, 148, 114 -CALL[], 1, 0, 106 -CALL[], 1, 4, 105 -CALL[], 4, 5, 106 -SRP2[], 1 -IP[], 14 -CALL[], 14, 8, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 741, char 0xffff */ -SVTCA[Y] -CALL[], 1, 147, 114 -CALL[], 1, 0, 106 -CALL[], 1, 10, 105 -CALL[], 10, 4, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 677, -1060, 0 -OFFSET[R], 677, -140, 0 - - - -/* TT glyph 744, char 0xffff */ -SVTCA[Y] -CALL[], 1, 148, 114 -CALL[], 1, 0, 106 -CALL[], 1, 4, 105 -CALL[], 4, 5, 106 -SRP2[], 1 -IP[], 14 -IP[], 26 -CALL[], 14, 8, 106 -CALL[], 26, 20, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 745, char 0xffff */ -SVTCA[Y] -CALL[], 2, 151, 114 -CALL[], 2, 1, 106 -IP[], 5 -IP[], 6 -CALL[], 1, 7, 106 -CALL[], 7, 0, 106 -CALL[], 2, 4, 106 -CALL[], 4, 3, 106 -SRP1[], 0 -IP[], 26 -IP[], 14 -CALL[], 26, 20, 106 -CALL[], 14, 8, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 677, -2000, 0 -OFFSET[R], 677, -1200, 0 -OFFSET[R], 677, -400, 0 - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 677, -1100, 0 -OFFSET[R], 684, -240, 0 - - - - -/* VTTTalk Unicode 0xb7 */ - -USEMYMETRICS[] -OFFSET[R], 677, 0, 582 - - - - -/* TT glyph 862, char 0x2030 */ -SVTCA[Y] -CALL[], 4, 9, 114 -CALL[], 4, 58, 105 -SLOOP[], 6 -IP[], 16, 52, 22, 64, 10, 70 -CALL[], 34, 3, 114 -CALL[], 34, 46, 106 -SRP2[], 4 -SLOOP[], 4 -IP[], 0, 1, 3, 2 -CALL[], 34, 28, 105 -CALL[], 28, 40, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 816, char 0x20a7 */ -SVTCA[Y] -CALL[], 22, 8, 114 -CALL[], 23, 2, 114 -CALL[], 23, 13, 106 -SHP[1], 14 -SRP2[], 22 -IP[], 5 -IP[], 1 -MDAP[R], 5 -MDAP[R], 1 -SRP2[], 5 -IP[], 0 -CALL[], 5, 4, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 602, char 0x3c6 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 16, 105 -IP[], 14 -IP[], 31 -CALL[], 6, 7, 114 -CALL[], 6, 22, 105 -IP[], 29 -IP[], 35 -CALL[], 12, 14, 114 -CALL[], 33, 0, 114 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 596, char 0x3c0 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 9, 106 -CALL[], 16, 10, 114 -CALL[], 21, 6, 114 -SHP[2], 5 -SHP[2], 18 -CALL[], 21, 20, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 835, char 0x2b (+) */ -SVTCA[Y] -CALL[], 5, 147, 114 -CALL[], 5, 1, 105 -CALL[], 5, 4, 106 -CALL[], 4, 0, 105 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 835, -1020, 0 -OFFSET[R], 841, -140, 0 - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 835, -1060, 0 -OFFSET[R], 835, -140, 0 - - - -/* TT glyph 1241, char 0xffff */ -SVTCA[Y] -CALL[], 22, 147, 114 -SHP[2], 2 -SRP1[], 2 -SHP[1], 30 -SRP1[], 30 -SHP[1], 6 -SRP1[], 6 -SHP[1], 14 -CALL[], 22, 17, 105 -SHP[2], 25 -SRP1[], 25 -SHP[1], 9 -CALL[], 22, 23, 106 -SHP[2], 3 -SRP1[], 3 -SHP[1], 31 -SRP1[], 31 -SHP[1], 7 -SRP1[], 7 -SHP[1], 15 -CALL[], 23, 16, 105 -SHP[2], 24 -SRP1[], 24 -SHP[1], 8 -IUP[Y] -IUP[X] - - - - -/* TT glyph 845, char 0xb1 */ -SVTCA[Y] -MDAP[R], 1 -CALL[], 1, 8, 105 -IP[], 4 -MDAP[R], 4 -CALL[], 4, 5, 106 -CALL[], 8, 9, 106 -IP[], 0 -IUP[Y] -IUP[X] - - - - -/* TT glyph 855, char 0x220f */ -SVTCA[Y] -CALL[], 9, 2, 114 -CALL[], 9, 8, 106 -CALL[], 9, 4, 105 -SHP[2], 0 -SHP[1], 5 -SRP1[], 5 -SHP[1], 1 -IUP[Y] -IUP[X] - - - - -/* TT glyph 604, char 0x3c8 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 7, 105 -IP[], 15 -IP[], 18 -CALL[], 3, 6, 114 -SHP[2], 10 -CALL[], 14, 14, 114 -CALL[], 16, 0, 114 -IUP[Y] -IUP[X] - - - - -/* TT glyph 328, char 0x71 (q) */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 20, 106 -CALL[], 6, 7, 114 -CALL[], 6, 14, 106 -SRP2[], 0 -SLOOP[], 4 -IP[], 25, 24, 11, 10 -CALL[], 32, 6, 114 -CALL[], 33, 14, 114 -IUP[Y] -IUP[X] - - - - -/* TT glyph 684, char 0x3f (?) */ -SVTCA[Y] -CALL[], 11, 3, 114 -SHP[2], 26 -CALL[], 30, 19, 114 -SHP[2], 22 -CALL[], 30, 36, 106 -CALL[], 36, 0, 105 -CALL[], 11, 10, 106 -CALL[], 11, 27, 106 -SRP2[], 0 -SLOOP[], 6 -IP[], 23, 22, 7, 14, 4, 17 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 684, -960, 0 -OFFSET[R], 679, -100, 0 - - - - -/* TT glyph 763, char 0xffff */ -SVTCA[Y] -CALL[], 8, 148, 114 -CALL[], 8, 9, 106 -CALL[], 8, 3, 105 -CALL[], 3, 2, 106 -CALL[], 36, 3, 114 -CALL[], 36, 20, 106 -SHP[2], 37 -CALL[], 40, 9, 114 -CALL[], 40, 46, 106 -CALL[], 46, 10, 105 -SRP1[], 36 -SLOOP[], 6 -IP[], 33, 24, 17, 32, 14, 27 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 684, -960, 0 -OFFSET[R], 677, -100, 0 - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 684, -1114, 0 -OFFSET[R], 684, -170, 0 - - - -/* TT glyph 685, char 0xbf */ -SVTCA[Y] -CALL[], 30, 7, 114 -CALL[], 30, 21, 105 -CALL[], 30, 23, 105 -CALL[], 30, 0, 105 -SHP[2], 22 -CALL[], 30, 36, 106 -CALL[], 36, 10, 105 -SRP1[], 30 -SLOOP[], 6 -IP[], 27, 26, 3, 18, 15, 6 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x22 (") */ - -OFFSET[R], 726, -200, 0 -OFFSET[R], 726, 204, 0 - - - - -/* VTTTalk Unicode 0x201e */ - -OFFSET[R], 719, 218, -1166 -OFFSET[R], 719, -222, -1166 - - - - -/* VTTTalk Unicode 0x201c */ - -OFFSET[R], 718, -222, 0 -OFFSET[R], 718, 218, 0 - - - - -/* VTTTalk Unicode 0x201d */ - -OFFSET[R], 719, 218, 0 -OFFSET[R], 719, -222, 0 - - - -/* TT glyph 718, char 0x2018 */ -SVTCA[Y] -CALL[], 1, 16, 114 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 720, char 0x201b */ -SVTCA[Y] -CALL[], 3, 16, 114 -CALL[], 3, 1, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 719, char 0x2019 */ -SVTCA[Y] -CALL[], 1, 16, 114 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x201a */ - -USEMYMETRICS[] -OFFSET[R], 719, 0, -1166 - - - - -/* TT glyph 726, char 0x27 (') */ -SVTCA[Y] -CALL[], 1, 16, 114 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 329, char 0x72 (r) */ -SVTCA[Y] -CALL[], 4, 7, 114 -CALL[], 4, 11, 106 -CALL[], 14, 10, 114 -CALL[], 14, 15, 106 -SHP[1], 18 -SRP2[], 4 -IP[], 8 -MDAP[R], 8 -CALL[], 24, 6, 114 -SHP[2], 19 -CALL[], 24, 23, 106 -SRP2[], 14 -IP[], 1 -IP[], 0 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x155 */ - -USEMYMETRICS[] -OFFSET[R], 329, 0, 0 -OFFSET[R], 1566, 30, 0 -SVTCA[Y] -CALL[], 27, 19, 1, 1, 188, 86 -SHC[2], 4 - - - -/* TT glyph 857, char 0x221a */ -SVTCA[Y] -CALL[], 10, 2, 114 -SHP[2], 6 -CALL[], 10, 11, 106 -CALL[], 10, 7, 105 -IP[], 2 -MDAP[R], 2 -IP[], 3 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x159 */ - -USEMYMETRICS[] -OFFSET[R], 329, 0, 0 -OFFSET[R], 1569, 0, 0 -SVTCA[Y] -CALL[], 27, 19, 1, 1, 150, 86 -SHC[2], 4 - - - - -/* TT glyph 1184, char 0xae */ -SVTCA[Y] -MDAP[R], 6 -CALL[], 6, 0, 105 -CALL[], 0, 20, 106 -CALL[], 6, 26, 106 -SRP1[], 20 -SLOOP[], 7 -IP[], 12, 32, 17, 18, 33, 41, 13 -SRP1[], 12 -SHP[1], 16 -SRP1[], 13 -SHP[1], 43 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 833, char 0x2310 */ -SVTCA[Y] -MDAP[R], 1 -CALL[], 1, 7, 105 -CALL[], 1, 3, 106 -IP[], 6 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 597, char 0x3c1 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 9, 106 -CALL[], 22, 7, 114 -CALL[], 22, 15, 106 -SRP2[], 0 -SLOOP[], 6 -IP[], 3, 6, 5, 18, 19, 29 -CALL[], 28, 14, 114 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x2da */ - -OFFSET[R], 1571, 0, 0 - - - -/* TT glyph 891, char 0x2590 */ - - - - - -/* TT glyph 1152, char 0xffff */ - - - - -/* TT glyph 333, char 0x73 (s) */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 7, 106 -CALL[], 20, 7, 114 -CALL[], 20, 27, 106 -SRP2[], 0 -SLOOP[], 8 -IP[], 10, 37, 13, 14, 34, 33, 17, 30 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x15b */ - -USEMYMETRICS[] -OFFSET[R], 333, 0, 0 -OFFSET[R], 1566, 60, 0 -SVTCA[Y] -CALL[], 40, 20, 1, 1, 168, 86 -SHC[2], 1 - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 333, 0, 0 -OFFSET[R], 1609, 60, 0 -SVTCA[Y] -CALL[], 40, 20, 1, 1, 168, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0x161 */ - -USEMYMETRICS[] -OFFSET[R], 333, 0, 0 -OFFSET[R], 1569, 30, 0 -SVTCA[Y] -CALL[], 40, 20, 1, 1, 130, 86 -SHC[2], 1 - - - - -/* VTTTalk Unicode 0x15f */ - -USEMYMETRICS[] -OFFSET[R], 333, 0, 0 -OFFSET[R], 1579, -85, 0 -SVTCA[Y] -CALL[], 49, 0, 0, 0, 15, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0x15d */ - -USEMYMETRICS[] -OFFSET[R], 333, 0, 0 -OFFSET[R], 1568, 30, 0 -SVTCA[Y] -CALL[], 44, 20, 1, 1, 168, 86 -SHC[2], 1 - - - -/* TT glyph 1190, char 0x2033 */ -SVTCA[Y] -CALL[], 5, 2, 114 -SHP[2], 2 -CALL[], 5, 0, 105 -SHP[2], 7 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1182, char 0xa7 */ -SVTCA[Y] -MDAP[R], 38 -CALL[], 38, 44, 106 -CALL[], 38, 10, 105 -CALL[], 10, 17, 106 -SRP2[], 38 -IP[], 59 -IP[], 65 -CALL[], 59, 24, 106 -IP[], 4 -IP[], 3 -CALL[], 65, 51, 106 -IP[], 30 -IP[], 31 -IUP[Y] -IUP[X] - - - - -/* TT glyph 680, char 0x3b (;) */ -SVTCA[Y] -CALL[], 6, 7, 114 -CALL[], 6, 0, 106 -MDAP[R], 14 -CALL[], 14, 12, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 680, -1034, 0 -OFFSET[R], 680, -116, 0 - - - -/* TT glyph 625, char 0x37 (7) */ -SVTCA[Y] -CALL[], 0, 12, 114 -CALL[], 9, 4, 114 -SHP[2], 1 -CALL[], 9, 8, 106 -SMD[], 96 -MDRP[m>RWh], 4 -SRP2[], 9 -IP[], 5 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 666, 0, -802 - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 666, 0, 0 - - - - -/* TT glyph 676, char 0x215e */ -SVTCA[Y] -CALL[], 13, 2, 114 -SHP[2], 5 -CALL[], 13, 7, 105 -CALL[], 13, 12, 106 -CALL[], 12, 8, 105 -SRP2[], 13 -IP[], 10 -CALL[], 16, 9, 114 -CALL[], 16, 55, 105 -SLOOP[], 8 -IP[], 28, 32, 40, 49, 22, 39, 41, 45 -IUP[Y] -IUP[X] - - - - -/* TT glyph 904, char 0x2592 */ - - - - - -/* TT glyph 1165, char 0xffff */ - - - - -/* TT glyph 599, char 0x3c3 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 16, 106 -CALL[], 6, 6, 114 -CALL[], 6, 22, 106 -SHP[1], 29 -CALL[], 29, 28, 106 -SHP[2], 8 -IP[], 7 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 624, char 0x36 (6) */ -SVTCA[Y] -CALL[], 5, 4, 114 -CALL[], 5, 6, 106 -CALL[], 9, 13, 114 -CALL[], 9, 24, 106 -SRP2[], 5 -IP[], 18 -MDAP[R], 18 -SRP2[], 9 -SLOOP[], 6 -IP[], 15, 8, 1, 12, 13, 0 -CALL[], 18, 30, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 665, 0, -813 - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 665, 0, 0 - - - - -/* TT glyph 693, char 0x2f (/) */ -SVTCA[Y] -CALL[], 1, 152, 114 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 693, -1080, 0 -OFFSET[R], 688, -58, 0 - - - - -/* TT glyph 782, char 0xffff */ -SVTCA[Y] -CALL[], 6, 148, 114 -CALL[], 6, 7, 106 -CALL[], 6, 3, 105 -CALL[], 3, 2, 106 -CALL[], 9, 152, 114 -CALL[], 9, 11, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 783, char 0xffff */ -SVTCA[Y] -CALL[], 14, 148, 114 -SHP[2], 6 -CALL[], 14, 11, 105 -SHP[2], 3 -CALL[], 11, 10, 106 -SHP[2], 2 -CALL[], 14, 15, 106 -SHP[2], 7 -CALL[], 17, 152, 114 -CALL[], 17, 19, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 784, char 0xffff */ -SVTCA[Y] -CALL[], 6, 151, 114 -CALL[], 6, 4, 105 -CALL[], 4, 5, 106 -CALL[], 6, 7, 106 -CALL[], 7, 1, 106 -CALL[], 1, 0, 106 -CALL[], 9, 152, 114 -CALL[], 9, 11, 106 -SRP1[], 6 -SRP2[], 7 -IP[], 3 -IP[], 2 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 693, -1030, 0 -OFFSET[R], 693, -148, 0 - - - - -/* VTTTalk Unicode 0xffff */ - -OFFSET[R], 693, -180, 0 -OFFSET[R], 693, -2190, 0 -OFFSET[R], 693, -1170, 0 - - - - -/* TT glyph 1168, char 0x263a */ -SVTCA[Y] -MDAP[R], 8 -CALL[], 8, 0, 105 -CALL[], 0, 42, 105 -CALL[], 8, 50, 106 -SRP1[], 42 -SLOOP[], 6 -IP[], 16, 21, 58, 30, 36, 64 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 793, char 0x20 */ - - - - - -/* TT glyph 1173, char 0x2660 */ -SVTCA[Y] -MDAP[R], 19 -CALL[], 19, 6, 105 -SLOOP[], 4 -IP[], 12, 0, 15, 21 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 822, char 0xa3 */ -SVTCA[Y] -CALL[], 8, 3, 114 -CALL[], 8, 15, 106 -CALL[], 27, 8, 114 -SHP[2], 23 -SRP1[], 8 -IP[], 30 -MDAP[R], 30 -SRP2[], 8 -IP[], 12 -IP[], 11 -CALL[], 30, 31, 106 -CALL[], 27, 26, 106 -SHP[2], 22 -SRP1[], 22 -SHP[1], 1 -IUP[Y] -IUP[X] - - - - -/* TT glyph 856, char 0x2211 */ -SVTCA[Y] -CALL[], 12, 2, 114 -CALL[], 12, 9, 105 -IP[], 2 -IP[], 5 -CALL[], 9, 8, 106 -SHP[2], 1 -IP[], 0 -CALL[], 12, 13, 106 -SHP[2], 3 -IP[], 4 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1170, char 0x263c */ -SVTCA[Y] -MDAP[R], 49 -CALL[], 49, 6, 106 -CALL[], 6, 30, 105 -CALL[], 49, 19, 105 -CALL[], 19, 0, 106 -CALL[], 0, 24, 105 -SRP1[], 19 -SRP2[], 49 -SLOOP[], 20 -IP[], 12, 40, 43, 13, 15, 41, 14, 42, 44, 23, 22, 45, 52, 36, 53, 39, 37, 55, 54, 38 -IUP[Y] -IUP[X] - - - - -/* TT glyph 341, char 0x74 (t) */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 9, 106 -CALL[], 21, 6, 114 -CALL[], 21, 17, 105 -CALL[], 21, 20, 106 -SRP2[], 0 -IP[], 16 -MDAP[R], 16 -SRP2[], 21 -IP[], 4 -IUP[Y] -IUP[X] - - - - -/* TT glyph 600, char 0x3c4 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 17, 6, 114 -CALL[], 17, 16, 106 -CALL[], 0, 9, 106 -SRP1[], 17 -SHP[1], 5 -IUP[Y] -IUP[X] - - - - -/* TT glyph 342, char 0x167 */ -SVTCA[Y] -CALL[], 4, 11, 114 -CALL[], 4, 13, 106 -CALL[], 25, 6, 114 -CALL[], 25, 21, 105 -CALL[], 25, 24, 106 -SRP2[], 4 -IP[], 1 -MDAP[R], 1 -IP[], 20 -IP[], 8 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 343, char 0x165 */ -SVTCA[Y] -CALL[], 4, 11, 114 -CALL[], 4, 13, 106 -CALL[], 25, 6, 114 -CALL[], 25, 21, 105 -CALL[], 25, 24, 106 -SRP0[], 25 -MDRP[m>RGr], 0 -CALL[], 0, 1, 106 -SRP1[], 25 -SRP2[], 4 -IP[], 8 -IP[], 20 -IUP[Y] -IUP[X] - - - - -/* TT glyph 588, char 0x3b8 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 6, 3, 114 -CALL[], 6, 18, 106 -SRP2[], 0 -IP[], 24 -MDAP[R], 24 -CALL[], 24, 25, 106 -CALL[], 0, 12, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 327, char 0xfe */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 9, 106 -CALL[], 23, 7, 114 -CALL[], 23, 15, 106 -SRP2[], 0 -SLOOP[], 4 -IP[], 3, 5, 18, 20 -CALL[], 29, 14, 114 -CALL[], 30, 0, 114 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 621, char 0x33 (3) */ -SVTCA[Y] -CALL[], 0, 13, 114 -CALL[], 0, 7, 106 -CALL[], 38, 5, 114 -CALL[], 38, 31, 106 -SRP2[], 0 -IP[], 45 -MDAP[R], 45 -SRP2[], 38 -IP[], 34 -IP[], 35 -SHP[1], 15 -CALL[], 45, 24, 105 -SHP[2], 16 -IP[], 44 -IP[], 17 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 662, 0, -813 - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 662, 0, 0 - - - - -/* TT glyph 674, char 0x215c */ -SVTCA[Y] -CALL[], 38, 3, 114 -CALL[], 38, 4, 105 -SLOOP[], 8 -IP[], 26, 18, 45, 20, 19, 44, 27, 32 -CALL[], 46, 9, 114 -SRP1[], 38 -SLOOP[], 4 -IP[], 0, 1, 3, 2 -CALL[], 46, 85, 105 -SLOOP[], 8 -IP[], 58, 62, 67, 79, 52, 68, 71, 75 -IUP[Y] -IUP[X] - - - - -/* TT glyph 672, char 0xbe */ -SVTCA[Y] -CALL[], 19, 8, 114 -CALL[], 19, 18, 105 -IP[], 15 -MDAP[R], 15 -IP[], 6 -SHP[1], 7 -SHP[1], 11 -CALL[], 15, 14, 106 -SHP[2], 10 -CALL[], 54, 3, 114 -SRP2[], 19 -SLOOP[], 4 -IP[], 0, 1, 3, 2 -CALL[], 54, 20, 105 -SLOOP[], 9 -IP[], 27, 42, 34, 61, 36, 35, 60, 43, 48 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x2dc */ - -OFFSET[R], 1572, 0, 0 - - - -/* TT glyph 1572, char 0x303 */ -SVTCA[Y] -MDAP[R], 27 -CALL[], 27, 12, 105 -IP[], 23 -IP[], 9 -CALL[], 23, 3, 106 -CALL[], 9, 17, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1605, char 0xffff */ -SVTCA[Y] -MDAP[R], 27 -CALL[], 27, 13, 105 -IP[], 24 -IP[], 10 -CALL[], 24, 4, 106 -CALL[], 10, 18, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x384 */ - -OFFSET[R], 1566, 0, 0 - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 1612, 0, 0 - - - -/* TT glyph 1186, char 0x2122 */ -SVTCA[Y] -MIAP[R], 5, 2 -CALL[], 5, 0, 105 -SHP[2], 16 -SRP1[], 16 -SHP[1], 28 -SRP1[], 28 -SRP2[], 5 -SLOOP[], 4 -IP[], 15, 20, 25, 9 -SHP[2], 1 -SRP1[], 1 -SHP[1], 17 -SRP1[], 17 -SHP[1], 24 -SRP1[], 24 -SHP[1], 11 -SRP1[], 11 -SHP[1], 30 -CALL[], 5, 4, 106 -SHP[2], 22 -SRP1[], 22 -SHP[1], 13 -IUP[Y] -IUP[X] - - - - -/* TT glyph 978, char 0x25bc */ - - - - - -/* TT glyph 988, char 0x25c4 */ - - - - - -/* TT glyph 987, char 0x25ba */ - - - - - -/* TT glyph 976, char 0x25b2 */ - - - - - -/* TT glyph 620, char 0x32 (2) */ -SVTCA[Y] -CALL[], 0, 12, 114 -CALL[], 0, 1, 106 -SHP[2], 20 -SHP[1], 22 -CALL[], 22, 23, 106 -CALL[], 14, 5, 114 -CALL[], 14, 7, 106 -SRP2[], 0 -IP[], 10 -IP[], 11 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 661, 0, -803 - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 661, 0, 0 - - - - -/* TT glyph 347, char 0x75 (u) */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 9, 106 -CALL[], 4, 6, 114 -SHP[2], 25 -SRP1[], 0 -IP[], 14 -MDAP[R], 14 -SLOOP[], 3 -IP[], 12, 20, 24 -CALL[], 23, 10, 114 -CALL[], 23, 21, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xfa */ - -USEMYMETRICS[] -OFFSET[R], 347, 0, 0 -OFFSET[R], 1566, 20, 0 -SVTCA[Y] -CALL[], 28, 4, 1, 1, 188, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x16d */ - -USEMYMETRICS[] -OFFSET[R], 347, 0, 0 -OFFSET[R], 1570, -10, 0 -SVTCA[Y] -CALL[], 28, 4, 1, 1, 178, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0xfb */ - -USEMYMETRICS[] -OFFSET[R], 347, 0, 0 -OFFSET[R], 1568, -10, 0 -SVTCA[Y] -CALL[], 32, 4, 1, 1, 188, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0xfc */ - -USEMYMETRICS[] -OFFSET[R], 347, 0, 0 -OFFSET[R], 1563, -8, 0 -SVTCA[Y] -CALL[], 28, 4, 1, 1, 178, 86 -SHC[2], 3 -SHC[2], 4 - - - - -/* VTTTalk Unicode 0xf9 */ - -USEMYMETRICS[] -OFFSET[R], 347, 0, 0 -OFFSET[R], 1565, 35, 0 -SVTCA[Y] -CALL[], 28, 4, 1, 1, 188, 86 -SHC[2], 3 - - - -/* TT glyph 355, char 0x1b0 */ -SVTCA[Y] -CALL[], 10, 11, 114 -CALL[], 10, 19, 106 -CALL[], 14, 6, 114 -CALL[], 14, 0, 105 -SHP[1], 1 -CALL[], 14, 5, 105 -SHP[1], 35 -SRP2[], 10 -SLOOP[], 5 -IP[], 24, 34, 37, 30, 22 -CALL[], 33, 10, 114 -CALL[], 33, 31, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x171 */ - -USEMYMETRICS[] -OFFSET[R], 347, 0, 0 -OFFSET[R], 1567, 60, 0 -SVTCA[Y] -CALL[], 28, 4, 1, 1, 188, 86 -SHC[2], 3 -SHC[2], 4 - - - - - -/* VTTTalk Unicode 0x16b */ - -USEMYMETRICS[] -OFFSET[R], 347, 0, 0 -OFFSET[R], 1573, -10, 0 -SVTCA[Y] -CALL[], 28, 4, 1, 1, 188, 86 -SHC[2], 3 - - - -/* TT glyph 712, char 0x5f (_) */ -SVTCA[Y] -CALL[], 1, 8, 114 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 788, char 0xffff */ -SVTCA[Y] -CALL[], 2, 8, 114 -CALL[], 2, 3, 106 -IP[], 7 -CALL[], 5, 149, 114 -IUP[Y] -IUP[X] - - - - -/* TT glyph 789, char 0xffff */ -SVTCA[Y] -CALL[], 1, 8, 114 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x2017 */ - -USEMYMETRICS[] -OFFSET[R], 712, 0, 0 -USEMYMETRICS[] -OFFSET[R], 712, 0, -304 - - - -/* TT glyph 1617, char 0x9 */ - - - - - -/* TT glyph 794, char 0xa0 */ - - - - - - -/* VTTTalk Unicode 0xad */ - -USEMYMETRICS[] -OFFSET[R], 705, 0, 0 - - - - -/* TT glyph 661, char 0xb2 */ -SVTCA[Y] -CALL[], 12, 3, 114 -CALL[], 12, 6, 106 -CALL[], 12, 0, 105 -SHP[2], 20 -CALL[], 0, 1, 106 -SHP[2], 18 -IP[], 21 -SRP2[], 12 -IP[], 8 -IP[], 9 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 662, char 0xb3 */ -SVTCA[Y] -CALL[], 34, 3, 114 -CALL[], 34, 28, 106 -CALL[], 34, 0, 105 -CALL[], 0, 7, 106 -SRP2[], 34 -SLOOP[], 6 -IP[], 23, 40, 15, 16, 14, 22 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xb5 */ - -USEMYMETRICS[] -OFFSET[R], 592, 0, 0 - - - - -/* TT glyph 660, char 0xb9 */ -SVTCA[Y] -CALL[], 2, 2, 114 -SHP[2], 14 -CALL[], 2, 15, 106 -CALL[], 2, 11, 105 -SHP[2], 3 -SHP[2], 7 -CALL[], 11, 10, 106 -SHP[2], 6 -SRP2[], 2 -IP[], 12 -IP[], 13 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x122 */ - -USEMYMETRICS[] -OFFSET[R], 60, 0, 0 -OFFSET[R], 1578, 115, 0 -SVTCA[Y] -CALL[], 35, 0, 1, 1, -120, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x123 */ - -USEMYMETRICS[] -OFFSET[R], 255, 0, 0 -OFFSET[R], 1575, -10, 0 -SVTCA[Y] -CALL[], 46, 6, 1, 1, 128, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x136 */ - -USEMYMETRICS[] -OFFSET[R], 85, 0, 0 -OFFSET[R], 1578, 20, 0 -SVTCA[Y] -CALL[], 21, 12, 1, 1, -140, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x137 */ - -USEMYMETRICS[] -OFFSET[R], 281, 0, 0 -OFFSET[R], 1578, 20, 0 -SVTCA[Y] -CALL[], 20, 11, 1, 1, -140, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x13b */ - -USEMYMETRICS[] -OFFSET[R], 87, 0, 0 -OFFSET[R], 1578, 20, 0 -SVTCA[Y] -CALL[], 9, 4, 1, 1, -140, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x13c */ - -USEMYMETRICS[] -OFFSET[R], 284, 0, 0 -OFFSET[R], 1578, 70, 0 -SVTCA[Y] -CALL[], 21, 0, 1, 1, -120, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x145 */ - -USEMYMETRICS[] -OFFSET[R], 94, 0, 0 -OFFSET[R], 1578, 0, 0 -SVTCA[Y] -CALL[], 17, 8, 1, 1, -140, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x146 */ - -USEMYMETRICS[] -OFFSET[R], 291, 0, 0 -OFFSET[R], 1578, 0, 0 -SVTCA[Y] -CALL[], 22, 16, 1, 1, -140, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x156 */ - -USEMYMETRICS[] -OFFSET[R], 131, 0, 0 -OFFSET[R], 1578, 10, 0 -SVTCA[Y] -CALL[], 27, 18, 1, 1, -140, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x157 */ - -USEMYMETRICS[] -OFFSET[R], 329, 0, 0 -OFFSET[R], 1578, -170, 0 -SVTCA[Y] -CALL[], 28, 18, 1, 1, -140, 86 -SHC[2], 4 - - - - - -/* VTTTalk Unicode 0x162 */ - -USEMYMETRICS[] -OFFSET[R], 143, 0, 0 -OFFSET[R], 1579, -80, 0 -SVTCA[Y] -CALL[], 17, 0, 1, 0, -5, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x163 */ - -USEMYMETRICS[] -OFFSET[R], 341, 0, 0 -OFFSET[R], 1579, -20, 0 -SVTCA[Y] -CALL[], 33, 0, 0, 0, 15, 86 -SHC[2], 3 - - - - -/* TT glyph 123, char 0x186 */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 0, 8, 106 -CALL[], 19, 3, 114 -CALL[], 19, 14, 106 -SRP2[], 0 -IP[], 3 -IP[], 4 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1624, char 0x18e */ -SVTCA[Y] -CALL[], 5, 8, 114 -SHP[2], 1 -CALL[], 5, 6, 106 -CALL[], 14, 2, 114 -SHP[2], 2 -CALL[], 14, 13, 106 -SRP2[], 5 -IP[], 9 -MDAP[R], 9 -CALL[], 9, 10, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 142, char 0x18f */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 0, 10, 106 -CALL[], 19, 3, 114 -CALL[], 19, 14, 106 -SRP2[], 0 -IP[], 23 -MDAP[R], 23 -CALL[], 23, 24, 106 -SHP[2], 5 -IUP[Y] -IUP[X] - - - - -/* TT glyph 55, char 0x190 */ -SVTCA[Y] -CALL[], 0, 3, 114 -CALL[], 0, 7, 106 -CALL[], 30, 9, 114 -CALL[], 30, 21, 106 -SRP2[], 0 -IP[], 15 -MDAP[R], 15 -IP[], 3 -IP[], 4 -CALL[], 15, 13, 106 -IP[], 38 -IP[], 41 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1643, char 0x194 */ -SVTCA[Y] -CALL[], 28, 8, 114 -SHP[2], 35 -SMD[], 96 -MDRP[m>RGr], 1 -SHP[2], 27 -CALL[], 1, 0, 106 -SHP[2], 14 -CALL[], 29, 2, 114 -SHP[2], 34 -SRP2[], 28 -SLOOP[], 5 -IP[], 36, 7, 21, 20, 31 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x196 */ - -USEMYMETRICS[] -OFFSET[R], 284, 0, 0 - - - -/* TT glyph 1660, char 0x19a */ -SVTCA[Y] -CALL[], 4, 11, 114 -CALL[], 4, 14, 106 -CALL[], 21, 0, 114 -SHP[2], 9 -CALL[], 21, 20, 106 -SRP2[], 4 -IP[], 3 -MDAP[R], 3 -CALL[], 3, 2, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1659, char 0x19b */ -SVTCA[Y] -CALL[], 4, 11, 114 -CALL[], 4, 23, 106 -CALL[], 16, 0, 114 -CALL[], 16, 11, 106 -SRP2[], 4 -SLOOP[], 6 -IP[], 34, 31, 0, 30, 29, 2 -CALL[], 0, 1, 106 -CALL[], 2, 3, 106 -CALL[], 35, 10, 114 -IUP[Y] -IUP[X] - - - - -/* TT glyph 99, char 0x19d */ -SVTCA[Y] -CALL[], 26, 2, 114 -SHP[2], 22 -CALL[], 28, 8, 114 -SHP[2], 13 -SHP[2], 24 -CALL[], 28, 0, 105 -CALL[], 0, 1, 106 -SRP1[], 26 -SRP2[], 28 -SLOOP[], 3 -IP[], 15, 18, 7 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x1a9 */ - -USEMYMETRICS[] -OFFSET[R], 564, 0, 0 - - - -/* TT glyph 1642, char 0x1b1 */ -SVTCA[Y] -CALL[], 23, 9, 114 -CALL[], 23, 7, 106 -CALL[], 32, 2, 114 -SHP[2], 37 -CALL[], 32, 35, 106 -SHP[2], 1 -IP[], 0 -IP[], 14 -SHP[2], 38 -SRP1[], 38 -SHP[1], 13 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1644, char 0x1b2 */ -SVTCA[Y] -CALL[], 8, 9, 114 -CALL[], 8, 16, 106 -CALL[], 11, 2, 114 -SHP[2], 0 -CALL[], 0, 23, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 58, char 0x1b7 */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 0, 7, 106 -CALL[], 19, 3, 114 -SRP2[], 0 -IP[], 14 -CALL[], 14, 23, 106 -IP[], 22 -IP[], 15 -CALL[], 19, 18, 106 -SHP[2], 21 -IP[], 16 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x1cd */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1602, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 160, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x1ce */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1569, -20, 0 -SVTCA[Y] -CALL[], 46, 8, 1, 1, 140, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x1dd */ - -USEMYMETRICS[] -OFFSET[R], 252, 0, 0 - - - -/* TT glyph 1625, char 0x1e4 */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 0, 19, 106 -CALL[], 19, 30, 105 -CALL[], 30, 31, 106 -MDRP[m>RWh], 27 -CALL[], 6, 3, 114 -CALL[], 6, 13, 106 -SRP2[], 0 -SLOOP[], 4 -IP[], 9, 10, 23, 29 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1653, char 0x1e5 */ -SVTCA[Y] -CALL[], 4, 11, 114 -CALL[], 4, 24, 106 -CALL[], 10, 7, 114 -CALL[], 10, 18, 106 -SRP2[], 4 -SLOOP[], 7 -IP[], 30, 49, 40, 27, 15, 46, 13 -CALL[], 33, 15, 114 -CALL[], 33, 34, 106 -SRP1[], 4 -IP[], 2 -MDAP[R], 2 -SRP2[], 4 -IP[], 3 -MIAP[R], 47, 6 -IUP[Y] -IUP[X] - - - - -/* TT glyph 122, char 0x1ea */ -SVTCA[Y] -CALL[], 21, 9, 114 -CALL[], 21, 0, 105 -CALL[], 0, 15, 106 -SRP2[], 21 -IP[], 5 -CALL[], 21, 29, 105 -SLOOP[], 3 -IP[], 7, 6, 8 -CALL[], 25, 3, 114 -CALL[], 25, 33, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 320, char 0x1eb */ -SVTCA[Y] -CALL[], 23, 11, 114 -CALL[], 23, 35, 105 -CALL[], 29, 7, 114 -CALL[], 29, 41, 106 -SRP1[], 23 -SRP2[], 35 -SLOOP[], 3 -IP[], 9, 8, 7 -SHP[1], 6 -CALL[], 23, 16, 105 -CALL[], 16, 0, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x1f0 */ - -USEMYMETRICS[] -OFFSET[R], 279, 0, 0 -OFFSET[R], 1569, 182, 0 -SVTCA[Y] -CALL[], 20, 13, 1, 1, 150, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x218 */ - -USEMYMETRICS[] -OFFSET[R], 135, 0, 0 -OFFSET[R], 1578, 10, 0 -SVTCA[Y] -CALL[], 41, 0, 1, 1, -120, 86 -SHC[2], 1 - - - - -/* VTTTalk Unicode 0x219 */ - -USEMYMETRICS[] -OFFSET[R], 333, 0, 0 -OFFSET[R], 1578, -10, 0 -SVTCA[Y] -CALL[], 41, 0, 1, 1, -120, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0x21a */ - -USEMYMETRICS[] -OFFSET[R], 143, 0, 0 -OFFSET[R], 1578, -5, 0 -SVTCA[Y] -CALL[], 9, 0, 1, 1, -140, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x21b */ - -USEMYMETRICS[] -OFFSET[R], 341, 0, 0 -OFFSET[R], 1578, 55, 0 -SVTCA[Y] -CALL[], 25, 0, 1, 1, -120, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x21e */ - -USEMYMETRICS[] -OFFSET[R], 66, 0, 0 -OFFSET[R], 1602, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 160, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x21f */ - -USEMYMETRICS[] -OFFSET[R], 261, 0, 0 -OFFSET[R], 1602, -326, 80 -SVTCA[Y] -CALL[], 20, 17, 1, 1, 160, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x232 */ - -USEMYMETRICS[] -OFFSET[R], 175, 0, 0 -OFFSET[R], 1606, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 160, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x233 */ - -USEMYMETRICS[] -OFFSET[R], 374, 0, 0 -OFFSET[R], 1573, 15, 0 -SVTCA[Y] -CALL[], 20, 15, 1, 1, 188, 86 -SHC[2], 2 - - - -/* TT glyph 279, char 0x237 */ -SVTCA[Y] -CALL[], 0, 15, 114 -CALL[], 0, 1, 106 -CALL[], 14, 6, 114 -CALL[], 14, 12, 105 -SHP[1], 18 -SRP2[], 0 -IP[], 6 -IP[], 16 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1622, char 0x23a */ -SVTCA[Y] -CALL[], 12, 8, 114 -SMD[], 96 -MDRP[m>RGr], 0 -SHP[2], 1 -SHP[1], 16 -CALL[], 13, 2, 114 -MDRP[m>RWh], 6 -SHP[2], 7 -SRP2[], 12 -IP[], 18 -SRP2[], 16 -IP[], 23 -MDAP[R], 23 -CALL[], 23, 22, 106 -SLOOP[], 4 -IP[], 2, 11, 10, 3 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1623, char 0x23b */ -SVTCA[Y] -CALL[], 4, 9, 114 -CALL[], 4, 21, 106 -SMD[], 96 -SRP0[], 4 -MDRP[m>RWh], 0 -SHP[2], 1 -CALL[], 9, 3, 114 -CALL[], 9, 16, 105 -SRP0[], 9 -MDRP[m>RWh], 2 -SHP[2], 3 -SRP2[], 4 -IP[], 13 -IP[], 12 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1631, char 0x23d */ -SVTCA[Y] -CALL[], 5, 2, 114 -CALL[], 11, 8, 114 -SHP[2], 7 -CALL[], 11, 10, 106 -SRP2[], 5 -IP[], 3 -MDAP[R], 3 -CALL[], 3, 2, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1640, char 0x23e */ -SVTCA[Y] -CALL[], 7, 8, 114 -SMD[], 96 -MDRP[m>RWh], 0 -SHP[2], 1 -CALL[], 9, 2, 114 -SHP[2], 5 -CALL[], 9, 8, 106 -SRP0[], 9 -MDRP[m>RWh], 2 -SHP[2], 3 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x245 */ - -USEMYMETRICS[] -OFFSET[R], 463, 0, 0 - - - - -/* VTTTalk Unicode 0x251 */ - -USEMYMETRICS[] -OFFSET[R], 581, 0, 0 - - - -/* TT glyph 321, char 0x254 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 7, 106 -CALL[], 20, 7, 114 -CALL[], 20, 13, 106 -SRP2[], 0 -IP[], 4 -IP[], 3 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 252, char 0x259 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 24, 7, 114 -CALL[], 24, 17, 106 -SRP2[], 0 -IP[], 8 -MDAP[R], 8 -CALL[], 8, 5, 106 -CALL[], 0, 11, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x25b */ - -USEMYMETRICS[] -OFFSET[R], 585, 0, 0 - - - -/* TT glyph 1646, char 0x262 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 19, 106 -IP[], 29 -IP[], 23 -CALL[], 6, 7, 114 -CALL[], 6, 13, 106 -SRP2[], 0 -IP[], 30 -MDAP[R], 30 -SRP2[], 6 -IP[], 10 -IP[], 9 -CALL[], 30, 31, 106 -SHP[2], 27 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1650, char 0x263 */ -SVTCA[Y] -CALL[], 0, 10, 114 -SHP[2], 7 -SMD[], 96 -MDRP[m>RGr], 10 -SHP[2], 36 -CALL[], 10, 9, 106 -SHP[2], 23 -CALL[], 1, 6, 114 -SHP[2], 6 -SRP1[], 0 -SLOOP[], 5 -IP[], 3, 29, 30, 16, 8 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x269 */ - -USEMYMETRICS[] -OFFSET[R], 589, 0, 0 - - - -/* TT glyph 194, char 0x26a */ -SVTCA[Y] -CALL[], 4, 10, 114 -SHP[2], 0 -CALL[], 4, 5, 106 -CALL[], 9, 6, 114 -SHP[2], 1 -CALL[], 9, 8, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1664, char 0x26b */ -SVTCA[Y] -CALL[], 32, 11, 114 -CALL[], 32, 42, 106 -CALL[], 49, 0, 114 -SHP[2], 37 -CALL[], 49, 48, 106 -SRP2[], 32 -IP[], 20 -MDAP[R], 20 -CALL[], 20, 11, 106 -CALL[], 11, 15, 105 -CALL[], 20, 27, 105 -CALL[], 27, 4, 106 -CALL[], 27, 31, 105 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1661, char 0x26c */ -SVTCA[Y] -CALL[], 23, 11, 114 -CALL[], 23, 33, 106 -CALL[], 40, 0, 114 -SHP[2], 28 -CALL[], 40, 39, 106 -CALL[], 39, 6, 105 -CALL[], 6, 14, 106 -CALL[], 14, 21, 105 -CALL[], 21, 22, 106 -SRP2[], 6 -IP[], 9 -IP[], 11 -IUP[Y] -IUP[X] - - - - -/* TT glyph 297, char 0x272 */ -SVTCA[Y] -CALL[], 0, 10, 114 -CALL[], 11, 7, 114 -CALL[], 11, 4, 106 -CALL[], 16, 15, 114 -CALL[], 16, 17, 106 -CALL[], 30, 6, 114 -SRP2[], 0 -SLOOP[], 4 -IP[], 33, 23, 6, 7 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x283 */ - -USEMYMETRICS[] -OFFSET[R], 852, 0, 0 - - - -/* TT glyph 1670, char 0x28a */ -SVTCA[Y] -CALL[], 24, 11, 114 -CALL[], 24, 8, 106 -CALL[], 32, 6, 114 -SHP[2], 37 -CALL[], 32, 35, 106 -SHP[2], 1 -SHP[2], 15 -SHP[2], 38 -SRP1[], 24 -IP[], 17 -IP[], 31 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1671, char 0x28b */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 7, 106 -CALL[], 3, 6, 114 -CALL[], 3, 14, 105 -SHP[1], 15 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x28c */ - -USEMYMETRICS[] -OFFSET[R], 537, 0, 0 - - - -/* TT glyph 253, char 0x292 */ -SVTCA[Y] -CALL[], 28, 6, 114 -CALL[], 28, 0, 105 -CALL[], 0, 6, 106 -SRP2[], 28 -IP[], 23 -MDAP[R], 23 -SRP2[], 0 -IP[], 3 -SRP2[], 28 -IP[], 30 -SHP[1], 13 -CALL[], 23, 14, 106 -IP[], 24 -CALL[], 28, 27, 106 -IP[], 25 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1651, char 0x294 */ -SVTCA[Y] -CALL[], 22, 8, 114 -CALL[], 27, 3, 114 -SHP[2], 12 -SRP1[], 22 -SLOOP[], 8 -IP[], 24, 15, 23, 8, 5, 18, 1, 21 -CALL[], 27, 11, 106 -SHP[2], 28 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1652, char 0x295 */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 27, 3, 114 -SHP[2], 11 -CALL[], 27, 12, 106 -SHP[2], 26 -SRP2[], 0 -SLOOP[], 8 -IP[], 30, 23, 8, 15, 5, 18, 2, 22 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1647, char 0x29f */ -SVTCA[Y] -CALL[], 1, 6, 114 -MIAP[R], 7, 10 -SHP[1], 3 -CALL[], 7, 6, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 346, char 0x2a7 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 9, 106 -CALL[], 21, 6, 114 -CALL[], 21, 17, 105 -CALL[], 21, 20, 106 -SRP2[], 0 -SLOOP[], 4 -IP[], 24, 45, 19, 5 -CALL[], 21, 28, 105 -CALL[], 28, 34, 106 -CALL[], 39, 15, 114 -CALL[], 39, 40, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1672, char 0x2b7 */ -SVTCA[Y] -CALL[], 11, 16, 114 -SHP[2], 4 -SHP[2], 7 -SHP[2], 15 -CALL[], 11, 10, 106 -SHP[2], 0 -SLOOP[], 4 -IP[], 5, 13, 18, 1 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1673, char 0x2b8 */ -SVTCA[Y] -CALL[], 14, 16, 114 -SHP[2], 6 -CALL[], 14, 13, 106 -CALL[], 13, 1, 105 -CALL[], 1, 0, 106 -SRP1[], 13 -SRP2[], 14 -IP[], 16 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1561, char 0x2bb */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x2bc */ - -USEMYMETRICS[] -OFFSET[R], 719, 0, 0 - - - -/* TT glyph 1677, char 0x2c0 */ -SVTCA[Y] -CALL[], 26, 17, 114 -SHP[2], 11 -CALL[], 26, 10, 106 -SHP[2], 27 -CALL[], 10, 0, 105 -SRP1[], 26 -SLOOP[], 6 -IP[], 23, 22, 4, 17, 1, 20 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x2c9 */ - -USEMYMETRICS[] -OFFSET[R], 1593, 0, 0 - - - - -/* TT glyph 1676, char 0x2d0 */ -SVTCA[Y] -CALL[], 1, 6, 114 -CALL[], 3, 10, 114 -SRP1[], 1 -IP[], 4 -IP[], 0 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1568, char 0x302 */ -SVTCA[Y] -MDAP[R], 0 -SHP[2], 4 -CALL[], 0, 1, 106 -IP[], 5 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1601, char 0xffff */ -SVTCA[Y] -MDAP[R], 0 -SHP[2], 4 -CALL[], 0, 1, 106 -IP[], 5 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1573, char 0x304 */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1606, char 0xffff */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1570, char 0x306 */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 9, 106 -CALL[], 0, 4, 106 -SHP[2], 14 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1603, char 0xffff */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 7, 106 -CALL[], 0, 3, 106 -SHP[2], 11 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1564, char 0x307 */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 6, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1597, char 0xffff */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 6, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1563, char 0x308 */ -SVTCA[Y] -MDAP[R], 0 -SHP[2], 12 -CALL[], 0, 6, 106 -SHP[2], 18 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1596, char 0xffff */ -SVTCA[Y] -MDAP[R], 0 -SHP[2], 12 -CALL[], 0, 6, 106 -SHP[2], 18 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1571, char 0x30a */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 12, 106 -CALL[], 0, 6, 105 -CALL[], 6, 16, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1604, char 0xffff */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 12, 106 -CALL[], 0, 6, 105 -CALL[], 6, 18, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1567, char 0x30b */ -SVTCA[Y] -MDAP[R], 0 -SHP[2], 4 -CALL[], 0, 1, 106 -SHP[2], 5 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1600, char 0xffff */ -SVTCA[Y] -MDAP[R], 0 -SHP[2], 4 -CALL[], 0, 1, 106 -SHP[2], 5 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1569, char 0x30c */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 1, 106 -SHP[2], 6 -SRP2[], 6 -IP[], 3 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1602, char 0xffff */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 1, 106 -SHP[2], 6 -IP[], 4 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1575, char 0x312 */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1678, char 0x313 */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 2, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x315 */ - -USEMYMETRICS[] -OFFSET[R], 1678, 0, 0 - - - - -/* TT glyph 1576, char 0x31b */ -SVTCA[Y] -CALL[], 1, 6, 114 -CALL[], 1, 0, 106 -CALL[], 1, 5, 105 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1608, char 0xffff */ -SVTCA[Y] -MDAP[R], 1 -CALL[], 1, 0, 106 -CALL[], 1, 5, 105 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x325 */ - -USEMYMETRICS[] -OFFSET[R], 1571, 0, -1698 - - - - -/* TT glyph 1578, char 0x326 */ -SVTCA[Y] -MDAP[R], 1 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1579, char 0x327 */ -SVTCA[Y] -CALL[], 9, 8, 114 -CALL[], 9, 10, 106 -CALL[], 10, 7, 106 -CALL[], 7, 1, 105 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1580, char 0x328 */ -SVTCA[Y] -CALL[], 9, 8, 114 -SHP[2], 6 -SHP[2], 7 -CALL[], 9, 15, 105 -CALL[], 15, 0, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1681, char 0x331 */ -SVTCA[Y] -MDAP[R], 1 -CALL[], 1, 0, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x332 */ - -USEMYMETRICS[] -OFFSET[R], 1681, 0, 0 - - - - - -/* VTTTalk Unicode 0x340 */ - -USEMYMETRICS[] -OFFSET[R], 1565, 0, 0 - - - - - -/* VTTTalk Unicode 0x341 */ - -USEMYMETRICS[] -OFFSET[R], 1566, 0, 0 - - - - - -/* VTTTalk Unicode 0x342 */ - -USEMYMETRICS[] -OFFSET[R], 1572, 0, 0 - - - - - -/* VTTTalk Unicode 0x374 */ - -USEMYMETRICS[] -OFFSET[R], 719, 0, 0 - - - - -/* VTTTalk Unicode 0x375 */ - -USEMYMETRICS[] -OFFSET[R], 678, 0, 0 - - - - -/* VTTTalk Unicode 0x37e */ - -USEMYMETRICS[] -OFFSET[R], 680, 0, 0 - - - -/* TT glyph 550, char 0x394 */ -SVTCA[Y] -CALL[], 0, 8, 114 -SHP[2], 4 -SHP[2], 8 -CALL[], 8, 9, 106 -CALL[], 1, 2, 114 -SRP2[], 4 -IP[], 6 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 570, char 0x3a9 */ -SVTCA[Y] -CALL[], 7, 3, 114 -CALL[], 7, 20, 106 -CALL[], 26, 8, 114 -CALL[], 26, 27, 106 -SHP[2], 25 -SHP[2], 1 -SRP1[], 1 -SHP[1], 13 -SRP1[], 26 -SHP[1], 30 -SRP1[], 30 -IP[], 0 -IP[], 14 -CALL[], 30, 31, 106 -SHP[2], 15 -IUP[Y] -IUP[X] - - - - -/* TT glyph 592, char 0x3bc */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 10, 106 -CALL[], 5, 6, 114 -SHP[2], 30 -SRP1[], 0 -IP[], 15 -MDAP[R], 15 -SLOOP[], 7 -IP[], 13, 19, 24, 4, 29, 20, 2 -CALL[], 18, 14, 114 -CALL[], 28, 10, 114 -CALL[], 28, 26, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 598, char 0x3c2 */ -SVTCA[Y] -CALL[], 0, 15, 114 -CALL[], 0, 1, 106 -CALL[], 7, 11, 114 -CALL[], 7, 28, 106 -CALL[], 14, 7, 114 -CALL[], 14, 21, 106 -SRP2[], 7 -IP[], 17 -IP[], 18 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 580, char 0x3cf */ -SVTCA[Y] -CALL[], 12, 8, 114 -SMD[], 96 -MDRP[m>RWh], 16 -CALL[], 13, 2, 114 -SHP[2], 6 -SRP1[], 12 -SRP2[], 6 -IP[], 0 -MDAP[R], 0 -SRP2[], 12 -IP[], 17 -IP[], 26 -SRP2[], 6 -IP[], 21 -IP[], 22 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 617, char 0x3d7 */ -SVTCA[Y] -CALL[], 6, 7, 114 -CALL[], 6, 7, 106 -CALL[], 8, 10, 114 -SHP[2], 0 -CALL[], 9, 6, 114 -SRP2[], 8 -SLOOP[], 6 -IP[], 14, 23, 1, 18, 5, 19 -CALL[], 13, 14, 114 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x400 */ - -USEMYMETRICS[] -OFFSET[R], 406, 0, 0 -OFFSET[R], 1598, 30, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 160, 86 -SHC[2], 4 - - - - - -/* VTTTalk Unicode 0x401 */ - -USEMYMETRICS[] -OFFSET[R], 406, 0, 0 -OFFSET[R], 1596, 30, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 160, 86 -SHC[2], 4 -SHC[2], 5 - - - - -/* TT glyph 447, char 0x402 */ -SVTCA[Y] -CALL[], 16, 8, 114 -SHP[2], 0 -CALL[], 0, 1, 106 -CALL[], 21, 2, 114 -SHP[2], 18 -CALL[], 21, 20, 106 -SRP2[], 16 -IP[], 8 -MDAP[R], 8 -CALL[], 8, 9, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x403 */ - -USEMYMETRICS[] -OFFSET[R], 402, 0, 0 -OFFSET[R], 1599, 20, 0 -SVTCA[Y] -CALL[], 8, 1, 1, 1, 160, 86 -SHC[2], 2 - - - -/* TT glyph 439, char 0x404 */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 0, 17, 106 -CALL[], 5, 3, 114 -CALL[], 5, 12, 106 -SRP2[], 0 -IP[], 22 -MDAP[R], 22 -SRP2[], 5 -IP[], 8 -IP[], 9 -CALL[], 22, 23, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x405 */ - -USEMYMETRICS[] -OFFSET[R], 135, 0, 0 - - - - -/* VTTTalk Unicode 0x406 */ - -USEMYMETRICS[] -OFFSET[R], 70, 0, 0 - - - - - -/* VTTTalk Unicode 0x407 */ - -USEMYMETRICS[] -OFFSET[R], 70, 0, 0 -OFFSET[R], 1596, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 160, 86 -SHC[2], 3 -SHC[2], 4 - - - - - -/* VTTTalk Unicode 0x408 */ - -USEMYMETRICS[] -OFFSET[R], 83, 0, 0 - - - - -/* TT glyph 436, char 0x409 */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 0, 1, 106 -SHP[1], 11 -SHP[1], 15 -CALL[], 15, 16, 106 -CALL[], 5, 2, 114 -SHP[2], 12 -SRP1[], 0 -IP[], 25 -MDAP[R], 25 -CALL[], 25, 24, 106 -SRP1[], 5 -SHP[1], 36 -CALL[], 36, 35, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 437, char 0x40a */ -SVTCA[Y] -CALL[], 20, 8, 114 -CALL[], 21, 2, 114 -SRP1[], 20 -IP[], 10 -MDAP[R], 10 -CALL[], 10, 9, 106 -SRP1[], 21 -SRP2[], 20 -IP[], 24 -MDAP[R], 24 -CALL[], 24, 25, 106 -SRP1[], 20 -SHP[1], 0 -CALL[], 0, 1, 106 -SRP1[], 21 -SHP[1], 29 -SRP1[], 20 -SHP[1], 28 -IUP[Y] -IUP[X] - - - - -/* TT glyph 444, char 0x40b */ -SVTCA[Y] -CALL[], 12, 8, 114 -CALL[], 17, 2, 114 -CALL[], 17, 16, 106 -SRP2[], 12 -IP[], 5 -MDAP[R], 5 -CALL[], 5, 6, 106 -SRP1[], 12 -SHP[1], 11 -SRP1[], 17 -SHP[1], 14 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x40c */ - -USEMYMETRICS[] -OFFSET[R], 414, 0, 0 -OFFSET[R], 1599, 0, 0 -SVTCA[Y] -CALL[], 48, 21, 1, 1, 160, 86 -SHC[2], 4 - - - - - -/* VTTTalk Unicode 0x40d */ - -USEMYMETRICS[] -OFFSET[R], 411, 0, 0 -OFFSET[R], 1598, 0, 0 -SVTCA[Y] -CALL[], 16, 9, 1, 1, 160, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x40e */ - -USEMYMETRICS[] -OFFSET[R], 424, 0, 0 -OFFSET[R], 1616, 50, 0 -SVTCA[Y] -CALL[], 17, 6, 1, 1, 150, 86 -SHC[2], 2 - - - - -/* TT glyph 432, char 0x40f */ -SVTCA[Y] -CALL[], 8, 8, 114 -SHP[2], 0 -CALL[], 8, 9, 106 -SRP1[], 0 -IP[], 6 -CALL[], 12, 8, 114 -SMD[], 96 -MDRP[m>RWh], 4 -CALL[], 13, 2, 114 -SHP[2], 1 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x410 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 - - - -/* TT glyph 400, char 0x411 */ -SVTCA[Y] -CALL[], 18, 8, 114 -SHP[2], 0 -CALL[], 0, 1, 106 -CALL[], 19, 2, 114 -CALL[], 19, 22, 106 -SHP[1], 23 -SRP2[], 18 -IP[], 9 -MDAP[R], 9 -CALL[], 9, 10, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x412 */ - -USEMYMETRICS[] -OFFSET[R], 27, 0, 0 - - - - -/* TT glyph 402, char 0x413 */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 1, 2, 114 -SHP[2], 5 -CALL[], 5, 4, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 405, char 0x414 */ -SVTCA[Y] -CALL[], 7, 2, 114 -SHP[2], 23 -CALL[], 7, 26, 106 -SHP[1], 27 -CALL[], 32, 8, 114 -SHP[2], 22 -SMD[], 96 -MDRP[m>RWh], 14 -SHP[2], 18 -CALL[], 32, 33, 106 -SLOOP[], 4 -IP[], 1, 0, 19, 15 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 462, char 0xffff */ -SVTCA[Y] -CALL[], 0, 8, 114 -SHP[2], 4 -SMD[], 96 -MDRP[m>RBl], 11 -SHP[2], 16 -CALL[], 0, 13, 105 -IP[], 17 -IP[], 9 -CALL[], 1, 2, 114 -SRP2[], 0 -IP[], 6 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x415 */ - -USEMYMETRICS[] -OFFSET[R], 38, 0, 0 - - - - -/* TT glyph 409, char 0x416 */ -SVTCA[Y] -CALL[], 64, 8, 114 -SHP[2], 20 -CALL[], 20, 21, 106 -SRP1[], 64 -SHP[1], 87 -CALL[], 87, 86, 106 -CALL[], 65, 2, 114 -SHP[2], 10 -CALL[], 10, 11, 106 -SRP1[], 64 -SRP2[], 65 -IP[], 43 -MDAP[R], 43 -SHP[1], 31 -CALL[], 43, 42, 106 -SHP[2], 63 -SHP[2], 89 -SRP1[], 89 -SHP[1], 1 -SRP1[], 43 -SHP[1], 88 -SRP1[], 88 -SHP[1], 76 -SRP2[], 89 -SLOOP[], 4 -IP[], 77, 30, 44, 0 -SRP1[], 65 -SHP[1], 54 -CALL[], 54, 53, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 410, char 0x417 */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 0, 7, 106 -CALL[], 30, 3, 114 -CALL[], 30, 21, 106 -SRP2[], 0 -IP[], 14 -MDAP[R], 14 -IP[], 3 -IP[], 2 -MDRP[m>RBl], 15 -IP[], 39 -IP[], 36 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 411, char 0x418 */ -SVTCA[Y] -CALL[], 8, 8, 114 -SHP[2], 7 -SHP[2], 12 -CALL[], 9, 2, 114 -SRP1[], 12 -IP[], 6 -IP[], 1 -SHP[2], 4 -SRP1[], 4 -SHP[1], 14 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x419 */ - -USEMYMETRICS[] -OFFSET[R], 411, 0, 0 -OFFSET[R], 1616, 0, 0 -SVTCA[Y] -CALL[], 16, 13, 1, 1, 150, 86 -SHC[2], 3 - - - - -/* TT glyph 414, char 0x41a */ -SVTCA[Y] -CALL[], 20, 8, 114 -SHP[2], 47 -CALL[], 47, 46, 106 -CALL[], 21, 2, 114 -SHP[2], 10 -CALL[], 10, 11, 106 -SRP1[], 21 -SRP2[], 20 -IP[], 24 -MDAP[R], 24 -CALL[], 24, 25, 106 -SHP[2], 1 -SHP[1], 36 -SRP1[], 36 -SRP2[], 1 -IP[], 38 -IP[], 19 -IUP[Y] -IUP[X] - - - - -/* TT glyph 416, char 0x41b */ -SVTCA[Y] -CALL[], 6, 2, 114 -SHP[2], 15 -SHP[2], 18 -CALL[], 18, 17, 106 -CALL[], 16, 8, 114 -SHP[2], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 463, char 0xffff */ -SVTCA[Y] -CALL[], 0, 8, 114 -SHP[2], 4 -CALL[], 1, 2, 114 -SRP1[], 4 -IP[], 6 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x41c */ - -USEMYMETRICS[] -OFFSET[R], 93, 0, 0 - - - - - -/* VTTTalk Unicode 0x41d */ - -USEMYMETRICS[] -OFFSET[R], 66, 0, 0 - - - - - -/* VTTTalk Unicode 0x41e */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 - - - -/* TT glyph 420, char 0x41f */ -SVTCA[Y] -CALL[], 4, 8, 114 -CALL[], 5, 2, 114 -SHP[2], 9 -CALL[], 9, 8, 106 -SRP1[], 5 -SHP[1], 1 -SRP1[], 4 -SHP[1], 0 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x420 */ - -USEMYMETRICS[] -OFFSET[R], 128, 0, 0 - - - - -/* VTTTalk Unicode 0x421 */ - -USEMYMETRICS[] -OFFSET[R], 28, 0, 0 - - - - - -/* VTTTalk Unicode 0x422 */ - -USEMYMETRICS[] -OFFSET[R], 143, 0, 0 - - - -/* TT glyph 424, char 0x423 */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 0, 1, 106 -CALL[], 13, 2, 114 -SHP[2], 7 -SRP1[], 0 -SRP2[], 7 -IP[], 12 -IP[], 16 -IUP[Y] -IUP[X] - - - - -/* TT glyph 426, char 0x424 */ -SVTCA[Y] -CALL[], 8, 9, 114 -CALL[], 13, 3, 114 -SRP2[], 8 -IP[], 0 -IP[], 4 -CALL[], 0, 20, 105 -SLOOP[], 4 -IP[], 9, 18, 17, 10 -CALL[], 4, 24, 105 -SLOOP[], 4 -IP[], 11, 16, 15, 12 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 464, char 0xffff */ -SVTCA[Y] -CALL[], 0, 9, 114 -SMD[], 96 -MDRP[m>RBl], 12 -CALL[], 0, 24, 105 -SLOOP[], 4 -IP[], 14, 21, 13, 22 -CALL[], 6, 3, 114 -MDRP[m>RBl], 17 -CALL[], 6, 30, 105 -SLOOP[], 4 -IP[], 15, 20, 19, 16 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x425 */ - -USEMYMETRICS[] -OFFSET[R], 174, 0, 0 - - - -/* TT glyph 429, char 0x426 */ -SVTCA[Y] -CALL[], 8, 8, 114 -SMD[], 96 -MDRP[m>RWh], 12 -SHP[1], 4 -SRP1[], 4 -SHP[1], 0 -CALL[], 4, 5, 106 -SHP[2], 13 -CALL[], 9, 2, 114 -SHP[2], 1 -IUP[Y] -IUP[X] - - - - -/* TT glyph 428, char 0x427 */ -SVTCA[Y] -CALL[], 15, 8, 114 -CALL[], 4, 2, 114 -SRP1[], 15 -IP[], 0 -MDAP[R], 0 -CALL[], 0, 9, 106 -SRP1[], 4 -SHP[1], 14 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 430, char 0x428 */ -SVTCA[Y] -CALL[], 8, 8, 114 -CALL[], 9, 2, 114 -SRP1[], 8 -SHP[1], 4 -CALL[], 4, 5, 106 -SRP1[], 9 -SHP[1], 1 -SRP1[], 8 -SHP[1], 0 -SRP1[], 9 -SHP[1], 13 -SRP1[], 8 -SHP[1], 12 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 431, char 0x429 */ -SVTCA[Y] -CALL[], 8, 8, 114 -SMD[], 96 -MDRP[m>RWh], 12 -SHP[1], 4 -CALL[], 4, 5, 106 -SHP[2], 14 -SRP1[], 8 -SHP[1], 16 -SRP1[], 16 -SHP[1], 0 -CALL[], 9, 2, 114 -SHP[2], 17 -SRP1[], 17 -SHP[1], 1 -IUP[Y] -IUP[X] - - - - -/* TT glyph 434, char 0x42a */ -SVTCA[Y] -CALL[], 20, 8, 114 -CALL[], 25, 2, 114 -CALL[], 25, 24, 106 -SRP2[], 20 -IP[], 10 -MDAP[R], 10 -CALL[], 10, 9, 106 -SRP1[], 20 -SHP[1], 0 -CALL[], 0, 1, 106 -SRP1[], 25 -SHP[1], 22 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 435, char 0x42b */ -SVTCA[Y] -CALL[], 20, 8, 114 -CALL[], 21, 2, 114 -SRP1[], 20 -IP[], 10 -MDAP[R], 10 -CALL[], 10, 9, 106 -SRP1[], 20 -SHP[1], 0 -CALL[], 0, 1, 106 -SRP1[], 21 -SHP[1], 25 -SRP1[], 20 -SHP[1], 24 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 433, char 0x42c */ -SVTCA[Y] -CALL[], 20, 8, 114 -CALL[], 21, 2, 114 -SRP1[], 20 -IP[], 10 -MDAP[R], 10 -CALL[], 10, 9, 106 -SRP1[], 20 -SHP[1], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 440, char 0x42d */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 0, 8, 106 -CALL[], 20, 3, 114 -CALL[], 20, 14, 106 -SRP2[], 0 -IP[], 26 -MDAP[R], 26 -IP[], 4 -IP[], 3 -CALL[], 26, 27, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 445, char 0x42e */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 6, 3, 114 -CALL[], 12, 8, 114 -CALL[], 13, 2, 114 -CALL[], 6, 26, 106 -SRP2[], 0 -IP[], 16 -MDAP[R], 16 -CALL[], 16, 17, 106 -CALL[], 0, 20, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 446, char 0x42f */ -SVTCA[Y] -CALL[], 9, 2, 114 -CALL[], 9, 12, 106 -SHP[1], 48 -CALL[], 49, 8, 114 -SHP[2], 21 -CALL[], 21, 22, 106 -SRP1[], 9 -SRP2[], 49 -IP[], 42 -MDAP[R], 42 -SHP[1], 33 -CALL[], 42, 43, 105 -SHP[2], 18 -IP[], 31 -IP[], 0 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x430 */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 - - - -/* TT glyph 466, char 0x431 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 26, 106 -CALL[], 9, 3, 114 -CALL[], 9, 10, 106 -SRP2[], 0 -IP[], 20 -MDAP[R], 20 -IP[], 16 -CALL[], 20, 32, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 546, char 0xffff */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 18, 2, 114 -CALL[], 0, 37, 106 -CALL[], 18, 19, 106 -SRP2[], 0 -IP[], 28 -CALL[], 28, 43, 106 -IP[], 7 -IP[], 8 -IUP[Y] -IUP[X] - - - - -/* TT glyph 467, char 0x432 */ -SVTCA[Y] -CALL[], 18, 10, 114 -SHP[2], 0 -CALL[], 0, 1, 106 -CALL[], 19, 6, 114 -SRP1[], 18 -IP[], 9 -MDAP[R], 9 -CALL[], 9, 27, 105 -SLOOP[], 4 -IP[], 22, 10, 26, 23 -SRP1[], 19 -SHP[1], 36 -CALL[], 36, 35, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 528, char 0xffff */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 19, 106 -CALL[], 6, 3, 114 -CALL[], 6, 34, 106 -SRP2[], 0 -IP[], 26 -MDAP[R], 26 -CALL[], 26, 27, 106 -IP[], 13 -IP[], 12 -IUP[Y] -IUP[X] - - - - -/* TT glyph 468, char 0x433 */ -SVTCA[Y] -CALL[], 0, 10, 114 -CALL[], 1, 6, 114 -SHP[2], 5 -CALL[], 5, 4, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 529, char 0xffff */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 37, 106 -CALL[], 22, 7, 114 -CALL[], 22, 15, 106 -SRP2[], 0 -SLOOP[], 8 -IP[], 3, 34, 31, 30, 8, 9, 12, 25 -IUP[Y] -IUP[X] - - - - -/* TT glyph 471, char 0x434 */ -SVTCA[Y] -CALL[], 5, 6, 114 -SHP[2], 20 -SHP[2], 23 -CALL[], 23, 22, 106 -CALL[], 28, 10, 114 -SHP[2], 18 -SMD[], 96 -MDRP[m>RWh], 10 -SHP[2], 14 -CALL[], 28, 29, 106 -SLOOP[], 4 -IP[], 11, 15, 0, 1 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 255, 0, 0 - - - - - -/* VTTTalk Unicode 0x435 */ - -USEMYMETRICS[] -OFFSET[R], 232, 0, 0 - - - -/* TT glyph 475, char 0x436 */ -SVTCA[Y] -CALL[], 61, 10, 114 -SHP[2], 19 -CALL[], 19, 20, 106 -SRP1[], 61 -SHP[1], 83 -CALL[], 83, 82, 106 -CALL[], 62, 6, 114 -SHP[2], 9 -CALL[], 9, 10, 106 -SRP1[], 61 -SRP2[], 62 -IP[], 41 -MDAP[R], 41 -SHP[1], 30 -CALL[], 41, 40, 106 -SHP[2], 60 -SLOOP[], 4 -IP[], 29, 73, 0, 42 -SHP[2], 85 -SRP1[], 85 -SHP[1], 1 -SRP1[], 41 -SHP[1], 84 -SRP1[], 84 -SHP[1], 72 -SRP1[], 62 -SHP[1], 52 -CALL[], 52, 51, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 531, char 0xffff */ -SVTCA[Y] -CALL[], 54, 6, 114 -CALL[], 54, 53, 106 -SHP[1], 10 -CALL[], 10, 11, 106 -CALL[], 64, 8, 114 -SHP[2], 20 -CALL[], 20, 21, 106 -SRP1[], 64 -SRP2[], 54 -IP[], 40 -MDAP[R], 40 -SHP[1], 31 -CALL[], 40, 41, 105 -SHP[2], 63 -SLOOP[], 4 -IP[], 79, 30, 44, 0 -SHP[2], 92 -SRP1[], 92 -SHP[1], 1 -SRP1[], 40 -SHP[1], 93 -SRP1[], 93 -SHP[1], 78 -SRP1[], 64 -SHP[1], 89 -CALL[], 89, 88, 106 -CALL[], 66, 0, 114 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 476, char 0x437 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 7, 106 -CALL[], 30, 7, 114 -CALL[], 30, 23, 106 -SRP2[], 0 -IP[], 14 -MDAP[R], 14 -IP[], 4 -IP[], 3 -CALL[], 14, 15, 106 -IP[], 38 -IP[], 37 -IUP[Y] -IUP[X] - - - - -/* TT glyph 532, char 0xffff */ -SVTCA[Y] -CALL[], 30, 7, 114 -CALL[], 30, 22, 106 -CALL[], 30, 0, 105 -CALL[], 0, 6, 106 -SRP2[], 30 -IP[], 14 -MDAP[R], 14 -SRP2[], 0 -IP[], 2 -IP[], 3 -CALL[], 14, 15, 106 -IP[], 40 -IP[], 37 -IUP[Y] -IUP[X] - - - - -/* TT glyph 477, char 0x438 */ -SVTCA[Y] -CALL[], 8, 10, 114 -SHP[2], 7 -SHP[2], 15 -CALL[], 9, 6, 114 -SHP[2], 4 -SHP[2], 13 -SRP2[], 8 -IP[], 1 -IP[], 6 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 347, 0, 0 - - - - - -/* VTTTalk Unicode 0x439 */ - -USEMYMETRICS[] -OFFSET[R], 477, 0, 0 -OFFSET[R], 1615, 0, 0 -SVTCA[Y] -CALL[], 16, 3, 1, 1, 178, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 533, 0, 0 -OFFSET[R], 1615, -10, 0 - - - - -/* TT glyph 480, char 0x43a */ -SVTCA[Y] -CALL[], 20, 10, 114 -SHP[2], 28 -CALL[], 28, 45, 106 -CALL[], 21, 6, 114 -SHP[2], 10 -CALL[], 10, 11, 106 -SRP1[], 21 -SRP2[], 20 -IP[], 24 -MDAP[R], 24 -SHP[1], 36 -CALL[], 24, 25, 106 -SHP[2], 1 -IP[], 0 -IP[], 37 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 536, char 0xffff */ -SVTCA[Y] -CALL[], 10, 6, 114 -CALL[], 10, 11, 106 -CALL[], 20, 10, 114 -SRP1[], 10 -IP[], 24 -MDAP[R], 24 -SHP[1], 36 -CALL[], 24, 25, 106 -SHP[2], 1 -IP[], 37 -IP[], 0 -SRP1[], 20 -SHP[1], 28 -CALL[], 28, 45, 106 -CALL[], 21, 0, 114 -IUP[Y] -IUP[X] - - - - -/* TT glyph 482, char 0x43b */ -SVTCA[Y] -CALL[], 0, 10, 114 -CALL[], 0, 1, 106 -SHP[1], 12 -CALL[], 6, 6, 114 -SHP[2], 13 -SHP[2], 17 -CALL[], 17, 16, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 537, char 0xffff */ -SVTCA[Y] -CALL[], 0, 10, 114 -SHP[2], 4 -CALL[], 1, 6, 114 -SRP2[], 4 -IP[], 6 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 483, char 0x43c */ -SVTCA[Y] -CALL[], 8, 10, 114 -SHP[2], 20 -CALL[], 9, 6, 114 -SHP[2], 3 -SHP[2], 15 -SHP[2], 21 -SRP2[], 8 -SLOOP[], 3 -IP[], 0, 17, 14 -SRP1[], 0 -SHP[1], 19 -SRP1[], 17 -SHP[1], 2 -SRP1[], 14 -SHP[1], 6 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 484, char 0x43d */ -SVTCA[Y] -CALL[], 4, 10, 114 -CALL[], 5, 6, 114 -SRP1[], 4 -IP[], 8 -MDAP[R], 8 -CALL[], 8, 9, 106 -SRP1[], 5 -SHP[1], 1 -SRP1[], 4 -SHP[1], 0 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x43e */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 - - - -/* TT glyph 486, char 0x43f */ -SVTCA[Y] -CALL[], 4, 10, 114 -CALL[], 5, 6, 114 -SHP[2], 9 -CALL[], 9, 8, 106 -SRP1[], 5 -SHP[1], 1 -SRP1[], 4 -SHP[1], 0 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 291, 0, 0 - - - - - -/* VTTTalk Unicode 0x440 */ - -USEMYMETRICS[] -OFFSET[R], 326, 0, 0 - - - - -/* VTTTalk Unicode 0x441 */ - -USEMYMETRICS[] -OFFSET[R], 222, 0, 0 - - - -/* TT glyph 489, char 0x442 */ -SVTCA[Y] -CALL[], 0, 10, 114 -CALL[], 5, 6, 114 -CALL[], 5, 4, 106 -SHP[1], 2 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 290, 0, 0 - - - - - -/* VTTTalk Unicode 0x443 */ - -USEMYMETRICS[] -OFFSET[R], 374, 0, 0 - - - -/* TT glyph 492, char 0x444 */ -SVTCA[Y] -CALL[], 28, 11, 114 -SHP[2], 0 -CALL[], 28, 47, 106 -SHP[2], 9 -CALL[], 34, 7, 114 -SHP[2], 22 -SRP2[], 28 -SLOOP[], 8 -IP[], 3, 53, 5, 51, 17, 39, 19, 37 -CALL[], 34, 41, 106 -SHP[2], 15 -CALL[], 56, 14, 114 -CALL[], 61, 0, 114 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x445 */ - -USEMYMETRICS[] -OFFSET[R], 373, 0, 0 - - - -/* TT glyph 495, char 0x446 */ -SVTCA[Y] -CALL[], 8, 10, 114 -SHP[2], 0 -SMD[], 96 -MDRP[m>RWh], 12 -SHP[1], 4 -CALL[], 4, 5, 106 -SHP[2], 13 -CALL[], 9, 6, 114 -SHP[2], 1 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 540, char 0xffff */ -SVTCA[Y] -CALL[], 4, 11, 114 -SMD[], 96 -MDRP[m>RWh], 0 -CALL[], 4, 13, 106 -CALL[], 8, 6, 114 -SHP[2], 29 -SRP2[], 4 -SLOOP[], 6 -IP[], 18, 28, 31, 23, 24, 16 -CALL[], 27, 10, 114 -CALL[], 27, 2, 105 -IP[], 25 -IUP[Y] -IUP[X] - - - - -/* TT glyph 494, char 0x447 */ -SVTCA[Y] -CALL[], 15, 10, 114 -CALL[], 4, 6, 114 -SRP1[], 15 -IP[], 0 -MDAP[R], 0 -CALL[], 0, 9, 106 -SRP1[], 4 -SHP[1], 14 -IUP[Y] -IUP[X] - - - - -/* TT glyph 496, char 0x448 */ -SVTCA[Y] -CALL[], 8, 10, 114 -CALL[], 9, 6, 114 -SRP1[], 8 -SHP[1], 4 -CALL[], 4, 5, 106 -SRP1[], 9 -SHP[1], 1 -SRP1[], 8 -SHP[1], 0 -SRP1[], 9 -SHP[1], 13 -SRP1[], 8 -SHP[1], 12 -IUP[Y] -IUP[X] - - - - -/* TT glyph 541, char 0xffff */ -SVTCA[Y] -CALL[], 0, 11, 114 -SHP[2], 28 -CALL[], 0, 9, 106 -SHP[2], 17 -IP[], 31 -IP[], 25 -CALL[], 4, 6, 114 -SHP[2], 13 -SRP1[], 13 -SHP[1], 20 -CALL[], 22, 10, 114 -IUP[Y] -IUP[X] - - - - -/* TT glyph 497, char 0x449 */ -SVTCA[Y] -CALL[], 8, 10, 114 -SMD[], 96 -MDRP[m>RWh], 12 -SHP[1], 4 -CALL[], 4, 5, 106 -SHP[2], 13 -SHP[1], 16 -SRP1[], 16 -SHP[1], 0 -CALL[], 9, 6, 114 -SHP[2], 1 -SHP[2], 17 -IUP[Y] -IUP[X] - - - - -/* TT glyph 542, char 0xffff */ -SVTCA[Y] -CALL[], 4, 11, 114 -SHP[2], 32 -CALL[], 4, 13, 106 -SHP[2], 21 -IP[], 29 -IP[], 36 -CALL[], 8, 6, 114 -SHP[2], 17 -SRP1[], 17 -SHP[1], 24 -CALL[], 26, 11, 114 -CALL[], 26, 2, 106 -SMD[], 96 -SRP0[], 26 -MDRP[m>RBl], 3 -IUP[Y] -IUP[X] - - - - -/* TT glyph 500, char 0x44a */ -SVTCA[Y] -CALL[], 18, 10, 114 -CALL[], 23, 6, 114 -CALL[], 23, 22, 106 -SRP2[], 18 -IP[], 9 -MDAP[R], 9 -CALL[], 9, 10, 106 -SRP1[], 18 -SHP[1], 0 -CALL[], 0, 1, 106 -SRP1[], 23 -SHP[1], 20 -IUP[Y] -IUP[X] - - - - -/* TT glyph 544, char 0xffff */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 18, 106 -CALL[], 6, 6, 114 -CALL[], 6, 5, 106 -SRP2[], 0 -IP[], 12 -MDAP[R], 12 -IP[], 8 -CALL[], 12, 24, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 501, char 0x44b */ -SVTCA[Y] -CALL[], 18, 10, 114 -CALL[], 19, 6, 114 -SRP1[], 18 -IP[], 10 -MDAP[R], 10 -CALL[], 10, 9, 106 -SRP1[], 18 -SHP[1], 0 -CALL[], 0, 1, 106 -SRP1[], 19 -SHP[1], 23 -SRP1[], 18 -SHP[1], 22 -IUP[Y] -IUP[X] - - - - -/* TT glyph 499, char 0x44c */ -SVTCA[Y] -CALL[], 18, 10, 114 -CALL[], 19, 6, 114 -SRP1[], 18 -IP[], 9 -MDAP[R], 9 -CALL[], 9, 10, 106 -SRP1[], 18 -SHP[1], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 543, char 0xffff */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 16, 106 -CALL[], 4, 6, 114 -SRP1[], 0 -IP[], 10 -MDAP[R], 10 -SRP2[], 0 -IP[], 6 -CALL[], 10, 22, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 506, char 0x44d */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 7, 106 -CALL[], 20, 7, 114 -CALL[], 20, 13, 106 -SHP[1], 17 -SRP2[], 0 -IP[], 26 -MDAP[R], 26 -IP[], 4 -IP[], 3 -CALL[], 26, 27, 105 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 511, char 0x44e */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 6, 7, 114 -CALL[], 12, 10, 114 -CALL[], 13, 6, 114 -CALL[], 6, 26, 106 -SRP2[], 0 -IP[], 16 -MDAP[R], 16 -CALL[], 16, 17, 106 -CALL[], 0, 20, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 545, char 0xffff */ -SVTCA[Y] -MIAP[R], 0, 11 -CALL[], 0, 20, 106 -CALL[], 6, 7, 114 -CALL[], 6, 26, 106 -SRP2[], 0 -IP[], 16 -MDAP[R], 16 -CALL[], 16, 17, 106 -CALL[], 13, 0, 114 -CALL[], 15, 10, 114 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 512, char 0x44f */ -SVTCA[Y] -CALL[], 6, 6, 114 -CALL[], 6, 9, 106 -SHP[1], 45 -CALL[], 46, 10, 114 -SHP[2], 18 -CALL[], 18, 19, 106 -SRP1[], 6 -SRP2[], 46 -IP[], 39 -MDAP[R], 39 -SHP[1], 29 -CALL[], 39, 40, 105 -SHP[2], 15 -IP[], 27 -IP[], 0 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x450 */ - -USEMYMETRICS[] -OFFSET[R], 472, 0, 0 -OFFSET[R], 1565, 65, 0 -SVTCA[Y] -CALL[], 30, 6, 1, 1, 168, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0x451 */ - -USEMYMETRICS[] -OFFSET[R], 472, 0, 0 -OFFSET[R], 1563, 22, 0 -SVTCA[Y] -CALL[], 30, 6, 1, 1, 158, 86 -SHC[2], 1 -SHC[2], 2 - - - - -/* TT glyph 513, char 0x452 */ -SVTCA[Y] -CALL[], 15, 10, 114 -CALL[], 16, 0, 114 -SRP1[], 15 -IP[], 20 -MDAP[R], 20 -SRP2[], 15 -SLOOP[], 4 -IP[], 10, 7, 29, 0 -CALL[], 20, 19, 106 -CALL[], 10, 4, 106 -CALL[], 23, 15, 114 -CALL[], 23, 24, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x453 */ - -USEMYMETRICS[] -OFFSET[R], 468, 0, 0 -OFFSET[R], 1566, 120, 0 -SVTCA[Y] -CALL[], 8, 1, 1, 1, 188, 86 -SHC[2], 2 - - - - -/* TT glyph 505, char 0x454 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 19, 106 -SHP[1], 23 -CALL[], 6, 7, 114 -CALL[], 6, 13, 106 -SRP2[], 0 -IP[], 26 -MDAP[R], 26 -SRP2[], 6 -IP[], 9 -IP[], 10 -CALL[], 26, 27, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x455 */ - -USEMYMETRICS[] -OFFSET[R], 333, 0, 0 - - - - -/* VTTTalk Unicode 0x456 */ - -USEMYMETRICS[] -OFFSET[R], 265, 0, 0 - - - - -/* VTTTalk Unicode 0x457 */ - -USEMYMETRICS[] -OFFSET[R], 266, 0, 0 -OFFSET[R], 1563, 52, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 178, 86 -SHC[2], 4 -SHC[2], 5 - - - - - -/* VTTTalk Unicode 0x458 */ - -USEMYMETRICS[] -OFFSET[R], 278, 0, 0 - - - -/* TT glyph 502, char 0x459 */ -SVTCA[Y] -CALL[], 0, 10, 114 -CALL[], 0, 1, 106 -SHP[1], 11 -SHP[1], 15 -CALL[], 15, 16, 106 -CALL[], 5, 6, 114 -SHP[2], 12 -SRP1[], 0 -IP[], 24 -MDAP[R], 24 -CALL[], 24, 25, 106 -SRP1[], 5 -SHP[1], 34 -CALL[], 34, 33, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 503, char 0x45a */ -SVTCA[Y] -CALL[], 18, 10, 114 -CALL[], 19, 6, 114 -SRP1[], 18 -IP[], 22 -MDAP[R], 22 -CALL[], 22, 23, 106 -SHP[1], 9 -SHP[2], 10 -SRP1[], 18 -SHP[1], 0 -CALL[], 0, 1, 106 -SRP1[], 19 -SHP[1], 27 -SRP1[], 18 -SHP[1], 26 -IUP[Y] -IUP[X] - - - - -/* TT glyph 510, char 0x45b */ -SVTCA[Y] -CALL[], 15, 10, 114 -SHP[2], 14 -CALL[], 16, 0, 114 -SRP1[], 15 -IP[], 20 -IP[], 10 -MDAP[R], 20 -MDAP[R], 10 -SRP2[], 15 -IP[], 8 -IP[], 6 -CALL[], 20, 19, 106 -CALL[], 10, 4, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x45c */ - -USEMYMETRICS[] -OFFSET[R], 480, 0, 0 -OFFSET[R], 1566, 20, 0 -SVTCA[Y] -CALL[], 47, 21, 1, 1, 188, 86 -SHC[2], 4 - - - - -/* VTTTalk Unicode 0x45d */ - -USEMYMETRICS[] -OFFSET[R], 477, 0, 0 -OFFSET[R], 1565, 45, 0 -SVTCA[Y] -CALL[], 16, 3, 1, 1, 188, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 533, 0, 0 -OFFSET[R], 1565, 35, 0 - - - - -/* VTTTalk Unicode 0x45e */ - -USEMYMETRICS[] -OFFSET[R], 490, 0, 0 -OFFSET[R], 1615, 15, 0 -SVTCA[Y] -CALL[], 20, 7, 1, 1, 178, 86 -SHC[2], 2 - - - - -/* TT glyph 498, char 0x45f */ -SVTCA[Y] -CALL[], 8, 10, 114 -SMD[], 96 -MDRP[m>RWh], 4 -CALL[], 8, 9, 106 -SHP[1], 15 -SRP1[], 15 -SHP[1], 0 -SRP1[], 0 -IP[], 5 -CALL[], 13, 6, 114 -SHP[2], 1 -IUP[Y] -IUP[X] - - - - -/* TT glyph 404, char 0x490 */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 5, 2, 114 -CALL[], 5, 9, 105 -CALL[], 5, 4, 106 -IP[], 8 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 470, char 0x491 */ -SVTCA[Y] -CALL[], 0, 10, 114 -CALL[], 1, 6, 114 -SMD[], 96 -MDRP[m>RWh], 9 -SHP[1], 5 -CALL[], 5, 4, 106 -SHP[2], 8 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 448, char 0x492 */ -SVTCA[Y] -CALL[], 4, 8, 114 -CALL[], 5, 2, 114 -SHP[2], 9 -CALL[], 9, 8, 106 -SRP1[], 5 -SRP2[], 4 -IP[], 0 -MDAP[R], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 514, char 0x493 */ -SVTCA[Y] -CALL[], 4, 10, 114 -CALL[], 5, 6, 114 -SHP[2], 9 -CALL[], 9, 8, 106 -SRP1[], 5 -SRP2[], 4 -IP[], 0 -MDAP[R], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 449, char 0x496 */ -SVTCA[Y] -CALL[], 68, 8, 114 -SHP[2], 39 -SMD[], 96 -MDRP[m>RWh], 40 -SHP[1], 72 -CALL[], 72, 89, 105 -SHP[2], 41 -SRP1[], 41 -SHP[1], 22 -CALL[], 69, 2, 114 -SHP[2], 10 -CALL[], 10, 11, 106 -SRP1[], 69 -SRP2[], 68 -IP[], 44 -MDAP[R], 44 -SHP[1], 31 -CALL[], 44, 45, 105 -SHP[2], 67 -SLOOP[], 4 -IP[], 48, 0, 81, 30 -SHP[2], 93 -SRP1[], 93 -SHP[1], 1 -SRP1[], 44 -SHP[1], 92 -SRP1[], 92 -SHP[1], 80 -SRP1[], 69 -SHP[1], 58 -CALL[], 58, 57, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 515, char 0x497 */ -SVTCA[Y] -CALL[], 64, 10, 114 -SMD[], 96 -MDRP[m>RWh], 92 -SHP[1], 20 -CALL[], 20, 21, 106 -SRP1[], 64 -SHP[1], 87 -CALL[], 87, 86, 106 -SHP[2], 94 -CALL[], 65, 6, 114 -SHP[2], 10 -CALL[], 10, 11, 106 -SRP1[], 64 -SRP2[], 65 -IP[], 40 -MDAP[R], 40 -SHP[1], 31 -SHP[1], 76 -SHP[1], 91 -CALL[], 40, 41, 105 -SHP[2], 1 -SHP[2], 63 -SHP[2], 90 -SLOOP[], 4 -IP[], 77, 30, 44, 0 -SRP1[], 65 -SHP[1], 54 -CALL[], 54, 53, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 450, char 0x49a */ -SVTCA[Y] -CALL[], 20, 8, 114 -SMD[], 96 -MDRP[m>RWh], 24 -SHP[1], 32 -CALL[], 32, 49, 105 -SHP[2], 25 -CALL[], 21, 2, 114 -SHP[2], 10 -SRP1[], 20 -IP[], 29 -MDAP[R], 29 -SHP[1], 1 -CALL[], 29, 28, 106 -SHP[2], 40 -IP[], 41 -IP[], 0 -IUP[Y] -IUP[X] - - - - -/* TT glyph 516, char 0x49b */ -SVTCA[Y] -CALL[], 20, 10, 114 -CALL[], 20, 28, 105 -CALL[], 20, 50, 105 -CALL[], 50, 30, 106 -SHP[2], 49 -CALL[], 21, 6, 114 -SHP[2], 10 -CALL[], 10, 11, 106 -SRP1[], 20 -SRP2[], 21 -IP[], 24 -MDAP[R], 24 -SHP[1], 40 -CALL[], 24, 25, 106 -SHP[2], 1 -IP[], 41 -IP[], 0 -IUP[Y] -IUP[X] - - - - -/* TT glyph 451, char 0x4a2 */ -SVTCA[Y] -CALL[], 8, 8, 114 -SMD[], 96 -MDRP[m>RWh], 0 -SHP[1], 4 -CALL[], 4, 1, 106 -CALL[], 9, 2, 114 -SHP[2], 6 -SRP1[], 8 -IP[], 13 -MDAP[R], 13 -CALL[], 13, 12, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 517, char 0x4a3 */ -SVTCA[Y] -CALL[], 8, 10, 114 -SMD[], 96 -MDRP[m>RWh], 0 -SHP[1], 4 -CALL[], 4, 1, 106 -CALL[], 9, 6, 114 -SHP[2], 6 -SRP1[], 8 -IP[], 13 -MDAP[R], 13 -CALL[], 13, 12, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x4ae */ - -USEMYMETRICS[] -OFFSET[R], 175, 0, 0 - - - -/* TT glyph 518, char 0x4af */ -SVTCA[Y] -CALL[], 0, 10, 114 -CALL[], 1, 6, 114 -SHP[2], 6 -SRP2[], 0 -IP[], 9 -IP[], 4 -CALL[], 8, 14, 114 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 453, char 0x4b0 */ -SVTCA[Y] -CALL[], 5, 2, 114 -SHP[2], 10 -CALL[], 12, 8, 114 -SRP2[], 5 -IP[], 0 -MDAP[R], 0 -SLOOP[], 3 -IP[], 7, 13, 4 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 519, char 0x4b1 */ -SVTCA[Y] -CALL[], 4, 10, 114 -SHP[2], 1 -CALL[], 1, 0, 106 -CALL[], 5, 6, 114 -SHP[2], 10 -SRP2[], 4 -IP[], 13 -IP[], 8 -CALL[], 12, 14, 114 -IUP[Y] -IUP[X] - - - - -/* TT glyph 454, char 0x4b2 */ -SVTCA[Y] -CALL[], 6, 2, 114 -SHP[2], 13 -CALL[], 10, 8, 114 -SHP[2], 4 -SMD[], 96 -SRP0[], 4 -MDRP[m>RWh], 0 -CALL[], 4, 1, 106 -SRP1[], 13 -SRP2[], 10 -SLOOP[], 4 -IP[], 11, 8, 14, 5 -IUP[Y] -IUP[X] - - - - -/* TT glyph 520, char 0x4b3 */ -SVTCA[Y] -CALL[], 4, 10, 114 -SHP[2], 10 -SMD[], 96 -SRP0[], 10 -MDRP[m>RWh], 0 -CALL[], 10, 1, 106 -CALL[], 12, 6, 114 -SHP[2], 7 -SRP1[], 4 -SRP2[], 7 -SLOOP[], 4 -IP[], 8, 11, 5, 14 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 455, char 0x4b6 */ -SVTCA[Y] -CALL[], 8, 2, 114 -SHP[2], 18 -CALL[], 16, 8, 114 -CALL[], 16, 1, 106 -SMD[], 96 -SRP0[], 16 -MDRP[m>RWh], 0 -SRP2[], 8 -IP[], 4 -MDAP[R], 4 -CALL[], 4, 13, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 521, char 0x4b7 */ -SVTCA[Y] -CALL[], 8, 6, 114 -SHP[2], 18 -CALL[], 16, 10, 114 -CALL[], 16, 1, 106 -SMD[], 96 -SRP0[], 16 -MDRP[m>RWh], 0 -SRP2[], 8 -IP[], 4 -MDAP[R], 4 -CALL[], 4, 13, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 456, char 0x4ba */ -SVTCA[Y] -CALL[], 12, 8, 114 -CALL[], 13, 2, 114 -SRP1[], 12 -IP[], 5 -MDAP[R], 5 -CALL[], 5, 6, 106 -SRP1[], 12 -SHP[1], 11 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x4bb */ - -USEMYMETRICS[] -OFFSET[R], 261, 0, 0 - - - - -/* VTTTalk Unicode 0x4c0 */ - -USEMYMETRICS[] -OFFSET[R], 70, 0, 0 - - - - - -/* VTTTalk Unicode 0x4cf */ - -USEMYMETRICS[] -OFFSET[R], 266, 0, 0 - - - - -/* VTTTalk Unicode 0x4d8 */ - -USEMYMETRICS[] -OFFSET[R], 142, 0, 0 - - - - -/* VTTTalk Unicode 0x4d9 */ - -USEMYMETRICS[] -OFFSET[R], 252, 0, 0 - - - - -/* VTTTalk Unicode 0x4e2 */ - -USEMYMETRICS[] -OFFSET[R], 411, 0, 0 -OFFSET[R], 1606, 0, 0 -SVTCA[Y] -CALL[], 16, 9, 1, 1, 160, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x4e3 */ - -USEMYMETRICS[] -OFFSET[R], 477, 0, 0 -OFFSET[R], 1573, 0, 0 -SVTCA[Y] -CALL[], 16, 9, 1, 1, 188, 86 -SHC[2], 3 - - - -/* TT glyph 460, char 0x4e8 */ -SVTCA[Y] -CALL[], 4, 9, 114 -CALL[], 8, 3, 114 -CALL[], 8, 16, 106 -SRP2[], 4 -IP[], 0 -MDAP[R], 0 -CALL[], 0, 1, 106 -CALL[], 4, 12, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 526, char 0x4e9 */ -SVTCA[Y] -CALL[], 4, 11, 114 -CALL[], 10, 7, 114 -CALL[], 10, 22, 106 -SRP2[], 4 -IP[], 0 -MDAP[R], 0 -CALL[], 0, 1, 106 -CALL[], 4, 16, 106 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x4ee */ - -USEMYMETRICS[] -OFFSET[R], 424, 0, 0 -OFFSET[R], 1606, 50, 0 -SVTCA[Y] -CALL[], 17, 13, 1, 1, 160, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x4ef */ - -USEMYMETRICS[] -OFFSET[R], 490, 0, 0 -OFFSET[R], 1573, 15, 0 -SVTCA[Y] -CALL[], 20, 15, 1, 1, 188, 86 -SHC[2], 2 - - - -/* TT glyph 797, char 0xe3f */ -SVTCA[Y] -CALL[], 22, 8, 114 -SMD[], 96 -MDRP[m>RWh], 0 -SHP[1], 4 -CALL[], 22, 5, 106 -CALL[], 23, 2, 114 -MDRP[m>RWh], 1 -CALL[], 23, 39, 106 -SHP[1], 40 -SRP2[], 22 -IP[], 13 -MDAP[R], 13 -CALL[], 13, 31, 105 -SLOOP[], 4 -IP[], 26, 27, 14, 30 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1683, char 0xffff */ -SVTCA[Y] -CALL[], 26, 8, 114 -SMD[], 96 -MDRP[m>RWh], 4 -CALL[], 26, 9, 106 -SHP[1], 25 -SRP1[], 25 -IP[], 5 -CALL[], 27, 2, 114 -MDRP[m>RWh], 1 -SRP2[], 26 -IP[], 17 -MDAP[R], 17 -CALL[], 17, 35, 105 -SLOOP[], 4 -IP[], 33, 19, 51, 32 -CALL[], 27, 43, 106 -SHP[1], 45 -SRP1[], 45 -IP[], 0 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1645, char 0x1d00 */ -SVTCA[Y] -CALL[], 1, 6, 114 -CALL[], 7, 10, 114 -SHP[2], 4 -SRP1[], 4 -SRP2[], 1 -IP[], 11 -MDAP[R], 11 -CALL[], 11, 10, 106 -SRP1[], 1 -SRP2[], 7 -IP[], 6 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1675, char 0x1dbb */ -SVTCA[Y] -CALL[], 9, 17, 114 -CALL[], 9, 7, 105 -CALL[], 7, 6, 106 -SHP[2], 1 -IP[], 0 -CALL[], 9, 8, 106 -SHP[2], 3 -IP[], 2 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1674, char 0x1dbf */ -SVTCA[Y] -CALL[], 10, 17, 114 -CALL[], 10, 22, 106 -CALL[], 22, 2, 105 -CALL[], 2, 3, 106 -CALL[], 3, 16, 105 -CALL[], 16, 4, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x1e24 */ - -USEMYMETRICS[] -OFFSET[R], 66, 0, 0 -OFFSET[R], 1577, 0, 0 -SVTCA[Y] -CALL[], 18, 0, 1, 1, -152, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1e25 */ - -USEMYMETRICS[] -OFFSET[R], 261, 0, 0 -OFFSET[R], 1577, 0, 0 -SVTCA[Y] -CALL[], 26, 16, 1, 1, -152, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x1e30 */ - -USEMYMETRICS[] -OFFSET[R], 85, 0, 0 -OFFSET[R], 1599, 0, 0 -SVTCA[Y] -CALL[], 20, 13, 1, 1, 160, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1e32 */ - -USEMYMETRICS[] -OFFSET[R], 85, 0, 0 -OFFSET[R], 1577, 20, 0 -SVTCA[Y] -CALL[], 26, 12, 1, 1, -152, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1e33 */ - -USEMYMETRICS[] -OFFSET[R], 281, 0, 0 -OFFSET[R], 1577, 20, 0 -SVTCA[Y] -CALL[], 25, 11, 1, 1, -152, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1e34 */ - -USEMYMETRICS[] -OFFSET[R], 85, 0, 0 -OFFSET[R], 1681, 20, 0 -SVTCA[Y] -CALL[], 21, 12, 1, 1, -208, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1e35 */ - -USEMYMETRICS[] -OFFSET[R], 281, 0, 0 -OFFSET[R], 1681, 20, 0 -SVTCA[Y] -CALL[], 20, 11, 1, 1, -208, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1e36 */ - -USEMYMETRICS[] -OFFSET[R], 87, 0, 0 -OFFSET[R], 1577, 20, 0 -SVTCA[Y] -CALL[], 14, 4, 1, 1, -152, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x1e37 */ - -USEMYMETRICS[] -OFFSET[R], 284, 0, 0 -OFFSET[R], 1577, 70, 0 -SVTCA[Y] -CALL[], 26, 0, 1, 1, -132, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x1e3a */ - -USEMYMETRICS[] -OFFSET[R], 87, 0, 0 -OFFSET[R], 1681, 20, 0 -SVTCA[Y] -CALL[], 9, 4, 1, 1, -208, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x1e3b */ - -USEMYMETRICS[] -OFFSET[R], 284, 0, 0 -OFFSET[R], 1681, 70, 0 -SVTCA[Y] -CALL[], 21, 0, 1, 1, -188, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x1e48 */ - -USEMYMETRICS[] -OFFSET[R], 94, 0, 0 -OFFSET[R], 1681, 0, 0 -SVTCA[Y] -CALL[], 17, 8, 1, 1, -208, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1e49 */ - -USEMYMETRICS[] -OFFSET[R], 291, 0, 0 -OFFSET[R], 1681, 0, 0 -SVTCA[Y] -CALL[], 22, 16, 1, 1, -208, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x1e50 */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1606, 0, 0 -OFFSET[R], 1598, 0, 300 -SVTCA[Y] -CALL[], 16, 4, 1, 1, 140, 86 -SHC[2], 2 -CALL[], 20, 17, 1, 1, 112, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1e51 */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1573, 0, 0 -OFFSET[R], 1565, 45, 340 -SVTCA[Y] -CALL[], 24, 6, 1, 1, 168, 86 -SHC[2], 2 -CALL[], 28, 25, 1, 1, 152, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1e52 */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1606, 0, 0 -OFFSET[R], 1599, 0, 300 -SVTCA[Y] -CALL[], 16, 4, 1, 1, 140, 86 -SHC[2], 2 -CALL[], 20, 17, 1, 1, 112, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1e53 */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1573, 0, 0 -OFFSET[R], 1566, 30, 340 -SVTCA[Y] -CALL[], 24, 6, 1, 1, 168, 86 -SHC[2], 2 -CALL[], 28, 25, 1, 1, 152, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1e5a */ - -USEMYMETRICS[] -OFFSET[R], 131, 0, 0 -OFFSET[R], 1577, 10, 0 -SVTCA[Y] -CALL[], 32, 18, 1, 1, -152, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1e5b */ - -USEMYMETRICS[] -OFFSET[R], 329, 0, 0 -OFFSET[R], 1577, -170, 0 -SVTCA[Y] -CALL[], 33, 18, 1, 1, -152, 86 -SHC[2], 4 - - - - -/* VTTTalk Unicode 0x1e62 */ - -USEMYMETRICS[] -OFFSET[R], 135, 0, 0 -OFFSET[R], 1577, 10, 0 -SVTCA[Y] -CALL[], 46, 0, 1, 1, -132, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0x1e63 */ - -USEMYMETRICS[] -OFFSET[R], 333, 0, 0 -OFFSET[R], 1577, -10, 0 -SVTCA[Y] -CALL[], 46, 0, 1, 1, -132, 86 -SHC[2], 1 - - - - -/* VTTTalk Unicode 0x1e6e */ - -USEMYMETRICS[] -OFFSET[R], 143, 0, 0 -OFFSET[R], 1681, -5, 0 -SVTCA[Y] -CALL[], 9, 0, 1, 1, -208, 86 -SHC[2], 2 - - - -/* TT glyph 141, char 0x1e9e */ -SVTCA[Y] -CALL[], 4, 3, 114 -CALL[], 4, 11, 106 -CALL[], 15, 8, 114 -CALL[], 16, 9, 114 -CALL[], 16, 22, 106 -SRP2[], 4 -SLOOP[], 4 -IP[], 33, 8, 31, 7 -CALL[], 33, 29, 106 -IP[], 32 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x1ea0 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1577, 0, 0 -SVTCA[Y] -CALL[], 18, 4, 1, 1, -152, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x1ea1 */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1577, 0, 0 -SVTCA[Y] -CALL[], 52, 16, 1, 1, -132, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x1ea2 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1607, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 109, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x1ea3 */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1574, 0, 0 -SVTCA[Y] -CALL[], 46, 8, 1, 1, 178, 86 -SHC[2], 2 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1ea4 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1601, 0, 0 -OFFSET[R], 1599, 351, 248 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 160, 86 -SHC[2], 2 -CALL[], 20, 17, 1, 0, 43, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ea5 */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1568, -20, 0 -OFFSET[R], 1566, 367, 340 -SVTCA[Y] -CALL[], 50, 8, 1, 1, 178, 86 -SHC[2], 2 -CALL[], 54, 47, 1, 0, -40, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1ea6 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1601, 0, 0 -OFFSET[R], 1598, 351, 248 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 160, 86 -SHC[2], 2 -CALL[], 20, 17, 1, 0, 43, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ea7 */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1568, -20, 0 -OFFSET[R], 1565, 381, 340 -SVTCA[Y] -CALL[], 50, 8, 1, 1, 178, 86 -SHC[2], 2 -CALL[], 54, 47, 1, 0, -40, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1ea8 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1601, 0, 0 -OFFSET[R], 1607, 351, 248 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 160, 86 -SHC[2], 2 -CALL[], 20, 17, 1, 0, -8, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ea9 */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1568, -20, 0 -OFFSET[R], 1574, 357, 340 -SVTCA[Y] -CALL[], 50, 8, 1, 1, 178, 86 -SHC[2], 2 -CALL[], 54, 47, 1, 0, -40, 86 -SHC[2], 3 -SHC[2], 4 - - - - - -/* VTTTalk Unicode 0x1eaa */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1601, 0, 0 -OFFSET[R], 1605, 10, 380 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 160, 86 -SHC[2], 2 -CALL[], 20, 13, 1, 1, 106, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1eab */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1568, -20, 0 -OFFSET[R], 1572, -10, 520 -SVTCA[Y] -CALL[], 50, 8, 1, 1, 178, 86 -SHC[2], 2 -CALL[], 54, 47, 1, 1, 148, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1eac */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1577, 0, 0 -OFFSET[R], 1601, 0, 0 -SVTCA[Y] -CALL[], 18, 4, 1, 1, -152, 86 -SHC[2], 2 -CALL[], 28, 1, 1, 1, 160, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1ead */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1577, 0, 0 -OFFSET[R], 1568, -20, 0 -SVTCA[Y] -CALL[], 52, 16, 1, 1, -132, 86 -SHC[2], 2 -CALL[], 62, 8, 1, 1, 178, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1eae */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1603, 0, 0 -OFFSET[R], 1599, 0, 400 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 150, 86 -SHC[2], 2 -CALL[], 26, 15, 1, 1, 120, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1eaf */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1570, -20, 0 -OFFSET[R], 1566, 10, 480 -SVTCA[Y] -CALL[], 46, 8, 1, 1, 168, 86 -SHC[2], 2 -CALL[], 64, 50, 1, 1, 125, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1eb0 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1603, 0, 0 -OFFSET[R], 1598, 0, 400 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 150, 86 -SHC[2], 2 -CALL[], 26, 15, 1, 1, 120, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1eb1 */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1570, -20, 0 -OFFSET[R], 1565, 25, 480 -SVTCA[Y] -CALL[], 46, 8, 1, 1, 168, 86 -SHC[2], 2 -CALL[], 64, 59, 1, 1, 125, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1eb2 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1603, 0, 0 -OFFSET[R], 1607, 0, 400 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 150, 86 -SHC[2], 2 -CALL[], 26, 22, 1, 1, 69, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1eb3 */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1570, -20, 0 -OFFSET[R], 1574, 0, 480 -SVTCA[Y] -CALL[], 46, 8, 1, 1, 168, 86 -SHC[2], 2 -CALL[], 64, 59, 1, 1, 125, 86 -SHC[2], 3 -SHC[2], 4 - - - - - -/* VTTTalk Unicode 0x1eb4 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1603, 0, 0 -OFFSET[R], 1605, 10, 400 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 150, 86 -SHC[2], 2 -CALL[], 26, 15, 1, 1, 106, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1eb5 */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1570, -20, 0 -OFFSET[R], 1572, -10, 480 -SVTCA[Y] -CALL[], 46, 8, 1, 1, 168, 86 -SHC[2], 2 -CALL[], 64, 50, 1, 1, 133, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1eb6 */ - -USEMYMETRICS[] -OFFSET[R], 1, 0, 0 -OFFSET[R], 1577, 0, 0 -OFFSET[R], 1603, 0, 0 -SVTCA[Y] -CALL[], 18, 4, 1, 1, -152, 86 -SHC[2], 2 -CALL[], 24, 1, 1, 1, 150, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1eb7 */ - -USEMYMETRICS[] -OFFSET[R], 195, 0, 0 -OFFSET[R], 1577, 0, 0 -OFFSET[R], 1570, -20, 0 -SVTCA[Y] -CALL[], 52, 16, 1, 1, -132, 86 -SHC[2], 2 -CALL[], 58, 8, 1, 1, 168, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1eb8 */ - -USEMYMETRICS[] -OFFSET[R], 38, 0, 0 -OFFSET[R], 1577, 30, 0 -SVTCA[Y] -CALL[], 22, 4, 1, 1, -152, 86 -SHC[2], 4 - - - - -/* VTTTalk Unicode 0x1eb9 */ - -USEMYMETRICS[] -OFFSET[R], 232, 0, 0 -OFFSET[R], 1577, 30, 0 -SVTCA[Y] -CALL[], 36, 0, 1, 1, -132, 86 -SHC[2], 1 - - - - - -/* VTTTalk Unicode 0x1eba */ - -USEMYMETRICS[] -OFFSET[R], 38, 0, 0 -OFFSET[R], 1607, 30, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 109, 86 -SHC[2], 4 - - - - - -/* VTTTalk Unicode 0x1ebb */ - -USEMYMETRICS[] -OFFSET[R], 232, 0, 0 -OFFSET[R], 1574, 30, 0 -SVTCA[Y] -CALL[], 30, 6, 1, 1, 168, 86 -SHC[2], 1 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x1ebc */ - -USEMYMETRICS[] -OFFSET[R], 38, 0, 0 -OFFSET[R], 1605, 40, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 146, 86 -SHC[2], 4 - - - - - -/* VTTTalk Unicode 0x1ebd */ - -USEMYMETRICS[] -OFFSET[R], 232, 0, 0 -OFFSET[R], 1572, 20, 0 -SVTCA[Y] -CALL[], 30, 6, 1, 1, 176, 86 -SHC[2], 1 - - - - -/* VTTTalk Unicode 0x1ebe */ - -USEMYMETRICS[] -OFFSET[R], 38, 0, 0 -OFFSET[R], 1601, 30, 0 -OFFSET[R], 1599, 381, 248 -SVTCA[Y] -CALL[], 20, 1, 1, 1, 160, 86 -SHC[2], 4 -CALL[], 24, 21, 1, 0, 43, 86 -SHC[2], 5 - - - - -/* VTTTalk Unicode 0x1ebf */ - -USEMYMETRICS[] -OFFSET[R], 232, 0, 0 -OFFSET[R], 1568, 10, 0 -OFFSET[R], 1566, 397, 340 -SVTCA[Y] -CALL[], 34, 6, 1, 1, 168, 86 -SHC[2], 1 -CALL[], 38, 31, 1, 0, -40, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x1ec0 */ - -USEMYMETRICS[] -OFFSET[R], 38, 0, 0 -OFFSET[R], 1601, 30, 0 -OFFSET[R], 1598, 381, 248 -SVTCA[Y] -CALL[], 20, 1, 1, 1, 160, 86 -SHC[2], 4 -CALL[], 24, 21, 1, 0, 43, 86 -SHC[2], 5 - - - - -/* VTTTalk Unicode 0x1ec1 */ - -USEMYMETRICS[] -OFFSET[R], 232, 0, 0 -OFFSET[R], 1568, 10, 0 -OFFSET[R], 1565, 411, 340 -SVTCA[Y] -CALL[], 34, 6, 1, 1, 168, 86 -SHC[2], 1 -CALL[], 38, 31, 1, 0, -40, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x1ec2 */ - -USEMYMETRICS[] -OFFSET[R], 38, 0, 0 -OFFSET[R], 1601, 30, 0 -OFFSET[R], 1607, 381, 248 -SVTCA[Y] -CALL[], 20, 1, 1, 1, 160, 86 -SHC[2], 4 -CALL[], 24, 21, 1, 0, -8, 86 -SHC[2], 5 - - - - -/* VTTTalk Unicode 0x1ec3 */ - -USEMYMETRICS[] -OFFSET[R], 232, 0, 0 -OFFSET[R], 1568, 10, 0 -OFFSET[R], 1574, 387, 340 -SVTCA[Y] -CALL[], 34, 6, 1, 1, 168, 86 -SHC[2], 1 -CALL[], 38, 31, 1, 0, -40, 86 -SHC[2], 2 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ec4 */ - -USEMYMETRICS[] -OFFSET[R], 38, 0, 0 -OFFSET[R], 1601, 30, 0 -OFFSET[R], 1605, 40, 380 -SVTCA[Y] -CALL[], 20, 1, 1, 1, 160, 86 -SHC[2], 4 -CALL[], 24, 17, 1, 1, 106, 86 -SHC[2], 5 - - - - -/* VTTTalk Unicode 0x1ec5 */ - -USEMYMETRICS[] -OFFSET[R], 232, 0, 0 -OFFSET[R], 1568, 10, 0 -OFFSET[R], 1572, 20, 520 -SVTCA[Y] -CALL[], 34, 6, 1, 1, 168, 86 -SHC[2], 1 -CALL[], 38, 31, 1, 1, 148, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x1ec6 */ - -USEMYMETRICS[] -OFFSET[R], 38, 0, 0 -OFFSET[R], 1577, 30, 0 -OFFSET[R], 1601, 30, 0 -SVTCA[Y] -CALL[], 22, 4, 1, 1, -152, 86 -SHC[2], 4 -CALL[], 32, 1, 1, 1, 160, 86 -SHC[2], 5 - - - - -/* VTTTalk Unicode 0x1ec7 */ - -USEMYMETRICS[] -OFFSET[R], 232, 0, 0 -OFFSET[R], 1577, 30, 0 -OFFSET[R], 1568, 10, 0 -SVTCA[Y] -CALL[], 36, 0, 1, 1, -132, 86 -SHC[2], 1 -CALL[], 46, 6, 1, 1, 168, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x1ec8 */ - -USEMYMETRICS[] -OFFSET[R], 70, 0, 0 -OFFSET[R], 1607, 0, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 109, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ec9 */ - -USEMYMETRICS[] -OFFSET[R], 266, 0, 0 -OFFSET[R], 1574, 70, 0 -SVTCA[Y] -CALL[], 16, 1, 1, 1, 188, 86 -SHC[2], 4 -SHC[2], 5 - - - - -/* VTTTalk Unicode 0x1eca */ - -USEMYMETRICS[] -OFFSET[R], 70, 0, 0 -OFFSET[R], 1577, 0, 0 -SVTCA[Y] -CALL[], 18, 0, 1, 1, -152, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1ecb */ - -USEMYMETRICS[] -OFFSET[R], 265, 0, 0 -OFFSET[R], 1577, 70, 0 -SVTCA[Y] -CALL[], 34, 8, 1, 1, -152, 86 -SHC[2], 5 - - - - - -/* VTTTalk Unicode 0x1ecc */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1577, 0, 0 -SVTCA[Y] -CALL[], 22, 0, 1, 1, -132, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x1ecd */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1577, 0, 0 -SVTCA[Y] -CALL[], 30, 0, 1, 1, -132, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x1ece */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1607, 0, 0 -SVTCA[Y] -CALL[], 16, 4, 1, 1, 89, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x1ecf */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1574, 20, 0 -SVTCA[Y] -CALL[], 24, 6, 1, 1, 168, 86 -SHC[2], 2 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ed0 */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1601, 0, 0 -OFFSET[R], 1599, 351, 248 -SVTCA[Y] -CALL[], 20, 4, 1, 1, 140, 86 -SHC[2], 2 -CALL[], 24, 21, 1, 0, 43, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ed1 */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1568, 0, 0 -OFFSET[R], 1566, 387, 340 -SVTCA[Y] -CALL[], 28, 6, 1, 1, 168, 86 -SHC[2], 2 -CALL[], 32, 25, 1, 0, -40, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1ed2 */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1601, 0, 0 -OFFSET[R], 1598, 351, 248 -SVTCA[Y] -CALL[], 20, 4, 1, 1, 140, 86 -SHC[2], 2 -CALL[], 24, 21, 1, 0, 43, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ed3 */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1568, 0, 0 -OFFSET[R], 1565, 401, 340 -SVTCA[Y] -CALL[], 28, 6, 1, 1, 168, 86 -SHC[2], 2 -CALL[], 32, 25, 1, 0, -40, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1ed4 */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1601, 0, 0 -OFFSET[R], 1607, 351, 248 -SVTCA[Y] -CALL[], 20, 4, 1, 1, 140, 86 -SHC[2], 2 -CALL[], 24, 21, 1, 0, -8, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ed5 */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1568, 0, 0 -OFFSET[R], 1574, 377, 340 -SVTCA[Y] -CALL[], 28, 6, 1, 1, 168, 86 -SHC[2], 2 -CALL[], 32, 25, 1, 0, -40, 86 -SHC[2], 3 -SHC[2], 4 - - - - - -/* VTTTalk Unicode 0x1ed6 */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1601, 0, 0 -OFFSET[R], 1605, 10, 380 -SVTCA[Y] -CALL[], 20, 4, 1, 1, 140, 86 -SHC[2], 2 -CALL[], 24, 17, 1, 1, 106, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ed7 */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1568, 0, 0 -OFFSET[R], 1572, 10, 520 -SVTCA[Y] -CALL[], 28, 6, 1, 1, 168, 86 -SHC[2], 2 -CALL[], 32, 25, 1, 1, 148, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ed8 */ - -USEMYMETRICS[] -OFFSET[R], 101, 0, 0 -OFFSET[R], 1577, 0, 0 -OFFSET[R], 1601, 0, 0 -SVTCA[Y] -CALL[], 22, 0, 1, 1, -132, 86 -SHC[2], 2 -CALL[], 32, 4, 1, 1, 140, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1ed9 */ - -USEMYMETRICS[] -OFFSET[R], 299, 0, 0 -OFFSET[R], 1577, 0, 0 -OFFSET[R], 1568, 0, 0 -SVTCA[Y] -CALL[], 30, 0, 1, 1, -132, 86 -SHC[2], 2 -CALL[], 40, 6, 1, 1, 168, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1eda */ - -USEMYMETRICS[] -OFFSET[R], 114, 0, 0 -OFFSET[R], 1599, 0, 0 -SVTCA[Y] -CALL[], 26, 4, 1, 1, 140, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1edb */ - -USEMYMETRICS[] -OFFSET[R], 312, 0, 0 -OFFSET[R], 1566, 30, 0 -SVTCA[Y] -CALL[], 34, 6, 1, 1, 168, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1edc */ - -USEMYMETRICS[] -OFFSET[R], 114, 0, 0 -OFFSET[R], 1598, 0, 0 -SVTCA[Y] -CALL[], 26, 4, 1, 1, 140, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x1edd */ - -USEMYMETRICS[] -OFFSET[R], 312, 0, 0 -OFFSET[R], 1565, 45, 0 -SVTCA[Y] -CALL[], 34, 6, 1, 1, 168, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ede */ - -USEMYMETRICS[] -OFFSET[R], 114, 0, 0 -OFFSET[R], 1607, 0, 0 -SVTCA[Y] -CALL[], 26, 4, 1, 1, 89, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1edf */ - -USEMYMETRICS[] -OFFSET[R], 312, 0, 0 -OFFSET[R], 1574, 20, 0 -SVTCA[Y] -CALL[], 34, 6, 1, 1, 168, 86 -SHC[2], 3 -SHC[2], 4 - - - - -/* VTTTalk Unicode 0x1ee0 */ - -USEMYMETRICS[] -OFFSET[R], 114, 0, 0 -OFFSET[R], 1605, 10, 0 -SVTCA[Y] -CALL[], 26, 4, 1, 1, 126, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ee1 */ - -USEMYMETRICS[] -OFFSET[R], 312, 0, 0 -OFFSET[R], 1572, 10, 0 -SVTCA[Y] -CALL[], 34, 6, 1, 1, 176, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ee2 */ - -USEMYMETRICS[] -OFFSET[R], 114, 0, 0 -OFFSET[R], 1577, 0, 0 -SVTCA[Y] -CALL[], 32, 0, 1, 1, -132, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ee3 */ - -USEMYMETRICS[] -OFFSET[R], 312, 0, 0 -OFFSET[R], 1577, 0, 0 -SVTCA[Y] -CALL[], 40, 0, 1, 1, -132, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ee4 */ - -USEMYMETRICS[] -OFFSET[R], 148, 0, 0 -OFFSET[R], 1577, 0, 0 -SVTCA[Y] -CALL[], 22, 0, 1, 1, -132, 86 -SHC[2], 1 - - - - -/* VTTTalk Unicode 0x1ee5 */ - -USEMYMETRICS[] -OFFSET[R], 347, 0, 0 -OFFSET[R], 1577, -30, 0 -SVTCA[Y] -CALL[], 34, 0, 1, 1, -132, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ee6 */ - -USEMYMETRICS[] -OFFSET[R], 148, 0, 0 -OFFSET[R], 1607, 0, 0 -SVTCA[Y] -CALL[], 16, 11, 1, 1, 109, 86 -SHC[2], 1 - - - - -/* VTTTalk Unicode 0x1ee7 */ - -USEMYMETRICS[] -OFFSET[R], 347, 0, 0 -OFFSET[R], 1574, 10, 0 -SVTCA[Y] -CALL[], 28, 4, 1, 1, 188, 86 -SHC[2], 3 -SHC[2], 4 - - - - -/* VTTTalk Unicode 0x1ee8 */ - -USEMYMETRICS[] -OFFSET[R], 156, 0, 0 -OFFSET[R], 1599, 0, 0 -SVTCA[Y] -CALL[], 26, 13, 1, 1, 160, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x1ee9 */ - -USEMYMETRICS[] -OFFSET[R], 355, 0, 0 -OFFSET[R], 1566, 20, 0 -SVTCA[Y] -CALL[], 38, 14, 1, 1, 188, 86 -SHC[2], 4 - - - - - -/* VTTTalk Unicode 0x1eea */ - -USEMYMETRICS[] -OFFSET[R], 156, 0, 0 -OFFSET[R], 1598, 0, 0 -SVTCA[Y] -CALL[], 26, 13, 1, 1, 160, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x1eeb */ - -USEMYMETRICS[] -OFFSET[R], 355, 0, 0 -OFFSET[R], 1565, 35, 0 -SVTCA[Y] -CALL[], 38, 5, 1, 0, -95, 86 -SHC[2], 4 - - - - -/* VTTTalk Unicode 0x1eec */ - -USEMYMETRICS[] -OFFSET[R], 156, 0, 0 -OFFSET[R], 1607, 0, 0 -SVTCA[Y] -CALL[], 26, 21, 1, 1, 109, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x1eed */ - -USEMYMETRICS[] -OFFSET[R], 355, 0, 0 -OFFSET[R], 1574, 10, 0 -SVTCA[Y] -CALL[], 38, 5, 1, 0, -95, 86 -SHC[2], 4 -SHC[2], 5 - - - - -/* VTTTalk Unicode 0x1eee */ - -USEMYMETRICS[] -OFFSET[R], 156, 0, 0 -OFFSET[R], 1605, 10, 0 -SVTCA[Y] -CALL[], 26, 13, 1, 1, 146, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x1eef */ - -USEMYMETRICS[] -OFFSET[R], 355, 0, 0 -OFFSET[R], 1572, 0, 0 -SVTCA[Y] -CALL[], 38, 14, 1, 1, 196, 86 -SHC[2], 4 - - - - -/* VTTTalk Unicode 0x1ef0 */ - -USEMYMETRICS[] -OFFSET[R], 156, 0, 0 -OFFSET[R], 1577, 0, 0 -SVTCA[Y] -CALL[], 32, 10, 1, 1, -132, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x1ef1 */ - -USEMYMETRICS[] -OFFSET[R], 355, 0, 0 -OFFSET[R], 1577, -30, 0 -SVTCA[Y] -CALL[], 44, 10, 1, 1, -132, 86 -SHC[2], 4 - - - - - -/* VTTTalk Unicode 0x1ef4 */ - -USEMYMETRICS[] -OFFSET[R], 175, 0, 0 -OFFSET[R], 1577, 0, 0 -SVTCA[Y] -CALL[], 18, 8, 1, 1, -152, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x1ef5 */ - -USEMYMETRICS[] -OFFSET[R], 374, 0, 0 -OFFSET[R], 1577, 345, 0 -SVTCA[Y] -CALL[], 20, 0, 2, 0, 60, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x1ef6 */ - -USEMYMETRICS[] -OFFSET[R], 175, 0, 0 -OFFSET[R], 1607, 0, 0 -SVTCA[Y] -CALL[], 12, 5, 1, 1, 109, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x1ef7 */ - -USEMYMETRICS[] -OFFSET[R], 374, 0, 0 -OFFSET[R], 1574, 35, 0 -SVTCA[Y] -CALL[], 20, 7, 1, 1, 188, 86 -SHC[2], 2 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1ef8 */ - -USEMYMETRICS[] -OFFSET[R], 175, 0, 0 -OFFSET[R], 1605, 10, 0 -SVTCA[Y] -CALL[], 12, 1, 1, 1, 146, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x1ef9 */ - -USEMYMETRICS[] -OFFSET[R], 374, 0, 0 -OFFSET[R], 1572, 25, 0 -SVTCA[Y] -CALL[], 20, 15, 1, 1, 196, 86 -SHC[2], 2 - - - - -/* TT glyph 792, char 0x2008 */ - - - - - - -/* VTTTalk Unicode 0x2010 */ - -USEMYMETRICS[] -OFFSET[R], 705, 0, 0 - - - - - -/* VTTTalk Unicode 0x2011 */ - -USEMYMETRICS[] -OFFSET[R], 710, 0, 0 - - - - - -/* VTTTalk Unicode 0x2015 */ - -USEMYMETRICS[] -OFFSET[R], 708, 0, 0 - - - - -/* TT glyph 796, char 0x2028 */ - - - - - -/* TT glyph 692, char 0x203e */ -SVTCA[Y] -MDAP[R], 0 -CALL[], 0, 1, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 659, char 0x2070 */ -SVTCA[Y] -CALL[], 6, 3, 114 -CALL[], 6, 18, 106 -CALL[], 6, 0, 105 -CALL[], 0, 12, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 663, char 0x2074 */ -SVTCA[Y] -CALL[], 14, 2, 114 -CALL[], 14, 15, 105 -IP[], 11 -MDAP[R], 11 -SRP2[], 14 -IP[], 2 -SHP[1], 3 -SHP[1], 4 -CALL[], 11, 10, 106 -SHP[2], 6 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 664, char 0x2075 */ -SVTCA[Y] -CALL[], 25, 2, 114 -SHP[2], 30 -CALL[], 25, 0, 105 -SLOOP[], 9 -IP[], 6, 4, 24, 14, 12, 27, 15, 18, 32 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 665, char 0x2076 */ -SVTCA[Y] -CALL[], 5, 3, 114 -CALL[], 5, 10, 105 -IP[], 29 -MDAP[R], 29 -SRP2[], 5 -SLOOP[], 3 -IP[], 6, 19, 16 -SRP2[], 10 -SLOOP[], 5 -IP[], 13, 1, 14, 0, 25 -IUP[Y] -IUP[X] - - - - -/* TT glyph 666, char 0x2077 */ -SVTCA[Y] -CALL[], 9, 2, 114 -SHP[2], 1 -CALL[], 9, 3, 105 -CALL[], 9, 8, 106 -CALL[], 8, 4, 105 -SRP2[], 9 -IP[], 6 -IUP[Y] -IUP[X] - - - - -/* TT glyph 667, char 0x2078 */ -SVTCA[Y] -CALL[], 39, 3, 114 -CALL[], 39, 0, 105 -SLOOP[], 8 -IP[], 12, 16, 24, 33, 6, 23, 25, 29 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 668, char 0x2079 */ -SVTCA[Y] -CALL[], 16, 3, 114 -CALL[], 16, 0, 105 -SLOOP[], 9 -IP[], 10, 21, 4, 25, 6, 19, 20, 5, 30 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 398, char 0x207f */ -SVTCA[Y] -CALL[], 11, 17, 114 -CALL[], 11, 3, 106 -CALL[], 11, 0, 105 -SHP[2], 20 -IP[], 6 -IP[], 8 -CALL[], 17, 16, 114 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x2080 */ - -USEMYMETRICS[] -OFFSET[R], 659, 0, -812 - - - - -/* VTTTalk Unicode 0x2081 */ - -USEMYMETRICS[] -OFFSET[R], 660, 0, -802 - - - - -/* VTTTalk Unicode 0x2082 */ - -USEMYMETRICS[] -OFFSET[R], 661, 0, -803 - - - - -/* VTTTalk Unicode 0x2083 */ - -USEMYMETRICS[] -OFFSET[R], 662, 0, -813 - - - - -/* VTTTalk Unicode 0x2084 */ - -USEMYMETRICS[] -OFFSET[R], 663, 0, -802 - - - - -/* VTTTalk Unicode 0x2085 */ - -USEMYMETRICS[] -OFFSET[R], 664, 0, -813 - - - - -/* VTTTalk Unicode 0x2086 */ - -USEMYMETRICS[] -OFFSET[R], 665, 0, -813 - - - - -/* VTTTalk Unicode 0x2087 */ - -USEMYMETRICS[] -OFFSET[R], 666, 0, -802 - - - - -/* VTTTalk Unicode 0x2088 */ - -USEMYMETRICS[] -OFFSET[R], 667, 0, -813 - - - - -/* VTTTalk Unicode 0x2089 */ - -USEMYMETRICS[] -OFFSET[R], 668, 0, -814 - - - -/* TT glyph 805, char 0x20a0 */ -SVTCA[Y] -CALL[], 6, 3, 114 -CALL[], 6, 13, 106 -CALL[], 6, 0, 105 -CALL[], 0, 19, 105 -SRP2[], 6 -IP[], 10 -IP[], 9 -CALL[], 25, 8, 114 -CALL[], 25, 24, 106 -SHP[1], 29 -CALL[], 25, 36, 105 -SHP[2], 28 -CALL[], 36, 37, 106 -SRP2[], 25 -IP[], 33 -IP[], 32 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 815, char 0x20a6 */ -SVTCA[Y] -CALL[], 12, 8, 114 -SHP[2], 4 -SRP1[], 4 -SHP[1], 19 -CALL[], 13, 2, 114 -SRP2[], 19 -IP[], 1 -MDAP[R], 1 -IP[], 10 -SRP2[], 13 -IP[], 6 -CALL[], 1, 0, 106 -SRP1[], 13 -SHP[1], 8 -SRP1[], 8 -SHP[1], 17 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 819, char 0x20a8 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 0, 6, 106 -CALL[], 18, 7, 114 -CALL[], 18, 23, 106 -SRP2[], 0 -SLOOP[], 6 -IP[], 9, 32, 12, 29, 15, 26 -CALL[], 39, 8, 114 -SHP[2], 35 -CALL[], 40, 2, 114 -CALL[], 40, 52, 106 -SHP[1], 53 -SRP2[], 39 -IP[], 44 -MDAP[R], 44 -CALL[], 44, 43, 106 -IP[], 36 -IUP[Y] -IUP[X] - - - - -/* TT glyph 825, char 0x20a9 */ -SVTCA[Y] -MIAP[R], 4, 12 -SHP[1], 14 -MIAP[R], 5, 4 -SHP[1], 21 -SRP1[], 4 -SRP2[], 21 -IP[], 2 -IP[], 9 -MDAP[R], 2 -MDAP[R], 9 -SRP1[], 4 -SRP2[], 2 -IP[], 7 -IP[], 19 -SRP1[], 9 -IP[], 12 -CALL[], 2, 3, 106 -SRP1[], 9 -SHP[1], 17 -SRP1[], 17 -SHP[1], 10 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 821, char 0x20aa */ -SVTCA[Y] -CALL[], 2, 6, 114 -SHP[2], 6 -SHP[2], 17 -SHP[2], 22 -CALL[], 4, 8, 114 -SHP[2], 0 -SHP[2], 11 -SHP[2], 15 -SRP1[], 2 -SLOOP[], 4 -IP[], 10, 19, 14, 23 -IUP[Y] -IUP[X] - - - - -/* TT glyph 810, char 0x20ad */ -SVTCA[Y] -CALL[], 20, 8, 114 -SHP[2], 24 -CALL[], 21, 2, 114 -SHP[2], 14 -SRP2[], 20 -IP[], 5 -MDAP[R], 5 -IP[], 9 -IP[], 25 -SRP2[], 21 -IP[], 26 -CALL[], 9, 8, 106 -SRP1[], 5 -SHP[1], 1 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 824, char 0x20ae */ -SVTCA[Y] -CALL[], 8, 8, 114 -CALL[], 13, 2, 114 -SHP[2], 9 -CALL[], 13, 12, 106 -SRP2[], 8 -SLOOP[], 8 -IP[], 4, 5, 7, 6, 0, 1, 3, 2 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 817, char 0x20b1 */ -SVTCA[Y] -CALL[], 26, 8, 114 -CALL[], 27, 2, 114 -CALL[], 27, 17, 106 -SHP[1], 19 -SRP2[], 26 -IP[], 9 -MDAP[R], 9 -SRP2[], 27 -SLOOP[], 4 -IP[], 4, 5, 0, 1 -CALL[], 9, 8, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 808, char 0x20b2 */ -SVTCA[Y] -CALL[], 8, 9, 114 -SMD[], 96 -MDRP[m>RBl], 0 -CALL[], 8, 27, 105 -IP[], 37 -IP[], 31 -CALL[], 14, 3, 114 -MDRP[m>RBl], 1 -CALL[], 14, 21, 105 -SRP2[], 8 -IP[], 39 -MDAP[R], 39 -SRP2[], 14 -IP[], 18 -IP[], 17 -SHP[1], 35 -CALL[], 39, 38, 106 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 809, char 0x20b4 */ -SVTCA[Y] -CALL[], 13, 3, 114 -CALL[], 13, 6, 106 -CALL[], 20, 9, 114 -CALL[], 20, 34, 106 -SRP2[], 13 -IP[], 42 -IP[], 49 -MDAP[R], 42 -MDAP[R], 49 -IP[], 9 -IP[], 10 -CALL[], 42, 41, 106 -SHP[2], 26 -SLOOP[], 3 -IP[], 28, 48, 27 -CALL[], 49, 50, 106 -SHP[2], 18 -SLOOP[], 3 -IP[], 47, 46, 19 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 798, char 0x20b5 */ -SVTCA[Y] -CALL[], 4, 9, 114 -SMD[], 96 -MDRP[m>RBl], 0 -CALL[], 4, 21, 105 -CALL[], 9, 3, 114 -MDRP[m>RBl], 1 -CALL[], 9, 16, 105 -SRP2[], 4 -IP[], 13 -IP[], 12 -IUP[Y] -IUP[X] - - - - -/* TT glyph 823, char 0x20b8 */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 9, 2, 114 -CALL[], 9, 8, 106 -CALL[], 8, 5, 105 -SHP[2], 1 -CALL[], 5, 4, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 820, char 0x20b9 */ -SVTCA[Y] -CALL[], 21, 8, 114 -CALL[], 27, 2, 114 -SRP2[], 21 -IP[], 1 -MDAP[R], 1 -SRP2[], 27 -IP[], 22 -IP[], 23 -CALL[], 1, 0, 106 -IP[], 19 -CALL[], 27, 29, 106 -SHP[2], 9 -SHP[2], 11 -MIAP[R], 28, 16 -IP[], 10 -IUP[Y] -IUP[X] - - - - -/* TT glyph 813, char 0x20ba */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 0, 10, 106 -CALL[], 4, 2, 114 -SRP2[], 0 -IP[], 18 -IP[], 21 -SRP1[], 18 -SHP[1], 19 -CALL[], 18, 17, 106 -SHP[2], 20 -SRP1[], 21 -SHP[1], 24 -CALL[], 21, 22, 106 -SHP[2], 23 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 814, char 0x20bc */ -SVTCA[Y] -CALL[], 14, 8, 114 -SHP[2], 7 -SHP[2], 13 -CALL[], 15, 2, 114 -SRP2[], 14 -IP[], 3 -CALL[], 3, 10, 105 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 818, char 0x20bd */ -SVTCA[Y] -CALL[], 26, 8, 114 -CALL[], 27, 2, 114 -CALL[], 27, 17, 106 -SHP[1], 18 -SRP2[], 26 -IP[], 1 -IP[], 9 -MDAP[R], 1 -MDAP[R], 9 -SRP1[], 1 -IP[], 0 -SRP1[], 9 -SHP[1], 5 -CALL[], 9, 8, 106 -SHP[2], 4 -IUP[Y] -IUP[X] - - - - -/* TT glyph 811, char 0x20be */ -SVTCA[Y] -CALL[], 7, 3, 114 -CALL[], 7, 16, 106 -SRP0[], 7 -MDRP[m>RWh], 33 -SHP[2], 30 -CALL[], 24, 8, 114 -SRP1[], 7 -IP[], 12 -MDAP[R], 12 -IP[], 32 -IP[], 31 -CALL[], 24, 25, 106 -SHP[2], 1 -SHP[2], 23 -IP[], 0 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1187, char 0x2105 */ -SVTCA[Y] -CALL[], 4, 9, 114 -CALL[], 4, 16, 106 -CALL[], 4, 10, 105 -CALL[], 10, 22, 106 -CALL[], 34, 3, 114 -CALL[], 34, 41, 106 -SRP2[], 4 -SLOOP[], 4 -IP[], 0, 1, 3, 2 -CALL[], 34, 28, 105 -CALL[], 28, 47, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1194, char 0x2113 */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 0, 28, 106 -CALL[], 7, 3, 114 -CALL[], 7, 21, 106 -SRP2[], 0 -IP[], 15 -CALL[], 15, 14, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1196, char 0x2116 */ -SVTCA[Y] -CALL[], 15, 8, 114 -CALL[], 15, 14, 106 -CALL[], 14, 0, 105 -CALL[], 0, 20, 106 -CALL[], 0, 6, 105 -CALL[], 6, 26, 106 -CALL[], 17, 2, 114 -CALL[], 17, 16, 106 -SHP[2], 32 -SRP1[], 32 -SHP[1], 43 -SRP1[], 17 -SRP2[], 43 -IP[], 33 -IP[], 37 -SHP[1], 36 -SRP1[], 36 -SHP[1], 41 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1185, char 0x2117 */ -SVTCA[Y] -MDAP[R], 6 -CALL[], 6, 22, 106 -CALL[], 6, 0, 105 -CALL[], 0, 16, 106 -SRP2[], 6 -SLOOP[], 5 -IP[], 12, 28, 29, 37, 13 -SRP1[], 13 -SHP[1], 39 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x2126 */ - -USEMYMETRICS[] -OFFSET[R], 570, 0, 0 - - - - -/* TT glyph 872, char 0x21e1 */ -SVTCA[Y] -CALL[], 8, 8, 114 -CALL[], 8, 1, 105 -IP[], 7 -IP[], 3 -MDAP[R], 7 -MDAP[R], 3 -SRP1[], 8 -SRP2[], 7 -SLOOP[], 4 -IP[], 10, 15, 14, 19 -SRP1[], 3 -SRP2[], 1 -IP[], 23 -IP[], 22 -IUP[Y] -IUP[X] - - - - -/* TT glyph 873, char 0x21e3 */ -SVTCA[Y] -CALL[], 21, 2, 114 -CALL[], 21, 0, 105 -IP[], 5 -IP[], 2 -MDAP[R], 5 -MDAP[R], 2 -SRP1[], 5 -SLOOP[], 4 -IP[], 8, 3, 9, 12 -SRP1[], 2 -SRP2[], 21 -SLOOP[], 4 -IP[], 13, 16, 17, 20 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x2206 */ - -USEMYMETRICS[] -OFFSET[R], 550, 0, 0 - - - - - -/* VTTTalk Unicode 0x2215 */ - -OFFSET[R], 693, 2, 0 - - - - -/* VTTTalk Unicode 0x2219 */ - -USEMYMETRICS[] -OFFSET[R], 687, 0, 0 - - - - -/* TT glyph 834, char 0x2262 */ -SVTCA[Y] -CALL[], 1, 2, 114 -CALL[], 3, 8, 114 -SRP1[], 1 -SLOOP[], 8 -IP[], 8, 9, 12, 13, 16, 17, 4, 5 -IUP[Y] -IUP[X] - - - - -/* TT glyph 863, char 0x2263 */ -SVTCA[Y] -MDAP[R], 1 -CALL[], 1, 4, 105 -SLOOP[], 6 -IP[], 6, 11, 10, 15, 14, 3 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x23af */ - -USEMYMETRICS[] -OFFSET[R], 1080, 0, 0 - - - -/* TT glyph 1080, char 0x2500 */ - - - - -/* TT glyph 1042, char 0x2501 */ - - - - -/* TT glyph 1093, char 0x2502 */ - - - - -/* TT glyph 1055, char 0x2503 */ - - - - -/* TT glyph 1086, char 0x2504 */ - - - - -/* TT glyph 1048, char 0x2505 */ - - - - -/* TT glyph 1087, char 0x2506 */ - - - - -/* TT glyph 1049, char 0x2507 */ - - - - -/* TT glyph 1083, char 0x2508 */ - - - - -/* TT glyph 1045, char 0x2509 */ - - - - -/* TT glyph 1084, char 0x250a */ - - - - -/* TT glyph 1046, char 0x250b */ - - - - -/* TT glyph 1079, char 0x250c */ - - - - -/* TT glyph 1030, char 0x250d */ - - - - -/* TT glyph 1024, char 0x250e */ - - - - -/* TT glyph 1041, char 0x250f */ - - - - -/* TT glyph 1078, char 0x2510 */ - - - - -/* TT glyph 1028, char 0x2511 */ - - - - -/* TT glyph 1022, char 0x2512 */ - - - - -/* TT glyph 1040, char 0x2513 */ - - - - -/* TT glyph 1092, char 0x2514 */ - - - - -/* TT glyph 1119, char 0x2515 */ - - - - -/* TT glyph 1113, char 0x2516 */ - - - - -/* TT glyph 1054, char 0x2517 */ - - - - -/* TT glyph 1091, char 0x2518 */ - - - - -/* TT glyph 1117, char 0x2519 */ - - - - -/* TT glyph 1111, char 0x251a */ - - - - -/* TT glyph 1052, char 0x251b */ - - - - -/* TT glyph 1096, char 0x251c */ - - - - -/* TT glyph 1131, char 0x251d */ - - - - -/* TT glyph 1112, char 0x251e */ - - - - -/* TT glyph 1025, char 0x251f */ - - - - -/* TT glyph 1128, char 0x2520 */ - - - - -/* TT glyph 1031, char 0x2521 */ - - - - -/* TT glyph 1118, char 0x2522 */ - - - - -/* TT glyph 1058, char 0x2523 */ - - - - -/* TT glyph 1095, char 0x2524 */ - - - - -/* TT glyph 1130, char 0x2525 */ - - - - -/* TT glyph 1110, char 0x2526 */ - - - - -/* TT glyph 1023, char 0x2527 */ - - - - -/* TT glyph 1127, char 0x2528 */ - - - - -/* TT glyph 1029, char 0x2529 */ - - - - -/* TT glyph 1116, char 0x252a */ - - - - -/* TT glyph 1057, char 0x252b */ - - - - -/* TT glyph 1077, char 0x252c */ - - - - -/* TT glyph 1060, char 0x252d */ - - - - -/* TT glyph 1098, char 0x252e */ - - - - -/* TT glyph 1027, char 0x252f */ - - - - -/* TT glyph 1021, char 0x2530 */ - - - - -/* TT glyph 1101, char 0x2531 */ - - - - -/* TT glyph 1063, char 0x2532 */ - - - - -/* TT glyph 1039, char 0x2533 */ - - - - -/* TT glyph 1090, char 0x2534 */ - - - - -/* TT glyph 1061, char 0x2535 */ - - - - -/* TT glyph 1099, char 0x2536 */ - - - - -/* TT glyph 1115, char 0x2537 */ - - - - -/* TT glyph 1109, char 0x2538 */ - - - - -/* TT glyph 1102, char 0x2539 */ - - - - -/* TT glyph 1064, char 0x253a */ - - - - -/* TT glyph 1051, char 0x253b */ - - - - -/* TT glyph 1094, char 0x253c */ - - - - -/* TT glyph 1062, char 0x253d */ - - - - -/* TT glyph 1100, char 0x253e */ - - - - -/* TT glyph 1129, char 0x253f */ - - - - -/* TT glyph 1108, char 0x2540 */ - - - - -/* TT glyph 1026, char 0x2541 */ - - - - -/* TT glyph 1126, char 0x2542 */ - - - - -/* TT glyph 1066, char 0x2543 */ - - - - -/* TT glyph 1104, char 0x2544 */ - - - - -/* TT glyph 1059, char 0x2545 */ - - - - -/* TT glyph 1097, char 0x2546 */ - - - - -/* TT glyph 1032, char 0x2547 */ - - - - -/* TT glyph 1114, char 0x2548 */ - - - - -/* TT glyph 1103, char 0x2549 */ - - - - -/* TT glyph 1065, char 0x254a */ - - - - -/* TT glyph 1056, char 0x254b */ - - - - -/* TT glyph 1074, char 0x254c */ - - - - -/* TT glyph 1036, char 0x254d */ - - - - -/* TT glyph 1075, char 0x254e */ - - - - -/* TT glyph 1037, char 0x254f */ - - - - -/* TT glyph 1010, char 0x2550 */ - - - - -/* TT glyph 1014, char 0x2551 */ - - - - -/* TT glyph 1035, char 0x2552 */ - - - - -/* TT glyph 1020, char 0x2553 */ - - - - -/* TT glyph 1009, char 0x2554 */ - - - - -/* TT glyph 1034, char 0x2555 */ - - - - -/* TT glyph 1019, char 0x2556 */ - - - - -/* TT glyph 1008, char 0x2557 */ - - - - -/* TT glyph 1122, char 0x2558 */ - - - - -/* TT glyph 1107, char 0x2559 */ - - - - -/* TT glyph 1013, char 0x255a */ - - - - -/* TT glyph 1121, char 0x255b */ - - - - -/* TT glyph 1106, char 0x255c */ - - - - -/* TT glyph 1012, char 0x255d */ - - - - -/* TT glyph 1134, char 0x255e */ - - - - -/* TT glyph 1125, char 0x255f */ - - - - -/* TT glyph 1017, char 0x2560 */ - - - - -/* TT glyph 1133, char 0x2561 */ - - - - -/* TT glyph 1124, char 0x2562 */ - - - - -/* TT glyph 1016, char 0x2563 */ - - - - -/* TT glyph 1033, char 0x2564 */ - - - - -/* TT glyph 1018, char 0x2565 */ - - - - -/* TT glyph 1007, char 0x2566 */ - - - - -/* TT glyph 1120, char 0x2567 */ - - - - -/* TT glyph 1105, char 0x2568 */ - - - - -/* TT glyph 1011, char 0x2569 */ - - - - -/* TT glyph 1132, char 0x256a */ - - - - -/* TT glyph 1123, char 0x256b */ - - - - -/* TT glyph 1015, char 0x256c */ - - - - -/* TT glyph 1068, char 0x256d */ - - - - -/* TT glyph 1067, char 0x256e */ - - - - -/* TT glyph 1069, char 0x256f */ - - - - -/* TT glyph 1070, char 0x2570 */ - - - - -/* TT glyph 1073, char 0x2571 */ - - - - -/* TT glyph 1072, char 0x2572 */ - - - - -/* TT glyph 1071, char 0x2573 */ - - - - -/* TT glyph 1081, char 0x2574 */ - - - - -/* TT glyph 1088, char 0x2575 */ - - - - -/* TT glyph 1085, char 0x2576 */ - - - - -/* TT glyph 1076, char 0x2577 */ - - - - -/* TT glyph 1043, char 0x2578 */ - - - - -/* TT glyph 1050, char 0x2579 */ - - - - -/* TT glyph 1047, char 0x257a */ - - - - -/* TT glyph 1038, char 0x257b */ - - - - -/* TT glyph 1082, char 0x257c */ - - - - -/* TT glyph 1089, char 0x257d */ - - - - -/* TT glyph 1044, char 0x257e */ - - - - -/* TT glyph 1053, char 0x257f */ - - - - -/* TT glyph 874, char 0x2581 */ - - - - - -/* TT glyph 1135, char 0xffff */ - - - - -/* TT glyph 875, char 0x2582 */ - - - - - -/* TT glyph 1136, char 0xffff */ - - - - -/* TT glyph 876, char 0x2583 */ - - - - - -/* TT glyph 1137, char 0xffff */ - - - - -/* TT glyph 878, char 0x2585 */ - - - - - -/* TT glyph 1139, char 0xffff */ - - - - -/* TT glyph 879, char 0x2586 */ - - - - - -/* TT glyph 1140, char 0xffff */ - - - - -/* TT glyph 880, char 0x2587 */ - - - - - -/* TT glyph 1141, char 0xffff */ - - - - -/* TT glyph 890, char 0x2589 */ - - - - - -/* TT glyph 1151, char 0xffff */ - - - - -/* TT glyph 889, char 0x258a */ - - - - - -/* TT glyph 1150, char 0xffff */ - - - - -/* TT glyph 888, char 0x258b */ - - - - - -/* TT glyph 1149, char 0xffff */ - - - - -/* TT glyph 886, char 0x258d */ - - - - - -/* TT glyph 1147, char 0xffff */ - - - - -/* TT glyph 885, char 0x258e */ - - - - - -/* TT glyph 1146, char 0xffff */ - - - - -/* TT glyph 884, char 0x258f */ - - - - - -/* TT glyph 1145, char 0xffff */ - - - - -/* TT glyph 883, char 0x2594 */ - - - - - -/* TT glyph 1144, char 0xffff */ - - - - -/* TT glyph 892, char 0x2595 */ - - - - - -/* TT glyph 1153, char 0xffff */ - - - - -/* TT glyph 893, char 0x2596 */ - - - - - -/* TT glyph 1154, char 0xffff */ - - - - -/* TT glyph 894, char 0x2597 */ - - - - - -/* TT glyph 1155, char 0xffff */ - - - - -/* TT glyph 895, char 0x2598 */ - - - - - -/* TT glyph 1156, char 0xffff */ - - - - -/* TT glyph 896, char 0x2599 */ - - - - - -/* TT glyph 1157, char 0xffff */ - - - - -/* TT glyph 897, char 0x259a */ - - - - - -/* TT glyph 1158, char 0xffff */ - - - - -/* TT glyph 898, char 0x259b */ - - - - - -/* TT glyph 1159, char 0xffff */ - - - - -/* TT glyph 899, char 0x259c */ - - - - - -/* TT glyph 1160, char 0xffff */ - - - - -/* TT glyph 900, char 0x259d */ - - - - - -/* TT glyph 1161, char 0xffff */ - - - - -/* TT glyph 901, char 0x259e */ - - - - - -/* TT glyph 1162, char 0xffff */ - - - - -/* TT glyph 902, char 0x259f */ - - - - - -/* TT glyph 1163, char 0xffff */ - - - - -/* TT glyph 951, char 0x25a1 */ - - - - - -/* TT glyph 952, char 0x25a2 */ - - - - - -/* TT glyph 953, char 0x25a3 */ - - - - - -/* TT glyph 955, char 0x25a4 */ - - - - - -/* TT glyph 956, char 0x25a5 */ - - - - - -/* TT glyph 957, char 0x25a6 */ - - - - - -/* TT glyph 958, char 0x25a7 */ - - - - - -/* TT glyph 959, char 0x25a8 */ - - - - - -/* TT glyph 960, char 0x25a9 */ - - - - - -/* TT glyph 961, char 0x25aa */ - - - - - -/* TT glyph 962, char 0x25ab */ - - - - - -/* TT glyph 948, char 0x25ad */ - - - - - -/* TT glyph 946, char 0x25ae */ - - - - - -/* TT glyph 949, char 0x25af */ - - - - - -/* TT glyph 944, char 0x25b0 */ - - - - - -/* TT glyph 945, char 0x25b1 */ - - - - - -/* TT glyph 980, char 0x25b3 */ - - - - - -/* TT glyph 991, char 0x25b4 */ - - - - - -/* TT glyph 995, char 0x25b5 */ - - - - - -/* TT glyph 977, char 0x25b6 */ - - - - - -/* TT glyph 981, char 0x25b7 */ - - - - - -/* TT glyph 992, char 0x25b8 */ - - - - - -/* TT glyph 996, char 0x25b9 */ - - - - - -/* TT glyph 989, char 0x25bb */ - - - - - -/* TT glyph 982, char 0x25bd */ - - - - - -/* TT glyph 993, char 0x25be */ - - - - - -/* TT glyph 997, char 0x25bf */ - - - - - -/* TT glyph 979, char 0x25c0 */ - - - - - -/* TT glyph 983, char 0x25c1 */ - - - - - -/* TT glyph 994, char 0x25c2 */ - - - - - -/* TT glyph 998, char 0x25c3 */ - - - - - -/* TT glyph 990, char 0x25c5 */ - - - - - -/* TT glyph 936, char 0x25c6 */ - - - - - -/* TT glyph 937, char 0x25c7 */ - - - - - -/* TT glyph 942, char 0x25c8 */ - - - - - -/* TT glyph 923, char 0x25c9 */ - - - - - -/* TT glyph 922, char 0x25cc */ - - - - - -/* TT glyph 921, char 0x25cd */ - - - - - - -/* VTTTalk Unicode 0x25ce */ - -USEMYMETRICS[] -OFFSET[R], 908, 0, 0 -OFFSET[R], 925, 0, 0 - - - -/* TT glyph 906, char 0x25cf */ - - - - - -/* TT glyph 909, char 0x25d0 */ - - - - - -/* TT glyph 910, char 0x25d1 */ - - - - - -/* TT glyph 911, char 0x25d2 */ - - - - - -/* TT glyph 912, char 0x25d3 */ - - - - - -/* TT glyph 915, char 0x25d4 */ - - - - - -/* TT glyph 916, char 0x25d5 */ - - - - - -/* TT glyph 913, char 0x25d6 */ - - - - - -/* TT glyph 914, char 0x25d7 */ - - - - - -/* TT glyph 928, char 0x25da */ - - - - - -/* TT glyph 929, char 0x25db */ - - - - - -/* TT glyph 932, char 0x25dc */ - - - - - -/* TT glyph 933, char 0x25dd */ - - - - - -/* TT glyph 934, char 0x25de */ - - - - - -/* TT glyph 935, char 0x25df */ - - - - - -/* TT glyph 930, char 0x25e0 */ - - - - - -/* TT glyph 931, char 0x25e1 */ - - - - - -/* TT glyph 1000, char 0x25e2 */ - - - - -/* TT glyph 1001, char 0x25e3 */ - - - - -/* TT glyph 1002, char 0x25e4 */ - - - - -/* TT glyph 999, char 0x25e5 */ - - - - - -/* TT glyph 963, char 0x25e7 */ - - - - - -/* TT glyph 964, char 0x25e8 */ - - - - - -/* TT glyph 965, char 0x25e9 */ - - - - - -/* TT glyph 966, char 0x25ea */ - - - - - -/* TT glyph 967, char 0x25eb */ - - - - - -/* TT glyph 984, char 0x25ec */ - - - - - -/* TT glyph 985, char 0x25ed */ - - - - - -/* TT glyph 986, char 0x25ee */ - - - - - -/* TT glyph 908, char 0x25ef */ - - - - - -/* TT glyph 968, char 0x25f0 */ - - - - - -/* TT glyph 969, char 0x25f1 */ - - - - - -/* TT glyph 970, char 0x25f2 */ - - - - - -/* TT glyph 971, char 0x25f3 */ - - - - - -/* TT glyph 917, char 0x25f4 */ - - - - - -/* TT glyph 918, char 0x25f5 */ - - - - - -/* TT glyph 919, char 0x25f6 */ - - - - - -/* TT glyph 920, char 0x25f7 */ - - - - - -/* TT glyph 1006, char 0x25f8 */ - - - - -/* TT glyph 1003, char 0x25f9 */ - - - - -/* TT glyph 1005, char 0x25fa */ - - - - -/* TT glyph 972, char 0x25fb */ - - - - - -/* TT glyph 973, char 0x25fc */ - - - - - -/* TT glyph 974, char 0x25fd */ - - - - - -/* TT glyph 975, char 0x25fe */ - - - - - -/* TT glyph 1004, char 0x25ff */ - - - - -/* TT glyph 1167, char 0x2619 */ -SVTCA[Y] -MDAP[R], 60 -SHP[1], 10 -CALL[], 60, 21, 105 -SLOOP[], 14 -IP[], 24, 28, 25, 46, 45, 0, 20, 50, 39, 57, 58, 64, 63, 9 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 1177, char 0x2713 */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 6, 2, 114 -SRP2[], 0 -IP[], 2 -MDAP[R], 2 -IP[], 4 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1178, char 0x2767 */ -SVTCA[Y] -MDAP[R], 66 -SHP[1], 11 -CALL[], 66, 21, 105 -SLOOP[], 13 -IP[], 54, 50, 53, 32, 33, 0, 1, 28, 39, 57, 68, 62, 63 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 703, char 0x276c */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 3, 2, 114 -SRP2[], 0 -SLOOP[], 4 -IP[], 1, 6, 5, 2 -IUP[Y] -IUP[X] - - - - -/* TT glyph 704, char 0x276d */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 3, 2, 114 -SRP2[], 0 -SLOOP[], 4 -IP[], 2, 1, 5, 6 -IUP[Y] -IUP[X] - - - - -/* TT glyph 701, char 0x276e */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 3, 2, 114 -SRP2[], 0 -SLOOP[], 4 -IP[], 1, 6, 5, 2 -IUP[Y] -IUP[X] - - - - -/* TT glyph 702, char 0x276f */ -SVTCA[Y] -CALL[], 0, 8, 114 -CALL[], 3, 2, 114 -SRP2[], 0 -SLOOP[], 4 -IP[], 1, 6, 5, 2 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1302, char 0x2800 */ - - - - -/* TT glyph 1303, char 0x2801 */ - - - - -/* TT glyph 1431, char 0x2802 */ - - - - -/* TT glyph 1304, char 0x2803 */ - - - - -/* TT glyph 1495, char 0x2804 */ - - - - -/* TT glyph 1368, char 0x2805 */ - - - - -/* TT glyph 1432, char 0x2806 */ - - - - -/* TT glyph 1305, char 0x2807 */ - - - - -/* TT glyph 1527, char 0x2808 */ - - - - -/* TT glyph 1400, char 0x2809 */ - - - - -/* TT glyph 1464, char 0x280a */ - - - - -/* TT glyph 1337, char 0x280b */ - - - - -/* TT glyph 1496, char 0x280c */ - - - - -/* TT glyph 1369, char 0x280d */ - - - - -/* TT glyph 1433, char 0x280e */ - - - - -/* TT glyph 1306, char 0x280f */ - - - - -/* TT glyph 1543, char 0x2810 */ - - - - -/* TT glyph 1416, char 0x2811 */ - - - - -/* TT glyph 1480, char 0x2812 */ - - - - -/* TT glyph 1353, char 0x2813 */ - - - - -/* TT glyph 1512, char 0x2814 */ - - - - -/* TT glyph 1385, char 0x2815 */ - - - - -/* TT glyph 1449, char 0x2816 */ - - - - -/* TT glyph 1322, char 0x2817 */ - - - - -/* TT glyph 1528, char 0x2818 */ - - - - -/* TT glyph 1401, char 0x2819 */ - - - - -/* TT glyph 1465, char 0x281a */ - - - - -/* TT glyph 1338, char 0x281b */ - - - - -/* TT glyph 1497, char 0x281c */ - - - - -/* TT glyph 1370, char 0x281d */ - - - - -/* TT glyph 1434, char 0x281e */ - - - - -/* TT glyph 1307, char 0x281f */ - - - - -/* TT glyph 1551, char 0x2820 */ - - - - -/* TT glyph 1424, char 0x2821 */ - - - - -/* TT glyph 1488, char 0x2822 */ - - - - -/* TT glyph 1361, char 0x2823 */ - - - - -/* TT glyph 1520, char 0x2824 */ - - - - -/* TT glyph 1393, char 0x2825 */ - - - - -/* TT glyph 1457, char 0x2826 */ - - - - -/* TT glyph 1330, char 0x2827 */ - - - - -/* TT glyph 1536, char 0x2828 */ - - - - -/* TT glyph 1409, char 0x2829 */ - - - - -/* TT glyph 1473, char 0x282a */ - - - - -/* TT glyph 1346, char 0x282b */ - - - - -/* TT glyph 1505, char 0x282c */ - - - - -/* TT glyph 1378, char 0x282d */ - - - - -/* TT glyph 1442, char 0x282e */ - - - - -/* TT glyph 1315, char 0x282f */ - - - - -/* TT glyph 1544, char 0x2830 */ - - - - -/* TT glyph 1417, char 0x2831 */ - - - - -/* TT glyph 1481, char 0x2832 */ - - - - -/* TT glyph 1354, char 0x2833 */ - - - - -/* TT glyph 1513, char 0x2834 */ - - - - -/* TT glyph 1386, char 0x2835 */ - - - - -/* TT glyph 1450, char 0x2836 */ - - - - -/* TT glyph 1323, char 0x2837 */ - - - - -/* TT glyph 1529, char 0x2838 */ - - - - -/* TT glyph 1402, char 0x2839 */ - - - - -/* TT glyph 1466, char 0x283a */ - - - - -/* TT glyph 1339, char 0x283b */ - - - - -/* TT glyph 1498, char 0x283c */ - - - - -/* TT glyph 1371, char 0x283d */ - - - - -/* TT glyph 1435, char 0x283e */ - - - - -/* TT glyph 1308, char 0x283f */ - - - - -/* TT glyph 1555, char 0x2840 */ - - - - -/* TT glyph 1428, char 0x2841 */ - - - - -/* TT glyph 1492, char 0x2842 */ - - - - -/* TT glyph 1365, char 0x2843 */ - - - - -/* TT glyph 1524, char 0x2844 */ - - - - -/* TT glyph 1397, char 0x2845 */ - - - - -/* TT glyph 1461, char 0x2846 */ - - - - -/* TT glyph 1334, char 0x2847 */ - - - - -/* TT glyph 1540, char 0x2848 */ - - - - -/* TT glyph 1413, char 0x2849 */ - - - - -/* TT glyph 1477, char 0x284a */ - - - - -/* TT glyph 1350, char 0x284b */ - - - - -/* TT glyph 1509, char 0x284c */ - - - - -/* TT glyph 1382, char 0x284d */ - - - - -/* TT glyph 1446, char 0x284e */ - - - - -/* TT glyph 1319, char 0x284f */ - - - - -/* TT glyph 1548, char 0x2850 */ - - - - -/* TT glyph 1421, char 0x2851 */ - - - - -/* TT glyph 1485, char 0x2852 */ - - - - -/* TT glyph 1358, char 0x2853 */ - - - - -/* TT glyph 1517, char 0x2854 */ - - - - -/* TT glyph 1390, char 0x2855 */ - - - - -/* TT glyph 1454, char 0x2856 */ - - - - -/* TT glyph 1327, char 0x2857 */ - - - - -/* TT glyph 1533, char 0x2858 */ - - - - -/* TT glyph 1406, char 0x2859 */ - - - - -/* TT glyph 1470, char 0x285a */ - - - - -/* TT glyph 1343, char 0x285b */ - - - - -/* TT glyph 1502, char 0x285c */ - - - - -/* TT glyph 1375, char 0x285d */ - - - - -/* TT glyph 1439, char 0x285e */ - - - - -/* TT glyph 1312, char 0x285f */ - - - - -/* TT glyph 1552, char 0x2860 */ - - - - -/* TT glyph 1425, char 0x2861 */ - - - - -/* TT glyph 1489, char 0x2862 */ - - - - -/* TT glyph 1362, char 0x2863 */ - - - - -/* TT glyph 1521, char 0x2864 */ - - - - -/* TT glyph 1394, char 0x2865 */ - - - - -/* TT glyph 1458, char 0x2866 */ - - - - -/* TT glyph 1331, char 0x2867 */ - - - - -/* TT glyph 1537, char 0x2868 */ - - - - -/* TT glyph 1410, char 0x2869 */ - - - - -/* TT glyph 1474, char 0x286a */ - - - - -/* TT glyph 1347, char 0x286b */ - - - - -/* TT glyph 1506, char 0x286c */ - - - - -/* TT glyph 1379, char 0x286d */ - - - - -/* TT glyph 1443, char 0x286e */ - - - - -/* TT glyph 1316, char 0x286f */ - - - - -/* TT glyph 1545, char 0x2870 */ - - - - -/* TT glyph 1418, char 0x2871 */ - - - - -/* TT glyph 1482, char 0x2872 */ - - - - -/* TT glyph 1355, char 0x2873 */ - - - - -/* TT glyph 1514, char 0x2874 */ - - - - -/* TT glyph 1387, char 0x2875 */ - - - - -/* TT glyph 1451, char 0x2876 */ - - - - -/* TT glyph 1324, char 0x2877 */ - - - - -/* TT glyph 1530, char 0x2878 */ - - - - -/* TT glyph 1403, char 0x2879 */ - - - - -/* TT glyph 1467, char 0x287a */ - - - - -/* TT glyph 1340, char 0x287b */ - - - - -/* TT glyph 1499, char 0x287c */ - - - - -/* TT glyph 1372, char 0x287d */ - - - - -/* TT glyph 1436, char 0x287e */ - - - - -/* TT glyph 1309, char 0x287f */ - - - - -/* TT glyph 1557, char 0x2880 */ - - - - -/* TT glyph 1430, char 0x2881 */ - - - - -/* TT glyph 1494, char 0x2882 */ - - - - -/* TT glyph 1367, char 0x2883 */ - - - - -/* TT glyph 1526, char 0x2884 */ - - - - -/* TT glyph 1399, char 0x2885 */ - - - - -/* TT glyph 1463, char 0x2886 */ - - - - -/* TT glyph 1336, char 0x2887 */ - - - - -/* TT glyph 1542, char 0x2888 */ - - - - -/* TT glyph 1415, char 0x2889 */ - - - - -/* TT glyph 1479, char 0x288a */ - - - - -/* TT glyph 1352, char 0x288b */ - - - - -/* TT glyph 1511, char 0x288c */ - - - - -/* TT glyph 1384, char 0x288d */ - - - - -/* TT glyph 1448, char 0x288e */ - - - - -/* TT glyph 1321, char 0x288f */ - - - - -/* TT glyph 1550, char 0x2890 */ - - - - -/* TT glyph 1423, char 0x2891 */ - - - - -/* TT glyph 1487, char 0x2892 */ - - - - -/* TT glyph 1360, char 0x2893 */ - - - - -/* TT glyph 1519, char 0x2894 */ - - - - -/* TT glyph 1392, char 0x2895 */ - - - - -/* TT glyph 1456, char 0x2896 */ - - - - -/* TT glyph 1329, char 0x2897 */ - - - - -/* TT glyph 1535, char 0x2898 */ - - - - -/* TT glyph 1408, char 0x2899 */ - - - - -/* TT glyph 1472, char 0x289a */ - - - - -/* TT glyph 1345, char 0x289b */ - - - - -/* TT glyph 1504, char 0x289c */ - - - - -/* TT glyph 1377, char 0x289d */ - - - - -/* TT glyph 1441, char 0x289e */ - - - - -/* TT glyph 1314, char 0x289f */ - - - - -/* TT glyph 1554, char 0x28a0 */ - - - - -/* TT glyph 1427, char 0x28a1 */ - - - - -/* TT glyph 1491, char 0x28a2 */ - - - - -/* TT glyph 1364, char 0x28a3 */ - - - - -/* TT glyph 1523, char 0x28a4 */ - - - - -/* TT glyph 1396, char 0x28a5 */ - - - - -/* TT glyph 1460, char 0x28a6 */ - - - - -/* TT glyph 1333, char 0x28a7 */ - - - - -/* TT glyph 1539, char 0x28a8 */ - - - - -/* TT glyph 1412, char 0x28a9 */ - - - - -/* TT glyph 1476, char 0x28aa */ - - - - -/* TT glyph 1349, char 0x28ab */ - - - - -/* TT glyph 1508, char 0x28ac */ - - - - -/* TT glyph 1381, char 0x28ad */ - - - - -/* TT glyph 1445, char 0x28ae */ - - - - -/* TT glyph 1318, char 0x28af */ - - - - -/* TT glyph 1547, char 0x28b0 */ - - - - -/* TT glyph 1420, char 0x28b1 */ - - - - -/* TT glyph 1484, char 0x28b2 */ - - - - -/* TT glyph 1357, char 0x28b3 */ - - - - -/* TT glyph 1516, char 0x28b4 */ - - - - -/* TT glyph 1389, char 0x28b5 */ - - - - -/* TT glyph 1453, char 0x28b6 */ - - - - -/* TT glyph 1326, char 0x28b7 */ - - - - -/* TT glyph 1532, char 0x28b8 */ - - - - -/* TT glyph 1405, char 0x28b9 */ - - - - -/* TT glyph 1469, char 0x28ba */ - - - - -/* TT glyph 1342, char 0x28bb */ - - - - -/* TT glyph 1501, char 0x28bc */ - - - - -/* TT glyph 1374, char 0x28bd */ - - - - -/* TT glyph 1438, char 0x28be */ - - - - -/* TT glyph 1311, char 0x28bf */ - - - - -/* TT glyph 1556, char 0x28c0 */ - - - - -/* TT glyph 1429, char 0x28c1 */ - - - - -/* TT glyph 1493, char 0x28c2 */ - - - - -/* TT glyph 1366, char 0x28c3 */ - - - - -/* TT glyph 1525, char 0x28c4 */ - - - - -/* TT glyph 1398, char 0x28c5 */ - - - - -/* TT glyph 1462, char 0x28c6 */ - - - - -/* TT glyph 1335, char 0x28c7 */ - - - - -/* TT glyph 1541, char 0x28c8 */ - - - - -/* TT glyph 1414, char 0x28c9 */ - - - - -/* TT glyph 1478, char 0x28ca */ - - - - -/* TT glyph 1351, char 0x28cb */ - - - - -/* TT glyph 1510, char 0x28cc */ - - - - -/* TT glyph 1383, char 0x28cd */ - - - - -/* TT glyph 1447, char 0x28ce */ - - - - -/* TT glyph 1320, char 0x28cf */ - - - - -/* TT glyph 1549, char 0x28d0 */ - - - - -/* TT glyph 1422, char 0x28d1 */ - - - - -/* TT glyph 1486, char 0x28d2 */ - - - - -/* TT glyph 1359, char 0x28d3 */ - - - - -/* TT glyph 1518, char 0x28d4 */ - - - - -/* TT glyph 1391, char 0x28d5 */ - - - - -/* TT glyph 1455, char 0x28d6 */ - - - - -/* TT glyph 1328, char 0x28d7 */ - - - - -/* TT glyph 1534, char 0x28d8 */ - - - - -/* TT glyph 1407, char 0x28d9 */ - - - - -/* TT glyph 1471, char 0x28da */ - - - - -/* TT glyph 1344, char 0x28db */ - - - - -/* TT glyph 1503, char 0x28dc */ - - - - -/* TT glyph 1376, char 0x28dd */ - - - - -/* TT glyph 1440, char 0x28de */ - - - - -/* TT glyph 1313, char 0x28df */ - - - - -/* TT glyph 1553, char 0x28e0 */ - - - - -/* TT glyph 1426, char 0x28e1 */ - - - - -/* TT glyph 1490, char 0x28e2 */ - - - - -/* TT glyph 1363, char 0x28e3 */ - - - - -/* TT glyph 1522, char 0x28e4 */ - - - - -/* TT glyph 1395, char 0x28e5 */ - - - - -/* TT glyph 1459, char 0x28e6 */ - - - - -/* TT glyph 1332, char 0x28e7 */ - - - - -/* TT glyph 1538, char 0x28e8 */ - - - - -/* TT glyph 1411, char 0x28e9 */ - - - - -/* TT glyph 1475, char 0x28ea */ - - - - -/* TT glyph 1348, char 0x28eb */ - - - - -/* TT glyph 1507, char 0x28ec */ - - - - -/* TT glyph 1380, char 0x28ed */ - - - - -/* TT glyph 1444, char 0x28ee */ - - - - -/* TT glyph 1317, char 0x28ef */ - - - - -/* TT glyph 1546, char 0x28f0 */ - - - - -/* TT glyph 1419, char 0x28f1 */ - - - - -/* TT glyph 1483, char 0x28f2 */ - - - - -/* TT glyph 1356, char 0x28f3 */ - - - - -/* TT glyph 1515, char 0x28f4 */ - - - - -/* TT glyph 1388, char 0x28f5 */ - - - - -/* TT glyph 1452, char 0x28f6 */ - - - - -/* TT glyph 1325, char 0x28f7 */ - - - - -/* TT glyph 1531, char 0x28f8 */ - - - - -/* TT glyph 1404, char 0x28f9 */ - - - - -/* TT glyph 1468, char 0x28fa */ - - - - -/* TT glyph 1341, char 0x28fb */ - - - - -/* TT glyph 1500, char 0x28fc */ - - - - -/* TT glyph 1373, char 0x28fd */ - - - - -/* TT glyph 1437, char 0x28fe */ - - - - -/* TT glyph 1310, char 0x28ff */ - - - - - -/* VTTTalk Unicode 0x2a2f */ - -USEMYMETRICS[] -OFFSET[R], 837, 0, 0 - - - - -/* TT glyph 1215, char 0x2b12 */ - - - - -/* TT glyph 1218, char 0x2b13 */ - - - - -/* TT glyph 1216, char 0x2b14 */ - - - - -/* TT glyph 1219, char 0x2b15 */ - - - - -/* TT glyph 938, char 0x2b16 */ - - - - - -/* TT glyph 939, char 0x2b17 */ - - - - - -/* TT glyph 940, char 0x2b18 */ - - - - - -/* TT glyph 941, char 0x2b19 */ - - - - - -/* TT glyph 954, char 0x2b1a */ - - - - - -/* TT glyph 1201, char 0x2b1b */ - - - - -/* TT glyph 1222, char 0x2b1c */ - - - - -/* TT glyph 1212, char 0x2b1d */ - - - - -/* TT glyph 1228, char 0x2b1e */ - - - - -/* TT glyph 1208, char 0x2b1f */ - - - - -/* TT glyph 1225, char 0x2b20 */ - - - - -/* TT glyph 1220, char 0x2b21 */ - - - - -/* TT glyph 1198, char 0x2b22 */ - - - - -/* TT glyph 1214, char 0x2b23 */ - - - - -/* TT glyph 1200, char 0x2b24 */ - - - - -/* TT glyph 1202, char 0x2b25 */ - - - - -/* TT glyph 1223, char 0x2b26 */ - - - - -/* TT glyph 1205, char 0x2b27 */ - - - - -/* TT glyph 1224, char 0x2b28 */ - - - - -/* TT glyph 1209, char 0x2b29 */ - - - - -/* TT glyph 1210, char 0x2b2a */ - - - - -/* TT glyph 1226, char 0x2b2b */ - - - - -/* TT glyph 1199, char 0x2b2c */ - - - - -/* TT glyph 1221, char 0x2b2d */ - - - - -/* TT glyph 1211, char 0x2b2e */ - - - - -/* TT glyph 1227, char 0x2b2f */ - - - - -/* TT glyph 1207, char 0x2bc5 */ - - - - -/* TT glyph 1203, char 0x2bc6 */ - - - - -/* TT glyph 1204, char 0x2bc7 */ - - - - -/* TT glyph 1206, char 0x2bc8 */ - - - - -/* TT glyph 1217, char 0x2bca */ - - - - -/* TT glyph 1213, char 0x2bcb */ - - - - -/* TT glyph 1634, char 0x2c62 */ -SVTCA[Y] -CALL[], 1, 2, 114 -CALL[], 7, 8, 114 -SHP[2], 3 -CALL[], 7, 6, 106 -SRP2[], 1 -IP[], 28 -MDAP[R], 28 -CALL[], 28, 39, 105 -CALL[], 28, 19, 106 -CALL[], 19, 23, 105 -CALL[], 28, 35, 105 -CALL[], 35, 12, 106 -IUP[Y] -IUP[X] - - - - -/* TT glyph 1621, char 0x2c6d */ -SVTCA[Y] -CALL[], 0, 9, 114 -CALL[], 0, 19, 106 -CALL[], 6, 3, 114 -CALL[], 6, 13, 106 -SRP2[], 0 -SLOOP[], 6 -IP[], 25, 39, 32, 23, 11, 9 -CALL[], 35, 8, 114 -CALL[], 35, 34, 106 -CALL[], 37, 2, 114 -IUP[Y] -IUP[X] - - - - -/* TT glyph 776, char 0xffff */ -SVTCA[Y] -CALL[], 16, 8, 114 -SHP[2], 8 -SRP1[], 8 -SHP[1], 32 -SRP1[], 32 -SHP[1], 24 -SRP1[], 24 -SHP[1], 48 -SRP1[], 48 -SHP[1], 40 -CALL[], 17, 2, 114 -SHP[2], 9 -SRP1[], 9 -SHP[1], 33 -SRP1[], 33 -SHP[1], 25 -SRP1[], 25 -SHP[1], 49 -SRP1[], 49 -SHP[1], 41 -SRP1[], 16 -IP[], 13 -IP[], 20 -MDAP[R], 13 -MDAP[R], 20 -SRP1[], 13 -SHP[1], 1 -SRP1[], 1 -SHP[1], 14 -SHP[1], 30 -SRP1[], 30 -SHP[1], 46 -CALL[], 13, 12, 106 -SHP[2], 0 -SRP1[], 0 -SHP[1], 15 -SHP[1], 31 -SRP1[], 31 -SHP[1], 47 -SRP1[], 20 -SHP[1], 4 -SRP1[], 4 -SHP[1], 23 -SHP[1], 39 -SRP1[], 39 -SHP[1], 55 -CALL[], 20, 21, 106 -SHP[2], 5 -SRP1[], 5 -SHP[1], 22 -SHP[1], 38 -SRP1[], 38 -SHP[1], 54 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 777, char 0xffff */ -SVTCA[Y] -CALL[], 16, 8, 114 -SHP[2], 8 -SRP1[], 8 -SHP[1], 32 -SRP1[], 32 -SHP[1], 24 -SRP1[], 24 -SHP[1], 48 -SRP1[], 48 -SHP[1], 40 -SRP1[], 40 -SHP[1], 64 -SRP1[], 64 -SHP[1], 56 -CALL[], 17, 2, 114 -SHP[2], 9 -SRP1[], 9 -SHP[1], 33 -SRP1[], 33 -SHP[1], 25 -SRP1[], 25 -SHP[1], 49 -SRP1[], 49 -SHP[1], 41 -SRP1[], 41 -SHP[1], 65 -SRP1[], 65 -SHP[1], 57 -SRP1[], 16 -IP[], 20 -IP[], 13 -MDAP[R], 20 -MDAP[R], 13 -SRP1[], 20 -SHP[1], 0 -SRP1[], 0 -SHP[1], 36 -SRP1[], 36 -SHP[1], 52 -SRP1[], 52 -SHP[1], 68 -CALL[], 20, 21, 106 -SHP[2], 1 -SRP1[], 1 -SHP[1], 37 -SRP1[], 37 -SHP[1], 53 -SRP1[], 53 -SHP[1], 69 -SRP1[], 13 -SHP[1], 5 -SRP1[], 5 -SHP[1], 29 -SRP1[], 29 -SHP[1], 45 -SRP1[], 45 -SHP[1], 61 -CALL[], 13, 12, 106 -SHP[2], 4 -SRP1[], 4 -SHP[1], 28 -SRP1[], 28 -SHP[1], 44 -SRP1[], 44 -SHP[1], 60 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 363, char 0x173 */ -SVTCA[Y] -CALL[], 21, 11, 114 -CALL[], 21, 30, 106 -CALL[], 21, 15, 105 -CALL[], 15, 0, 106 -CALL[], 25, 6, 114 -SHP[2], 46 -SRP1[], 21 -SLOOP[], 5 -IP[], 33, 41, 48, 45, 35 -MIAP[R], 44, 10 -SHP[1], 9 -SRP2[], 15 -IP[], 6 -CALL[], 44, 42, 105 -IP[], 7 -IP[], 8 -IUP[Y] -IUP[X] - - - - -/* TT glyph 882, char 0x2580 */ - - - - - -/* TT glyph 1143, char 0xffff */ - - - - -/* TT glyph 601, char 0x3c5 */ -SVTCA[Y] -CALL[], 0, 11, 114 -CALL[], 8, 6, 114 -CALL[], 8, 7, 106 -CALL[], 0, 15, 106 -SRP1[], 8 -SHP[1], 19 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x3cb */ - -USEMYMETRICS[] -OFFSET[R], 601, 0, 0 -OFFSET[R], 1563, 2, 0 -SVTCA[Y] -CALL[], 22, 18, 1, 1, 178, 86 -SHC[2], 1 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0x3b0 */ - -USEMYMETRICS[] -OFFSET[R], 601, 0, 0 -OFFSET[R], 1614, 22, 0 -SVTCA[Y] -CALL[], 26, 8, 1, 1, 178, 86 -SHC[2], 1 -SHC[2], 2 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0x3cd */ - -USEMYMETRICS[] -OFFSET[R], 601, 0, 0 -OFFSET[R], 1612, 30, 0 -SVTCA[Y] -CALL[], 22, 18, 1, 1, 188, 86 -SHC[2], 1 - - - - -/* VTTTalk Unicode 0x16f */ - -USEMYMETRICS[] -OFFSET[R], 347, 0, 0 -OFFSET[R], 1571, -10, 0 -SVTCA[Y] -CALL[], 28, 4, 1, 1, 138, 86 -SHC[2], 3 -SHC[2], 4 - - - - -/* VTTTalk Unicode 0x169 */ - -USEMYMETRICS[] -OFFSET[R], 347, 0, 0 -OFFSET[R], 1572, 0, 0 -SVTCA[Y] -CALL[], 28, 4, 1, 1, 196, 86 -SHC[2], 3 - - - -/* TT glyph 366, char 0x76 (v) */ -SVTCA[Y] -CALL[], 0, 10, 114 -CALL[], 0, 3, 106 -CALL[], 1, 6, 114 -SHP[2], 6 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 368, char 0x77 (w) */ -SVTCA[Y] -CALL[], 10, 10, 114 -SHP[2], 0 -CALL[], 10, 13, 106 -SHP[2], 5 -CALL[], 11, 6, 114 -SHP[2], 3 -SHP[2], 8 -SHP[2], 16 -CALL[], 11, 2, 105 -SHP[2], 18 -IUP[Y] -IUP[X] - - - - -/* TT glyph 395, char 0xffff */ -SVTCA[Y] -CALL[], 8, 6, 114 -SHP[2], 11 -CALL[], 9, 10, 114 -SRP1[], 8 -SLOOP[], 5 -IP[], 15, 47, 63, 31, 3 -SRP1[], 15 -SHP[1], 24 -CALL[], 15, 18, 105 -SHP[2], 22 -SRP1[], 47 -SHP[1], 56 -CALL[], 47, 50, 105 -SHP[2], 54 -SRP1[], 63 -SHP[1], 72 -CALL[], 63, 66, 105 -SHP[2], 70 -SRP1[], 31 -SHP[1], 40 -CALL[], 31, 34, 105 -SHP[2], 38 -CALL[], 3, 2, 106 -SHP[1], 80 -CALL[], 9, 6, 106 -SHP[2], 78 -SRP1[], 78 -SHP[1], 74 -SHP[1], 62 -SRP1[], 62 -SHP[1], 58 -SHP[1], 46 -SRP1[], 46 -SHP[1], 42 -SHP[1], 30 -SRP1[], 30 -SHP[1], 14 -SHP[1], 26 -SRP1[], 9 -SHP[1], 83 -SRP1[], 83 -SHP[1], 68 -SRP1[], 68 -SHP[1], 67 -SRP1[], 67 -SHP[1], 52 -SRP1[], 52 -SHP[1], 51 -SRP1[], 51 -SHP[1], 36 -SRP1[], 36 -SHP[1], 35 -SRP1[], 35 -SHP[1], 20 -SRP1[], 20 -SHP[1], 19 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0x1e83 */ - -USEMYMETRICS[] -OFFSET[R], 368, 0, 0 -OFFSET[R], 1566, 20, 0 -SVTCA[Y] -CALL[], 20, 3, 1, 1, 188, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x175 */ - -USEMYMETRICS[] -OFFSET[R], 368, 0, 0 -OFFSET[R], 1568, -10, 0 -SVTCA[Y] -CALL[], 24, 3, 1, 1, 188, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x1e85 */ - -USEMYMETRICS[] -OFFSET[R], 368, 0, 0 -OFFSET[R], 1563, -8, 0 -SVTCA[Y] -CALL[], 20, 7, 1, 1, 178, 86 -SHC[2], 2 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x1e81 */ - -USEMYMETRICS[] -OFFSET[R], 368, 0, 0 -OFFSET[R], 1565, 35, 0 -SVTCA[Y] -CALL[], 20, 3, 1, 1, 188, 86 -SHC[2], 2 - - - -/* TT glyph 373, char 0x78 (x) */ -SVTCA[Y] -CALL[], 0, 10, 114 -SHP[2], 11 -CALL[], 8, 6, 114 -SHP[2], 3 -SRP2[], 11 -SLOOP[], 4 -IP[], 7, 4, 1, 10 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 837, 0, 0 - - - - -/* TT glyph 594, char 0x3be */ -SVTCA[Y] -CALL[], 0, 11, 114 -SHP[2], 22 -CALL[], 0, 12, 106 -SHP[2], 23 -CALL[], 15, 15, 114 -CALL[], 15, 16, 106 -CALL[], 45, 0, 114 -SRP2[], 0 -IP[], 29 -MDAP[R], 29 -SHP[1], 8 -CALL[], 29, 42, 105 -SHP[2], 6 -CALL[], 45, 44, 106 -SHP[2], 36 -SHP[2], 38 -IP[], 37 -SRP1[], 29 -SRP2[], 42 -IP[], 5 -IP[], 30 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 374, char 0x79 (y) */ -SVTCA[Y] -CALL[], 0, 15, 114 -CALL[], 0, 1, 106 -CALL[], 14, 10, 114 -CALL[], 14, 17, 106 -CALL[], 15, 6, 114 -SHP[2], 8 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xfd */ - -USEMYMETRICS[] -OFFSET[R], 374, 0, 0 -OFFSET[R], 1566, 45, 0 -SVTCA[Y] -CALL[], 20, 7, 1, 1, 188, 86 -SHC[2], 2 - - - - -/* VTTTalk Unicode 0x177 */ - -USEMYMETRICS[] -OFFSET[R], 374, 0, 0 -OFFSET[R], 1568, 15, 0 -SVTCA[Y] -CALL[], 24, 7, 1, 1, 188, 86 -SHC[2], 2 - - - - - -/* VTTTalk Unicode 0xff */ - -USEMYMETRICS[] -OFFSET[R], 374, 0, 0 -OFFSET[R], 1563, 17, 0 -SVTCA[Y] -CALL[], 20, 7, 1, 1, 178, 86 -SHC[2], 2 -SHC[2], 3 - - - -/* TT glyph 826, char 0xa5 */ -SVTCA[Y] -CALL[], 9, 2, 114 -SHP[2], 13 -CALL[], 16, 8, 114 -SRP1[], 9 -SLOOP[], 7 -IP[], 4, 5, 8, 0, 1, 17, 11 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x1ef3 */ - -USEMYMETRICS[] -OFFSET[R], 374, 0, 0 -OFFSET[R], 1565, 60, 0 -SVTCA[Y] -CALL[], 20, 7, 1, 1, 188, 86 -SHC[2], 2 - - - -/* TT glyph 383, char 0x7a (z) */ -SVTCA[Y] -CALL[], 4, 10, 114 -CALL[], 4, 5, 106 -SHP[2], 1 -CALL[], 9, 6, 114 -CALL[], 9, 8, 106 -SHP[2], 3 -IP[], 2 -SRP1[], 4 -SRP2[], 5 -IP[], 0 -IUP[Y] -IUP[X] - - - - - - -/* VTTTalk Unicode 0x17a */ - -USEMYMETRICS[] -OFFSET[R], 383, 0, 0 -OFFSET[R], 1566, 30, 0 -SVTCA[Y] -CALL[], 12, 9, 1, 1, 188, 86 -SHC[2], 3 - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 383, 0, 0 -OFFSET[R], 1609, 30, 0 -SVTCA[Y] -CALL[], 12, 9, 1, 1, 188, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x17e */ - -USEMYMETRICS[] -OFFSET[R], 383, 0, 0 -OFFSET[R], 1569, 0, 0 -SVTCA[Y] -CALL[], 12, 9, 1, 1, 150, 86 -SHC[2], 3 - - - - -/* VTTTalk Unicode 0x17c */ - -USEMYMETRICS[] -OFFSET[R], 383, 0, 0 -OFFSET[R], 1564, -2, 0 -SVTCA[Y] -CALL[], 12, 9, 1, 1, 178, 86 -SHC[2], 3 - - - - -/* TT glyph 618, char 0x30 (0) */ -SVTCA[Y] -CALL[], 0, 13, 114 -CALL[], 0, 20, 106 -CALL[], 4, 5, 114 -CALL[], 4, 24, 106 -SRP2[], 0 -IP[], 8 -CALL[], 8, 14, 106 -IUP[Y] -IUP[X] - - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 659, 0, -812 - - - - -/* VTTTalk Unicode 0xffff */ - -USEMYMETRICS[] -OFFSET[R], 659, 0, 0 - - - - -/* TT glyph 628, char 0xffff */ -SVTCA[Y] -CALL[], 0, 13, 114 -CALL[], 0, 12, 106 -CALL[], 4, 5, 114 -CALL[], 4, 16, 106 -SRP2[], 0 -SLOOP[], 4 -IP[], 8, 9, 11, 10 -IUP[Y] -IUP[X] - - - - - -/* TT glyph 586, char 0x3b6 */ -SVTCA[Y] -CALL[], 0, 15, 114 -CALL[], 0, 1, 106 -CALL[], 7, 10, 114 -CALL[], 7, 20, 106 -CALL[], 27, 0, 114 -CALL[], 27, 26, 106 -SHP[2], 12 -SHP[2], 14 -IP[], 13 -IUP[Y] -IUP[X] - - - - -/* Control Program */ - -CATEGORY Stroke -CATEGORY StrokeInheritance - -InstructionsOn @8..2047 - -DropOutCtrlOff @144 - -CvtCutIn = 1, 0@144 /* 1 pixel cut-in for over- and undershoots */ - -ClearTypeCtrl = 1 - -ASM("WS[], 16, 0") /* <== S[16] = threshold ppem that less than or equal is no RES */ - -LinearAdvanceWidths = 0 - -/***** Height CVTs *****/ -UpperCase - Grey - Y - SquareHeight - 2: 1420 /* cap height */ -ASM("SVTCA[Y]") -ASM("CALL[], 2, 89") - 8: 0 /* base line */ -ASM("SVTCA[Y]") -ASM("CALL[], 8, 89") - RoundHeight - 3: 20 ~ 2 @ 52 /* cap height overshoot */ - 9: -20 ~ 8 @ 52 /* base line undershoot */ - -LowerCase - SquareHeight - 0: 1500 /* lc ascender */ -ASM("SVTCA[Y]") -ASM("CALL[], 0, 89") - 6: 1060 /* x height */ -ASM("SVTCA[Y]") -ASM("CALL[], 6, 89") - 10: 0 /* base line */ -ASM("SVTCA[Y]") -ASM("CALL[], 10, 89") - 14: -460 /* lc descender */ -ASM("SVTCA[Y]") -ASM("CALL[], 14, 89") - RoundHeight - 1: 20 ~ 0 @ 52 /* lc ascender overshoot */ - 7: 20 ~ 6 @ 52 /* x height overshoot */ - 11: -20 ~ 10 @ 52 /* base line undershoot */ - 15: -18 ~ 14 @ 57 /* lc descender undershoot */ - -Figure - SquareHeight - 4: 1420 /* figure height */ -ASM("SVTCA[Y]") -ASM("CALL[], 4, 89") - 12: 0 /* base line */ -ASM("SVTCA[Y]") -ASM("CALL[], 12, 89") - RoundHeight - 5: 20 ~ 4 @ 52 /* figure height overshoot */ - 13: -20 ~ 12 @ 52 /* base line undershoot */ - -Other - SquareHeight - 16: 1420 /* other height */ -ASM("SVTCA[Y]") -ASM("CALL[], 16, 89") - 18: 0 /* base line */ -ASM("SVTCA[Y]") -ASM("CALL[], 18, 89") - RoundHeight - 17: 20 ~ 16 @ 52 /* other height overshoot */ - 19: -20 ~ 18 @ 52 /* base line undershoot */ - -/***** Reserved CVTs *****/ -AnyGroup - AnyColor - AnyDirection - AnyCategory - 20: 0 /* DO NOT USE!!! */ - -/***** Grand-Parent CVT *****/ -AnyGroup - Black - X - StrokeInheritance - 21: 206 /* 43x */ - -/***** Parent CVTs *****/ -UpperCase - Black - X - StrokeInheritance - 22: 199 /* 19x */ -LowerCase - Black - X - StrokeInheritance - 25: 212 /* 24x */ -ASM("SVTCA[X]") -ASM("CALL[], 21, 25, 69, 22, 78, 90") - -UpperCase - Black - Y - StrokeInheritance - 23: 190 /* 26x */ -ASM("SVTCA[X]") -ASM("CALL[], 23, 61, 22, 119, 91") -LowerCase - Black - Y - StrokeInheritance - 26: 176 /* 16x */ -ASM("SVTCA[X]") -ASM("CALL[], 26, 53, 25, 25, 91") - -UpperCase - Black - Diag - StrokeInheritance - 24: 190 /* 26x */ -ASM("SVTCA[X]") -ASM("CALL[], 24, 61, 22, 119, 91") -LowerCase - Black - Diag - StrokeInheritance - 27: 176 /* 16x */ -ASM("SVTCA[X]") -ASM("CALL[], 27, 53, 25, 25, 91") - -/***** StrokeInheritance CVTs *****/ -UpperCase - Black - X - StrokeInheritance - 28: 13 = 22 @ 6 /* 3x */ - 29: 200 = 22 @255 /* 32x */ - 30: 10 ~ 29 @103 /* 13x */ - Y - StrokeInheritance - 31: 188 = 23 @255 /* 37x */ - 32: 95 = 31 @ 12 /* 2x */ - 33: -4 ~ 31 @171 /* 11x */ - 34: 340 = 23 @ 7 /* 1x */ - Diag - StrokeInheritance - 35: 142 = 24 @ 22 /* 8x */ - 36: 204 = 22 @205 /* 16x */ - 37: 192 = 36 @ 86 /* 9x */ - 38: 195 = 37 @128 /* 3x */ - -LowerCase - Black - X - StrokeInheritance - 39: 12 = 25 @ 6 /* 1x */ - 40: 213 = 25 @255 /* 35x */ - 41: 176 = 40 @ 28 /* 3x */ - Y - StrokeInheritance - 42: 80 = 26 @ 11 /* 1x */ - 43: 182 /* 44x */ -ASM("SVTCA[Y]") -ASM("CALL[], 43, 10, 26, 25, 92") - 44: -8 ~ 43 @205 /* 12x */ - 45: 190 = 43 @ 86 /* 16x */ - Diag - StrokeInheritance - 46: 117 = 27 @ 18 /* 4x */ - 47: 190 /* 18x */ -ASM("SVTCA[X]") -ASM("CALL[], 47, 24, 27, 25, 92") - 48: 177 = 47 @ 79 /* 2x */ - 49: 213 = 47 @ 45 /* 4x */ - -Figure - Black - X - StrokeInheritance - 50: 213 /* 22x */ - 51: 149 = 50 @ 16 /* 3x */ - 52: 334 /* 1x */ - Y - StrokeInheritance - 53: 18 /* 1x */ - 54: 184 /* 18x */ - Diag - StrokeInheritance - 55: 154 /* 2x */ - 56: 205 /* 4x */ - 57: 192 = 56 @ 79 /* 2x */ - -Other - Black - X - StrokeInheritance - 58: 3 /* 2x */ - 59: 214 /* 32x */ - 60: 197 = 59 @ 61 /* 19x */ - 61: 181 = 60 @ 64 /* 8x */ - 62: 172 = 61 @114 /* 3x */ - Y - StrokeInheritance - 63: 183 /* 30x */ - 64: 163 = 63 @ 52 /* 7x */ - 65: 189 = 63 @128 /* 11x */ - 66: 380 /* 1x */ - Diag - StrokeInheritance - 67: 184 /* 26x */ - 68: 168 = 67 @ 69 /* 5x */ - 69: 192 = 67 @128 /* 13x */ - 70: 203 = 69 @ 94 /* 6x */ - 71: 230 /* 2x */ - -/***** Stroke CVTs *****/ -UpperCase - Black - X - Stroke - 72: 12 = 28 @255 /* 2x */ - 73: 30 = 28 @ 61 /* 1x */ - 74: 192 = 29 @128 /* 4x */ - 75: 200 = 29 @255 /* 15x */ - 76: 211 = 30 @255 /* 13x */ - Y - Stroke - 77: 95 = 32 @255 /* 2x */ - 78: 183 = 33 @255 /* 11x */ - 79: 190 = 31 @255 /* 24x */ - 80: 340 = 34 @255 /* 1x */ - Diag - Stroke - 81: 122 = 35 @ 52 /* 2x */ - 82: 142 = 35 @255 /* 6x */ - 83: 165 = 37 @ 38 /* 2x */ - 84: 176 = 37 @ 86 /* 1x */ - 85: 187 = 37 @255 /* 4x */ - 86: 196 = 38 @255 /* 3x */ - 87: 208 = 36 @255 /* 5x */ - 88: 216 = 36 @128 /* 1x */ - -LowerCase - Black - X - Stroke - 89: 12 = 39 @255 /* 1x */ - 90: 160 = 41 @ 64 /* 1x */ - 91: 176 = 41 @255 /* 2x */ - 92: 192 = 40 @ 52 /* 1x */ - 93: 200 = 40 @ 86 /* 1x */ - 94: 212 = 40 @255 /* 25x */ - 95: 220 = 40 @128 /* 5x */ - Y - Stroke - 96: 80 = 42 @255 /* 1x */ - 97: 140 = 43 @ 25 /* 1x */ - 98: 161 = 43 @ 61 /* 2x */ - 99: 173 = 44 @255 /* 12x */ - 100: 180 = 43 @255 /* 12x */ - 101: 191 = 45 @255 /* 16x */ - 102: 226 = 43 @ 24 /* 1x */ - Diag - Stroke - 103: 117 = 46 @255 /* 4x */ - 104: 171 = 48 @171 /* 1x */ - 105: 177 = 48 @255 /* 1x */ - 106: 185 = 47 @171 /* 2x */ - 107: 190 = 47 @255 /* 9x */ - 108: 199 = 47 @114 /* 1x */ - 109: 204 = 49 @114 /* 1x */ - 110: 208 = 49 @205 /* 1x */ - 111: 213 = 49 @255 /* 2x */ - -Figure - Black - X - Stroke - 112: 138 = 51 @ 74 /* 1x */ - 113: 154 = 51 @255 /* 1x */ - 114: 172 = 51 @ 45 /* 1x */ - 115: 202 = 50 @ 86 /* 1x */ - 116: 206 = 50 @128 /* 1x */ - 117: 214 = 50 @255 /* 15x */ - 118: 220 = 50 @171 /* 1x */ - 119: 252 = 50 @ 27 /* 1x */ - 120: 334 = 52 @255 /* 1x */ - Y - Stroke - 121: 18 = 53 @255 /* 1x */ - 122: 176 = 54 @128 /* 1x */ - 123: 184 = 54 @255 /* 16x */ - 124: 190 = 54 @171 /* 1x */ - Diag - Stroke - 125: 149 = 55 @205 /* 1x */ - 126: 158 = 55 @255 /* 1x */ - 127: 192 = 57 @255 /* 2x */ - 128: 207 = 56 @255 /* 2x */ - -Other - Black - X - Stroke - 129: 3 = 58 @255 /* 2x */ - 130: 171 = 62 @255 /* 3x */ - 131: 181 = 61 @255 /* 5x */ - 132: 192 = 60 @255 /* 6x */ - 133: 201 = 60 @147 /* 5x */ - 134: 216 = 59 @255 /* 13x */ - Y - Stroke - 135: 163 = 64 @255 /* 4x */ - 136: 170 = 64 @147 /* 3x */ - 137: 180 = 63 @255 /* 10x */ - 138: 188 = 65 @255 /* 11x */ - 139: 201 = 63 @ 54 /* 2x */ - 140: 380 = 66 @255 /* 1x */ - Diag - Stroke - 141: 159 = 68 @114 /* 1x */ - 142: 168 = 68 @255 /* 4x */ - 143: 182 = 67 @255 /* 8x */ - 144: 193 = 69 @255 /* 7x */ - 145: 204 = 70 @255 /* 6x */ - 146: 230 = 71 @255 /* 2x */ - -147: 802 /* hyphen top */ -148: 1052 /* equals top */ -149: 1730 /* bar top */ -150: 1176 /* asterisk top */ -151: 810 /* greater nose top */ -152: 1610 /* slash top */ -153: 1634 /* bracket top */ -154: 1620 /* paren and brace top */ -155: 2226 /* PL top */ -156: 1900 /* PL top sTypo */ -157: -480 /* PL bottom */ - - - - - -/* Font-program */ - -FDEF[], 9 - -/* Set fv to X - pv perpendicular to italic angle - - CALL[], 9 */ - -#BEGIN -#PUSHOFF -SVTCA[X] -#PUSH, 11, 10 -RS[] -SWAP[] -RS[] -NEG[] -SPVFS[] -#PUSHON -#END -ENDF[] - -FDEF[], 10 - -/* Set fv to italic angle - pv to Y - - CALL[], 10 */ - -#BEGIN -#PUSHOFF -SVTCA[Y] -#PUSH, 10, 11 -RS[] -SWAP[] -RS[] -SFVFS[] -#PUSHON -#END -ENDF[] - -FDEF[], 16 - -/* Set fv to X - pv perpendicular to adjusted italic angle - - CALL[], 16 */ - -#BEGIN -#PUSHOFF -SVTCA[X] -#PUSH, 6 -RS[] -#PUSH, 7 -RS[] -NEG[] -SPVFS[] -#PUSHON -#END -ENDF[] - -FDEF[], 31 - -/* fn 31 equalizes two cvts below a given ppem size - - CALL[], <child cvt>, <parent cvt>, <ppem size>, 31 */ - -#BEGIN -#PUSHOFF - -/* STACK: <child cvt>, <parent cvt>, <ppem size> */ - -#PUSH, 79 /* #samples/pixel */ -CALL[] -DUP[] -#PUSH, 64 -LTEQ[] -IF[] /* #samples/pixel <= 1 */ - - /* STACK: <child cvt>, <parent cvt>, <ppem size>, <#samples/pixel> */ - - POP[] /* #samples/pixel not involved */ - MPPEM[] - - /* STACK: <child cvt>, <parent cvt>, <ppem size>, <act ppem size> */ - - GT[] - IF[] - RCVT[] - WCVTP[] - ELSE[] - POP[] - POP[] - EIF[] - -ELSE[] /* #samples/pixel > 1 */ - - /* STACK: <child cvt>, <parent cvt>, <ppem size>, <#samples/pixel> */ - - SWAP[] - POP[] /* ppem Size not involved */ - #PUSH, 64 - - /* STACK: <child cvt>, <parent cvt>, <#samples/pixel>, <1> */ - - #PUSH, 4 /* child cvt */ - CINDEX[] - RCVT[] - #PUSH, 4 /* parent cvt */ - CINDEX[] - RCVT[] - SUB[] - ABS[] - - /* STACK: <child cvt>, <parent cvt>, <#samples/pixel>, <1>, <|[child cvt] - [parent cvt]|> */ - - ROLL[] - MUL[] - GT[] - IF[] /* 1 > #samples/pixel * delta cvt */ - RCVT[] - WCVTP[] - ELSE[] - POP[] - POP[] - EIF[] - -EIF[] -#PUSHON -#END -ENDF[] - -FDEF[], 40 - -/* Set fv to adjusted italic angle - pv to Y - - CALL[], 40 */ - -#BEGIN -#PUSHOFF -SVTCA[Y] -#PUSH, 7 -RS[] -#PUSH, 6 -RS[] -SFVFS[] -#PUSHON -#END -ENDF[] - -FDEF[], 70 - -/* fn changes <cvt> by <amount> (in ±1/64 pixel) at - ppem sizes <low ppem> to <high ppem> (inclusive) - - CALL[], <amount>, <cvt>, <low ppem>, <high ppem>, 70 */ - -#BEGIN -#PUSHOFF -MPPEM[] -GTEQ[] -SWAP[] -MPPEM[] -LTEQ[] -AND[] -IF[] - DUP[] - RCVT[] - ROLL[] - ADD[] - WCVTP[] -ELSE[] - POP[] - POP[] -EIF[] -#PUSHON -#END -ENDF[] - -FDEF[], 71 - -/* fn changes <cvt> by <amount> (in ±1/64 pixel) at - ppem size <ppem> - - CALL[], <amount>, <cvt>, <ppem>, 71 */ - -#BEGIN -#PUSHOFF -MPPEM[] -EQ[] -IF[] - DUP[] - RCVT[] - ROLL[] - ADD[] - WCVTP[] -ELSE[] - POP[] - POP[] -EIF[] -#PUSHON -#END -ENDF[] - -FDEF[], 72 - -/* fn moves <point> by <amount> (in ±1/64 pixel) at - ppem sizes <low ppem> to <high ppem> (inclusive) - - CALL[], <point>, <amount>, <low ppem>, <high ppem>, 72 */ - -#BEGIN -#PUSHOFF -MPPEM[] -GTEQ[] -SWAP[] -MPPEM[] -LTEQ[] -AND[] -IF[] - SHPIX[] -ELSE[] - POP[] - POP[] -EIF[] -#PUSHON -#END -ENDF[] - -FDEF[], 73 - -/* fn moves <point> by <amount> (in ±1/64 pixel) at - ppem size <ppem> - - CALL[], <point>, <amount>, <ppem>, 73 */ - -#BEGIN -#PUSHOFF -MPPEM[] -EQ[] -IF[] - SHPIX[] -ELSE[] - POP[] - POP[] -EIF[] -#PUSHON -#END -ENDF[] - -FDEF[], 74 - -/* if <flag> = anti-aliasing in s[2] (set by fn 84) - fn changes <cvt> by <amount> (in ±1/64 pixel) at - ppem sizes <low ppem> to <high ppem> (inclusive) - - CALL[], <amount>, <cvt>, <low ppem>, <high ppem>, <flag>, 74 */ - -#BEGIN -#PUSHOFF -#PUSH, 2 -RS[] -EQ[] -IF[] /* if <flag> = s[2] then fwd to fn 70 */ - #PUSH, 70 - CALL[] -ELSE[] /* else cleanup stack and bail out */ - POP[] - POP[] - POP[] - POP[] -EIF[] -#PUSHON -#END -ENDF[] - -FDEF[], 75 - -/* if <flag> = anti-aliasing in s[2] (set by fn 84) - fn changes <cvt> by <amount> (in ±1/64 pixel) at - ppem size <ppem> - - CALL[], <amount>, <cvt>, <ppem>, <flag>, 75 */ - -#BEGIN -#PUSHOFF -#PUSH, 2 -RS[] -EQ[] -IF[] /* if <flag> = s[2] then fwd to fn 71 */ - #PUSH, 71 - CALL[] -ELSE[] /* else cleanup stack and bail out */ - POP[] - POP[] - POP[] -EIF[] -#PUSHON -#END -ENDF[] - -FDEF[], 76 - -/* if <flag> = anti-aliasing in s[2] (set by fn 84) - fn moves <point> by <amount> (in ±1/64 pixel) at - ppem sizes <low ppem> to <high ppem> (inclusive) - - CALL[], <point>, <amount>, <low ppem>, <high ppem>, <flag>, 76 */ - -#BEGIN -#PUSHOFF -#PUSH, 2 -RS[] -EQ[] -IF[] /* if <flag> = s[2] then fwd to fn 72 */ - #PUSH, 72 - CALL[] -ELSE[] /* else cleanup stack and bail out */ - POP[] - POP[] - POP[] - POP[] -EIF[] -#PUSHON -#END -ENDF[] - -FDEF[], 77 - -/* if <flag> = anti-aliasing in s[2] (set by fn 84) - fn moves <point> by <amount> (in ±1/64 pixel) at - ppem size <ppem> - - CALL[], <point>, <amount>, <ppem>, <flag>, 77 */ - -#BEGIN -#PUSHOFF -#PUSH, 2 -RS[] -EQ[] -IF[] /* if <flag> = s[2] then fwd to fn 73 */ - #PUSH, 73 - CALL[] -ELSE[] /* else cleanup stack and bail out */ - POP[] - POP[] - POP[] -EIF[] -#PUSHON -#END -ENDF[] - -FDEF[], 78 - -/* apply minimum distance and round <dist> depending on s[2], <code>, and pv - code = 0: position - code = 1: distance - code = 2: delta distance (for fractional inheritance) - - CALL[], <dist>, <code>, 78 - - returns with rounded distance on stack */ - -#BEGIN -#PUSHOFF - -/* STACK: <dist>, <code> */ - -SWAP[] -DUP[] -#PUSH, 0 -LT[] -ROLL[] -ROLL[] -ABS[] - -/* STACK: <negDist>, <code>, <|dist|> */ - -#PUSH, 0, 3 /* code */ -CINDEX[] -EQ[] -IF[] /* position */ - - /* STACK: <negDist>, <code>, <|dist|> */ - - #PUSH, 64 - - /* STACK: <negDist>, <code>, <|dist|>, <#samples/pixel> */ - -ELSE[] - - /* STACK: <negDist>, <code>, <|dist|> */ - - #PUSH, 1, 3 /* code */ - CINDEX[] - EQ[] - IF[] /* distance */ - #PUSH, 5 /* minimum distance */ - RS[] - MAX[] - EIF[] - - #PUSH, 79 /* #samples/pixel */ - CALL[] - - /* STACK: <negDist>, <code>, <|dist|>, <#samples/pixel> */ - -EIF[] - -SWAP[] -#PUSH, 98 /* round to virtual grid */ -CALL[] - -/* STACK: <negDist>, <code>, <[|dist|]> */ - -SWAP[] -POP[] - -/* STACK: <negDist>, <[|dist|]> */ - -SWAP[] -IF[] - NEG[] -EIF[] - -/* STACK: <[dist]> */ - -#PUSHON -#END -ENDF[] - -FDEF[], 79 - -/* depending on rendering environment and pv determine #samples/pixel for rounding etc. - - notice that for PVs other than X or Y, this method will default to X, reflecting the - bias inherent in the asymmetrical nature of ClearType - - CALL[], 79 - - returns the #samples/pixel in 26.6 */ - -#BEGIN -#PUSHOFF - -#PUSH, 8, 0 -GPV[] -POP[] -EQ[] -ADD[] -RS[] - -#PUSHON -#END -ENDF[] - -FDEF[], 80 - -/* depending on rendering environment and pv determine actual stroke optimization method - - CALL[], 80 - - returns with method on stack (see fn 112 for definition of method) */ - -#BEGIN -#PUSHOFF - -#PUSH, 12, 0 -GPV[] -POP[] -EQ[] -ADD[] -RS[] - -#PUSHON -#END -ENDF[] - -FDEF[], 81 - - /* adjust advance width to compensate for rasterizer's rounding errors - - CALL[], <rsb>, 81 */ - -#BEGIN -#PUSHOFF - -/* STACK: <rsb> */ - -SVTCA[X] -DUP[] -GC[O] - -/* STACK: <rsb>, <rsb.x> */ -#PUSH, 2 -RS[] -DUP[] -#PUSH, 4096 /* fract AW value in 26.6 */ -DIV[] -#PUSH, 4096 /* 64 in 26.6 */ -MUL[] -EVEN[] /* fract AW bit not set */ -SWAP[] -#PUSH, 256 /* comp AW value in 26.6 */ -DIV[] -#PUSH, 4096 /* 64 in 26.6 */ -MUL[] -EVEN[] /* comp AW bit not set */ -AND[] -IF[] - #PUSH, 32 - ADD[] - FLOOR[] -EIF[] - -SCFS[] - -#PUSHON -#END -ENDF[] - -FDEF[], 83 - -/* CALL[], <radicand>, 83 - - returns with square root of radicand on stack */ - -#BEGIN -#PUSHOFF - -/* STACK: <radicand> */ - -#PUSH, 0, 2 -CINDEX[] - -/* STACK: <radicand>, <low>, <high> */ - -#WBeginLoop83: - - #PUSH, 2 /* low */ - CINDEX[] - #PUSH, 2 /* high */ - CINDEX[] - GTEQ[] - #PUSH, WOffset83a - SWAP[] - JROT[], (WOffset83a=#WEndLoop83) /* while low <= high */ - - /* STACK: <radicand>, <low>, <high> */ - - #PUSH, 2 /* low */ - CINDEX[] - #PUSH, 2 /* high */ - CINDEX[] - ADD[] - #PUSH, 32 - MUL[] - - /* STACK: <radicand>, <low>, <high>, <mid> */ - - DUP[] - DUP[] - #PUSH, 6 /* radicand */ - CINDEX[] - SWAP[] - DIV[] - - /* STACK: <radicand>, <low>, <high>, <mid>, <mid>, <radicand/mid> */ - - LT[] - IF[] - - /* STACK: <radicand>, <low>, <high>, <mid> */ - - ROLL[] - POP[] - #PUSH, 1 - ADD[] - SWAP[] - - /* STACK: <radicand>, <mid+1>, <high> */ - - ELSE[] - - DUP[] - DUP[] - #PUSH, 6 /* radicand */ - CINDEX[] - SWAP[] - DIV[] - - GT[] - IF[] - - /* STACK: <radicand>, <low>, <high>, <mid> */ - - SWAP[] - POP[] - #PUSH, 1 - SUB[] - - /* STACK: <radicand>, <low>, <mid-1> */ - - ELSE[] - - /* STACK: <radicand>, <low>, <high>, <mid> */ - - ROLL[] - POP[] - SWAP[] - POP[] - DUP[] - - /* STACK: <radicand>, <mid>, <mid> */ - - EIF[] - - EIF[] - - - #PUSH, WOffset83b - JMPR[], (WOffset83b=#WBeginLoop83) - -#WEndLoop83: - -/* STACK: <radicand>, <low>, <high> */ - -ADD[] -#PUSH, 32 -MUL[] -SWAP[] -POP[] - -/* STACK: <mid> */ - -#PUSHON -#END -ENDF[] - -FDEF[], 84 - -/* fn determines current rasterizing environment and stores it in s[2] as follows: - bit 0 (value 1) = Grey-Scaling - bit 1 (value 2) = ClearType(tm) - bit 2 (value 4) = Compatible Width ClearType - bit 3 (value 8) = Vertical Direction (horizontally striped) ClearType - bit 4 (value 16) = BGR as opposed to RGB Devices - bit 5 (value 32) = ClearType on Rapier CE Devices - bit 6 (value 64) = ClearType with fractional advance widths - bit 7 (value 128) = ClearType with non-ClearType direction anti-aliasing - bit 8 (value 256) = ClearType with gray full-pixel - - s[2] is used e.g. in fns 74 through 77 - - To test against any combination of these flags, add up the respective values. - - specific to the current rasterizing environment fn stores the following parameters - s[5] = minimum distance - s[8] = #samples/pixel in x-direction - s[9] = #samples/pixel in y-direction - s[12] = stroke optimization method in x-direction - s[13] = stroke optimization method in y-direction - - CALL[], 84 */ - /* Version 2.1 20120101 */ - -#BEGIN -#PUSHOFF -#PUSH,2,0 -WS[] /* s[2] = grey scaling: off (by default) */ -#PUSH,35,1 /* 35 = MS Rasterizer version 1.7 */ -GETINFO[] /* 1 = tell GETINFO to give us the rasterizer version */ -LTEQ[] /* 35 <= version ? */ -#PUSH,64,1 /* 64 = highest rasterizer version assigned to MS */ -GETINFO[] /* 1 = tell GETINFO to give us the rasterizer version */ -GTEQ[] /* 64 >= version ? */ -AND[] /* 35 <= version && version <= 64 ? */ -IF[] /* if so, we're running MS rasterizer version 1.7 or higher */ - #PUSH,4096,32 /* 4096 = flag returned by GETINFO if grey scaling bit is on */ - GETINFO[] /* 32 = tell GETINFO to give us the grey scaling bit */ - EQ[] /* 4096 == flag ? */ - IF[] /* if so, we're running under grey scaling */ - #PUSH,2,1,2 - RS[] - ADD[] - WS[] /* s[2] += grey scaling: on (by now) */ - EIF[] - #PUSH,36,1 /* 36 = MS Rasterizer version 1.6+ (WinCE) or 1.8 (WinXP) */ - GETINFO[] /* 1 = tell GETINFO to give us the rasterizer version */ - LTEQ[] /* 36 <= version ? (already tested version <= 64) */ - IF[] /* if so, we're running MS rasterizer version 1.6+ (WinCE) or 1.8 (WinXP) or higher */ - #PUSH,8192,64 /* 8192 = flag returned by GETINFO if ClearTypeTM bit is on */ - GETINFO[] /* 64 = tell GETINFO to give us the ClearTypeTM bit */ - EQ[] /* 8192 == flag ? */ - IF[] /* if so, we're running under ClearTypeTM */ - #PUSH,2,2,2 - RS[] - ADD[] - WS[] /* s[2] += ClearTypeTM: on (by now) */ - - #PUSH,36,1 /* 36 = MS Rasterizer version 1.6+ (WinCE) */ - GETINFO[] - EQ[] - IF[] /***** we're running Rasterizer v1.6+ for WinCE with ClearType *****/ - - #PUSH,2,32,2 - RS[] - ADD[] - WS[] /* s[2] += Rapier CE: on (by now) */ - SVTCA[Y] - MPPEM[] - SVTCA[X] - MPPEM[] - GT[] - IF[] - #PUSH,2,8,2 - RS[] - ADD[] - WS[] - EIF[] - - ELSE[] /***** we're running Rasterizer v1.8 (or higher) for WinXP with ClearType (or Win2k 2000 with ClearType patch) *****/ - - #PUSH,16384,128 /* 16384 = flag returned by GETINFO if ClearTypeTM silly aw bit is on */ - GETINFO[] /* 128 = tell GETINFO to give us the ClearTypeTM silly aw bit */ - EQ[] /* 16384 == flag ? */ - IF[] /* if so, we're running under ClearTypeTM silly aw */ - #PUSH,2,4,2 - RS[] - ADD[] - WS[] /* s[2] += ClearTypeTM silly aw: on (by now) */ - EIF[] - - #PUSH,16384,128 /* 32768 = flag returned by GETINFO if ClearTypeTM in vertical direction bit is on */ - MUL[] /* Assembler restriction: produce 32768 by multiplying 16384 by 2 (2 in F26.6 is 128) */ - #PUSH,256 /* 256 = tell GETINFO to give us the ClearTypeTM in vertical direction bit */ - GETINFO[] - EQ[] /* 32768 == flag ? */ - IF[] /* if so, we're running ClearTypeTM in vertical direction */ - #PUSH,2,8,2 - RS[] - ADD[] - WS[] /* s[2] += ClearTypeTM in vertical direction: on (by now) */ - EIF[] - - #PUSH,16384,256 /* 65536 = flag returned by GETINFO if ClearTypeTM in BGR order bit is on */ - MUL[] /* Assembler restriction: produce 65536 by multiplying 16384 by 4 (4 in F26.6 is 256) */ - #PUSH,512 /* 512 = tell GETINFO to give us the ClearTypeTM in BGR order bit */ - GETINFO[] - EQ[] /* 65536 == flag ? */ - IF[] /* if so, we're running under ClearTypeTM in BGR order */ - #PUSH,2,16,2 - RS[] - ADD[] - WS[] /* s[2] += ClearTypeTM in BGR order: on (by now) */ - EIF[] - - #PUSH,38,1 /* 38 = MS Rasterizer version 1.9 */ - GETINFO[] /* 1 = tell GETINFO to give us the rasterizer version */ - LTEQ[] /* 38 <= version ? (already tested version <= 64) */ - IF[] /* if so, we're running MS rasterizer version 1.9 (Windows Longhorn) or higher */ - - #PUSH,16384,512 /* 131072 = flag returned by GETINFO if ClearTypeTM fractional advance widths bit is on */ - MUL[] /* Assembler restriction: produce 131072 by multiplying 16384 by 8 (8 in F26.6 is 512) */ - #PUSH,1024 /* 1024 = tell GETINFO to give us the ClearTypeTM fractional advance widths bit */ - GETINFO[] - EQ[] /* 131072 == flag ? */ - IF[] /* if so, we're running under ClearTypeTM fractional advance widths */ - #PUSH,2,64,2 - RS[] - ADD[] - WS[] /* s[2] += ClearTypeTM fractional advance widths: on (by now) */ - EIF[] - - #PUSH,16384,1024 /* 262144 = flag returned by GETINFO if ClearTypeTM non-ClearType direction anti-aliasing bit is on */ - MUL[] /* Assembler restriction: produce 262144 by multiplying 16384 by 16 (16 in F26.6 is 1024) */ - #PUSH,2048 /* 2048 = tell GETINFO to give us the ClearTypeTM non-ClearType direction anti-aliasing bit */ - GETINFO[] - EQ[] /* 262144 == flag ? */ - IF[] /* if so, we're running under ClearTypeTM non-ClearType direction anti-aliasing */ - #PUSH,2,128,2 - RS[] - ADD[] - WS[] /* s[2] += ClearTypeTM non-ClearType direction anti-aliasing: on (by now) */ - EIF[] - - #PUSH,40,1 /* 40 = Rasterizer v2.1 Windows 8, SubPixel */ - GETINFO[] /* 1 = tell GETINFO to give us the rasterizer version */ - LTEQ[] /* 40 <= version ? (already tested version <= 64) */ - IF[] /* if so, we're running MS rasterizer version 2.1 (Windows 8) or higher */ - #PUSH,16384,2048 /* 524288 = flag returned by GETINFO if ClearTypeTM non-ClearType direction anti-aliasing bit is on */ - MUL[] /* Assembler restriction: produce 524288 by multiplying 16384 by 32 (32 in F26.6 is 2048) */ - #PUSH,4096 /* 4096 = tell GETINFO to give us the ClearTypeTM gray full-pixel rendering bit */ - GETINFO[] - EQ[] /* 524288 == flag ? */ - IF[] /* if so, we're running under ClearTypeTM gray full-pixel rendering */ - #PUSH,2,256,2 - RS[] - ADD[] - WS[] /* s[2] += ClearTypeTM gray full-pixel rendering: on (by now) */ - EIF[] - EIF[] - - EIF[] /* Vista or greater rasterizer */ - - EIF[] /* Windows ClearType (Platt) */ - - EIF[] /* ClearType Enabled */ - EIF[] /* ClearType enabled rasterizer */ -EIF[] /* Microsoft Rasterizer */ - -/* store rasterizing environment specific parameters */ - -#PUSH, 0, 2 -RS[] -EQ[] -IF[] /* for b&w */ - #PUSH, 5, 64, 8, 64, 9, 64, 12, 2, 13, 2 -ELSE[] - #PUSH, 1, 2 - RS[] - EQ[] - IF[] /* for grey-scaling */ - #PUSH, 5, 64, 8, 256, 9, 256, 12, 1, 13, 1 - ELSE[] - #PUSH, 128, 2 - RS[] - GT[] - IF[] /* for ClearType */ - #PUSH, 5, 64, 8, 384, 9, 64 - ELSE[] /* for y-anti-aliased ClearType */ - #PUSH, 256, 2 - RS[] - GT[] - IF[] /* Gray ClearType */ - #PUSH, 5, 64, 8, 384, 9, 320 - ELSE[] /* Gray ClearType */ - #PUSH, 384, 2 - RS[] - GT[] - IF[] /* Gray ClearType */ - #PUSH, 5, 64, 8, 512, 9, 64 - ELSE[] /* Gray ClearType y-anti-aliased */ - #PUSH, 5, 64, 8, 256, 9, 256 - EIF[] - EIF[] - EIF[] - - #PUSH,16384,128 /* b&w aw? */ - GETINFO[] - NEQ[] - #PUSH,16384,512 /* fract aw? */ - MUL[] - #PUSH,1024 - GETINFO[] - NEQ[] - AND[] - IF[] /* natural widths */ - #PUSH, 12, 0, 13, 1 - ELSE[] /* compatible or fractional widths */ - #PUSH, 12, 0, 13, 1 - EIF[] - - EIF[] -EIF[] - -WS[] -WS[] -WS[] -WS[] -WS[] - -#PUSHON -#END -ENDF[] - -FDEF[], 85 - -/* fn 85 equalizes double specified heights below a given ppem size - - CALL[], <rel cvt>, <ppem size>, <abs cvt>, 85 */ - /* Version 2.0 20141201 */ - -#BEGIN -#PUSHOFF - -/* STACK: <rel cvt>, <ppem size>, <abs cvt> */ - -RCVT[] /* pick absolute (square) height */ -#PUSH, 2, 78 /* 2 appears to work for heights and weights */ -CALL[] -SWAP[] - -/* STACK: <rel cvt>, <[abs cvt]>, <ppem size> */ - -#PUSH, 79 /* #samples/pixel */ -CALL[] -DUP[] -#PUSH, 64 -LTEQ[] -IF[] /* #samples/pixel = 1 (or less...) */ - - /* STACK: <rel cvt>, <[abs cvt]>, <ppem size>, <#samples/pixel> */ - - POP[] - MPPEM[] - LTEQ[] /* specified ppem size <= actual ppem size ? */ - IF[] - - /* STACK: <rel cvt>, <[abs cvt]> */ - - #PUSH, 2 - CINDEX[] - RCVT[] /* pick relative height (overshoot) */ - #PUSH, 1, 78 - CALL[] - ADD[] /* add overshoot to square height */ - - /* STACK: <rel cvt>, <[rel cvt] + [abs cvt]> */ - - EIF[] - -ELSE[] /* #samples/pixel > 1 */ - - /* STACK: <rel cvt>, <[abs cvt]>, <ppem size>, <#samples/pixel> */ - - SWAP[] - MPPEM[] - LTEQ[] /* specified ppem size <= actual ppem size */ - IF[] - - /* STACK: <rel cvt>, <[abs cvt]>, <#samples/pixel> */ - - #PUSH, 3 /* rel cvt */ - CINDEX[] - RCVT[] - DUP[] - ABS[] - ROLL[] - MUL[] - #PUSH, 64 - - /* STACK: <rel cvt>, <[abs cvt]>, <[rel cvt]>, <|[rel cvt]| * #samples/pixel>, <1> */ - - GTEQ[] /* #samples/pixel greater than or equal to 1 pixel */ - IF[] - - /* STACK: <rel cvt>, <[abs cvt]>, <[rel cvt]> */ - - #PUSH, 2, 78 - CALL[] - ADD[] /* add overshoot to square height */ - - /* STACK: <rel cvt>, <[rel cvt] + [abs cvt]> */ - - ELSE[] - - /* STACK: <rel cvt>, <[abs cvt]>, <[rel cvt]> */ - - POP[] - - /* STACK: <rel cvt>, <[abs cvt]> */ - - EIF[] - ELSE[] - /* STACK: <rel cvt>,<abs cvt>,<#samples/pixel>*/ - POP[] - /* STACK: <rel cvt>,<abs cvt>*/ - EIF[] - -EIF[] - -/* STACK: <rel cvt>, <[act cvt]> */ - -WCVTP[] /* make this the round height */ -#PUSHON -#END -ENDF[] - -FDEF[], 86 - -/* function to naturally space an accent above or below a base character - - CALL[], <child>, <parent>, <roundMethod>, <minDist?>, <distance>, 86 - - convert distance (fUnits) to pixels, round, and space child from parent by result - this essentially implements the functionality of an MDRP[m>RWh] instrunction for - composites which lack a suitable implementation of "original" coordinates. - roundMethod 0, 1, 2, and 3 round down to, to, up to, and to half virtual grid - function assumes cvt #20 is reserved and can be used temporarily in here... - storage 16 contains a threshold ppem size. if zero, ignore the threshold, otherwise - if less than or equal to threshold, use 64 (26.6) #samples/pixel. */ - -#BEGIN -#PUSHOFF - -/* extract the sign from distance */ -/* STACK: <child>, <parent>, <roundMethod>, <minDist?>, <distance> */ - -DUP[] -#PUSH, 0 -LT[] -DUP[] -IF[] - SWAP[] - NEG[] -ELSE[] - SWAP[] -EIF[] - -/* scale distance using reserved cvt */ -/* STACK: <child>, <parent>, <roundMethod>, <minDist?>, <negDist?>, <|distance|> */ - -#PUSH, 20, 20 /* reserved cvt */ -ROLL[] -WCVTF[] -RCVT[] - -/* determine if we are using a size threshold */ -/* STACK: <child>, <parent>, <roundMethod>, <minDist?>, <negDist?>, <|distance|'> */ - -#PUSH, 16, 16 /* reserved storage for threshold */ -RS[] -MPPEM[] -ROLL[] -RS[] -LTEQ[] -AND[] /* threshold must not be zero and <= ppem */ -IF[] - #PUSH, 64 /* #samples/pixel = 1 */ -ELSE[] -/* round per round method and #samples/pixel in current pv */ -/* STACK: <child>, <parent>, <roundMethod>, <minDist?>, <negDist?>, <|distance|'> */ - -#PUSH, 79 /* #samples/pixel */ -CALL[] -EIF[] - -SWAP[] -#PUSH, 97, 6 /* round to virtual grid, roundMethod */ -MINDEX[] -ADD[] -CALL[] /* round to virtual grid */ - -/* STACK: <child>, <parent>, <minDist?>, <negDist?>, <[|distance|']> */ - -/* apply minimum distance, if applicable */ -ROLL[] -IF[] - #PUSH, 5 /* minimum distance */ - RS[] - MAX[] -EIF[] - -/* fold the sign back into distance */ -/* STACK: <child>, <parent>, <negDist?> <[|distance|']> */ - -SWAP[] -IF[] - NEG[] -EIF[] - -/* move child by [distance'] */ -/* STACK: <child>, <parent>, <[distance']> */ - -SWAP[] -SRP0[] -MSIRP[m] - -/* STACK: */ - -#PUSHON -#END -ENDF[] - -FDEF[], 87 - -/* fn places an accent <c0> <c1> on top of a base character <p0> <p1> - fn uses the same constraint model as fn 111 (interpolate median), - except that for composites there is no concept of original coordinates, - hence the respective values are provided by the caller as <partialFactor> - - CALL[], <p0>, <c0>, <c1>, <p1>, <partialFactor>, 87 */ - -#BEGIN -#PUSHOFF - -/* partialFactor: ((c0 + c1)/2 - p0)/(p1 - p0) - target median: ((c0 + c1)/2 - p0)*(p1' - p0')/(p1 - p0)> + p0' = partialFactor*(p1' - p0') - source median: (c0' + c1')/2 - primed coordinates are [N]ew, other coordinates are [O]riginal */ - -/* STACK: <c0>, <c1>, <p0>, <partialFactor>, <p1> */ - -#PUSH, 3 /* p0 */ -CINDEX[] -MD[N] -MUL[] - -/* STACK: <c0>, <c1>, <p0>, <((c0 + c1)/2 - p0)*(p1' - p0')/(p1 - p0)> */ - -SWAP[] /* p0 */ -GC[N] -ADD[] - -/* STACK: <c0>, <c1>, <targetMedian> */ - -#PUSH, 79 /* #samples/pixel */ -CALL[] -SWAP[] - -/* STACK: <c0>, <c1>, <#samples/pixel>, <targetMedian> */ - -#PUSH, 4 /* c0 */ -CINDEX[] -#PUSH, 4 /* c1 */ -CINDEX[] -MD[N] -#PUSH, 3 /* #samples/pixel */ -CINDEX[] -MUL[] - -/* STACK: <c0>, <c1>, <#samples/pixel>, <targetMedian>, <numVirtualPixels> */ - -ODD[] -DUP[] -ADD[] -#PUSH, 98 -ADD[] -CALL[] /* round to (half) virtual grid */ - -/* STACK: <c0>, <c1>, <[targetMedian]> */ - -#PUSH, 3 /* c0 */ -CINDEX[] -DUP[] -SRP0[] -GC[N] -ROLL[] /* c1 */ -GC[N] -ADD[] -#PUSH, 32 -MUL[] - -/* STACK: <c0>, <targetMedian>, <sourceMedian> */ - -SUB[] - -/* STACK: <c0>, <offset> */ - -MSIRP[m] - -#PUSHON -#END -ENDF[] - -FDEF[], 88 - -/* set up storage locations with the x and y components - of the italic and adjusted italic angles as follows: - - s[ 6] = adjusted italic angle y - s[ 7] = adjusted italic angle x - s[10] = italic angle y - s[11] = italic angle x - - while rendering in b&w, determines the optimal phase - for positioning italic strokes - - s[ 4] = optimal phase - - CALL[], <riseCvt>, <runCvt>, 88 */ - -#BEGIN -#PUSHOFF - -/* STACK: <riseCvt>, <runCvt> */ - -#PUSH, 0 /* Use twilight points to calculate stroke angles */ -SZPS[] - -#PUSH, 2, 3 /* riseCvt */ -CINDEX[] -#PUSH, 1, 4 /* runCvt */ -CINDEX[] - -/* STACK: <riseCvt>, <runCvt>, <2>, <riseCvt>, <1>, <runCvt> */ - -SVTCA[X] /* Set twilight point 1 with italic run cvt in x */ -MIAP[r] - -SVTCA[Y] /* Set twilight point 2 with italic rise cvt in y */ -MIAP[r] - -#PUSH, 1, 2 /* and let the rasterizer do the math */ -SPVTL[r] -GPV[] - -#PUSH, 10 /* store the x and y components of the italic angle */ -SWAP[] -NEG[] /* notice that since we're essentially setting the pv to a line */ -WS[] /* from (runCvt,0) to (0,riseCvt), the calculcated pv will be */ -#PUSH, 11 /* proportional to (runCvt,0) - (0,riseCvt) = (runCvt,-riseCvt). */ -SWAP[] /* Hence we have to mirror the result at the base line, which is */ -WS[] /* done by flipping (negating) the sign of the y component here. */ - -/* STACK: <riseCvt>, <runCvt> */ - -#PUSH, 2, 3 /* riseCvt */ -CINDEX[] -#PUSH, 1, 4 /* runCvt */ -CINDEX[] - -SVTCA[X] /* same for the adjusted italic angle */ -MIAP[R] /* except to round the twilight point in x... */ - -SVTCA[Y] -MIAP[R] /* ...and in y */ - -#PUSH, 1, 2 -SPVTL[r] -GPV[] - -#PUSH, 6 -SWAP[] -NEG[] /* same neg as above */ -WS[] -#PUSH, 7 -SWAP[] -WS[] - -#PUSH, 1 /* restore graphics state */ -SZPS[] - -/* STACK: <riseCvt>, <runCvt> */ - -#PUSH, 0, 2 -RS[] -EQ[] -IF[] /* running b&w? */ - - /* STACK: <riseCvt>, <runCvt> */ - /* determine adjusted run' = run*[rise]/rise */ - - RCVT[] - SWAP[] - RCVT[] - DUP[] - RTG[] - ROUND[Bl] - ROLL[] - MUL[] - SWAP[] - DIV[] - - /* STACK: <run'> */ - /* determine phase = (run' - [run'])/2 = half the rounding error */ - - DUP[] - DUP[] - #PUSH, 64 - LT[] - IF[] - CEILING[] /* optimize for "minimum italic angle" */ - ELSE[] - FLOOR[] /* optimize for minimal number of jaggies */ - EIF[] - SUB[] - #PUSH, 32 - MUL[] - - /* STACK: <phase> */ - /* for its use on bottom italic edge, determine complement to full pixel */ - - #PUSH, 64 - SWAP[] - SUB[] - - /* and store in s[4] */ - - #PUSH, 4 - SWAP[] - WS[] - - /* STACK: */ - -ELSE[] - - /* STACK: <riseCvt>, <runCvt> */ - - #PUSH, 4, 0 - WS[] - POP[] - POP[] - - /* STACK: */ - -EIF[] - -RTG[] -SVTCA[X] - -#PUSHON -#END -ENDF[] - -FDEF[], 89 - -/* function rounds <cvt> depending on rendering environment and pv - - CALL[], <cvt>, 89 */ - -#BEGIN -#PUSHOFF - -DUP[] -RCVT[] -#PUSH, 0, 78 /* roundDist */ -CALL[] -WCVTP[] - -#PUSHON -#END -ENDF[] - -FDEF[], 90 - -/* below <ppem>: make both children the same as the (averaged) parent cvt - at and above: calculate child cvt <ch0> as <fraction> of child cvt <ch1> - - CALL[], <p>, <ch0>, <fraction>, <ch1>, <ppem>, 90 */ - -#BEGIN -#PUSHOFF - -/* STACK: <p>, <ch0>, <fraction>, <ch1>, <ppem> */ - -MPPEM[] -LTEQ[] -#PUSH, 64, 79 /* #samples/pixel */ -CALL[] -LT[] -OR[] -IF[] /* at or above ppem limit or rounding to less than a pixel */ - - /* STACK: <p>, <ch0>, <fraction>, <ch1> */ - - DUP[] - RCVT[] - #PUSH, 1, 78 /* roundDist */ - CALL[] - DUP[] - ROLL[] - ROLL[] - - /* STACK: <p>, <ch0>, <fraction>, <[ch1]>, <ch1>, <[ch1]> */ - - WCVTP[] - - /* STACK: <p>, <ch0>, <fraction>, <[ch1]> */ - - DUP[] - #PUSH, 64, 4 - MINDEX[] - SUB[] - MUL[] - SUB[] - #PUSH, 1, 78 /* roundDist */ - CALL[] - - /* STACK: <p>, <ch0>, <[ch1] - [ch1]*(1-fraction)> */ - - WCVTP[] - POP[] /* parent not involved */ - - /* STACK: */ - -ELSE[] - - /* STACK: <p>, <ch0>, <fraction>, <ch1> */ - - SWAP[] - POP[] /* fraction not involved */ - - /* STACK: <p>, <ch0>, <ch1> */ - - ROLL[] - RCVT[] - #PUSH, 1, 78 /* roundDist */ - CALL[] - - /* STACK: <ch0>, <ch1>, <[p]> */ - - DUP[] - ROLL[] - SWAP[] - - /* STACK: <ch0>, <[p]>, <ch1>, <[p]> */ - - WCVTP[] - WCVTP[] - - /* STACK: */ - -EIF[] - -#PUSHON -#END -ENDF[] - -FDEF[], 91 - -/* below <ppem>: make child cvt <ch> the same as parent cvt <p> - at and above: calculate child cvt <ch> as <fraction> of parent cvt <p> - - CALL[], <ch>, <fraction>, <p>, <ppem>, 91 */ - -#BEGIN -#PUSHOFF - -/* STACK: <ch>, <fraction>, <p>, <ppem> */ - -MPPEM[] -LTEQ[] -#PUSH, 64, 79 /* #samples/pixel */ -CALL[] -LT[] -OR[] -IF[] /* at or above ppem limit or rounding to less than a pixel */ - - /* STACK: <ch>, <fraction>, <p> */ - - RCVT[] - DUP[] - ROLL[] - - /* STACK: <ch>, <[p]>, <[p]>, <fraction> */ - - #PUSH, 64 - SUB[] - MUL[] - ADD[] - - /* STACK: <ch>, <[p] + [p]*(fraction - 1)> */ - -ELSE[] - - /* STACK: <ch>, <fraction>, <p> */ - - SWAP[] - POP[] /* fraction not involved */ - - RCVT[] - - /* STACK: <ch>, [p] */ - -EIF[] - -#PUSH, 1, 78 /* roundDist */ -CALL[] -WCVTP[] - -/* STACK: */ - -#PUSHON -#END -ENDF[] - -FDEF[], 92 - -/* function to calculate a child cvt <ch> - as a <blend> of two parent cvts <p0>, <p1> - - CALL[], <ch>, <blend>, <p0>, <p1>, 92 */ - -#BEGIN -#PUSHOFF - -/* STACK: <ch>, <blend>, <p0>, <p1> */ - -SWAP[] -RCVT[] -DUP[] - -/* STACK: <ch>, <blend>, <p1>, <[p0]>, <[p0]> */ - -ROLL[] -RCVT[] - -SWAP[] -SUB[] - -/* STACK: <ch>, <blend>, <[p0]>, <[p1] - [p0]> */ - -DUP[] -ABS[] -#PUSH, 64 -LTEQ[] - -/* STACK: <ch>, <blend>, <[p0]>, <[p1] - [p0]>, <contrast <= 1 pixel(s)?> */ - -#PUSH, 4 -CINDEX[] -DUP[] -#PUSH, 0 -GTEQ[] -SWAP[] -#PUSH, 64 -LTEQ[] -AND[] - -AND[] - -/* STACK: <ch>, <blend>, <[p0]>, <[p1] - [p0]>, <contrast <= 1 pixel(s) && blend >= 0 && blend <= 64?> */ - -#PUSH, 64, 79 /* #samples/pixel */ -CALL[] -EQ[] - -AND[] - -/* STACK: <ch>, <blend>, <[p0]>, <[p1] - [p0]>, <contrast <= 1 pixel(s) && blend >= 0 && blend <= 64 && rounding to full pixel?> */ - -IF[] - - /* STACK: <ch>, <blend>, <[p0]>, <[p1] - [p0]> */ - - ROLL[] - GPV[] - ABS[] - SWAP[] - ABS[] - SWAP[] - - /* STACK: <ch>, <[p0]>, <[p1] - [p0]>, <blend>, <|pv.x|>, <|pv.y|> */ - - GTEQ[] /* pv closer to x? */ - IF[] - - /* STACK: <ch>, <[p0]>, <[p1] - [p0]>, <blend> */ - /* bias towards p1: blend' := 1 - (1 - blend)² */ - - #PUSH, 64, 64 - ROLL[] - SUB[] - DUP[] - MUL[] - SUB[] - - /* <ch>, <[p0]>, <[p1] - [p0]>, <1 - (1 - blend)²> */ - - ELSE[] - - /* STACK: <ch>, <[p0]>, <[p1] - [p0]>, <blend> */ - /* bias towards p0: blend' := blend² */ - - DUP[] - MUL[] - - /* STACK: <ch>, <[p0]>, <[p1] - [p0]>, <blend²> */ - - EIF[] - -ELSE[] - - /* STACK: <ch>, <blend>, <[p0]>, <[p1] - [p0]> */ - /* use unbiased blend */ - - ROLL[] - - /* STACK: <ch>, <[p0]>, <[p1] - [p0]>, <blend> */ - -EIF[] - -/* STACK: <ch>, <[p0]>, <[p1] - [p0]>, <blend> */ - -MUL[] -#PUSH, 2, 78 /* roundDist */ -CALL[] -ADD[] - -/* STACK: <ch>, <[ch]> */ - -WCVTP[] - -#PUSHON -#END -ENDF[] - -FDEF[], 93 - -/* fn sets vectors to X (used in calculated calls) - - CALL[], 93 */ - -#BEGIN -#PUSHOFF -SVTCA[X] -#PUSHON -#END -ENDF[] - -FDEF[], 94 - -/* fn sets vectors to Y (used in calculated calls) - - CALL[], 94 */ - -#BEGIN -#PUSHOFF -SVTCA[Y] -#PUSHON -#END -ENDF[] - -FDEF[], 95 - -/* Set fv to X, pv perpendicular to italic angle (used in calculated calls) - - CALL[], 95 */ - -#BEGIN -#PUSHOFF -SFVTCA[X] -#PUSH, 11, 10 -RS[] -SWAP[] -RS[] -NEG[] -SPVFS[] -#PUSHON -#END -ENDF[] - -FDEF[], 96 - -/* Set fv to italic angle, pv to Y (used in calculated calls) - - CALL[], 96 */ - -#BEGIN -#PUSHOFF -#PUSH, 10, 11 -RS[] -SWAP[] -RS[] -SFVFS[] -SPVTCA[Y] -#PUSHON -#END -ENDF[] - -FDEF[], 97 - -/* round down to virtual grid - - CALL[], <#samples/pixel>, <argument>, 97 - - returns with rounded argument on stack */ - -#BEGIN -#PUSHOFF - -/* STACK: <#samples/pixel>, <argument> */ -/* upscale argument by #samples/pixel */ - -#PUSH, 2 /* #samples/pixel */ -CINDEX[] -MUL[] - -/* do the rounding in upscaled domain */ - -FLOOR[] /* round down to super grid */ - -/* Downscaling uses a DIV[] operation, which is implemented as floor(numerator/denominator). - For round(numerator/denominator) instead, add ½ denominator to numerator before dividing. - But since the division in 26.6 has to multiply the numerator by 2^6 (64) before dividing, - we have to divide said ½ denominator by 64 before adding, hence the 8192 (= 128 in 26.6). */ - -#PUSH, 2 /* #samples/pixel */ -CINDEX[] -#PUSH, 8192 -DIV[] -ADD[] - -/* downscale rounded and adjusted argument */ - -SWAP[] /* #samples/pixel */ -DIV[] - -/* STACK: <[argument]> */ - -#PUSHON -#END -ENDF[] - -FDEF[], 98 - -/* round to virtual grid - - CALL[], <#samples/pixel>, <argument>, 98 - - returns with rounded argument on stack */ - -#BEGIN -#PUSHOFF - -/* STACK: <#samples/pixel>, <argument> */ - -#PUSH, 2 /* #samples/pixel */ -CINDEX[] -MUL[] - -/* do the rounding in upscaled domain */ - -#PUSH, 32 /* round to super grid */ -ADD[] -FLOOR[] - -/* see above for adjustments below */ - -#PUSH, 2 /* #samples/pixel */ -CINDEX[] -#PUSH, 8192 -DIV[] -ADD[] - -/* downscale rounded and adjusted argument */ - -SWAP[] /* #samples/pixel */ -DIV[] - -/* STACK: <[argument]> */ - -#PUSHON -#END -ENDF[] - -FDEF[], 99 - -/* round up to virtual grid - - CALL[], <#samples/pixel>, <argument>, 99 - - returns with rounded argument on stack */ - -#BEGIN -#PUSHOFF - -/* STACK: <#samples/pixel>, <argument> */ - -#PUSH, 2 /* #samples/pixel */ -CINDEX[] -MUL[] - -/* do the rounding in upscaled domain */ - -CEILING[] /* round up to super grid */ - -/* see above for adjustments below */ - -#PUSH, 2 /* #samples/pixel */ -CINDEX[] -#PUSH, 8192 -DIV[] -ADD[] - -/* downscale rounded and adjusted argument */ - -SWAP[] /* #samples/pixel */ -DIV[] - -/* STACK: <[argument]> */ - -#PUSHON -#END -ENDF[] - -FDEF[], 100 - -/* round to half virtual grid - - CALL[], <#samples/pixel>, <argument>, 100 - - returns with rounded argument on stack */ - -#BEGIN -#PUSHOFF - -/* STACK: <#samples/pixel>, <argument> */ - -#PUSH, 2 /* #samples/pixel */ -CINDEX[] -MUL[] - -/* do the rounding in upscaled domain */ - -FLOOR[] -#PUSH, 32 /* round to half super grid */ -ADD[] - -/* see above for adjustments below */ - -#PUSH, 2 /* #samples/pixel */ -CINDEX[] -#PUSH, 8192 -DIV[] -ADD[] - -/* downscale rounded and adjusted argument */ - -SWAP[] /* #samples/pixel */ -DIV[] - -/* STACK: <[argument]> */ - -#PUSHON -#END -ENDF[] - -FDEF[], 101 - -/* determine actual distance to be used for emulating MDRP[<] - instruction with rendering environment specific rounding - - CALL[], <p>, <c>, 101 - - returns with rounded distance on stack */ - -#BEGIN -#PUSHOFF - -/* STACK: <p>, <c> */ - -SWAP[] -MD[O] - -/* round without minDist */ - -#PUSH, 2, 78 /* roundDist */ -CALL[] - -/* STACK: <[w]> */ - -#PUSHON -#END -ENDF[] - -FDEF[], 102 - -/* determine actual distance to be used for emulating MDRP[>] - instruction with rendering environment specific rounding - - CALL[], <p>, <c>, 102 - - returns with rounded distance on stack */ - -#BEGIN -#PUSHOFF - -/* STACK: <p>, <c> */ - -SWAP[] -MD[O] - -/* round with minDist */ - -#PUSH, 1, 78 /* roundDist */ -CALL[] - -/* STACK: <[w]> */ - -#PUSHON -#END -ENDF[] - -FDEF[], 103 - -/* determine actual distance to be used for emulating MIRP[<] - instruction with rendering environment specific rounding - - CALL[], <p>, <c>, <cvt>, 103 - - returns with rounded distance on stack */ - -#BEGIN -#PUSHOFF - -/* STACK: <p>, <c>, <cvt> */ - -SWAP[] /* c */ -ROLL[] /* p */ -MD[O] -SWAP[] /* cvt */ - -/* STACK: <wNat>, <cvt> */ -/* do cvt cut-in test */ - -RCVT[] -ABS[] -#PUSH, 2 -CINDEX[] -ABS[] -#PUSH, 2 -CINDEX[] -SUB[] -ABS[] -#PUSH, 3 /* cvt cut-in */ -RS[] - -/* STACK: <wNat>, <|wCvt|>, <||wNat| - |wCvt||>, <cvt cut-in> */ - -GT[] -IF[] - - /* STACK: <wNat>, <|wCvt|> */ - /* cvt cut-in test failed */ - - POP[] - DUP[] - ABS[] - - /* else cvt cut-in test succeeded */ - -EIF[] - -/* STACK: <wNat>, <|w|> */ -/* round without minDist */ - -#PUSH, 2, 78 /* roundDist */ -CALL[] - -/* STACK: <wNat>, <[w]> */ -/* inherit sign from wNat */ - -SWAP[] -#PUSH, 0 -LT[] -IF[] - NEG[] -EIF[] - -/* STACK: <[w]> */ - -#PUSHON -#END -ENDF[] - -FDEF[], 104 - -/* determine actual distance to be used for emulating MIRP[>] - instruction with rendering environment specific rounding - - CALL[], <p>, <c>, <cvt>, 104 - - returns with rounded distance on stack */ - -#BEGIN -#PUSHOFF - -/* STACK: <p>, <c>, <cvt> */ - -SWAP[] /* c */ -ROLL[] /* p */ -MD[O] -SWAP[] /* cvt */ - -/* STACK: <wNat>, <cvt> */ -/* do cvt cut-in test */ - -RCVT[] -ABS[] -#PUSH, 2 -CINDEX[] -ABS[] -#PUSH, 2 -CINDEX[] -SUB[] -ABS[] -#PUSH, 3 /* cvt cut-in */ -RS[] - -/* STACK: <wNat>, <|wCvt|>, <||wNat| - |wCvt||>, <cvt cut-in> */ - -GT[] -IF[] - - /* STACK: <wNat>, <|wCvt|> */ - /* cvt cut-in test failed */ - - POP[] - DUP[] - ABS[] - - /* else cvt cut-in test succeeded */ - -EIF[] - -/* STACK: <wNat>, <|w|> */ -/* round with minDist */ - -#PUSH, 1, 78 /* roundDist */ -CALL[] - -/* STACK: <wNat>, <[w]> */ -/* inherit sign from wNat */ - -SWAP[] -#PUSH, 0 -LT[] -IF[] - NEG[] -EIF[] - -/* STACK: <[w]> */ - -#PUSHON -#END -ENDF[] - -FDEF[], 105 - -/* emulate MDRP[<] instruction with rendering environment specific rounding - - CALL[], <p>, <c>, 105 */ - -#BEGIN -#PUSHOFF - -/* STACK: <p>, <c> */ - -DUP[] /* c */ -#PUSH, 3 /* p */ -CINDEX[] -MD[O] -#PUSH, 2, 78 /* roundDist */ -CALL[] - -/* STACK: <p>, <c>, <[dist]> */ - -ROLL[] -SRP0[] -MSIRP[M] - -#PUSHON -#END -ENDF[] - -FDEF[], 106 - -/* emulate MDRP[>] instruction with rendering environment specific rounding - - CALL[], <p>, <c>, 106 */ - -#BEGIN -#PUSHOFF - -/* STACK: <p>, <c> */ - -DUP[] /* c */ -#PUSH, 3 /* p */ -CINDEX[] -MD[O] -#PUSH, 1, 78 /* roundDist */ -CALL[] - -/* STACK: <p>, <c>, <[dist]> */ - -ROLL[] -SRP0[] -MSIRP[M] - -#PUSHON -#END -ENDF[] - -FDEF[], 107 - -/* emulate MIRP[<] instruction with rendering environment specific rounding - - CALL[], <p>, <c>, <cvt>, 107 */ - -#BEGIN -#PUSHOFF - -/* STACK: <p>, <c>, <cvt> */ - -#PUSH, 3 /* p */ -CINDEX[] -#PUSH, 3 /* c */ -CINDEX[] -ROLL[] /* cvt */ -#PUSH, 103 /* resActDist, cvt, noMinDist */ -CALL[] - -/* STACK: <p>, <c>, <[dist]> */ - -ROLL[] -SRP0[] -MSIRP[M] - -#PUSHON -#END -ENDF[] - -FDEF[], 108 - -/* emulate MIRP[>] instruction with rendering environment specific rounding - - CALL[], <p>, <c>, <cvt>, 108 */ - -#BEGIN -#PUSHOFF - -/* STACK: <p>, <c>, <cvt> */ - -#PUSH, 3 /* p */ -CINDEX[] -#PUSH, 3 /* c */ -CINDEX[] -ROLL[] /* cvt */ -#PUSH, 104 /* resActDist, cvt, minDist */ -CALL[] - -/* STACK: <p>, <c>, <[dist]> */ - -ROLL[] -SRP0[] -MSIRP[M] - -#PUSHON -#END -ENDF[] - -FDEF[], 109 - -/* fn symmetrically constrains a stroke <p>, <c> with <cvt> - - CALL[], <p>, <c>, <cvt>, 109 */ - -#BEGIN -#PUSHOFF - -/* STACK: <p>, <c>, <cvt> */ -/* determine old median */ - -#PUSH, 3 /* <p> */ -CINDEX[] -GC[N] -#PUSH, 3 /* <c> */ -CINDEX[] -GC[N] -ADD[] - -/* STACK: <p>, <c>, <cvt>, <2*median> */ -/* lock parent */ - -#PUSH, 4 /* p */ -CINDEX[] -MDAP[r] - -/* STACK: <p>, <c>, <cvt>, <2*median> */ -/* link child */ - -#PUSH, 4 /* p */ -CINDEX[] -#PUSH, 4 /* c */ -CINDEX[] -#PUSH, 4 /* cvt */ -MINDEX[] -DUP[] -#PUSH, 0 -LT[] -IF[] - POP[] - #PUSH, 106 /* resMIRP, noCvt, minDist */ -ELSE[] - #PUSH, 108 /* resMIRP, cvt, minDist */ -EIF[] -CALL[] - -/* STACK: <p>, <c>, <2*median> */ -/* determine new median */ - -#PUSH, 3 /* <p> */ -CINDEX[] -GC[N] -#PUSH, 3 /* <c> */ -CINDEX[] -GC[N] -ADD[] - -/* STACK: <p>, <c>, <2*median>, <2*median'> */ - -SUB[] -#PUSH, 128 -DIV[] /* floor to 1/64 for now */ - -/* STACK: <p>, <c>, <deltaMedian> */ - -DUP[] -ROLL[] -DUP[] -SRP0[] -SWAP[] -MSIRP[m] -SWAP[] -DUP[] -SRP0[] -SWAP[] -MSIRP[m] - -/* STACK: */ - -#PUSHON -#END -ENDF[] - -FDEF[], 110 - -/* calculate offset for emulation of interpolation of median of - <c0> and <c1> between parents <p0> and <p1> using current pv and fv - - CALL[], <p0>, <c0>, <c1>, <p1>, 110 - - returns with offset on stack */ - -#BEGIN -#PUSHOFF - -/* STACK: <p0>, <c0>, <c1>, <p1> */ - -#PUSH, 3 /* c0 */ -CINDEX[] -GC[O] -#PUSH, 3 /* c1 */ -CINDEX[] -GC[O] -ADD[] - -/* STACK: <p0>, <c0>, <c1>, <p1>, <c0 + c1> */ - -#PUSH, 5 /* p0 */ -CINDEX[] -GC[O] -#PUSH, 128 -MUL[] -SUB[] - -/* STACK: <p0>, <c0>, <c1>, <p1>, <c0 + c1 - 2*p0> */ - -#PUSH, 2 /* p1 */ -CINDEX[] -#PUSH, 6 /* p0 */ -CINDEX[] -MD[N] -MUL[] - -/* STACK: <p0>, <c0>, <c1>, <p1>, <(c0 + c1 - 2*p0)*(p1' - p0')> */ - -SWAP[] /* p1 */ -#PUSH, 5 /* p0 */ -CINDEX[] -MD[O] -#PUSH, 128 -MUL[] - -/* prevent inadvertent divide-by-zero e.g. on non-spacing glyphs */ -DUP[] -IF[] - DIV[] -ELSE[] - POP[] -EIF[] - -/* STACK: <p0>, <c0>, <c1>, <(c0 + c1 - 2*p0)*(p1' - p0')/(2*(p1 - p0))> */ - -#PUSH, 4 /* p0 */ -MINDEX[] -GC[N] -ADD[] - -/* STACK: <c0>, <c1>, <(c0'' + c1'')/2> */ - -ROLL[] /* c0 */ -GC[N] -ROLL[] /* c1 */ -GC[N] -ADD[] -#PUSH, 32 -MUL[] - -/* STACK: <(c0'' + c1'')/2>, <(c0' + c1')/2> */ - -SUB[] - -/* STACK: <offset> */ - -#PUSHON -#END -ENDF[] - -FDEF[], 111 - -/* emulate interpolation of median of <c0> and <c1> - between parents <p0> and <p1> using current pv and fv - - CALL[], <p0>, <c0>, <c1>, <p1>, 111 */ - -#BEGIN -#PUSHOFF - -/* STACK: <p0>, <c0>, <c1>, <p1> */ - -#PUSH, 4 /* p0 */ -MINDEX[] -#PUSH, 4 /* c0 */ -CINDEX[] -#PUSH, 4 /* c1 */ -CINDEX[] -#PUSH, 4 /* p1 */ -MINDEX[] -#PUSH, 110 /* calc offset for interpolation of median */ -CALL[] - -/* STACK: <c0>, <c1>, <offset> */ - -DUP[] - -/* STACK: <c0>, <c1>, <offset>, <offset> */ - -ROLL[] -DUP[] -SRP0[] -SWAP[] - -/* STACK: <c0>, <offset>, <c1>, <offset> */ - -MSIRP[m] - -SWAP[] -DUP[] -SRP0[] -SWAP[] - -/* STACK: <c0>, <offset> */ - -MSIRP[m] - -#PUSHON -#END -ENDF[] - -FDEF[], 112 - - -/* adjust (unrounded) stroke phase to target phase according to <method> - - method 0: round to nearest virtual pixel - method 1: apply method 2 below 2 pixel wide strokes else method 0 - method 2: optimize for max #black pixels - method 3: optimize for one edge aligned - - right?: boolean indicating a left (false) or right (true) stroke) - - CALL[], <phase>, <weight>, <method>, <right?>, 112 - - returns with (rounded) adjusted phase on stack */ - -#BEGIN -#PUSHOFF - -/* STACK: <phase>, <weight>, <method>, <right?> */ - -SWAP[] - -DUP[] -#PUSH, 1 -EQ[] -IF[] - - /* STACK: <phase>, <weight>, <right?>, <method> */ - /* replace method depending on stroke weight */ - - POP[] - #PUSH, 2 /* weight */ - CINDEX[] - #PUSH, 2, 78 /* roundDist */ - CALL[] - #PUSH, 128 - LT[] - DUP[] - ADD[] -EIF[] - -DUP[] -ADD[] -ADD[] - -/* STACK: <phase>, <weight>, <method' = 2*method + right> */ - -DUP[] -#PUSH, 1 -LTEQ[] -IF[] /* just round to nearest virtual pixel */ - - POP[] - POP[] - - /* STACK: <phase> */ - -ELSE[] - DUP[] - #PUSH, 5 - LTEQ[] - IF[] /* optimize for max #black pixels */ - - POP[] - - /* STACK: <phase>, <weight> */ - - DUP[] - FLOOR[] - SUB[] - - /* STACK: <phase>, <fractWeight> */ - - #PUSH, 64 - SWAP[] - SUB[] - - /* STACK: <phase>, <1-fractWeight> */ - - #PUSH, 0, 3 /* phase */ - CINDEX[] - LT[] - #PUSH, 3 /* phase */ - CINDEX[] - #PUSH, 3 /* 1-fractWeight */ - CINDEX[] - LT[] - AND[] - IF[] /* if 0 < phase < 1-fractWeight then need to adjust phase */ - - /* STACK: <phase>, <1-fractWeight> */ - - DUP[] - #PUSH, 3 - CINDEX[] - SUB[] - - /* STACK: <phase>, <1-fractWeight>, <1-fractWeight-phase> */ - - ROLL[] - GTEQ[] - IF[] /* error from phase to 1-fractWeight >= error from 0 to phase */ - POP[] - #PUSH, 0 /* target 0 as phase */ - EIF[] - /* else target 1-fractWeight as phase, which is what's left on stack */ - - ELSE[] - - /* STACK: <phase>, <1-fractWeight> */ - - POP[] - - EIF[] - - ELSE[] /* optimize for one edge aligned */ - - /* STACK: <phase>, <weight>, <method'> */ - - #PUSH, 7 - EQ[] - IF[] /* right flush */ - - /* STACK: <phase>, <weight> */ - - DUP[] - FLOOR[] - SUB[] - - /* STACK: <phase>, <fractWeight> */ - - NEG[] - SWAP[] - POP[] - - ELSE[] /* left flush (and default) */ - - /* STACK: <phase>, <weight> */ - - POP[] - POP[] - #PUSH, 0 - - EIF[] - - EIF[] - -EIF[] - -#PUSH, 2, 78 /* roundDist */ -CALL[] - -/* STACK: phase */ - -#PUSHON -#END -ENDF[] - -FDEF[], 113 - -/* fn calculates delta phase for optimal position of - stroke bordered by <p> and <c> according to <method> - (see fn 112 for definition of method) - - CALL[], <p>, <c>, <method>, 113 - - returns with delta phase in interval ]-½,+½] on stack */ - -#BEGIN -#PUSHOFF - -/* STACK: <p>, <c>, <method> */ - - /* use sequence of parameters <p> and <c> to determine if this is - a "left" stroke (in which case we may add grey to the right), or - a "right" stroke (in which case we may add grey to the left) */ - -#PUSH, 2 /* c */ -CINDEX[] -#PUSH, 4 /* p */ -CINDEX[] -MD[O] -#PUSH, 0 -GTEQ[] -IF[] - #PUSH, 0 /* "left" stroke */ -ELSE[] - ROLL[] - ROLL[] - SWAP[] - ROLL[] - #PUSH, 1 /* "right" stroke */ -EIF[] - -/* STACK: <p>, <c>, <method>, <right?> */ - -#PUSH, 4 /* p */ -CINDEX[] -GC[N] -DUP[] -FLOOR[] -SUB[] -DUP[] - -/* STACK: <p>, <c>, <method>, <right?>, <source phase>, <source phase> */ - -#PUSH, 5 /* c */ -MINDEX[] -#PUSH, 6 /* p */ -MINDEX[] -MD[N] - -/* STACK: <method>, <right?>, <source phase>, <source phase>, <weight> */ - -#PUSH, 5 /* method */ -MINDEX[] -#PUSH, 5 /* right? */ -MINDEX[] -#PUSH, 112 /* adjust to target stroke phase */ -CALL[] - -/* STACK: <source phase>, <target phase> */ - -SWAP[] -SUB[] - -/* STACK: <delta phase> */ -/* minimze phase into interval ]-½,+½] */ - -NEG[] -#PUSH, 32 -ADD[] -DUP[] -FLOOR[] -SUB[] -#PUSH, 32 -SUB[] -NEG[] - -#PUSHON -#END -ENDF[] - -FDEF[], 114 - -/* emulate MIAP instruction with rendering environment specific rounding - - CALL[], <c>, <cvt>, 114 */ - -#BEGIN -#PUSHOFF - -/* STACK: <c>, <cvt> */ - -#PUSH, 2 /* c */ -CINDEX[] -GC[N] -DUP[] - -/* STACK: <c>, <cvt>, <wNat>, <wNat> */ - -ROLL[] -DUP[] -#PUSH, 0 -LT[] -IF[] - - /* STACK: <c>, <wNat>, <wNat>, <cvt> */ - - POP[] - - /* cvt < 0 (no cvt used) => w = wNat */ - /* STACK: <c>, <wNat>, <w> */ - - #PUSH, 2, 78 /* roundDist */ - CALL[] - -ELSE[] - - RCVT[] - - /* STACK: <c>, <wNat>, <wNat>, <wCvt> */ - /* no cvt cut-in test (for eventual support of automatic small caps, superiors, and inferiors), pop wNat to use wCvt */ - - SWAP[] - POP[] - - /* leave value as rounded by cpgm */ - /* STACK: <c>, <wNat>, <w> */ - -EIF[] - -SUB[] -NEG[] - -/* STACK: <c>, <wDelta> */ - -#PUSH, 2 -CINDEX[] -SRP0[] - -MSIRP[M] - -#PUSHON -#END -ENDF[] - -FDEF[], 115 - -/* interpolates a point <p> in <dirFlag> between points <lsb> and <rsb> - dirFlag: postRoundFlag*8 + dir - dir: X = 0, Y = 1, X/ = 2, Y/ = 3, ... - - depending on rendering environment and pv may optimise point position - - CALL[], <dirFlag>, <p0>, <c>, <p1>, 115 */ - -#BEGIN -#PUSHOFF - -/* STACK: <dirFlag>, <p0>, <p>, <p1> */ -/* separate postRoundFlag from dir */ - -#PUSH, 4 /* dirFlag */ -MINDEX[] -DUP[] -#PUSH, 512 -DIV[] -DUP[] -#PUSH, 512 -MUL[] -ROLL[] -SWAP[] -SUB[] - -/* STACK:, <p0>, <p>, <p1>, <postRoundFlag>, <dir> */ - -DUP[] -#PUSH, 93 /* setV */ -ADD[] -CALL[] - -/* STACK: <p0>, <p>, <p1>, <postRoundFlag>, <dir> */ - -#PUSH, 5 /* p0 */ -CINDEX[] -SRP1[] -ROLL[] /* p1 */ -SRP2[] -ROLL[] /* p */ -DUP[] -IP[] - -/* STACK: <p0>, <postRoundFlag>, <dir>, <p> */ - -ROLL[] /* postRoundFlag */ -IF[] - - /* STACK: <p0>, <dir>, <p> */ - - #PUSH, 93, 4096, 4 /* setV, 64, dir */ - MINDEX[] - MUL[] - ODD[] - ADD[] - CALL[] - - /* STACK: <p0>, <p> */ - - SWAP[] - POP[] - DUP[] /* p */ - SRP0[] - DUP[] - GC[N] - DUP[] - #PUSH, 2, 78 /* roundDist */ - CALL[] - SWAP[] - SUB[] - - /* STACK: <p>, <[p.c]-p.c> */ - -ELSE[] - - /* STACK: <p0>, <dir>, <p> */ - - SWAP[] - POP[] - - /* STACK: <p0>, <p> */ - - DUP[] - ROLL[] - DUP[] /* p0 */ - SRP0[] - MD[N] - - #PUSH, 2, 78 /* roundDist */ - CALL[] - - /* STACK: <p>, <[p.dist]> */ - -EIF[] - -MSIRP[M] - -/* STACK: */ - -#PUSHON -#END -ENDF[] - -FDEF[], 116 - -/* constrains a stroke in <dir>, defined by parent <p> and child <c>, - and by cvt <cvt>, and interpolates it between points <gp0> and <gp1> - dir: X = 0, Y = 1, X/ = 2 - sof: (stroke optimization flags ||, |<, and >| ) don't = 0, do = 1, leftBias = 2, rightBias = 3 - - CALL[], <dir>, <gp0>, <p>, <c>, <cvt>, <gp1>, <sof>, 116 */ - -#BEGIN -#PUSHOFF - -/* STACK: <dir>, <gp0>, <p>, <c>, <cvt>, <gp1>, <sof> */ - -#PUSH, 93, 4096, 9 /* setV, 64, dir */ -CINDEX[] -MUL[] -ODD[] -ADD[] -CALL[] - -/* constrain stroke */ - -#PUSH, 5 /* p */ -CINDEX[] -#PUSH, 5 /* c */ -CINDEX[] -#PUSH, 5 /* cvt */ -MINDEX[] -#PUSH, 109 /* symDist */ -CALL[] - -/* STACK: <dir>, <gp0>, <p>, <c>, <gp1>, <sof> */ - -#PUSH, 93, 7 /* setV, dir */ -CINDEX[] -ADD[] -CALL[] - -#PUSH, 5 /* gp0 */ -CINDEX[] -#PUSH, 5 /* p */ -CINDEX[] -#PUSH, 5 /* c */ -CINDEX[] -#PUSH, 5 /* gp1 */ -CINDEX[] -#PUSH, 111 /* interpolate median */ -CALL[] - -/* STACK: <dir>, <gp0>, <p>, <c>, <gp1>, <sof> */ - -#PUSH, 93, 4096, 8 /* setV, 64, dir */ -MINDEX[] -MUL[] -ODD[] -ADD[] -CALL[] - -/* STACK: <gp0>, <p>, <c>, <gp1>, <sof> */ - -DUP[] -#PUSH, 0 -GT[] -IF[] /* optimize stroke position */ - - #PUSH, 80 - CALL[] - - /* STACK: <gp0>, <p>, <c>, <gp1>, <sof>, <som> */ - - #PUSH, 5 /* p */ - CINDEX[] - #PUSH, 5 /* c */ - CINDEX[] - #PUSH, 7 /* p */ - CINDEX[] - #PUSH, 7 /* c */ - CINDEX[] - #PUSH, 5 /* som */ - CINDEX[] - #PUSH, 113 /* get delta phase for optimal stroke position */ - CALL[] - #PUSH, 2 - SLOOP[] - SHPIX[] - - /* STACK: <gp0>, <p>, <c>, <gp1>, <sof>, <som> */ - - #PUSH, 0 - GT[] - #PUSH, 2 /* sof */ - CINDEX[] - #PUSH, 1 - GT[] - AND[] - IF[] - - /* STACK: <gp0>, <p>, <c>, <gp1>, <sof> */ - /* determine total side-bearing space to see if we need to bias the black body */ - - #PUSH, 4 /* p */ - CINDEX[] - #PUSH, 6 /* gp0 */ - CINDEX[] - MD[N] - #PUSH, 3 /* gp1 */ - CINDEX[] - #PUSH, 5 /* c */ - CINDEX[] - MD[N] - ADD[] - DUP[] - #PUSH, 64 - GT[] - IF[] - - /* STACK: <gp0>, <p>, <c>, <gp1>, <sof>, <totSBS> */ - /* enough total side-bearing space left, leave it alone */ - POP[] - - ELSE[] - - /* STACK: <gp0>, <p>, <c>, <gp1>, <sof>, <totSBS> */ - /* 1 pixel or less total side-bearing space left */ - - #PUSH, 0 - GT[] - IF[] - - /* STACK: <gp0>, <p>, <c>, <gp1>, <sof> */ - /* any total side-bearing space left at all */ - - DUP[] - #PUSH, 2 - EQ[] - IF[] - - /* STACK: <gp0>, <p>, <c>, <gp1>, <sof> */ - /* move stroke flush left */ - - #PUSH, 4 /* p */ - CINDEX[] - #PUSH, 4 /* c */ - CINDEX[] - #PUSH, 7 /* gp0 */ - CINDEX[] - #PUSH, 7 /* p */ - CINDEX[] - MD[N] - #PUSH, 2 - SLOOP[] - SHPIX[] - - ELSE[] - - /* STACK: <gp0>, <p>, <c>, <gp1>, <sof> */ - /* move stroke flush left */ - - #PUSH, 4 /* p */ - CINDEX[] - #PUSH, 4 /* c */ - CINDEX[] - #PUSH, 4 /* gp1 */ - CINDEX[] - #PUSH, 6 /* c */ - CINDEX[] - MD[N] - #PUSH, 2 - SLOOP[] - SHPIX[] - - EIF[] - - EIF[] - - EIF[] - - EIF[] - -EIF[] - -/* STACK: <gp0>, <p>, <c>, <gp1>, <sof> */ - -POP[] -POP[] -POP[] -POP[] -POP[] - -/* STACK: */ - -#PUSHON -#END -ENDF[] - -FDEF[], 117 - -/* fn tries to place and constrain two strokes <p0,c0,cvt0> and <p1,c1,cvt1> - between grandparents <gp0> and <gp1> in direction <dir> - dir: X = 0, Y = 1, X/ = 2 - X/ (italic) is not yet implemented; to do so properly will need to factor - the italic phase optimization part out of fn 131 and make it available to - this fn. - - CALL[], <dir>, <gp0>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <gp1>, 117 */ - -#BEGIN -#PUSHOFF - -/* STACK: <dir>, <gp0>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <gp1> */ - -#PUSH, 93, 4096, 11 /* setV, dir */ -CINDEX[] -MUL[] -ODD[] -ADD[] -CALL[] - -/* STACK: <dir>, <gp0>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <gp1> */ -/* interpolate black body */ - -#PUSH, 7 /* p0 */ -CINDEX[] -#PUSH, 7 /* c0 */ -CINDEX[] -#PUSH, 6 /* p1 */ -CINDEX[] -#PUSH, 6 /* c1 */ -CINDEX[] -#PUSH, 12 /* gp0 */ -CINDEX[] -#PUSH, 12 /* p0 */ -CINDEX[] -#PUSH, 9 /* c1 */ -CINDEX[] -#PUSH, 8 /* gp1 */ -CINDEX[] -#PUSH, 110 /* calc offset for interpolation of median */ -CALL[] -#PUSH, 4 -SLOOP[] -SHPIX[] - -/* STACK: <dir>, <gp0>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <gp1> */ -/* constrain stroke0 */ - -#PUSH, 7 /* p0 */ -CINDEX[] -#PUSH, 7 /* c0 */ -CINDEX[] -#PUSH, 7 /* cvt0 */ -MINDEX[] -#PUSH, 109 /* symDist */ -CALL[] - -/* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <cvt1>, <gp1> */ -/* constrain stroke1 */ - -#PUSH, 4 /* p1 */ -CINDEX[] -#PUSH, 4 /* c1 */ -CINDEX[] -#PUSH, 4 /* cvt1 */ -MINDEX[] -#PUSH, 109 /* symDist */ -CALL[] - -/* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1> */ - -#PUSH, 80 -CALL[] - -/* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1>, <som> */ -/* determine phase0 for optimal position of stroke0 */ - -#PUSH, 6 /* p0 */ -CINDEX[] -#PUSH, 6 /* c0 */ -CINDEX[] -#PUSH, 3 /* som */ -CINDEX[] -#PUSH, 113 /* get delta phase for optimal stroke position */ -CALL[] - -/* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1>, <som>, <phase0> */ -/* forward to stroke1 position */ - -#PUSH, 5 /* p1 */ -CINDEX[] -#PUSH, 5 /* c1 */ -CINDEX[] -#PUSH, 3 /* phase0 */ -CINDEX[] -#PUSH, 2 -SLOOP[] -SHPIX[] - -/* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1>, <som>, <phase0> */ -/* determine phase1 for optimal position of stroke1 */ - -DUP[] -#PUSH, 6 /* p1 */ -CINDEX[] -#PUSH, 6 /* c1 */ -CINDEX[] -#PUSH, 5 /* som */ -CINDEX[] -#PUSH, 113 /* get delta phase for optimal stroke position */ -CALL[] -ADD[] - -/* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1>, <som>, <phase0>, <phase1> */ -/* undo forwarding to stroke1 position */ - -#PUSH, 6 /* p1 */ -CINDEX[] -#PUSH, 6 /* c1 */ -CINDEX[] -#PUSH, 4 /* phase0 */ -CINDEX[] -NEG[] -#PUSH, 2 -SLOOP[] -SHPIX[] - -/* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1>, <som>, <phase0>, <phase1> */ -/* determine double average phase error */ - -#PUSH, 2 /* phase0 */ -CINDEX[] -#PUSH, 2 /* phase1 */ -CINDEX[] -ADD[] - -/* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1>, <som>, <phase0>, <phase1>, <2*phaseError> */ - -DUP[] -#PUSH, 64 -GTEQ[] -IF[] - - /* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1>, <som>, <phase0>, <phase1>, <2*phaseError> */ - /* double average phase error >= 1 pixel, correct to the left */ - - POP[] - #PUSH, 64 - SUB[] - SWAP[] - #PUSH, 64 - SUB[] - SWAP[] - -ELSE[] - - /* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1>, <som>, <phase0>, <phase1>, <2*phaseError> */ - - #PUSH, -64 - LT[] - IF[] - - /* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1>, <som>, <phase0>, <phase1>, <2*phaseError> */ - /* double average phase error < -1 pixel, correct to the right */ - - #PUSH, 64 - ADD[] - SWAP[] - #PUSH, 64 - ADD[] - SWAP[] - - EIF[] - -EIF[] - -/* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1>, <som>, <phase0>, <phase1> */ -/* apply corrected optimal phase0 to stroke0 */ - -#PUSH, 8 /* p0 */ -CINDEX[] -#PUSH, 8 /* c0 */ -CINDEX[] -#PUSH, 4 /* phase0 */ -MINDEX[] -#PUSH, 2 -SLOOP[] -SHPIX[] - -/* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1>, <som>, <phase1> */ -/* apply corrected optimal phase1 to stroke1 */ - -#PUSH, 5 /* p1 */ -CINDEX[] -#PUSH, 5 /* c1 */ -CINDEX[] -ROLL[] /* phase1 */ -#PUSH, 2 -SLOOP[] -SHPIX[] - -/* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1>, <som> */ - -DUP[] -#PUSH, 0 -GT[] -IF[] - - /* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1>, <som> */ - /* determine total side-bearing space to see if we need to bias the black body */ - - #PUSH, 6 /* p0 */ - CINDEX[] - #PUSH, 8 /* gp0 */ - CINDEX[] - MD[N] - #PUSH, 3 /* gp1 */ - CINDEX[] - #PUSH, 5 /* c1 */ - CINDEX[] - MD[N] - ADD[] - DUP[] - #PUSH, 64 - GT[] - IF[] - - /* enough total side-bearing space left, leave it alone */ - POP[] - - ELSE[] - - /* 1 pixel or less total side-bearing space left */ - #PUSH, 0 - GT[] - IF[] - - /* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1>, <som> */ - /* any total side-bearing space left at all, move black-body flush left and start over */ - - #PUSH, 6 /* p0 */ - CINDEX[] - #PUSH, 6 /* c0 */ - CINDEX[] - #PUSH, 6 /* p1 */ - CINDEX[] - #PUSH, 6 /* c1 */ - CINDEX[] - #PUSH, 11 /* gp0 */ - CINDEX[] - #PUSH, 11 /* p0 */ - CINDEX[] - MD[N] - #PUSH, 4 - SLOOP[] - SHPIX[] - - /* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1>, <som> */ - /* optimize position of stroke0 forwarding phase0 to stroke1 */ - - #PUSH, 6 /* p0 */ - CINDEX[] - #PUSH, 6 /* c0 */ - CINDEX[] - #PUSH, 6 /* p1 */ - CINDEX[] - #PUSH, 6 /* c1 */ - CINDEX[] - #PUSH, 10 /* p0 */ - CINDEX[] - #PUSH, 10 /* c0 */ - CINDEX[] - #PUSH, 7 /* som */ - CINDEX[] - #PUSH, 113 /* get delta phase for optimal stroke position */ - CALL[] - #PUSH, 4 /* apply to both strokes */ - SLOOP[] - SHPIX[] - - /* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1>, <som> */ - /* optimize position of stroke1 */ - - #PUSH, 4 /* p1 */ - CINDEX[] - #PUSH, 4 /* c1 */ - CINDEX[] - #PUSH, 5 /* c1 */ - CINDEX[] - #PUSH, 7 /* p1 */ - CINDEX[] - #PUSH, 5 /* som */ - CINDEX[] - #PUSH, 113 /* get delta phase for optimal stroke position */ - CALL[] - #PUSH, 2 /* apply to second stroke only */ - SLOOP[] - SHPIX[] - - ELSE[] - - /* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1>, <som> */ - /* no total side-bearing space left, move stroke1 left by 1 pixel */ - - #PUSH, 4 /* p1 */ - CINDEX[] - #PUSH, 4 /* c1 */ - CINDEX[] - #PUSH, -64, 2 - SLOOP[] - SHPIX[] - - EIF[] - - EIF[] - -EIF[] - -/* STACK: <dir>, <gp0>, <p0>, <c0>, <p1>, <c1>, <gp1>, <som> */ - -POP[] -POP[] -POP[] -POP[] -POP[] -POP[] -POP[] -POP[] - -#PUSHON -#END -ENDF[] - -FDEF[], 118 - -/* fn to set pv perpendicular to p1 and c0' such that distance - c0'<---p0 measures cvt or natural distance if cvt = -1. - used as support to ResX|YDDist and ResX|YDLink - - CALL[], <p1>, <p0>, <c0>, <cvt>, 118 */ - -#BEGIN -#PUSHOFF - -/* STACK: <p1>, <p0>, <c0>, <cvt> */ - -#PUSH, 4 /* p1 */ -CINDEX[] -#PUSH, 3 /* c0 */ -CINDEX[] -SDPVTL[R] -#PUSH, 3 /* p0 */ -CINDEX[] -#PUSH, 3 /* c0 */ -CINDEX[] -ROLL[] /* cvt */ -DUP[] -#PUSH, 0 -LT[] -IF[] - POP[] - #PUSH, 101 /* resActDist, noCvt, noMinDist */ -ELSE[] - #PUSH, 104 /* resActDist, cvt, minDist */ -EIF[] -CALL[] -ABS[] - -/* STACK: <p1>, <p0>, <c0>, <w> */ - -#PUSH, 4 /* p1 */ -CINDEX[] -#PUSH, 4 /* p0 */ -CINDEX[] -SPVTL[r] -#PUSH, 4 /* p1 */ -CINDEX[] -#PUSH, 4 /* p0 */ -CINDEX[] -MD[N] - -/* STACK: <p1>, <p0>, <c0>, <w>, <d> */ -/* test if solution exists at all */ - -DUP[] -DUP[] -MUL[] -#PUSH, 3 /* w */ -CINDEX[] -DUP[] -MUL[] -LTEQ[] -#PUSH, 0, 3 /* d */ -CINDEX[] -EQ[] -OR[] - -/* STACK: <p1>, <p0>, <c0>, <w>, <d>, <d² <= w² or d = 0?> */ - -IF[] - - /* STACK: <p1>, <p0>, <c0>, <w>, <d> */ - /* solution doesn't exist, hence prepare to bail out */ - - POP[] - POP[] - SWAP[] - POP[] - SPVTL[R] - -ELSE[] - - /* STACK: <p1>, <p0>, <c0>, <w>, <d> */ - /* solution exists, hence continue computation */ - - DUP[] - MUL[] - #PUSH, 2 /* w */ - CINDEX[] - DUP[] - MUL[] - SUB[] - DUP[] - - /* STACK: <p1>, <p0>, <c0>, <w>, <d² - w²>, <d² - w²> */ - - #PUSH, 83 /* sqrt */ - CALL[] - - /* STACK: <p1>, <p0>, <c0>, <w>, <d² - w²>, <sqrt(d² - w²)> */ - - ROLL[] /* w */ - MUL[] - - /* STACK: <p1>, <p0>, <c0>, <d² - w² =: dx>, <w·sqrt(d² - w²) =: dy> */ - - #PUSH, 5 /* p1 */ - CINDEX[] - #PUSH, 5 /* p0 */ - CINDEX[] - SDPVTL[R] - #PUSH, 4 /* p0 */ - CINDEX[] - #PUSH, 4 /* c0 */ - MINDEX[] - MD[O] - - #PUSH, 0 - LT[] - IF[] - NEG[] /* dy */ - EIF[] - - /* STACK: <p1>, <p0>, <dx>, <dy> */ - - #PUSH, 4 /* p1 */ - MINDEX[] - DUP[] - SVTCA[X] - GC[N] - SWAP[] - SVTCA[Y] - GC[N] - - /* STACK: <p0>, <dx>, <dy>, <p1.x>, <p1.y> */ - - #PUSH, 5 /* p0 */ - MINDEX[] - DUP[] - SVTCA[X] - GC[N] - SWAP[] - SVTCA[Y] - GC[N] - - /* STACK: <dx>, <dy>, <p1.x>, <p1.y>, <p0.x>, <p0.y> */ - - #PUSH, 0 /* enter twilight zone */ - SZPS[] - - SVTCA[Y] - #PUSH, 0 - SWAP[] - SCFS[] - SVTCA[X] - #PUSH, 0 - SWAP[] - SCFS[] - - /* STACK: <dx>, <dy>, <p1.x>, <p1.y> */ - - SVTCA[Y] - DUP[] - #PUSH, 1 - SWAP[] - SCFS[] - #PUSH, 2 - SWAP[] - SCFS[] - SVTCA[X] - DUP[] - #PUSH, 1 - SWAP[] - SCFS[] - #PUSH, 2 - SWAP[] - SCFS[] - - /* STACK: <dx>, <dy> */ - - SWAP[] - - /* STACK: <dy>, <dx> */ - - #PUSH, 2, 0, 1 - SFVTL[r] - SWAP[] - SHPIX[] - - /* STACK: <dy> */ - - #PUSH, 2, 0, 1 - SFVTL[R] - SWAP[] - SHPIX[] - - /* STACK: */ - - #PUSH, 2, 1 - SPVTL[R] - - #PUSH, 1 /* leave twilight zone */ - SZPS[] - -EIF[] - -#PUSHON -#END -ENDF[] - -FDEF[], 119 - -/* align c with p unless fv is perpendicular to pv - fv and pv assumed to be set prior to calling fn 119 - used as support to ResX|YDDist and ResX|YDLink - - CALL[], <p>, <c>, 119 */ - -#BEGIN -#PUSHOFF - -/* STACK: <p>, <c> */ - -SWAP[] -SRP0[] - -/* STACK: <c> */ - -GFV[] -GPV[] - -/* STACK: <c>, <fv.x>, <fv.y>, <pv.x>, <pv.y> */ - -ROLL[] -MUL[] -SWAP[] -ROLL[] -MUL[] -ADD[] -ABS[] - -/* STACK: <c>, <|pv.y*fv.y + pv.x*fv.x|> */ - -#PUSH, 16384, 1024 -MUL[] - -/* the above dot product multiplies two 2.14 numbers in 26.6 arithmetic yielding a 2.22 number (2^14 * 2^14 / 2^6 = 2^22) - like the rasterizer, we're comparing this number to 1/16: |fv1·pv| < 1/16 means fv1 is within ±arcsin(1/16) or ±3.5833° perpendicular to pv - in 2.22 format 1/16 is 2^18, but since the assembler won't allow us to push 2^18 = 262144, we make up this number as a multiplication - the multiplication, in turn, is again done in 26.6 format, hence we multiply 16384 with 1024 (2^14 * 2^10 / 2^6 = 2^18) */ - -LT[] -IF[] - - /* fv is approximately perpendicular to pv which by itself is perpendicular - to a line from p to c' (with c' the twilight point 2 computed in fn 118), - i.e. fv is approximately parallel to line from p to c'. Given the usage - of fn 119 this means that fv is approximately coincident with said line, - or c is approximately aligned already, hence simply touch the point, but - without involving the pv */ - - /* STACK: <c> */ - - #PUSH, 0 - SHPIX[] - -ELSE[] - - /* STACK: <c> */ - - ALIGNRP[] - -EIF[] - -/* STACK: */ - -#PUSHON -#END -ENDF[] - -FDEF[], 120 - -/* support to ResX|YDDist and ResX|YDLink where fv0 and fv1 are x or y - - CALL[], <p0>, <c0>, <p1>, <c1>, <cvt0>, <cvt1>, <fv0>, <fv1>, 120 */ - -#BEGIN -#PUSHOFF - -/* STACK: <p0>, <c0>, <p1>, <c1>, <cvt0>, <cvt1>, <fv0>, <fv1> */ - -#PUSH, 6 /* p1 */ -CINDEX[] -#PUSH, 9 /* p0 */ -CINDEX[] -#PUSH, 9 /* c0 */ -CINDEX[] -#PUSH, 7 /* cvt0 */ -MINDEX[] -#PUSH, 118 -CALL[] - -/* STACK: <p0>, <c0>, <p1>, <c1>, <cvt1>, <fv0>, <fv1> */ - -SWAP[] -#PUSH, 0 /* x? */ -EQ[] -IF[] - SFVTCA[X] -ELSE[] - SFVTCA[Y] -EIF[] - -/* STACK: <p0>, <c0>, <p1>, <c1>, <cvt1>, <fv1> */ - -#PUSH, 4 /* p1 */ -CINDEX[] -#PUSH, 6 /* c0 */ -MINDEX[] -#PUSH, 119 -CALL[] - -/* STACK: <p0>, <p1>, <c1>, <cvt1>, <fv1> */ - -#PUSH, 5 /* p0 */ -CINDEX[] -#PUSH, 5 /* p1 */ -MINDEX[] -#PUSH, 5 /* c1 */ -CINDEX[] -#PUSH, 5 /* cvt1 */ -MINDEX[] -#PUSH, 118 -CALL[] - -/* STACK: <p0>, <c1>, <fv1> */ - -#PUSH, 0 /* x? */ -EQ[] -IF[] - SFVTCA[X] -ELSE[] - SFVTCA[Y] -EIF[] - -/* STACK: <p0>, <c1> */ - -#PUSH, 119 -CALL[] - -/* STACK: */ - -#PUSHON -#END -ENDF[] - -FDEF[], 121 - -/* support to ResX|YDDist and ResX|YDLink where fv0 is x or y while fv1 is to-line - - CALL[], <p0>, <c0>, <p1>, <c1>, <cvt0>, <cvt1>, <fv0>, <fv1.p0>, <fv1.p1>, 121 */ - -#BEGIN -#PUSHOFF - -/* STACK: <p0>, <c0>, <p1>, <c1>, <cvt0>, <cvt1>, <fv0>, <fv1.p0>, <fv1.p1> */ - -#PUSH, 7 /* p1 */ -CINDEX[] -#PUSH, 10 /* p0 */ -CINDEX[] -#PUSH, 10 /* c0 */ -CINDEX[] -#PUSH, 8 /* cvt0 */ -MINDEX[] -#PUSH, 118 -CALL[] - -/* STACK: <p0>, <c0>, <p1>, <c1>, <cvt1>, <fv0>, <fv1.p0>, <fv1.p1> */ - -ROLL[] -#PUSH, 0 /* x? */ -EQ[] -IF[] - SFVTCA[X] -ELSE[] - SFVTCA[Y] -EIF[] - -/* STACK: <p0>, <c0>, <p1>, <c1>, <cvt1>, <fv1.p0>, <fv1.p1> */ - -#PUSH, 5 /* p1 */ -CINDEX[] -#PUSH, 7 /* c0 */ -MINDEX[] -#PUSH, 119 -CALL[] - -/* STACK: <p0>, <p1>, <c1>, <cvt1>, <fv1.p0>, <fv1.p1> */ - -#PUSH, 6 /* p0 */ -CINDEX[] -#PUSH, 6 /* p1 */ -MINDEX[] -#PUSH, 6 /* c1 */ -CINDEX[] -#PUSH, 6 /* cvt1 */ -MINDEX[] -#PUSH, 118 -CALL[] - -/* STACK: <p0>, <c1>, <fv1.p0>, <fv1.p1> */ - -SFVTL[r] - -/* STACK: <p0>, <c1> */ - -#PUSH, 119 -CALL[] - -/* STACK: */ - -#PUSHON -#END -ENDF[] - -FDEF[], 122 - -/* support to ResX|YDDist and ResX|YDLink where fv0 is to-line while fv1 is x or y - - CALL[], <p0>, <c0>, <p1>, <c1>, <cvt0>, <cvt1>, <fv0.p0>, <fv0.p1>, <fv1>, 122 */ - -#BEGIN -#PUSHOFF - -/* STACK: <p0>, <c0>, <p1>, <c1>, <cvt0>, <cvt1>, <fv0.p0>, <fv0.p1>, <fv1> */ - -#PUSH, 7 /* p1 */ -CINDEX[] -#PUSH, 10 /* p0 */ -CINDEX[] -#PUSH, 10 /* c0 */ -CINDEX[] -#PUSH, 8 /* cvt0 */ -MINDEX[] -#PUSH, 118 -CALL[] - -/* STACK: <p0>, <c0>, <p1>, <c1>, <cvt1>, <fv0.p0>, <fv0.p1>, <fv1> */ - -ROLL[] -ROLL[] -SFVTL[r] - -/* STACK: <p0>, <c0>, <p1>, <c1>, <cvt1>, <fv1> */ - -#PUSH, 4 /* p1 */ -CINDEX[] -#PUSH, 6 /* c0 */ -MINDEX[] -#PUSH, 119 -CALL[] - -/* STACK: <p0>, <p1>, <c1>, <cvt1>, <fv1> */ - -#PUSH, 5 /* p0 */ -CINDEX[] -#PUSH, 5 /* p1 */ -MINDEX[] -#PUSH, 5 /* c1 */ -CINDEX[] -#PUSH, 5 /* cvt1 */ -MINDEX[] -#PUSH, 118 -CALL[] - -/* STACK: <p0>, <c1>, <fv1> */ - -#PUSH, 0 /* x? */ -EQ[] -IF[] - SFVTCA[X] -ELSE[] - SFVTCA[Y] -EIF[] - -/* STACK: <p0>, <c1> */ - -#PUSH, 119 -CALL[] - -/* STACK: */ - -#PUSHON -#END -ENDF[] - -FDEF[], 123 - -/* support to ResX|YDDist and ResX|YDLink where both fv0 and fv1 are to-line - - CALL[], <p0>, <c0>, <p1>, <c1>, <cvt0>, <cvt1>, <fv0.p0>, <fv0.p1>, <fv1.p0>, <fv1.p1>, 123 */ - -#BEGIN -#PUSHOFF - -/* STACK: <p0>, <c0>, <p1>, <c1>, <cvt0>, <cvt1>, <fv0.p0>, <fv0.p1>, <fv1.p0>, <fv1.p1> */ - -#PUSH, 8 /* p1 */ -CINDEX[] -#PUSH, 11 /* p0 */ -CINDEX[] -#PUSH, 11 /* c0 */ -CINDEX[] -#PUSH, 9 /* cvt0 */ -MINDEX[] -#PUSH, 118 -CALL[] - -/* STACK: <p0>, <c0>, <p1>, <c1>, <cvt1>, <fv0.p0>, <fv0.p1>, <fv1.p0>, <fv1.p1> */ - -#PUSH, 4 /* fv0.p0 */ -MINDEX[] -#PUSH, 4 /* fv0.p1 */ -MINDEX[] -SFVTL[r] - -/* STACK: <p0>, <c0>, <p1>, <c1>, <cvt1>, <fv1.p0>, <fv1.p1> */ - -#PUSH, 5 /* p1 */ -CINDEX[] -#PUSH, 7 /* c0 */ -MINDEX[] -#PUSH, 119 -CALL[] - -/* STACK: <p0>, <p1>, <c1>, <cvt1>, <fv1.p0>, <fv1.p1> */ - -#PUSH, 6 /* p0 */ -CINDEX[] -#PUSH, 6 /* p1 */ -MINDEX[] -#PUSH, 6 /* c1 */ -CINDEX[] -#PUSH, 6 /* cvt1 */ -MINDEX[] -#PUSH, 118 -CALL[] - -/* STACK: <p0>, <c1>, <fv1.p0>, <fv1.p1> */ - -SFVTL[r] - -/* STACK: <p0>, <c1> */ - -#PUSH, 119 -CALL[] - -/* STACK: */ - -#PUSHON -#END -ENDF[] - -FDEF[], 124 - -/* determine on which side of edge p0->p1 is c - by calculating vector product (c - p0) ^ (p1 - p0) - - CALL[], <p0>, <c>, <p1>, 124 - - returns with vector product on stack - if vector product < 0 then c is on the left of p0->p1 - if vector product > 0 then c is on the right of p0->p1 - else c is exactly on p0->p1 */ - -#BEGIN -#PUSHOFF - -/* STACK: <p0>, <c>, <p1> */ - -SPVTCA[X] -#PUSH, 3 /* p0 */ -CINDEX[] -#PUSH, 3 /* c */ -CINDEX[] -MD[O] -#PUSH, 4 /* p0 */ -CINDEX[] -#PUSH, 3 /* p1 */ -CINDEX[] -MD[O] - -/* STACK: <p0>, <c>, <p1>, <a.x>, <b.x> */ - -SPVTCA[Y] -#PUSH, 5 /* p0 */ -CINDEX[] -#PUSH, 5 /* c */ -MINDEX[] -MD[O] -#PUSH, 5 /* p0 */ -MINDEX[] -#PUSH, 5 /* p1 */ -MINDEX[] -MD[O] - -/* STACK: <a.x>, <b.x>, <a.y>, <b.y> */ - -#PUSH, 4 /* a.x */ -MINDEX[] -MUL[] - -ROLL[] /* b.x */ -ROLL[] /* a.y */ -MUL[] - -SUB[] - -/* STACK: <b.y*a.x - b.x*a.y> */ - -#PUSHON -#END -ENDF[] - -FDEF[], 125 - -/* fn interpolates a pair of diagonal links between grand-parents gp0 and gp1 along pv - pv: X = 0, Y = 1, X/ = 2; fv0 and fv1: x and y components in 2.14 - - CALL[], <pv>, <gp0>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <gp1>, <fv0.x>, <fv0.y>, <fv1.x>, fv1.y>, 125 */ - -#BEGIN -#PUSHOFF - -/* interpolate parents between grand-parents along pv */ -/* STACK: <pv>, <gp0>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <gp1>, <fv0.x>, <fv0.y>, <fv1.x>, fv1.y> */ - -#PUSH, 93, 14 /* pv */ -CINDEX[] -ADD[] -CALL[] - -#PUSH, 12 /* gp0 */ -MINDEX[] -SRP1[] -#PUSH, 5 /* gp1 */ -MINDEX[] -SRP2[] - -#PUSH, 10 /* p0 */ -CINDEX[] -IP[] -#PUSH, 7 /* p1 */ -CINDEX[] -IP[] - -/* determine if this is a crisscrossed stroke */ -/* STACK: <pv>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <fv0.x>, <fv0.y>, <fv1.x>, fv1.y> */ - -#PUSH, 10 /* p0 */ -CINDEX[] -#PUSH, 10 /* c0 */ -CINDEX[] -#PUSH, 9 /* p1 */ -CINDEX[] -#PUSH, 124 /* c0 on which side of edge p0->p1? */ -CALL[] -#PUSH, 0 -LT[] - -#PUSH, 11 /* p0 */ -CINDEX[] -#PUSH, 8 /* c1 */ -CINDEX[] -#PUSH, 10 /* p1 */ -CINDEX[] -#PUSH, 124 /* c1 on which side of edge p0->p1? */ -CALL[] -#PUSH, 0 -LT[] - -EQ[] -IF[] - - /* both childern on same side of parent edge p0>->p1 - hence re-align children with parents perp to dpv. */ - /* STACK: <pv>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <fv0.x>, <fv0.y>, <fv1.x>, fv1.y> */ - - #PUSH, 7 /* p1 */ - CINDEX[] - #PUSH, 11 /* p0 */ - CINDEX[] - SDPVTL[R] - - #PUSH, 4 /* fv0.x */ - CINDEX[] - #PUSH, 4 /* fv0.y */ - CINDEX[] - SFVFS[] - - #PUSH, 10 /* p0 */ - CINDEX[] - SRP0[] - #PUSH, 9 /* c0 */ - CINDEX[] - MDRP[m<rBl] - - #PUSH, 2 /* fv1.x */ - CINDEX[] - #PUSH, 2 /* fv1.y */ - CINDEX[] - SFVFS[] - - #PUSH, 7 /* p1 */ - CINDEX[] - SRP0[] - #PUSH, 6 /* c1 */ - CINDEX[] - MDRP[m<rBl] - -ELSE[] - - /* childern on opposite sides of "parent edge" p0>->p1 - hence re-align children with parents per method for crisscrossed strokes */ - /* STACK: <pv>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <fv0.x>, <fv0.y>, <fv1.x>, fv1.y> */ - - #PUSH, 7 /* p1 */ - CINDEX[] - #PUSH, 11 /* p0 */ - CINDEX[] - #PUSH, 11 /* c0 */ - CINDEX[] - #PUSH, -1, 118 /* no cvt0, no minDist */ - CALL[] - - /* STACK: <pv>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <fv0.x>, <fv0.y>, <fv1.x>, fv1.y> */ - - #PUSH, 4 /* fv0.x */ - CINDEX[] - #PUSH, 4 /* fv0.y */ - CINDEX[] - SFVFS[] - - /* STACK: <pv>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <fv0.x>, <fv0.y>, <fv1.x>, fv1.y> */ - - #PUSH, 7 /* p1 */ - CINDEX[] - #PUSH, 10 /* c0 */ - CINDEX[] - #PUSH, 119 - CALL[] - - /* STACK: <pv>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <fv0.x>, <fv0.y>, <fv1.x>, fv1.y> */ - - #PUSH, 10 /* p0 */ - CINDEX[] - #PUSH, 8 /* p1 */ - CINDEX[] - #PUSH, 8 /* c1 */ - CINDEX[] - #PUSH, -1, 118 /* no cvt1, no minDist */ - CALL[] - - /* STACK: <pv>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <fv0.x>, <fv0.y>, <fv1.x>, fv1.y> */ - - #PUSH, 2 /* fv1.x */ - CINDEX[] - #PUSH, 2 /* fv1.y */ - CINDEX[] - SFVFS[] - - /* STACK: <p0>, <c1> */ - - #PUSH, 10 /* p0 */ - CINDEX[] - #PUSH, 7 /* c1 */ - CINDEX[] - #PUSH, 119 - CALL[] - -EIF[] - -/* determine pre-link medians, measuring perpendicularly to p0->p1 */ -/* STACK: <pv>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <fv0.x>, <fv0.y>, <fv1.x>, fv1.y> */ - -#PUSH, 10 /* p0 */ -CINDEX[] -GC[N] -#PUSH, 10 /* c0 */ -CINDEX[] -GC[N] -ADD[] - -#PUSH, 8 /* p1 */ -CINDEX[] -GC[N] -#PUSH, 8 /* c1 */ -CINDEX[] -GC[N] -ADD[] - -/* links */ -/* STACK: <pv>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <fv0.x>, <fv0.y>, <fv1.x>, fv1.y>, <median0>, <median1> */ - -#PUSH, 6 /* fv0.x */ -CINDEX[] -#PUSH, 6 /* fv0.y */ -CINDEX[] -SFVFS[] - -#PUSH, 12 /* p0 */ -CINDEX[] -#PUSH, 12 /* c0 */ -CINDEX[] -#PUSH, 12 /* cvt0 */ -MINDEX[] -DUP[] -#PUSH, 0 -LT[] -IF[] - POP[] - #PUSH, 106 /* resMIRP, noCvt, minDist */ -ELSE[] - #PUSH, 108 /* resMIRP, cvt, minDist */ -EIF[] -CALL[] - -/* STACK: <pv>, <p0>, <c0>, <p1>, <c1>, <cvt1>, <fv0.x>, <fv0.y>, <fv1.x>, fv1.y>, <median0>, <median1> */ - -#PUSH, 4 /* fv1.x */ -CINDEX[] -#PUSH, 4 /* fv1.y */ -CINDEX[] -SFVFS[] - -#PUSH, 9 /* p1 */ -CINDEX[] -#PUSH, 9 /* c1 */ -CINDEX[] -#PUSH, 9 /* cvt1 */ -MINDEX[] -DUP[] -#PUSH, 0 -LT[] -IF[] - POP[] - #PUSH, 106 /* resMIRP, noCvt, minDist */ -ELSE[] - #PUSH, 108 /* resMIRP, cvt, minDist */ -EIF[] -CALL[] - -/* subtract post-link medians from pre-link ones */ -/* STACK: <pv>, <p0>, <c0>, <p1>, <c1>, <fv0.x>, <fv0.y>, <fv1.x>, fv1.y>, <median0>, <median1> */ - -SWAP[] - -#PUSH, 10 /* p0 */ -CINDEX[] -GC[N] -#PUSH, 10 /* c0 */ -CINDEX[] -GC[N] -ADD[] - -SUB[] -#PUSH, 32 -MUL[] - -SWAP[] - -#PUSH, 8 /* p1 */ -CINDEX[] -GC[N] -#PUSH, 8 /* c1 */ -CINDEX[] -GC[N] -ADD[] - -SUB[] -#PUSH, 32 -MUL[] - -/* finally move points by respective deltas */ -/* STACK: <pv>, <p0>, <c0>, <p1>, <c1>, <fv0.x>, <fv0.y>, <fv1.x>, fv1.y>, <delta0>, <delta1> */ - -#PUSH, 1, 12 /* pv */ -CINDEX[] -EQ[] -IF[] - SFVTCA[Y] -ELSE[] - SFVTCA[X] -EIF[] - -#PUSH, 10 /* p0 */ -MINDEX[] -DUP[] -SRP0[] -#PUSH, 3 /* delta0 */ -CINDEX[] -MSIRP[m] - -#PUSH, 6 /* fv0.x */ -MINDEX[] -#PUSH, 6 /* fv0.y */ -MINDEX[] -SFVFS[] - -#PUSH, 7 /* c0 */ -MINDEX[] -DUP[] -SRP0[] -ROLL[] /* delta0 */ -MSIRP[m] - -/* STACK: <pv>, <p1>, <c1>, <fv1.x>, fv1.y>, <delta1> */ - -#PUSH, 1, 7 /* pv */ -MINDEX[] -EQ[] -IF[] - SFVTCA[Y] -ELSE[] - SFVTCA[X] -EIF[] - -#PUSH, 5 /* p1 */ -MINDEX[] -DUP[] -SRP0[] -#PUSH, 2 /* delta1 */ -CINDEX[] -MSIRP[m] - -ROLL[] /* fv0.x */ -ROLL[] /* fv0.y */ -SFVFS[] - -SWAP[] /* c1 */ -DUP[] -SRP0[] -SWAP[] /* delta1 */ -MSIRP[m] - -/* STACK: */ - -#PUSHON -#END -ENDF[] - -FDEF[], 126 - -/* glue code to fn 125 where both fv0 and fv1 are x or y - - CALL[], <pv>, <gp0>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <gp1>, <fv0>, <fv1>, 126 */ - -#BEGIN -#PUSHOFF - -/* STACK: <pv>, <gp0>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <gp1>, <fv0>, <fv1> */ - -SWAP[] /* fv0 */ -#PUSH, 1 -EQ[] -IF[] - #PUSH, 0, 16384 -ELSE[] - #PUSH, 16384, 0 -EIF[] - -ROLL[] /* fv1 */ -#PUSH, 1 -EQ[] -IF[] - #PUSH, 0, 16384 -ELSE[] - #PUSH, 16384, 0 -EIF[] - -#PUSH, 125 /* resIPDDLink */ -CALL[] - -#PUSHON -#END -ENDF[] - -FDEF[], 127 - -/* glue code to fn 125 where fv0 is to line and fv1 is x or y - - CALL[], <pv>, <gp0>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <gp1>, <fv0.0>, <fv0.1>, <fv1>, 127 */ - -#BEGIN -#PUSHOFF - -/* STACK: <pv>, <gp0>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <gp1>, <fv0.0>, <fv0.1>, <fv1> */ - -ROLL[] /* fv0.0 */ -ROLL[] /* fv0.1 */ -SFVTL[r] -GFV[] - -ROLL[] /* fv1 */ -#PUSH, 1 -EQ[] -IF[] - #PUSH, 0, 16384 -ELSE[] - #PUSH, 16384, 0 -EIF[] - -#PUSH, 125 /* resIPDDLink */ -CALL[] - -#PUSHON -#END -ENDF[] - -FDEF[], 128 - -/* glue code to fn 125 where fv0 is x or y and fv1 is to line - - CALL[], <pv>, <gp0>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <gp1>, <fv0>, <fv1.0>, <fv1.1>, 128 */ - -#BEGIN -#PUSHOFF - -/* STACK: <pv>, <gp0>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <gp1>, <fv0>, <fv1.0>, <fv1.1> */ - -SFVTL[r] - -#PUSH, 1 -EQ[] -IF[] - #PUSH, 0, 16384 -ELSE[] - #PUSH, 16384, 0 -EIF[] - -GFV[] - -#PUSH, 125 /* resIPDDLink */ -CALL[] - -#PUSHON -#END -ENDF[] - -FDEF[], 129 - -/* glue code to fn 125 where both fv0 and fv1 are to line - - CALL[], <pv>, <gp0>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <gp1>, <fv0.0>, <fv0.1>, <fv1.0>, <fv1.1>, 129 */ - -#BEGIN -#PUSHOFF - -/* STACK: <pv>, <gp0>, <p0>, <c0>, <cvt0>, <p1>, <c1>, <cvt1>, <gp1>, <fv0.0>, <fv0.1>, <fv1.0>, <fv1.1> */ - -#PUSH, 4 /* fv0.0 */ -MINDEX[] -#PUSH, 4 /* fv0.1 */ -MINDEX[] -SFVTL[r] -GFV[] -#PUSH, 4 /* fv1.0 */ -MINDEX[] -#PUSH, 4 /* fv1.1 */ -MINDEX[] -SFVTL[r] -GFV[] -#PUSH, 125 /* resIPDDLink */ -CALL[] - -#PUSHON -#END -ENDF[] - -FDEF[], 130 - -/* extrapolate x-coordinate of <p> to base line along italic angle - returns with extrapolated x-coordinate on stack - - CALL[], <p>, 130 */ - -#BEGIN -#PUSHOFF - -DUP[] -SVTCA[X] -GC[N] -SWAP[] -SVTCA[Y] -GC[N] - -/* STACK: <p.x>, <p.y> */ - -#PUSH, 10 /* rise */ -RS[] -#PUSH, 11 /* run */ -RS[] - -/* STACK: <p.x>, <p.y>, <rise>, <run> */ - -ROLL[] -MUL[] -SWAP[] -DIV[] -SUB[] - -/* STACK: <p.x - p.y*run/rise> */ - -#PUSHON -#END -ENDF[] - -FDEF[], 131 - -/* constrains an italic stroke, defined by parents <p0> and <p1>, by - children <c0> and <c1>, and by cvts <cvt0> and <cvt1>, and inter- - polates it between points <lsb> and <rsb> - - for b&w stroke additionally optimizes the resulting pixel pattern - - CALL[], <lsb>, <rsb>, <p0>, <p1>, <c0>, <c1>, <cvt0>, <cvt1>, 131 */ - -#BEGIN -#PUSHOFF - -/* STACK: <lsb>, <rsb>, <p0>, <p1>, <c0>, <c1>, <cvt0>, <cvt1> */ - -#PUSH, 9 /* pv perp italic, fv X */ -CALL[] - -/* lock parent edge */ - -#PUSH, 6 /* p0 */ -CINDEX[] -MDAP[r] - -#PUSH, 5 /* p1 */ -CINDEX[] -RDTG[] -MDRP[m<RBl] - -/* link child edge */ - -#PUSH, 6 /* p0 */ -CINDEX[] -#PUSH, 5 /* c0 */ -CINDEX[] -#PUSH, 4 /* cvt0 */ -CINDEX[] -DUP[] -#PUSH, 0 -LT[] -IF[] - POP[] - #PUSH, 106 /* resMIRP, noCvt, minDist */ -ELSE[] - #PUSH, 108 /* resMIRP, cvt, minDist */ -EIF[] -CALL[] - -#PUSH, 5 /* p1 */ -CINDEX[] -#PUSH, 4 /* c1 */ -CINDEX[] -#PUSH, 3 /* cvt1 */ -CINDEX[] -DUP[] -#PUSH, 0 -LT[] -IF[] - POP[] - #PUSH, 106 /* resMIRP, noCvt, minDist */ -ELSE[] - #PUSH, 108 /* resMIRP, cvt, minDist */ -EIF[] -CALL[] - -RTG[] - -/* STACK: <lsb>, <rsb>, <p0>, <p1>, <c0>, <c1>, <cvt0>, <cvt1> */ -/* interpolate median of p0 and c0 between lsb and rsb */ - -#PUSH, 8 /* lsb */ -CINDEX[] -#PUSH, 7 /* p0 */ -CINDEX[] -#PUSH, 6 /* c0 */ -CINDEX[] -#PUSH, 10 /* rsb */ -CINDEX[] -#PUSH, 111 /* interpolate median */ -CALL[] - -/* STACK: <lsb>, <rsb>, <p0>, <p1>, <c0>, <c1>, <cvt0>, <cvt1> */ -/* if the two actual parent->child distances round to the same stroke weight */ - -#PUSH, 6 /* p0 */ -CINDEX[] -#PUSH, 5 /* c0 */ -CINDEX[] -#PUSH, 4 /* cvt0 */ -MINDEX[] -DUP[] -#PUSH, 0 -LT[] -IF[] - POP[] - #PUSH, 102 /* resActDist, noCvt, minDist */ -ELSE[] - #PUSH, 104 /* resActDist, cvt, minDist */ -EIF[] -CALL[] - -/* STACK: <lsb>, <rsb>, <p0>, <p1>, <c0>, <c1>, <cvt1>, <[dist0]> */ - -#PUSH, 5 /* p1 */ -CINDEX[] -#PUSH, 4 /* c1 */ -CINDEX[] -#PUSH, 4 /* cvt1 */ -MINDEX[] -DUP[] -#PUSH, 0 -LT[] -IF[] - POP[] - #PUSH, 102 /* resActDist, noCvt, minDist */ -ELSE[] - #PUSH, 104 /* resActDist, cvt, minDist */ -EIF[] -CALL[] - -/* STACK: <lsb>, <rsb>, <p0>, <p1>, <c0>, <c1>, <[dist0]>, <[dist1]> */ - -EQ[] -IF[] - - /* STACK: <lsb>, <rsb>, <p0>, <p1>, <c0>, <c1> */ - /* adjust median of p1 and c1 in parallel */ - - RDTG[] - #PUSH, 4 /* p0 */ - CINDEX[] - SRP0[] - #PUSH, 3 /* p1 */ - CINDEX[] - MDRP[m<RBl] - - #PUSH, 2 /* c0 */ - CINDEX[] - SRP0[] - #PUSH, 1 /* c1 */ - CINDEX[] - MDRP[m<RBl] - - #PUSH, 5 /* rsb */ - MINDEX[] - POP[] - #PUSH, 5 /* lsb */ - MINDEX[] - POP[] - - /* STACK: <p0>, <p1>, <c0>, <c1> */ - -ELSE[] - - /* STACK: <lsb>, <rsb>, <p0>, <p1>, <c0>, <c1> */ - /* interpolate median of p1 and c1 between lsb and rsb independently */ - - #PUSH, 6 /* lsb */ - MINDEX[] - #PUSH, 4 /* p1 */ - CINDEX[] - #PUSH, 3 /* c1 */ - CINDEX[] - #PUSH, 8 /* rsb */ - MINDEX[] - #PUSH, 111 /* interpolate median */ - CALL[] - - /* STACK: <p0>, <p1>, <c0>, <c1> */ - -EIF[] - -/* STACK: <p0>, <p1>, <c0>, <c1> */ -/* for b&w only optimize pixel pattern */ - -#PUSH, 0, 2 -RS[] -EQ[] -IF[] - - /* STACK: <p0>, <p1>, <c0>, <c1> */ - /* extrapolate c0 to base line */ - - RDTG[] - #PUSH, 2 /* c0 */ - CINDEX[] - #PUSH, 130 - CALL[] - - /* extrapolate p0 to base line */ - - #PUSH, 5 /* p0 */ - CINDEX[] - #PUSH, 130 - CALL[] - - /* get parentPhase from extrapolated x-coordinate */ - - DUP[] - DUP[] - ROUND[Bl] - SUB[] - - #PUSH, 4 /* targetPhase */ - RS[] - - /* STACK: <p0>, <p1>, <c0>, <c1>, <c0.x'>, <p0.x'>, <parentPhase>, <targetPhase> */ - /* shifting parent edge by deltaPhase optimizes stepping pattern on parent edge */ - - SVTCA[X] - SWAP[] - SUB[] - - /* STACK: <p0>, <p1>, <c0>, <c1>, <c0.x'>, <p0.x'>, <deltaPhase> */ - /* minimize the positioning error by mapping deltaPhase from [-63,63] to [-32,31] */ - - #PUSH, 96 - ADD[] - DUP[] - ROUND[Bl] - SUB[] - #PUSH, 32 - SUB[] - - /* STACK: <p0>, <p1>, <c0>, <c1>, <c0.x'>, <p0.x'>, <deltaPhase> */ - /* save minimized deltaPhase for child edge and shift parent edge */ - - DUP[] - #PUSH, 8 /* p0 */ - MINDEX[] - #PUSH, 8 /* p1 */ - MINDEX[] - ROLL[] - #PUSH, 2 - SLOOP[] - SHPIX[] - - /* STACK: <c0>, <c1>, <c0.x'>, <p0.x'>, <deltaPhase> */ - /* since child edge is linked perpendicular to italic angle, - the resulting stroke would include unnecessary pixels, - hence determine phase of distance between extrapolated - x-coordinates (deltaDeltaPhase) */ - - ROLL[] - ROLL[] - SUB[] - DUP[] - ROUND[Bl] - SUB[] - - /* STACK: <c0>, <c1>, <deltaPhase>, <deltaDeltaPhase> */ - /* subtract from deltaPhase (don't shift quite as far...) */ - - SUB[] - - /* STACK: <c0>, <c1>, <deltaPhase'> */ - /* shift parent edge */ - - #PUSH, 2 - SLOOP[] - SHPIX[] - - /* STACK: */ - -ELSE[] - - /* STACK: <p0>, <p1>, <c0>, <c1> */ - - POP[] - POP[] - POP[] - POP[] - - /* STACK: */ - -EIF[] - -RTG[] - -#PUSHON -#END -ENDF[] - -FDEF[], 132 - -/* for monochrome only: stack points <p> through <c> on top of <p> below <ppem> - - CALL[], <p>, <c>, <ppem>, 132 */ - -#BEGIN -#PUSHOFF - -/* STACK: <p>, <c>, <ppem> */ - -MPPEM[] -GT[] -#PUSH, 1, 2 -RS[] -GTEQ[] -AND[] -IF[] - - /* STACK: <p>, <c> */ - - SWAP[] - SRP0[] - DUP[] - SVTCA[X] - ALIGNRP[] - SVTCA[Y] - ALIGNRP[] - -ELSE[] - - /* STACK: <p>, <c> */ - - POP[] - POP[] -EIF[] - -#PUSHON -#END -ENDF[] - -FDEF[], 133 - -/* support fn for fns 134 and 135 - - CALL[], <align?>, <from>, <to>, 133 */ - -#BEGIN -#PUSHOFF - -SWAP[] - -/* STACK: <align?>, <to>, <from> */ - -#WBeginLoop133: - -#PUSH, 2 /* to */ -CINDEX[] -#PUSH, 2 /* from */ -CINDEX[] -GTEQ[] -IF[] - - /* STACK: <align?>, <to>, <from> */ - - DUP[] - #PUSH, 4 /* align? */ - CINDEX[] - IF[] - ALIGNRP[] - ELSE[] - IP[] - EIF[] - - #PUSH, 1 - ADD[] - - #PUSH, WOffset133 - JMPR[], (WOffset133=#WBeginLoop133) - -EIF[] - -/* STACK: <align?>, <to>, <from> */ - -POP[] -POP[] -POP[] - -#PUSHON -#END -ENDF[] - -FDEF[], 134 - -/* support fn for italic IUP[?] - assume pv and fv are set externally - - CALL[], <p0>, <p1>, 134 */ - -#BEGIN -#PUSHOFF - -/* STACK: <p0>, <p1> */ - -#PUSH, 2 /* p0 */ -CINDEX[] -GC[O] -#PUSH, 2 /* p1 */ -CINDEX[] -GC[O] -EQ[] - -/* STACK: <p0>, <p1>, <eq?> */ - -ROLL[] /* p0 */ -DUP[] -DUP[] -SRP0[] -SRP1[] -#PUSH, 1 -ADD[] -ROLL[] /* p1 */ -DUP[] -SRP2[] -#PUSH, 1 -SUB[] - -/* STACK: <eq?>, <from>, <to> */ - -#PUSH, 133 -CALL[] - -#PUSHON -#END -ENDF[] - -FDEF[], 135 - -/* support fn for italic IUP[?] - assume pv and fv are set externally - - CALL[], <p0>, <end>, <start>, <p1>, 135 */ - -#BEGIN -#PUSHOFF - -/* STACK: <p0>, <end>, <start>, <p1> */ - -#PUSH, 4 /* p0 */ -CINDEX[] -GC[O] -#PUSH, 2 /* p1 */ -CINDEX[] -GC[O] -EQ[] - -/* STACK: <p0>, <end>, <start>, <p1>, <eq?> */ - -SWAP[] -DUP[] -SRP2[] -#PUSH, 1 -SUB[] -SWAP[] -DUP[] - -#PUSH, 6 /* p0 */ -MINDEX[] -DUP[] -DUP[] -SRP0[] -SRP1[] -#PUSH, 1 -ADD[] -#PUSH, 6 /* end */ -MINDEX[] - -/* STACK: <start>, <to>, <eq?>, <eq?>, <from>, <end> */ - -#PUSH, 133 -CALL[] - -ROLL[] -ROLL[] -#PUSH, 133 -CALL[] - -#PUSHON -#END -ENDF[] - -FDEF[], 150 -/* Function 150 takes 5 arguments */ -/* VERSION 1.0 20120420 */ - -/* This function moves a point between a PPEM range */ -/* for the given rasterizer mode (in Store 2) ClearType */ -/* CALL[],<point>,<amount>,<low PPEM>,<high PPEM>, <rasterizer mode>, 150 */ -/* <low ppem> Lowest PPEM range to be modified (inclusive) */ -/* <high ppem> Highest PPEM range to be modified (inclusive) */ -/* <Point> point to be modified */ -/* <amount> Amount to move point, in ± 64ths */ -/* <rasterizer mode> value in store 2 */ -/* 150 Function number */ -#BEGIN -#PUSHOFF -#PUSH, 2 -RS[] /* read store 2 */ -EQ[] /* is it = to the last arg? */ -IF[] /* if so . . . */ - GPV[] /* Save current PV on stack to restore */ - SPVTCA[Y] /* We should only MPPEM with Y PV */ - ROLL[] - MPPEM[] /* check cur. size against high ppem */ - GTEQ[] - #PUSH, 4 - MINDEX[] - MPPEM[] /* and low ppem */ - LTEQ[] - AND[] - IF[] /* if it's between, then */ - SPVFS[] /* Restore orig PV */ - SHPIX[] /* move the point by the amount */ - ELSE[] - SPVFS[] /* Restore orig PV */ - POP[] /* otherwise remove the remaining arguments */ - POP[] - EIF[] - -ELSE[] - POP[] /* remove the remaining arguments if the first test fails */ - POP[] - POP[] - POP[] -EIF[] -#END -#PUSHON -ENDF[] - -FDEF[], 151 -/* Function 151 takes 5 arguments */ -/* VERSION 1.0 20120420 */ - -/* This function moves a point between a PPEM range */ -/* for the given set of rasterizer flags (in Store 2) */ -/* CALL[],<point>,<amount>,<low PPEM>,<high PPEM>, <rasterizer mode>, 151 */ -/* <low ppem> Lowest PPEM range to be modified (inclusive) */ -/* <high ppem> Highest PPEM range to be modified (inclusive) */ -/* <Point> point to be modified */ -/* <amount> Amount to move point, in ± 64ths */ -/* <rasterizer flag> bit of a value in store 2 */ -/* Function 151 differs from Function 150 in that instead of requiring an */ -/* exact match with the value in store 2, a given set of flags (or bit values) */ -/* can be referenced. For example, if the function should execute */ -/* in any situation where ClearType with fractional AWs is enabled, */ -/* (c.f. Function 84) irrespective of other flags (e.g. BGR as opposed */ -/* to RGB Devices or non-ClearType direction anti-aliasing) then one */ -/* would use a <rasterizer flag> value of 64. (c.f. Function 84.) */ -/* The rasterizer values for <rasterizer mode> are defined in the function */ -/* 84 header. */ -/* EXAMPLE: */ -/* If one wanted the move to occur if either subpixel positioned or full gray pixel */ -/* then one would take the 64 (from subpixel positioned) and the 256 (from */ -/* gray full-pixel) and add them to get 320. With a value of 320, the point will */ -/* get moved if either subpixel positioned or full gray pixel is enabled. */ -/* If one wanted to move to occur always if ClearType was on, independent of */ -/* any subtype or spacing flag, one would set the rasterizer mode to 2. */ - -/* 151 Function number */ -#BEGIN -#PUSHOFF -#PUSH, 152 /* Call function 152 with the rasterizer mode on the top of stack */ -CALL[] -IF[] /* if so . . . */ - GPV[] /* Save current PV on stack to restore */ - SPVTCA[Y] /* We should only MPPEM with Y PV */ - ROLL[] - MPPEM[] /* check cur. size against high ppem */ - GTEQ[] - #PUSH, 4 - MINDEX[] - MPPEM[] /* and low ppem */ - LTEQ[] - AND[] - IF[] /* if it's between, then */ - SPVFS[] /* Restore orig PV */ - SHPIX[] /* move the point by the amount */ - ELSE[] - SPVFS[] /* Restore orig PV */ - POP[] /* otherwise remove the remaining arguments */ - POP[] - EIF[] - -ELSE[] - POP[] /* remove the remaining arguments if the first test fails */ - POP[] - POP[] - POP[] -EIF[] -#END -#PUSHON -ENDF[] - -FDEF[], 152 -/* Function 152 takes 1 argument, a "bitfield" flag. */ -/* VERSION 1.0 20111117 */ -/* -Function 152 is intended to take a set of one or more bits as input and do an AND (e.g. mask) of those -bits with the set of flags returned by Function 84. Then determine if there is at least one -of these resultant bits that are set. - -Function 152 returns TRUE if the match is successful, and FALSE if it is not successful. - -If the parameter is zero, indicating no flags, then the function returns FALSE. - -This function takes a maxiumum of 32 bit flags. - -USES: Storage 2 (FN 84) -RETURNS: 0 or 1 -*/ - -#BEGIN -#PUSHOFF -/* Input parameter is a set of one or more flags */ - -DUP[] -#PUSH, 2 /* Read FN 84 flags */ -RS[] -EQ[] /* If a simple match, return TRUE */ -#PUSH, 1 -SWAP[] - -#PUSH, BEcln -SWAP[] -JROT[], (BEcln=#LEndClear) /* Jump to end and clean up stack. */ -POP[] -#PUSH, 0, 2 -RS[] /* Read FN 84 flags */ -#PUSH, BEclr /* If no FN 84 flags, return FALSE */ -SWAP[] - -JROF[], (BEclr=#LEndClear) - -POP[] -#PUSH, 2 -RS[] -SWAP[] -#PUSH, 32 /* Maximum number of bits to loop through */ -/* TopLoop: */ -#LTopLoop: - /* STACK - Loop Iteration Count - Updated (shifted) Input Value - Updated (shifted) FN 84 Flag - */ - DUP[] - NOT[] - IF[] /* Exit the loop when done */ - POP[] - POP[] - POP[] - #PUSH, 0, BDEnd /* 73 End */ - - JMPR[], (BDEnd=#LEndFn) - - EIF[] - ROLL[] - ROLL[] - DUP[] - ROLL[] - DUP[] - ROLL[] - SWAP[] - /* STACK - Updated (shifted) FN 84 Flag - Updated (shifted) Input Value - Updated (shifted) FN 84 Flag - Updated (Shifted) Input Value - Loop Interation Count - */ - - /* Check to see if the lower-order bit is set in the FN 84 Flag */ - #PUSH, 4096 /* Convert to 26.6 by multiply by 64 x 64 */ - MUL[] - ODD[] - IF[] - /* Check to see if the lower-order bit is set in the Input Value */ - #PUSH, 4096 - MUL[] - ODD[] - IF[] - /* We can early out here once we find our first match */ - POP[] - POP[] - POP[] - #PUSH, 1, BTEnd /* 1 is the TRUE return code */ - JMPR[], (BTEnd=#LEndFn) - EIF[] - ELSE[] - POP[] - EIF[] - /* STACK - Updated (shifted) FN 84 Flag - Updated (shifted) Input Value - Loop Interation Count - */ - /* Shift both the Input Value and the FN 84 Flag each one bit right */ - #PUSH, 128 /* 2 in 26.6 */ - DIV[] - DUP[] - NOT[] - IF[] - POP[] - POP[] - POP[] - #PUSH, 0, BPEnd /* 0 is end condition of FALSE */ - - JMPR[], (BPEnd=#LEndFn) - - EIF[] - SWAP[] - #PUSH, 128 /* 2 in 26.6 */ - DIV[] - DUP[] - NOT[] - IF[] - POP[] - POP[] - POP[] - #PUSH, 0, BZEnd /* End */ - - JMPR[], (BZEnd=#LEndFn) - - EIF[] - ROLL[] - #PUSH, 1 - SUB[] - #PUSH, WReLoop /* -77 TopLoop */ - -JMPR[], (WReLoop=#LTopLoop) - -/* EndClear: */ -#LEndClear: -SWAP[] -POP[] -#LEndFn: -/* End: */ -#END -#PUSHON -ENDF[] - -FDEF[], 153 -/* Function 153 takes 1 argument, a "bitfield" flag. */ -/* VERSION 1.0 20111117 */ -/* -Function 153 is intended to take a set of one or more bits as input and do an AND (e.g. mask) of those -bits with the set of flags returned by Function 84. Then determine if ALL -of these resultant bits from the mask are set. - -Function 153 returns TRUE if the match is successful, and FALSE if it is not successful. - -If the parameter is zero, indicating no flags, then the function returns FALSE. - -This function takes a maxiumum of 32 flags. - -USES: Storage 2 (FN 84) -RETURNS: 0 or 1 -*/ - -#BEGIN -#PUSHOFF -/* Input parameter is a set of one or more flags */ - -DUP[] -#PUSH, 2 /* Read FN 84 flags */ -RS[] -EQ[] /* If a simple match, return TRUE */ -#PUSH, 1 -SWAP[] - -#PUSH, BEcln -SWAP[] -JROT[], (BEcln=#LEndClear) /* Jump to end and clean up stack. */ -POP[] -#PUSH, 0, 2 -RS[] /* Read FN 84 flags */ -#PUSH, BEclr /* If no FN 84 flags, return FALSE */ -SWAP[] - -JROF[], (BEclr=#LEndClear) - -POP[] -#PUSH, 0, 2 /* 0 is the boolean tracking success, start off with FALSE */ -RS[] -ROLL[] -#PUSH, 32 /* Maximum number of bits to loop through */ -/* TopLoop: */ -#LTopLoop: - /* STACK - Loop Iteration Count - Updated (shifted) Input Value - Updated (shifted) FN 84 Flag - Conditional boolean tracking success - */ - DUP[] - NOT[] - IF[] /* Exit the loop when done */ - POP[] - POP[] - POP[] - #PUSH, BDEnd /* 73 End */ - - JMPR[], (BDEnd=#LEndFn) - - EIF[] - ROLL[] - ROLL[] - DUP[] - ROLL[] - DUP[] - ROLL[] - SWAP[] - /* STACK - Updated (shifted) FN 84 Flag - Updated (shifted) Input Value - Updated (shifted) FN 84 Flag - Updated (Shifted) Input Value - Loop Interation Count - Conditional boolean tracking success - */ - - /* Check to see if the lower-order bit is set in the FN 84 Flag */ - #PUSH, 4096 /* Convert to 26.6 by multiply by 64 x 64 */ - MUL[] - ODD[] - IF[] - /* Check to see if the lower-order bit is set in the Input Value */ - #PUSH, 4096 - MUL[] - ODD[] - IF[] - #PUSH, 4 - MINDEX[] - #PUSH, 1 /* Set TRUE return code */ - OR[] /* We OR this because we will immediately exit if we fail this test */ - #PUSH, 4 - MINDEX[] - #PUSH, 4 - MINDEX[] - #PUSH, 4 - MINDEX[] - ELSE[] - POP[] - POP[] - POP[] - POP[] - #PUSH, BTEnd , 0 /* 0 is the FALSE return code */ - SWAP[] - JMPR[], (BTEnd=#LEndFn) - - EIF[] - ELSE[] - POP[] - EIF[] - #PUSH, 4 /* Can this be cleaned up and integrated with the code below? */ - MINDEX[] - SWAP[] - /* STACK - Updated (shifted) FN 84 Flag - Conditional boolean tracking success - Updated (shifted) Input Value - Loop Interation Count - */ - /* Shift both the Input Value and the FN 84 Flag each one bit right */ - #PUSH, 128 /* 2 in 26.6 */ - DIV[] - DUP[] - NOT[] - IF[] - ROLL[] - NOT[] - ROLL[] - AND[] - SWAP[] - POP[] - SWAP[] - POP[] - #PUSH, BPEnd /* 29 End */ - - JMPR[], (BPEnd=#LEndFn) - - EIF[] - ROLL[] - #PUSH, 128 /* 2 in 26.6 */ - DIV[] - DUP[] - NOT[] - IF[] - POP[] - POP[] - SWAP[] - POP[] - #PUSH, BZEnd /* End */ - - JMPR[], (BZEnd=#LEndFn) - - EIF[] - #PUSH, 4 - MINDEX[] - #PUSH, 1 - SUB[] - #PUSH, WReLoop /* -77 TopLoop */ - -JMPR[], (WReLoop=#LTopLoop) - -/* EndClear: */ -#LEndClear: -SWAP[] -POP[] -#LEndFn: -/* End: */ -#END -#PUSHON -ENDF[] - - - - - - -/* auto-generated pre-program */ - -/* Grey scaling? */ -CALL[], 84 - -/* InstructionsOn */ -#PUSHOFF -MPPEM[] -#PUSH, 2047 -GT[] -MPPEM[] -#PUSH, 8 -LT[] -OR[] -#PUSH, 1 -GETINFO[] -#PUSH, 37 -GTEQ[] -#PUSH, 1 -GETINFO[] -#PUSH, 64 -LTEQ[] -AND[] -#PUSH, 6 -GETINFO[] -#PUSH, 0 -NEQ[] -AND[] -OR[] -IF[] - #PUSH, 1, 1 - INSTCTRL[] -EIF[] -#PUSHON - -/* DropOutCtrlOff */ -SCANCTRL[], 400 - -SCANTYPE[], 1 -SCANTYPE[], 5 - -/* CvtCutIn */ -SVTCA[Y] -SCVTCI[], 64 -WS[], 3, 64 -#PUSHOFF -MPPEM[] -#PUSH, 144 -GTEQ[] -IF[] -#PUSH, 3, 0, 0 -SCVTCI[] -WS[] -EIF[] -#PUSHON - -/* ClearTypeCtrl */ -#PUSHOFF -#PUSH, 2, 2 -RS[] -LTEQ[] -IF[] - #PUSH, 4, 3 - INSTCTRL[] -EIF[] -#PUSHON - -WS[], 16, 0 -/* LinearAdvanceWidths */ -SVTCA[Y] -CALL[], 2, 89 -SVTCA[Y] -CALL[], 8, 89 -CALL[], 3, 52, 2, 85 -CALL[], 9, 52, 8, 85 -SVTCA[Y] -CALL[], 0, 89 -SVTCA[Y] -CALL[], 6, 89 -SVTCA[Y] -CALL[], 10, 89 -SVTCA[Y] -CALL[], 14, 89 -CALL[], 1, 52, 0, 85 -CALL[], 7, 52, 6, 85 -CALL[], 11, 52, 10, 85 -CALL[], 15, 57, 14, 85 -SVTCA[Y] -CALL[], 4, 89 -SVTCA[Y] -CALL[], 12, 89 -CALL[], 5, 52, 4, 85 -CALL[], 13, 52, 12, 85 -SVTCA[Y] -CALL[], 16, 89 -SVTCA[Y] -CALL[], 18, 89 -CALL[], 17, 52, 16, 85 -CALL[], 19, 52, 18, 85 -SVTCA[X] -CALL[], 21, 25, 69, 22, 78, 90 -SVTCA[X] -CALL[], 23, 61, 22, 119, 91 -SVTCA[X] -CALL[], 26, 53, 25, 25, 91 -SVTCA[X] -CALL[], 24, 61, 22, 119, 91 -SVTCA[X] -CALL[], 27, 53, 25, 25, 91 -SVTCA[X] -CALL[], 28, 22, 6, 31 -CALL[], 29, 22, 255, 31 -CALL[], 30, 103, 29, 85 -SVTCA[Y] -CALL[], 31, 23, 255, 31 -CALL[], 32, 31, 12, 31 -CALL[], 33, 171, 31, 85 -CALL[], 34, 23, 7, 31 -CALL[], 35, 24, 22, 31 -CALL[], 36, 22, 205, 31 -CALL[], 37, 36, 86, 31 -CALL[], 38, 37, 128, 31 -SVTCA[X] -CALL[], 39, 25, 6, 31 -CALL[], 40, 25, 255, 31 -CALL[], 41, 40, 28, 31 -SVTCA[Y] -CALL[], 42, 26, 11, 31 -SVTCA[Y] -CALL[], 43, 10, 26, 25, 92 -CALL[], 44, 205, 43, 85 -CALL[], 45, 43, 86, 31 -CALL[], 46, 27, 18, 31 -SVTCA[X] -CALL[], 47, 24, 27, 25, 92 -CALL[], 48, 47, 79, 31 -CALL[], 49, 47, 45, 31 -SVTCA[X] -CALL[], 51, 50, 16, 31 -SVTCA[Y] -CALL[], 57, 56, 79, 31 -SVTCA[X] -CALL[], 60, 59, 61, 31 -CALL[], 61, 60, 64, 31 -CALL[], 62, 61, 114, 31 -SVTCA[Y] -CALL[], 64, 63, 52, 31 -CALL[], 65, 63, 128, 31 -CALL[], 68, 67, 69, 31 -CALL[], 69, 67, 128, 31 -CALL[], 70, 69, 94, 31 -SVTCA[X] -CALL[], 72, 28, 255, 31 -CALL[], 73, 28, 61, 31 -CALL[], 74, 29, 128, 31 -CALL[], 75, 29, 255, 31 -CALL[], 76, 30, 255, 31 -SVTCA[Y] -CALL[], 77, 32, 255, 31 -CALL[], 78, 33, 255, 31 -CALL[], 79, 31, 255, 31 -CALL[], 80, 34, 255, 31 -CALL[], 81, 35, 52, 31 -CALL[], 82, 35, 255, 31 -CALL[], 83, 37, 38, 31 -CALL[], 84, 37, 86, 31 -CALL[], 85, 37, 255, 31 -CALL[], 86, 38, 255, 31 -CALL[], 87, 36, 255, 31 -CALL[], 88, 36, 128, 31 -SVTCA[X] -CALL[], 89, 39, 255, 31 -CALL[], 90, 41, 64, 31 -CALL[], 91, 41, 255, 31 -CALL[], 92, 40, 52, 31 -CALL[], 93, 40, 86, 31 -CALL[], 94, 40, 255, 31 -CALL[], 95, 40, 128, 31 -SVTCA[Y] -CALL[], 96, 42, 255, 31 -CALL[], 97, 43, 25, 31 -CALL[], 98, 43, 61, 31 -CALL[], 99, 44, 255, 31 -CALL[], 100, 43, 255, 31 -CALL[], 101, 45, 255, 31 -CALL[], 102, 43, 24, 31 -CALL[], 103, 46, 255, 31 -CALL[], 104, 48, 171, 31 -CALL[], 105, 48, 255, 31 -CALL[], 106, 47, 171, 31 -CALL[], 107, 47, 255, 31 -CALL[], 108, 47, 114, 31 -CALL[], 109, 49, 114, 31 -CALL[], 110, 49, 205, 31 -CALL[], 111, 49, 255, 31 -SVTCA[X] -CALL[], 112, 51, 74, 31 -CALL[], 113, 51, 255, 31 -CALL[], 114, 51, 45, 31 -CALL[], 115, 50, 86, 31 -CALL[], 116, 50, 128, 31 -CALL[], 117, 50, 255, 31 -CALL[], 118, 50, 171, 31 -CALL[], 119, 50, 27, 31 -CALL[], 120, 52, 255, 31 -SVTCA[Y] -CALL[], 121, 53, 255, 31 -CALL[], 122, 54, 128, 31 -CALL[], 123, 54, 255, 31 -CALL[], 124, 54, 171, 31 -CALL[], 125, 55, 205, 31 -CALL[], 126, 55, 255, 31 -CALL[], 127, 57, 255, 31 -CALL[], 128, 56, 255, 31 -SVTCA[X] -CALL[], 129, 58, 255, 31 -CALL[], 130, 62, 255, 31 -CALL[], 131, 61, 255, 31 -CALL[], 132, 60, 255, 31 -CALL[], 133, 60, 147, 31 -CALL[], 134, 59, 255, 31 -SVTCA[Y] -CALL[], 135, 64, 255, 31 -CALL[], 136, 64, 147, 31 -CALL[], 137, 63, 255, 31 -CALL[], 138, 65, 255, 31 -CALL[], 139, 63, 54, 31 -CALL[], 140, 66, 255, 31 -CALL[], 141, 68, 114, 31 -CALL[], 142, 68, 255, 31 -CALL[], 143, 67, 255, 31 -CALL[], 144, 69, 255, 31 -CALL[], 145, 70, 255, 31 -CALL[], 146, 71, 255, 31 -RTG[] - - - - - - - - - - - - -/* VTTTalk glyph 0, char 0xffff */ - -/* Y direction */ -ResYAnchor(0,8) -YShift(0,8) -ResYAnchor(1,2) -YShift(1,9) -YAnchor(4) -ResYDist(4,5) -YAnchor(13) -ResYDist(13,12) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1, char 0x41 (A) */ - -/* Y direction */ -ResYAnchor(0,8) -YShift(0,4) -ResYAnchor(1,2) -YInterpolate(4,5,1) -YIPAnchor(1,8,0) -ResYDist(8,9) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 25, char 0xc6 */ - -/* Y direction */ -ResYAnchor(0,8) -YShift(0,14) -YShift(0,10) -ResYDist(10,11) -ResYAnchor(1,2) -YShift(1,15) -YIPAnchor(1,18,7,0) -ResYDist(18,19) -ResYDist(7,6) -YShift(1,23) -ResYDist(23,4) -ResYDist(23,22) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 571, char 0x386 */ - -/* Y direction */ -ResYAnchor(0,8) -YShift(0,4) -ResYAnchor(13,2) -YShift(13,2) -ResYDist(13,15) -YInterpolate(4,5,13) -YIPAnchor(13,8,0) -ResYDist(8,9) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 21, char 0x104 */ - -/* Y direction */ -ResYAnchor(20,8) -ResYDist(20,0) -ResYDist(0,14) -YShift(20,6) -YShift(6,24) -ResYAnchor(21,2) -YInterpolate(21,26,20) -YIPAnchor(24,28,21) -ResYDist(28,29) -YShift(6,9) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 27, char 0x42 (B) */ - -/* Y direction */ -ResYAnchor(18,8) -YShift(18,0) -ResYDist(0,1) -ResYAnchor(19,2) -YIPAnchor(19,9,18) -YInterpolate(19,23,9) -ResYDist(9,27) -YInterpolate(27,26,10,22,9) -YShift(19,36) -ResYDist(36,35) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 28, char 0x43 (C) */ - -/* Y direction */ -ResYAnchor(0,9) -ResYDist(0,17) -ResYAnchor(5,3) -ResYDist(5,12) -YInterpolate(0,9,8,5) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0xd */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/*Auto-Hinting Light is not applied: Empty glyph or glyph with one point*/ - - - - - -/* VTTTalk Unicode 0x44 (D) */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 16 8 */ -/* CVT 17 2 */ -/* Min and Max */ -ResYAnchor(16,8) /* min, CVT */ -ResYAnchor(17,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YShift(17,10) /*stroke, CVT of another stroke*/ -ResYDist(10,9) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YShift(16,0) /*stroke, CVT of another stroke*/ -ResYDist(0,1) /*perpendicular to the stroke*/ - -Smooth() - - - - - -/* VTTTalk Unicode 0x45 (E) */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 0 8 */ -/* CVT 1 2 */ -/* Min and Max */ -ResYAnchor(0,8) /* min, CVT */ -ResYAnchor(1,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YShift(1,13) /*stroke, CVT of another stroke*/ -ResYDist(13,12) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(1,8,0) -YAnchor(8) -ResYDist(8,9) /*perpendicular to the stroke*/ - -/* YDir: Stroke #2 */ -YShift(0,4) /*stroke, CVT of another stroke*/ -ResYDist(4,5) /*perpendicular to the stroke*/ - -Smooth() - - - - -/* VTTTalk glyph 98, char 0x14a */ - -/* Y direction */ -ResYAnchor(21,8) -ResYDist(21,0) -ResYDist(0,1) -YShift(21,13) -YShift(13,25) -ResYAnchor(22,2) -YShift(22,17) -YShift(22,26) -YInterpolate(22,15,18,6,21) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 54, char 0x118 */ - -/* Y direction */ -ResYAnchor(21,8) -YShift(21,9) -ResYDist(21,0) -ResYDist(0,15) -YShift(21,25) -ResYDist(25,26) -YInterpolate(21,7,26) -ResYAnchor(22,2) -YIPAnchor(22,32,21) -ResYDist(32,31) -YShift(22,34) -ResYDist(34,33) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 572, char 0x388 */ - -/* Y direction */ -ResYAnchor(0,8) -YShift(0,4) -ResYDist(4,5) -ResYAnchor(13,2) -YShift(13,2) -ResYDist(13,15) -YIPAnchor(13,8,0) -ResYDist(8,9) -YShift(13,17) -ResYDist(17,16) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 573, char 0x389 */ - -/* Y direction */ -ResYAnchor(4,8) -YShift(4,0) -ResYAnchor(9,2) -YShift(9,1) -YShift(9,6) -ResYDist(9,11) -YIPAnchor(9,12,4) -ResYDist(12,13) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0xd0 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 20 8 */ -/* CVT 21 2 */ -/* Min and Max */ -ResYAnchor(20,8) /* min, CVT */ -ResYAnchor(21,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YShift(21,14) /*stroke, CVT of another stroke*/ -ResYDist(14,13) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(21,0,20) -YAnchor(0) -ResYDist(0,1) /*perpendicular to the stroke*/ - -/* YDir: Stroke #2 */ -YShift(20,4) /*stroke, CVT of another stroke*/ -ResYDist(4,5) /*perpendicular to the stroke*/ - -Smooth() - - - - -/* VTTTalk glyph 804, char 0x20ac */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,17) -ResYAnchor(5,3) -ResYDist(5,12) -YInterpolate(0,23,26,9,8,5) -ResYDist(23,22) -ResYDist(26,27) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x46 (F) */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 0 8 */ -/* CVT 1 2 */ -/* Min and Max */ -ResYAnchor(0,8) /* min, CVT */ -ResYAnchor(1,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YShift(1,9) /*stroke, CVT of another stroke*/ -ResYDist(9,8) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(1,4,0) -YAnchor(4) -ResYDist(4,5) /*perpendicular to the stroke*/ - -Smooth() - - - - -/* VTTTalk glyph 60, char 0x47 (G) */ - -/* Y direction */ -ResYAnchor(0,9) -ResYDist(0,19) -YInterpolate(0,26,19) -ResYAnchor(6,3) -ResYDist(6,13) -YIPAnchor(6,30,0) -YInterpolate(6,10,30) -ResYDist(30,31) -YShift(31,27) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x48 (H) */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 4 8 */ -/* CVT 5 2 */ -/* Min and Max */ -ResYAnchor(4,8) /* min, CVT */ -ResYAnchor(5,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YInterpolate(5,8,4) -YAnchor(8) -ResYDist(8,9) /*perpendicular to the stroke*/ - -/* Contour #0 */ -YShift(5,1) /* max */ -YShift(4,0) /* min */ - -Smooth() - - - - - -/* VTTTalk glyph 67, char 0x126 */ - -/* Y direction */ -ResYAnchor(8,8) -YShift(8,4) -ResYAnchor(9,2) -YShift(9,5) -YIPAnchor(9,12,8) -ResYDist(12,13) -ResYDist(13,0) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x49 (I) */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 4 8 */ -/* CVT 9 2 */ -/* Min and Max */ -ResYAnchor(4,8) /* min, CVT */ -ResYAnchor(9,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(9,8) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -ResYDist(4,5) /*perpendicular to the stroke*/ - -/* Contour #0 */ -YShift(9,1) /* max */ -YShift(4,0) /* min */ - -Smooth() - - - - - -/* VTTTalk glyph 71, char 0x132 */ - -/* Y direction */ -ResYAnchor(0,8) -ResYDist(0,7) -ResYAnchor(25,2) -YShift(25,21) -ResYDist(25,24) -YIPAnchor(0,3,25) -YDist(3,16) -ResYDist(16,17) -YShift(16,20) -YShift(25,29) -YShift(29,11) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 81, char 0x12e */ - -/* Y direction */ -ResYAnchor(25,8) -YShift(25,9) -YShift(25,21) -ResYDist (25,0) -ResYDist(0,15) -YInterpolate(0,6,25) -ResYDist(25,26) -YInterpolate(25,7,26) -ResYAnchor(30,2) -YShift(30,22) -ResYDist(30,29) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 574, char 0x38a */ - -/* Y direction */ -ResYAnchor(4,8) -YShift(4,0) -ResYDist(4,5) -ResYAnchor(9,2) -YShift(9,1) -ResYDist(9,11) -YShift(9,13) -ResYDist(13,12) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 83, char 0x4a (J) */ - -/* Y direction */ -ResYAnchor(0,9) -ResYDist(0,7) -ResYAnchor(17,2) -YShift(17,12) -ResYDist(17,16) -YIPAnchor(0,4,17) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 85, char 0x4b (K) */ - -/* Y direction */ -ResYAnchor(12,8) -YShift(12,16) -ResYAnchor(13,2) -YShift(13,6) -YIPAnchor(12,0,13) -YInterpolate(0,17,18,13) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0x4c (L) */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 0 8 */ -/* CVT 1 2 */ -/* Min and Max */ -ResYAnchor(0,8) /* min, CVT */ -ResYAnchor(1,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YShift(0,4) /*stroke, CVT of another stroke*/ -ResYDist(4,5) /*perpendicular to the stroke*/ - -Smooth() - - - - -/* VTTTalk Unicode 0xffff */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/*Auto-Hinting Light is not applied: Empty glyph or glyph with one point*/ - - - - -/* VTTTalk glyph 89, char 0x13d */ - -/* Y direction */ -ResYAnchor(4,8) -YShift(4,8) -ResYDist(8,9) -ResYAnchor(5,2) -ResYDist(5,1) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 92, char 0x141 */ - -/* Y direction */ -ResYAnchor(4,8) -ResYDist(4,5) -YShift(4,11) -ResYAnchor(9,2) -YInterpolate(9,2,0,11) -ResYDist(2,3) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 93, char 0x4d (M) */ - -/* Y direction */ -ResYAnchor(8,8) -YShift(8,20) -ResYAnchor(9,2) -YShift(9,3) -YShift(9,15) -YShift(9,21) -YIPAnchor(9,12,20) -YShift(12,0) -ResYDist(12,1) -YShift(1,17) -ResYDist(9,14) -YShift(14,5) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 94, char 0x4e (N) */ - -/* Y direction */ -ResYAnchor(8,8) -YShift(8,7) -YShift(8,12) -ResYAnchor(9,2) -YShift(9,4) -YShift(9,13) -YInterpolate(8,5,2,9) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x4f (O) */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 0 9 */ -/* CVT 4 3 */ -/* Min and Max */ -ResYAnchor(0,9) /* min, CVT */ -ResYAnchor(4,3) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(4,12) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -ResYDist(0,8) /*perpendicular to the stroke*/ - -Smooth() - - - - -/* VTTTalk glyph 127, char 0x152 */ - -/* Y direction */ -ResYAnchor(0,9) -ResYDist(0,19) -ResYAnchor(6,3) -ResYDist (6,24) -YIPAnchor(6,30,0) -ResYDist(30,31) -ResYAnchor(15,8) -YShift(15,12) -ResYDist(15,16) -ResYAnchor(35,2) -YShift(35,10) -ResYDist(35,34) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 577, char 0x38f */ - -/* Y direction */ -ResYAnchor(5,3) -ResYDist(5,15) -ResYAnchor(20,8) -YDist(20,21) -YShift(21,1) -YShift(21,19) -YInterpolate(20,0,10,21) -YShift(20,24) -YDist(24,26) -YShift(26,9) -YShift(26,11) -ResYAnchor(29,2) -ResYDist(29,31) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 575, char 0x38c */ - -/* Y direction */ -ResYAnchor(0,9) -ResYDist(0,12) -ResYAnchor(4,3) -ResYDist(4,16) -ResYAnchor(9,2) -ResYDist(9,11) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 124, char 0xd8 */ - -/* Y direction */ -ResYAnchor(4,9) -ResYDist(4,12) -YDist(4,0,>=) -ResYAnchor(8,3) -ResYDist(8,16) -YDist(8,2,>=1) -YInterpolate(0,1,3,2) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x50 (P) */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 18 8 */ -/* CVT 19 2 */ -/* Min and Max */ -ResYAnchor(18,8) /* min, CVT */ -ResYAnchor(19,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YShift(19,10) /*stroke, CVT of another stroke*/ -ResYDist(10,9) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(19,0,18) -YAnchor(0) -ResYDist(0,1) /*perpendicular to the stroke*/ - -Smooth() - - - - - -/* VTTTalk glyph 569, char 0x3a8 */ - -/* Y direction */ -ResYAnchor(3,2) -YShift(3,11) -YShift(3,20) -ResYAnchor(17,8) -YInterpolate(3,14,15,19,18,17) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 130, char 0x51 (Q) */ - -/* Y direction */ -ResYAnchor(12,9) -ResYDist(12,0) -ResYDist(0,9) -ResYDist(12,20) -YInterpolate(20,5,12) -ResYAnchor(16,3) -ResYDist(16,24) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 131, char 0x52 (R) */ - -/* Y direction */ -ResYAnchor(18,8) -YShift(18,22) -ResYAnchor(19,2) -YIPAnchor(19,0,18) -ResYDist(0,1) -YInterpolate(0,23,1) -YShift(19,10) -ResYDist(10,9) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 135, char 0x53 (S) */ - -/* Y direction */ -ResYAnchor(0,9) -ResYDist(0,7) -ResYAnchor(20,3) -ResYDist(20,27) -YInterpolate(0,10,37,13,14,34,33,17,30,24,23,20) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 564, char 0x3a3 */ - -/* Y direction */ -ResYAnchor(6,8) -ResYDist(6,7) -YShift(7,1) -YInterpolate(6,0,7) -ResYAnchor(11,2) -YInterpolate(6,5,2,11) -ResYDist(11,10) -YShift(10,3) -YInterpolate(11,4,10) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0x54 (T) */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 0 8 */ -/* CVT 5 2 */ -/* Min and Max */ -ResYAnchor(0,8) /* min, CVT */ -ResYAnchor(5,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(5,4) /*perpendicular to the stroke*/ - -/* Extreme Max */ -YShift(5,2) - -Smooth() - - - - - -/* VTTTalk Unicode 0x166 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 4 8 */ -/* CVT 9 2 */ -/* Min and Max */ -ResYAnchor(4,8) /* min, CVT */ -ResYAnchor(9,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(9,8) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(9,0,4) -YAnchor(0) -ResYDist(0,1) /*perpendicular to the stroke*/ - -/* Extreme Max */ -YShift(9,6) - -Smooth() - - - - -/* VTTTalk Unicode 0x398 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 4 9 */ -/* CVT 8 3 */ -/* Min and Max */ -ResYAnchor(4,9) /* min, CVT */ -ResYAnchor(8,3) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(8,16) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(8,0,4) -YAnchor(0) -ResYDist(0,1) /*perpendicular to the stroke*/ - -/* YDir: Stroke #2 */ -ResYDist(4,12) /*perpendicular to the stroke*/ - -Smooth() - - - - -/* VTTTalk Unicode 0xde */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 18 8 */ -/* CVT 19 2 */ -/* Min and Max */ -ResYAnchor(18,8) /* min, CVT */ -ResYAnchor(19,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YInterpolate(19,10,18) -YAnchor(10) -ResYDist(10,9) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(19,0,18) -YAnchor(0) -ResYDist(0,1) /*perpendicular to the stroke*/ - -Smooth() - - - - -/* VTTTalk Unicode 0x55 (U) */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 0 9 */ -/* CVT 3 2 */ -/* Min and Max */ -ResYAnchor(0,9) /* min, CVT */ -ResYAnchor(3,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(0,8) /*perpendicular to the stroke*/ - -/* Extreme Max */ -YShift(3,12) - -Smooth() - - - - -/* VTTTalk glyph 156, char 0x1af */ - -/* Y direction */ -ResYAnchor(10,9) -ResYDist(10,18) -ResYAnchor(13,2) -ResYDist(13,5) -YShift(13,22) -ResYDist(22,0) -YShift(22,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 164, char 0x172 */ - -/* Y direction */ -ResYAnchor(22,9) -ResYAnchor(25,2) -YShift(25,33) -ResYDist(22,30) -ResYDist(22,15) -ResYDist(15,0) -YInterpolate(22,8,7,6,30) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 576, char 0x38e */ - -/* Y direction */ -ResYAnchor(11,8) -ResYAnchor(13,2) -YShift(13,6) -ResYDist(13,15) -YShift(13,1) -YInterpolate(11,0,9,3,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 167, char 0x56 (V) */ - -/* Y direction */ -ResYAnchor(0,8) -ResYAnchor(1,2) -YShift(1,6) -YInterpolate(0,3,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 169, char 0x57 (W) */ - -/* Y direction */ -ResYAnchor(0,8) -ResYDist(0,3) -YShift(3,15) -YShift(0,10) -ResYAnchor(1,2) -YShift(1,17) -YInterpolate(1,12,10) -YShift(12,8) -ResYDist (12,13) -YShift(13,5) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 174, char 0x58 (X) */ - -/* Y direction */ -ResYAnchor(2,2) -YShift(2,9) -ResYAnchor(6,8) -YShift(6,5) -YInterpolate(5,1,10,4,7,2) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x39e */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 1 2 */ -/* CVT 4 8 */ -/* Min and Max */ -ResYAnchor(4,8) /* min, CVT */ -ResYAnchor(1,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(1,0) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(1,8,4) -YAnchor(8) -ResYDist(8,9) /*perpendicular to the stroke*/ - -/* YDir: Stroke #2 */ -ResYDist(4,5) /*perpendicular to the stroke*/ - -Smooth() - - - - -/* VTTTalk glyph 175, char 0x59 (Y) */ - -/* Y direction */ -ResYAnchor(1,2) -YShift(1,6) -ResYAnchor(8,8) -YInterpolate(8,0,9,3,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 184, char 0x5a (Z) */ - -/* Y direction */ -ResYAnchor(4,8) -ResYDist(4,6) -YShift(6,1) -YInterpolate(6,0,4) -ResYAnchor(9,2) -ResYDist(9,8) -YShift(8,3) -YInterpolate(9,2,8) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 195, char 0x61 (a) */ - -/* Y direction */ -ResYAnchor(8,7) -ResYDist(8,7) -YAnchor(15,10) -ResYDist(15,13) -ResYAnchor(16,11) -ResYDist(16,34) -YInterpolate(16,41,42,1,39,22,8) -ResYDist(22,29) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1566, char 0x301 */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1599, char 0xffff */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1610, char 0xffff */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1609, char 0xffff */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 219, char 0xe6 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,19) -ResYAnchor(36,7) -ResYDist(36,35) -YInterpolate(0,24,29,10,6,36) -ResYDist(6,13) -ResYAnchor(42,11) -ResYDist(42,66) -ResYAnchor(48,7) -ResYDist(48,60) -YIPAnchor(48,56,42) -ResYDist(56,55) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 581, char 0x3b1 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,18) -ResYAnchor(6,7) -ResYDist(6,13) -YInterpolate(6,9,11,22,30,37,24,0) -ResYAnchor(33,10) -ResYDist(33,31) -ResYAnchor(35,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1180, char 0x26 (&) */ - -/* Y direction */ -ResYAnchor(0,8) -ResYAnchor(16,9) -ResYDist(16,29) -ResYAnchor(40,3) -YShift(40,7) -ResYDist(40,8) -YShift(8,39) -YIPAnchor(16,32,36,40) -YInterpolate(16,23,22,32) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1229, char 0xffff */ - -/* Y direction */ -ResYAnchor(16,9) -YShift(16,53) -ResYDist(16,29) -YShift(29,66) -ResYAnchor(37,8) -YShift(37,0) -ResYAnchor(78,3) -YShift(78,7) -YShift(78,44) -YShift(78,86) -YIPAnchor(78,74,32,16) -YInterpolate(32,22,23,16) -YShift(74,82) -YShift(32,69) -YShift(22,59) -YShift(23,60) -ResYDist(78,45) -YShift(45,77) -YShift(77,8) -YShift(77,85) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 215, char 0x105 */ - -/* Y direction */ -ResYAnchor(29,7) -ResYDist(29,28) -ResYAnchor(36,10) -ResYDist(36,34) -YInterpolate(34,8,7,36) -ResYAnchor(37,11) -ResYDist(37,55) -ResYDist(37,0) -ResYDist(0,15) -YInterpolate(37,62,63,22,60,43,29) -ResYDist(43,50) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 869, char 0x2194 */ - -/* Y direction */ -ResYAnchor(18,147) -YDist(18,4,>=) -YShift(4,12) -ResYDist(4,5) -YShift(5,11) -ResYDist(18,19) -YDist(19,1,>=) -YShift(1,15) -ResYDist(1,0) -YShift(0,8) -YInterpolate(19,7,9,10,6,18) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 867, char 0x2193 */ - -/* Y direction */ -ResYAnchor(9,2) -ResYDist(9,0) -YIPAnchor(0,2,9) -YInterpolate(0,8,3,2) -YShift(2,5) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 868, char 0x2190 */ - -/* Y direction */ -ResYAnchor(10,147) -YDist(10,4,>=1) -ResYDist(4,3) -ResYDist(10,11) -YInterpolate(11,1,2,10) -YDist(11,7,>=1) -ResYDist(7,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 866, char 0x2192 */ - -/* Y direction */ -ResYAnchor(9,147) -YDist(9,4,>=1) -ResYDist(4,5) -ResYDist(9,8) -YDist(8,1,>=1) -ResYDist(1,0) -YInterpolate(8,7,6,9) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 865, char 0x2191 */ - -/* Y direction */ -ResYAnchor(8,8) -ResYDist(8,1) -YInterpolate(8,7,6,9,1) -YShift(7,4) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 870, char 0x2195 */ - -/* Y direction */ -YAnchor(1) -ResYDist(1,8) -YIPAnchor(8,10,7,1) -YInterpolate(8,16,11,10) -YInterpolate(10,13,4,7) -YInterpolate(7,6,17,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 871, char 0x21a8 */ - -/* Y direction */ -ResYAnchor(2,8) -ResYDist(2,3) -YAnchor(6,17) -ResYDist(6,12) -YIPAnchor(12,14,11,6) -YInterpolate(12,20,15,14) -YInterpolate(11,10,21,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 849, char 0x5e (^) */ - -/* Y direction */ -ResYAnchor(1,2) -ResYDist(1,0) -YShift(0,4) -YInterpolate(0,6,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1298, char 0xffff */ - -/* Y direction */ -ResYAnchor(1,2) -ResYAnchor(14,148) -ResYDist (14,11) -ResYDist(11,10) -YIPAnchor(1,7,11) -YInterpolate(1,6,7) -ResYDist(14,15) -YShift(15,3) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 847, char 0x7e (~) */ - -/* Y direction */ -YAnchor(14) -ResYDist(14,29) -YInterpolate(29,25,10,14) -ResYDist(25,4) -ResYDist(10,19) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1296, char 0xffff */ - -/* Y direction */ -YAnchor(25) -ResYDist(25,53) -YInterpolate(53,50,10,36,22,25) -ResYDist(50,4) -ResYDist(10,44) -ResYDist(36,16) -ResYDist(22,30) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1297, char 0xffff */ - -/* Y direction */ -ResYAnchor(31,147) -ResYDist(31,32) -ResYDist(32,63) -ResYDist(32,65) -ResYDist(65,64) -YInterpolate(32,79,78,31) -ResYDist(31,76) -ResYDist(76,77) -YInterpolate(64,37,60,48,9,21,77) -ResYDist(37,26) -ResYDist(60,3) -ResYDist(48,15) -ResYDist(9,54) -ResYDist(21,42) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1293, char 0xffff */ - -/* Y direction */ -ResYAnchor(17,3 ) -ResYDist(17,27) -ResYDist(17,45) -ResYDist(45,54) -YIPAnchor(27,44,54) -YInterpolate(27,65,68,10,40,77,51,23,44) -YInterpolate(44,48,71,86,59,54) -ResYDist(65,80) -ResYDist(10,34) -ResYDist(40,4) -ResYDist(59,74) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1294, char 0xffff */ - -/* Y direction */ -YAnchor(13) -ResYDist(13,27) -YInterpolate(27,10,24,13) -ResYDist(10,18) -ResYDist(24,4) -YDist(27,29) -ResYDist(29,28) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1295, char 0xffff */ - -/* Y direction */ -ResYAnchor(34,147 ) -ResYDist(34,12) -ResYDist(12,13) -ResYDist(34,35) -ResYDist(35,1) -ResYDist(1,0) -YInterpolate(34,14,15,35) -ResYDist(35,53) -YInterpolate(0,39,50,25,13) -ResYDist(39,30) -ResYDist(50,19) -ResYDist(25,44) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1292, char 0xffff */ - -/* Y direction */ -ResYAnchor(32,147) -YShift(32,15) -ResYDist(32,4) -ResYDist(4,25) -ResYDist(4,10) -ResYDist(10,19) -ResYDist(32,33) -ResYDist(33,29) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 688, char 0x2a (*) */ - -/* Y direction */ -ResYAnchor(13,150) -ResYDist(13,0) -YInterpolate(0,3,5,18,10,13) -ResYDist(18,19) -ResYDist(10,9) -YShift(0,4) -YInterpolate(4,16,8,1,7,15,12,6,2,11,17,13) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 764, char 0xffff */ - -/* Y direction */ -ResYAnchor(20,154) -ResYDist(20,13) -ResYDist(20,0) -ResYDist(0,7) -ResYAnchor(39,150) -ResYDist(39,30) -YShift(30,26) -YInterpolate(26,31,29,44,36,39) -ResYDist(44,45) -ResYDist(36,35) -YInterpolate(30,34,42,33,27,41,38,32,28,43,37,39) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1179, char 0x40 (@) */ - -/* Y direction */ -ResYAnchor(6,3) -ResYDist(6,17) -ResYDist(6,0) -ResYDist(0,22) -YInterpolate(0,27,54,38,11,45,56,36,33,6) -ResYDist(27,42) -ResYDist(33,48) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 221, char 0x62 (b) */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,7) -YInterpolate(7,28,3,25,0) -ResYAnchor(19,7) -ResYDist(19,13) -YInterpolate(0,15,17,19) -ResYAnchor(26,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 694, char 0x5c (\) */ - -/* Y direction */ -ResYAnchor(1,152) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1191, char 0x7c (|) */ - -/* Y direction */ -ResYAnchor(1,149) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1234, char 0xffff */ - -/* Y direction */ -ResYAnchor(6,151) -ResYDist(6,4) -ResYDist(4,5) -YShift(5,9) -ResYDist(6,7) -ResYDist(7,1) -ResYDist(1,8) -YInterpolate(1,11,8) -YInterpolate(4,10,5) -YShift(8,0) -YInterpolate(7,2,3,6) -ResYAnchor(13,149) -YShift(13,17) -ResYDist(13,15) -YShift(15,19) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1235, char 0xffff */ - -/* Y direction */ -ResYAnchor(2,148) -ResYDist(2,3) -ResYDist(2,7) -ResYDist(7,6) -ResYAnchor(13,149) -YShift(13,10) -ResYDist(13,15) -YShift(15,9) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1236, char 0xffff */ - -/* Y direction */ -ResYAnchor(6,151 ) -ResYDist(6,4) -ResYDist(4,5) -YShift(5,9) -ResYDist(6,7) -ResYDist(7,1) -ResYDist(1,0) -YShift(0,8) -ResYAnchor(14,149) -ResYDist(14,12) -YInterpolate(4,10,5) -YInterpolate(1,11,7) -YInterpolate(6,3,2 ,7) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1231, char 0xffff */ - -/* Y direction */ -ResYAnchor(33,154) -ResYDist(33,26) -ResYDist(33,0) -ResYDist(0,7) -YInterpolate(0,44,33) -ResYDist (44,45) -YInterpolate(45,16,17,44) -ResYAnchor(57,149) -ResYDist(57,55) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1232, char 0xffff */ - -/* Y direction */ -ResYAnchor(2,153) -YShift(2,9) -ResYDist(2,11) -ResYDist(2,3) -YShift(3,4) -ResYDist(3,6) -ResYAnchor(13,149) -ResYDist(13,15) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1237, char 0xffff */ - -/* Y direction */ -ResYAnchor(2,148) -ResYDist(2,3) -ResYDist(2,7) -ResYDist(7,6) -ResYAnchor(10,149) -ResYDist(10,8) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1238, char 0xffff */ - -/* Y direction */ -ResYAnchor(6,151) -ResYDist(6,4) -ResYDist(4,9) -YShift(9,5) -YInterpolate(9,10,4) -ResYDist(6,7) -ResYDist(7,1) -ResYDist(1,8) -YShift(8,0) -YInterpolate(8,11,1) -YInterpolate(7,2,3,6) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1230, char 0xffff */ - -/* Y direction */ -ResYAnchor(6,149) -ResYDist(6,4) -YIPAnchor(6,1,4) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 582, char 0x3b2 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,30) -ResYAnchor(10,3) -ResYDist(10,25) -YIPAnchor(0,37,10) -YInterpolate(0,5,3,28,37) -YInterpolate(37,47,10) -ResYDist(37,18) -YInterpolate(37,52,39,16,51,18) -ResYAnchor(48,14) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 697, char 0x7b ({) */ - -/* Y direction */ -ResYAnchor(22,154) -ResYDist(22,29) -ResYDist(22,0) -ResYDist(0,48) -YInterpolate(0,10,22) -ResYDist(10,11) -YInterpolate(10,39,38,11) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 737, char 0xffff */ - -/* Y direction */ -ResYAnchor(21,154) -ResYDist(21,28) -ResYDist(21,0) -ResYDist(0,47) -YInterpolate(0,11,21) -ResYDist(11,10) -YInterpolate(10,38,37,11) -ResYAnchor(55,149) -ResYDist(55,54) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 698, char 0x7d (}) */ - -/* Y direction */ -ResYAnchor(33,154) -ResYDist(33,26) -ResYDist(33,0) -ResYDist(0,7) -YInterpolate(0,45,33) -ResYDist(45,44) -YInterpolate(45,16,17,44) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 738, char 0xffff */ - -/* Y direction */ -ResYAnchor(33,154) -ResYDist(33,26) -ResYDist(33,0) -ResYDist(0,7) -ResYAnchor(59,8) -YShift(59,67) -ResYAnchor(60,2) -YShift(60,68) -YIPAnchor(67,57,66,68) -YInterpolate(57,45,16,17,44,66) -ResYDist(57,58) -ResYDist(66,65) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 699, char 0x5b ([) */ - -/* Y direction */ -ResYAnchor(1,153) -ResYDist(1,0) -YShift(0,4) -ResYDist(4,5) -YShift(1,9) -ResYDist(9,8) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 739, char 0xffff */ - -/* Y direction */ -ResYAnchor(1,153) -ResYDist(1,3) -YShift(3,7) -ResYDist(7,6) -YShift(1,10) -ResYDist(10,11) -ResYAnchor(13,149) -ResYDist(13,15) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 700, char 0x5d (]) */ - -/* Y direction */ -ResYAnchor(10,153) -ResYDist(10,0) -YShift(0,4) -ResYDist(4,5) -YShift(10,9) -ResYDist(9,8) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 740, char 0xffff */ - -/* Y direction */ -ResYAnchor(2,2) -YShift(2,10) -ResYAnchor(3,8) -YShift(3,11) -YIPAnchor(3,6,15,2) -ResYDist(6,7) -ResYDist(15,14) -ResYAnchor(26,153) -YShift(26,19) -ResYDist(26,25) -ResYDist(26,21) -YShift(21,16) -ResYDist(21,22) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1615, char 0xffff */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,7) -ResYDist(0,3) -YShift(3,11) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1616, char 0xffff */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,7) -ResYDist(0,3) -YShift(3,11) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1192, char 0xa6 */ - -/* Y direction */ -ResYAnchor(1,149) -ResYDist(1,4) -ResYDist(1,0) -ResYDist(0,5) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 687, char 0x2022 */ - -/* Y direction */ -YAnchor(8) -ResYDist(8,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 222, char 0x63 (c) */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,19) -ResYAnchor(6,7) -ResYDist(6,13) -YInterpolate(0,10,9,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 799, char 0xa2 */ - -/* Y direction */ -ResYAnchor(4,11) -YDist(4,3,>=3/2) -ResYDist(4,23) -ResYAnchor(10,7) -YDist(10,1,>=3/2) -ResYDist(10,17) -YInterpolate(4,14,13,10) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 603, char 0x3c7 */ - -/* Y direction */ -ResYAnchor(0,15) -ResYDist(0,19) -ResYAnchor(12,7) -ResYDist(12,7) -ResYAnchor(28,6) -ResYAnchor(31,14) -YInterpolate(31,3,16,30,27,4,15,28) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1174, char 0x2663 */ - -/* Y direction */ -YAnchor(33) -ResYDist(33,6) -YInterpolate(6,35,30,39,18,52,0,40,29,49,21,25,45,42,12,33) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 679, char 0x3a (:) */ - -/* Y direction */ -ResYAnchor(6,7) -ResYDist(6,0) -ResYAnchor(12,19) -ResYDist(12,18) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 750, char 0xffff */ - -/* Y direction */ -ResYAnchor(1,148) -ResYDist(1,0) -ResYDist(1,4) -ResYDist(4,5) -ResYDist(4,20) -YShift(20,44) -ResYDist(20,26) -YShift(26,50) -ResYDist(1,14) -YShift(14,38) -ResYDist(14,8) -YShift(8,32) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 751, char 0xffff */ - -/* Y direction */ -ResYAnchor(1,148) -ResYDist(1,0) -ResYDist(1,4) -ResYDist(4,5) -ResYDist(4,20) -ResYDist(20,26) -ResYDist(1,14) -ResYDist(14,8) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 752, char 0xffff */ - -/* Y direction */ -ResYAnchor(6,151) -ResYDist(6,4) -ResYDist(4,5) -ResYDist(5,14) -ResYDist(14,8) -ResYDist(6,7) -ResYDist(7,1) -ResYDist(1,0) -ResYDist(0,20) -ResYDist(20,26) -YInterpolate(6,3,2,7) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 753, char 0xffff */ - -/* Y direction */ -ResYAnchor(2,151) -ResYDist(2,1) -ResYDist(1,7) -ResYDist(7,0) -ResYDist(0,20) -ResYDist(20,26) -ResYDist(2,4) -ResYDist(4,3) -ResYDist(3,14) -ResYDist(14,8) -YInterpolate(2,5,6,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 800, char 0x20a1 */ - -/* Y direction */ -ResYAnchor(8,9) -ResYDist(8,25) -ResYDist(8,0) -YShift(0,4) -ResYDist(8,1) -YShift(1,5) -ResYAnchor(13,3) -ResYDist(13,20) -ResYDist(13,6) -YShift(6,2) -ResYDist(13,7) -YShift(7,3) -YInterpolate(8,17,16,13) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 678, char 0x2c (,) */ - -/* Y direction */ -YAnchor(1) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1183, char 0xa9 */ - -/* Y direction */ -YAnchor(6) -ResYDist(6,43) -ResYDist(6,0) -ResYDist(0,37) -YInterpolate(0,12,22,21,18,6) -ResYDist(12,30) -ResYDist(18,24) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 801, char 0xa4 */ - -/* Y direction */ -YAnchor(8) -ResYDist(8,38) -ResYDist(8,0) -ResYDist(0,16) -ResYDist(0,20) -YInterpolate(20,17,23,0) -ResYDist(0,24) -YInterpolate(0,19,21,18,22,24) -ResYDist(8,30) -YInterpolate(8,41,39,40,26,30) -ResYDist(8,42) -YInterpolate(42,37,43,8) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 228, char 0x64 (d) */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,18) -ResYAnchor(6,7) -ResYDist(6,13) -YInterpolate(6,9,11,21,23,0) -ResYAnchor(28,0) -YAnchor(30,10) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1193, char 0x2020 */ - -/* Y direction */ -ResYAnchor(1,3) -ResYDist(1,0) -YIPAnchor(1,5,0) -ResYDist(5,4) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1195, char 0x2021 */ - -/* Y direction */ -ResYAnchor(21,3) -ResYDist(21,6) -YIPAnchor(6,11,0,21) -YInterpolate(6,8,19,11) -YInterpolate(0,23,18,21) -YShift(11,13) -ResYDist(11,10) -YShift(10,14) -YShift(0,4) -ResYDist(0,1) -YShift(1,3) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 230, char 0x10f */ - -/* Y direction */ -ResYAnchor(4,11) -ResYDist(4,22) -ResYAnchor(10,7) -ResYDist(10,17) -YInterpolate(4,27,25,15,13,10) -YAnchor(32,0) -ResYDist(32,1) -ResYDist(1,3) -YAnchor(34,10) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 387, char 0xffff */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,18) -ResYAnchor(6,7) -ResYDist(6,13) -YInterpolate(0,23,21,11,9,6) -ResYAnchor(28,0) -ResYDist(28,32) -ResYDist(32,34) -ResYAnchor(30,10) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 231, char 0x111 */ - -/* Y direction */ -ResYAnchor(4,11) -ResYDist(4,22) -ResYAnchor(10,7) -ResYDist(10,17) -YInterpolate(4,27,25,15,13,10) -YAnchor(32,0) -YInterpolate(32,0,10) -ResYDist(0,1) -YAnchor(34,10) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1188, char 0xb0 */ - -/* Y direction */ -ResYAnchor(6,3) -ResYDist(6,18) -ResYDist(6,0) -ResYDist(0,12) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 584, char 0x3b4 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,35) -ResYAnchor(16,3) -ResYDist(16,21) -YInterpolate(0,27,19,18,16) -ResYDist(27,41) -YInterpolate(41,7,9,8,27) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1176, char 0x2666 */ - -/* Y direction */ -YAnchor(2) -ResYDist(2,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1614, char 0x385 */ - -/* Y direction */ -YAnchor(3) -ResYDist(3,1) -YShift(3,4) -YShift(3,16) -YAnchor(16) -ResYDist(16,22) -YShift(22,10) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 838, char 0xf7 */ - -/* Y direction */ -ResYAnchor(1,147) -ResYDist(1,0) -ResYDist(0,10) -ResYDist(10,4) -ResYDist(1,16) -ResYDist(16,22) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 802, char 0x24 ($) */ - -/* Y direction */ -ResYAnchor(4,9) -YDist(4,3,>=1.5) -ResYDist(4,11) -ResYAnchor(24,3) -YDist(24,1,>=1.5) -ResYDist(24,31) -YInterpolate(24,34,21,37,38,18,17,14,41,28,27,4) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1620, char 0xffff */ - -/* Y direction */ -ResYAnchor(8,9) -YDist(8,7,>=) -ResYDist(8,15) -YInterpolate(8,6,15) -ResYAnchor(28,3) -YDist(28,2,>=1.5) -YInterpolate(8,18,45,21,22,42,41,25,38,32,31,28) -ResYDist(28,35) -YInterpolate(35,3,28) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1239, char 0xffff */ - -/* Y direction */ -ResYAnchor(6,151) -ResYDist(6,4) -ResYDist(4,5) -ResYDist(6,7) -ResYDist(7,1) -ResYDist(1,0) -YInterpolate(7,2,3,6) -ResYAnchor(8,9) -ResYDist(8,15) -YDist(8,45,>=1.5) -ResYAnchor(28,3) -ResYDist(28,29) -YDist(28,43,>=1.5) -YInterpolate(8,18,39,21,22,36,35,25,32,28) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1621, char 0xffff */ - -/* Y direction */ -ResYAnchor(6,151) -ResYDist(6,4) -ResYDist(4,5) -ResYDist(6,7) -ResYDist(7,1) -ResYDist(1,0) -ResYAnchor(12,9) -YDist(12,11,>=3/2) -ResYDist(12,19) -ResYAnchor(32,3) -YDist(32,48,>=3/2) -YInterpolate(12,22,43,25,26,40,39,29,36,32) -YDist(32,33) -YShift(33,49) -YInterpolate(6,3,2,7) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 803, char 0x20ab */ - -/* Y direction */ -ResYAnchor(8,11) -ResYDist(8,26) -ResYAnchor(14,7) -ResYDist(14,21) -ResYAnchor(36,0) -YInterpolate(14,4,36) -ResYDist(4,5) -ResYAnchor(38,11) -ResYDist(38,2) -ResYDist(2,3) -YInterpolate(14,17,19,29,30,35, 8) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1577, char 0x323 */ - -/* Y direction */ -YAnchor(6) -ResYDist(6,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x131 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 4 10 */ -/* CVT 13 6 */ -/* Min and Max */ -ResYAnchor(4,10) /* min, CVT */ -ResYAnchor(13,6) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(13,12) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -ResYDist(4,5) /*perpendicular to the stroke*/ -YShift(4,8) /*along bottom edge*/ -YShift(5,9) /*along top edge*/ - -/* Contour #0 */ -YShift(13,1) /* max */ -YShift(4,0) /* min */ - -Smooth() - - - - -/* VTTTalk glyph 232, char 0x65 (e) */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,23) -YShift(0,27) -ResYAnchor(6,7) -ResYDist(6,17) -YIPAnchor(0,13,6) -ResYDist(13,12) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 626, char 0x38 (8) */ - -/* Y direction */ -ResYAnchor(0,13) -ResYDist(0,12) -ResYAnchor(46,5) -ResYDist(46,34) -YInterpolate(0,18,46) -ResYDist(18,6) -ResYDist(18,28) -ResYDist (28,40) -YInterpolate(18,27,26,28) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 708, char 0x2014 */ - -/* Y direction */ -ResYAnchor(1,147) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 707, char 0x2013 */ - -/* Y direction */ -ResYAnchor(1,147) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 296, char 0x14b */ - -/* Y direction */ -ResYAnchor(11,7) -ResYAnchor(16,15) -ResYDist(16,17) -ResYAnchor(29,10) -ResYAnchor(30,6) -YInterpolate(30,7,6,22,15,29) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 248, char 0x119 */ - -/* Y direction */ -ResYAnchor(23,11) -ResYAnchor(29,7) -ResYDist(29,40) -ResYDist(23,46) -YIPAnchor(23,35,29) -ResYDist(35,36) -YInterpolate(23,7,8,9,50,46) -YShift(23,6) -ResYDist(23,16) -ResYDist(16,0) - - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 585, char 0x3b5 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,11) -ResYAnchor(23,7) -ResYDist(23,28) -YIPAnchor(0,33,23) -YShift(33,6) -ResYDist(33,32) -YInterpolate(33,4,19,32) -YShift(32,5) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 839, char 0x3d (=) */ - -/* Y direction */ -ResYAnchor(1,148) -ResYDist(1,0) -ResYDist(1,4) -ResYDist(4,5) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1245, char 0xffff */ - -/* Y direction */ -ResYAnchor(2,148) -YShift(2,10) -ResYDist(2,3) -YShift(3,11) -ResYDist(2,15) -YShift(15,7) -ResYDist(15,14) -YShift(14,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1246, char 0xffff */ - -/* Y direction */ -ResYAnchor(9,147) -ResYDist(9,0) -ResYDist(0,1) -ResYDist(9,8) -ResYDist(8,5) -ResYDist(5,4) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1247, char 0xffff */ - -/* Y direction */ -ResYAnchor(17,148) -YDist(17,8,>=) -ResYDist(8,9) -ResYDist(17,16) -YInterpolate(16,6,17) -ResYDist(16,13) -ResYDist(13,12) -YDist(12,1,>=) -ResYDist(1,0) -YInterpolate(12,3,13) -YInterpolate(17,10,5,4,11,12) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1248, char 0xffff */ - -/* Y direction */ -YAnchor(17,148) -YDist(17,8,>=) -ResYDist(8,9) -ResYDist(17,12) -YDist(12,1,>=) -ResYDist(1,0) -YInterpolate(12,11,4,5,10,17) -ResYDist(12,13) -YInterpolate(13,3,12) -ResYDist(17,16) -YInterpolate(16,6,17) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1249, char 0xffff */ - -/* Y direction */ -YAnchor(13,148) -ResYDist(13,8) -YInterpolate(8,7,27,20,2,3,21,26,6,13) -ResYDist(8,9) -YInterpolate(9,19,8) -YDist(8,17,>=) -YShift(17,1) -ResYDist(17,16) -YShift(16,0) -ResYDist(13,12) -YInterpolate(12,22,13) -YDist(13,24,>=) -YShift(24,4) -ResYDist(24,25) -YShift(25,5) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1250, char 0xffff */ - -/* Y direction */ -ResYAnchor(13,148) -ResYDist(13,8) -ResYDist(8,9) -YShift(9,18) -YInterpolate(8,17,9) -ResYDist(8,19) -YShift(19,7) -ResYDist(19,16) -YShift(16,0) -ResYDist(13,12) -YShift(12,20) -YInterpolate(9,1,6,5,2,12) -YInterpolate(12,21,13) -ResYDist(13,23) -YShift(23,4) -ResYDist(23,22) -YShift(22,3) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1251, char 0xffff */ - -/* Y direction */ -YAnchor(9,148) -ResYDist(9,1) -ResYDist(9,8) -ResYDist(9,4) -ResYDist(4,0) -ResYDist(4,5) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 829, char 0x2261 */ - -/* Y direction */ -YAnchor(1) -ResYDist(1,4) -YInterpolate(4,5,8,9,0,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1197, char 0x212e */ - -/* Y direction */ -ResYAnchor(0,9) -ResYDist(0,24) -ResYDist(0,6) -ResYDist(6,18) -YIPAnchor(0,35,6) -YInterpolate(0,31,27,32,35) -YInterpolate(35,13,42,33,41,40,34,6) -YShift(35,12) -ResYDist(35,36) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 587, char 0x3b7 */ - -/* Y direction */ -YAnchor(0,14) -ResYAnchor(11,7) -ResYDist(11,4) -ResYAnchor(16,10) -YInterpolate(16,6,7,11) -ResYAnchor(17,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 229, char 0xf0 */ - -/* Y direction */ -ResYAnchor(5,1) -ResYDist(5,39) -ResYDist(39,40) -ResYAnchor(22,11) -ResYDist(22,11) -YInterpolate(22,0,33,10,34,31,28,4,5) -ResYDist(28,16) -ResYDist(28,37) -ResYDist(37,38) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 682, char 0x21 (!) */ - -/* Y direction */ -ResYAnchor(1,16) -ResYAnchor(4,19) -ResYDist(4,10) -ResYDist(10,3) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 758, char 0xffff */ - -/* Y direction */ -ResYAnchor(9,148) -ResYDist(9,1) -ResYDist(9,8) -ResYDist(9,4) -ResYDist(4,0) -ResYDist(4,5) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 759, char 0xffff */ - -/* Y direction */ -ResYAnchor(9,147) -ResYDist(9,8) -ResYDist(8,5) -ResYDist(5,4) -ResYDist(4,0) -ResYDist(9,12) -ResYDist(12,13) -ResYDist(13,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 683, char 0xa1 */ - -/* Y direction */ -ResYAnchor(4,7) -ResYDist(4,0) -ResYDist(4,10) -ResYDist(10,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 254, char 0x66 (f) */ - -/* Y direction */ -ResYAnchor(0,10) -ResYAnchor(3,1) -ResYDist(3,9) -YIPAnchor(3,13,0) -ResYDist(13,14) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1171, char 0x2640 */ - -/* Y direction */ -ResYAnchor(8,3) -ResYDist(8,30) -ResYAnchor(23,8) -YIPAnchor(23,18,8) -YInterpolate(23,19,18) -YInterpolate(18,0,8) -ResYDist(0,24) -YInterpolate(0,22,24) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1619, char 0xfb01 */ - -/* Y direction */ -ResYAnchor(0,10) -YShift(0,17) -ResYAnchor(3,1) -ResYDist(3,9) -YIPAnchor(0,13,3) -ResYDist(13,14) -YShift(14,18) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 623, char 0x35 (5) */ - -/* Y direction */ -ResYAnchor(0,13) -ResYDist(0,7) -ResYAnchor(28,4) -YIPAnchor(28,19,27,4,0) -ResYDist(19,13) -YShift(27,15) -ResYDist(27,16) -YShift(28,33) -ResYDist(33,32) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 675, char 0x215d */ - -/* Y direction */ -ResYAnchor(35,2) -YShift(35,30) -ResYDist(35,4) -YInterpolate(4,10,8,32,16,31,22,35) -ResYAnchor(37,9) -YInterpolate(37,0,1,3,2,35) -ResYDist(37,76) -YInterpolate(37,49,53,61,70,43,60,62,66,76) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1620, char 0xfb02 */ - -/* Y direction */ -ResYAnchor(0,10) -YShift(0,17) -ResYAnchor(3,1) -ResYDist(3,9) -YInterpolate(9,19,5,3) -YIPAnchor(0,13,3) -ResYDist(13,14) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 806, char 0x192 */ - -/* Y direction */ -ResYAnchor(3,3) -ResYDist(3,9) -ResYAnchor(13,15) -ResYDist(13,14) -YIPAnchor(3,28,13) -YInterpolate(28,20,12,13) -ResYDist(28,29) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 622, char 0x34 (4) */ - -/* Y direction */ -ResYAnchor(14,4) -YShift(14,1) -ResYAnchor(15,12) -YIPAnchor(14,8,15) -YShift(8,3) -YShift(8,7) -ResYDist(8,9) -YShift(9,5) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 669, char 0x2044 */ - -/* Y direction */ -YAnchor(2) -ResYDist(2,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 807, char 0x20a3 */ - -/* Y direction */ -ResYAnchor(7,8) -ResYAnchor(14,2) -YShift(14,6) -ResYDist(14,15) -YIPAnchor(7,11,14) -YInterpolate(7,3,2,11) -ResYDist(11,10) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 255, char 0x67 (g) */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,20) -ResYAnchor(6,7) -ResYDist(6,14) -YIPAnchor(0,26,6) -YInterpolate(26,45,36,23,11,9,6) -ResYAnchor(29,15) -ResYDist(29,30) -YAnchor(44,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 583, char 0x3b3 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,1) -ResYAnchor(3,6) -ResYAnchor(6,14) -ResYAnchor(15,7) -YInterpolate(15,14,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 339, char 0xdf */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,7) -ResYAnchor(31,10) -ResYAnchor(35,1) -ResYDist(35,26) -YInterpolate(0,10,52,13,48,17,45,42,20,38,23,35) -YIPAnchor(35,55,31) -ResYDist(55,56) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1565, char 0x300 */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1598, char 0xffff */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 841, char 0x3e (>) */ - -/* Y direction */ -ResYAnchor(6,151) -ResYDist(6,4) -ResYDist(4,5) -ResYDist(6,7) -ResYDist(7,1) -ResYDist(1,0) -YInterpolate(7,2,3,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1255, char 0xffff */ - -/* Y direction */ -YAnchor(6) -ResYDist(6,4) -ResYDist(4,5) -ResYDist(6,7) -ResYDist(7,1) -ResYDist(1,0) -ResYDist(0,9) -ResYDist(9,8) -YInterpolate(6,3,2,7) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1256, char 0xffff */ - -/* Y direction */ -ResYAnchor(26,148) -YDist(26,8,>=) -YShift(8,17) -ResYDist(8,9) -YShift(9,18) -ResYDist(26,23) -YDist(23,1,>=) -YShift(1,13) -ResYDist(1,0) -YShift(0,12) -ResYDist(23,22) -YShift(22,14) -YInterpolate(23,15,3,22) -ResYDist(26,27) -YShift(27,16) -YInterpolate(22,11,4,5,10,27) -YInterpolate(26,19,6,27) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1257, char 0xffff */ - -/* Y direction */ -ResYAnchor(6,151) -YShift(6,14) -ResYDist(6,4) -ResYDist(4,5) -ResYDist(6,7) -YShift(7,15) -ResYDist(7,1) -ResYDist(1,0) -YShift(5,13) -YShift(4,12) -YShift(1,9) -YShift(0,8) -YInterpolate(6,3,2,11,10,7) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1259, char 0xffff */ - -/* Y direction */ -ResYAnchor(22,148) -ResYDist(22,23) -ResYDist(22,19) -ResYDist(19,18) -YShift(23,14) -YShift(18,10) -YDist(22,13,>=) -YDist(19,9,>=) -ResYDist(9,8) -ResYDist(13,14) -YShift(14,5) -YShift(13,4) -YShift(9,1) -YShift(8,0) -YInterpolate(23,6,7,3,2,18) -YShift(23,12) -YInterpolate(18,11,19) -YInterpolate(22,15,23) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1258, char 0xffff */ - -/* Y direction */ -ResYAnchor(18,147) -ResYDist(18,19) -YInterpolate(18,6,7,14,15,11,10,3,2,19) -ResYDist(18,4) -ResYDist(4,5) -ResYDist(19,1) -ResYDist(1,0) -YShift(5,13) -YShift(4,12) -YShift(1,9) -YShift(0,8) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1252, char 0xffff */ - -/* Y direction */ -ResYAnchor(10,147) -ResYDist(10,4) -ResYDist(4,5) -ResYDist(10,11) -ResYDist(11,1) -ResYDist(1,0) -YInterpolate(11,7,2,3,6,10) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1253, char 0xffff */ - -/* Y direction */ -ResYAnchor(25,147) -ResYDist(25,20) -YShift(20,12) -ResYDist(20,21) -YShift(21,13) -ResYDist(25,24) -ResYDist(24,17) -YShift(17,1) -ResYDist(17,16) -YShift(16,0) -YInterpolate(24,22,23,19,18 ,15,14,25) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 843, char 0x2265 */ - -/* Y direction */ -ResYAnchor(6) -ResYDist(6,4) -ResYDist(4,5) -ResYDist(6,7) -ResYDist(7,1) -ResYDist(1,0) -ResYDist(0,9) -ResYDist(9,8) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 721, char 0xab */ - -/* Y direction */ -YAnchor(3) -YShift(3,11) -ResYDist(3,0) -YShift(0,8) -YInterpolate(0,1 ,6,5,2,14,13,9,10,3) -ResYDist(0,7) -YShift(7,15) -ResYDist(3,4) -YShift(4,12) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 722, char 0xbb */ - -/* Y direction */ -YAnchor(5) -ResYDist(5,4) -ResYDist(5,0) -ResYDist(0,1) -YInterpolate(5,6,7,3,4,15,14,10,11,0) -YShift(0,8) -ResYDist(8,9) -YShift(5,13) -ResYDist(13,12) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 723, char 0x2039 */ - -/* Y direction */ -YAnchor(3) -ResYDist(3,4) -ResYDist(3,0) -ResYDist(0,7) -YInterpolate(3,5,6,2,1,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 724, char 0x203a */ - -/* Y direction */ -YAnchor(5) -ResYDist(5,4) -ResYDist(5,0) -ResYDist(0,1) -YInterpolate(5,6,3,2,7,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 261, char 0x68 (h) */ - -/* Y direction */ -ResYAnchor(11,7) -ResYDist(11,4) -ResYAnchor(16,10) -YShift(16,15) -YInterpolate(16,6,7,11) -ResYAnchor(17,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 262, char 0x127 */ - -/* Y direction */ -ResYAnchor(15,7) -ResYDist(15,8) -ResYAnchor(20,10) -YShift(20,19) -YInterpolate(20,10,11,15) -ResYAnchor(21,0) -YIPAnchor(21,0,15) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1175, char 0x2665 */ - -/* Y direction */ -YAnchor(7) -YShift(7,14) -ResYDist(7,0) -YInterpolate(0,10,7) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1574, char 0x309 */ - -/* Y direction */ -YAnchor(0,16) -ResYDist(0,10) -YShift(10,24) -ResYDist(10,9) -YShift(9,25) - - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1607, char 0xffff */ - -/* Y direction */ -YAnchor(0) -YAnchor(22) -ResYDist(22,14) -ResYDist(14,9) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 735, char 0xffff */ - -/* Y direction */ -ResYAnchor(31,147) -ResYDist(31,30) -YShift(30,11) -ResYDist(30,25) -YIPAnchor(25,21,30) -YInterpolate(21,6,30) -ResYDist(21,0) -ResYDist(6,15) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 730, char 0xffff */ - -/* Y direction */ -ResYAnchor(1,147) -ResYDist(1,0) -ResYAnchor(5,149) -ResYDist(5,4) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 731, char 0xffff */ - -/* Y direction */ -ResYAnchor(17,147) -ResYDist(17,12) -ResYDist(12,13) -ResYDist(17,16) -ResYDist(16,1) -ResYDist(1,0) -YInterpolate(0,6,15,14,7,13) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 732, char 0xffff */ - -/* Y direction */ -ResYAnchor(9,147 ) -ResYDist(9,8) -ResYDist(8,13) -YShift(13,1) -ResYDist(13,12) -YShift(12,0) -ResYDist(9,24) -YShift(24,4) -ResYDist(24,25) -YShift(25,5) -YInterpolate(0,7,2,3,18,19,27,26,6,5) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 727, char 0xffff */ - -/* Y direction */ -ResYAnchor(5,147) -YShift(5,1) -ResYDist(5,4) -YShift(4,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 729, char 0xffff */ - -/* Y direction */ -ResYAnchor(17,147) -ResYDist(17,12) -ResYDist(12,13) -ResYDist(17,16) -ResYDist(16,1) -ResYDist(1,0) -YInterpolate(0,6,15,14,7,13) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 728, char 0xffff */ - -/* Y direction */ -ResYAnchor(5,147) -ResYDist(5,4) -YShift(4,8) -YShift(8,0) -YShift(5,9) -YShift(9,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 733, char 0xffff */ - -/* Y direction */ -ResYAnchor(9,147) -ResYDist(9,4) -ResYDist(4,3) -ResYDist(9,8) -YInterpolate(8,1,2,5,6,9) -ResYDist(8,7) -ResYDist(7,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 734, char 0xffff */ - -/* Y direction */ -ResYAnchor(1,147) -ResYDist(1,0) -YInterpolate(0,13,14,18,17,5,6,9,10,1) -ResYDist(0,19) -YShift(19,11) -ResYDist(19,12) -YShift(12,4) -ResYDist(1,16) -YShift(16,8) -ResYDist(16,15) -YShift(15,7) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 265, char 0x69 (i) */ - -/* Y direction */ -ResYAnchor(4,10) -YShift(4,0) -YShift(4,8) -ResYDist(4,5) -YShift(5,9) -ResYAnchor(13,6) -ResYDist(13,12) -YInterpolate(12,1,13) -ResYDist(13,16) -ResYDist(16,22) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 388, char 0xffff */ - -/* Y direction */ -ResYAnchor(0,15) -ResYDist(0,1) -ResYAnchor(13,10) -ResYAnchor(14,6) -YShift(14,18) -YInterpolate(13,17,6,14) -YDist(14,21,>=) -YShift(21,25) -ResYDist(21,22) -YShift(22,26) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 274, char 0x133 */ - -/* Y direction */ -ResYAnchor(0,15) -ResYDist(0,1) -ResYAnchor(12,10) -ResYAnchor(13,6) -YShift(13,17) -YInterpolate(12,19,6,13) -ResYDist(13,20) -YShift(20,32) -ResYDist(20,26) -YShift(26,38) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 850, char 0x221e */ - -/* Y direction */ -YAnchor(6) -ResYDist(6,0) -YShift(0,19) -ResYDist(0,26) -YShift(26,39) -YShift(6,13) -YInterpolate(19,23,9,13) -ResYDist(6,33) -YShift(33,45) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 852, char 0x222b */ - -/* Y direction */ -ResYAnchor(3,1) -ResYDist(3,9) -ResYAnchor(13,15) -ResYDist(13,14) -YInterpolate(13,12,20,3) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 831, char 0x2321 */ - -/* Y direction */ -YAnchor(0,15) -ResYDist(0,1) -ResYDist(0,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 832, char 0x2320 */ - -/* Y direction */ -ResYAnchor(3,1) -ResYDist(3,0) -ResYDist(3,9) - -/* X direction */ - -Smooth() - - - - - - -/* VTTTalk glyph 851, char 0x2229 */ - -/* Y direction */ -ResYAnchor(0,8) -YShift(0,7) -ResYAnchor(3,7) -ResYDist(3,10) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1169, char 0x263b */ - -/* Y direction */ -YAnchor(8) -ResYDist(8,0) -YInterpolate(0,16,21,30,42,48,36,8) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 276, char 0x12f */ - -/* Y direction */ -ResYAnchor(25,10) -YShift(25,9) -YShift(25,21) -YShift(25,32) -ResYDist (25,0) -ResYDist(0,15) -YInterpolate(0,6,25) -ResYDist(25,26) -YShift(26,31) -YInterpolate(25,7,26) -ResYAnchor(34,6) -ResYDist(34,33) -YInterpolate(33,22,34) -ResYDist(34,37) -ResYDist(37,43) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0x3b9 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 0 11 */ -/* CVT 17 6 */ -/* Min and Max */ -ResYAnchor(0,11) /* min, CVT */ -ResYAnchor(17,6) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(17,16) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -ResYDist(0,10) /*perpendicular to the stroke*/ - -/* Extreme Max */ -YShift(17,5) - -Smooth() - - - - - -/* VTTTalk glyph 278, char 0x6a (j) */ - -/* Y direction */ -ResYAnchor(0,15) -ResYDist(0,1) -ResYAnchor(14,6) -ResYDist(14,13) -YShift(14,18) -YInterpolate(0,20,7,14) -ResYDist(14,21) -ResYDist(21,27) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 281, char 0x6b (k) */ - -/* Y direction */ -YAnchor(6,6) -ResYAnchor(11,10) -YShift(11,15) -ResYAnchor(12,0) -YIPAnchor(6,0,11) -ResYDist(0,1) -YInterpolate(0,16,17,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 590, char 0x3ba */ - -/* Y direction */ -ResYAnchor(6,7) -ResYAnchor(8,10) -YShift(8,0) -YShift(8,13) -ResYAnchor(9,6) -YInterpolate(8,1,14,5,15,9) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 283, char 0x138 */ - -/* Y direction */ -ResYAnchor(11,10) -YShift(11,15) -ResYAnchor(12,6) -YShift(12,7) -YIPAnchor(12,0,11) -ResYDist(0,1) -YInterpolate(0,16,17,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0x6c (l) */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 0 11 */ -/* CVT 17 0 */ -/* Min and Max */ -ResYAnchor(0,11) /* min, CVT */ -ResYAnchor(17,0) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(17,16) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -ResYDist(0,10) /*perpendicular to the stroke*/ - -/* Extreme Max */ -YShift(17,5) - -Smooth() - - - - -/* VTTTalk glyph 591, char 0x3bb */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,19) -ResYAnchor(12,0) -ResYDist(12,7) -YInterpolate(12,25,26,27,30,0) -ResYAnchor(24,10) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 286, char 0x13e */ - -/* Y direction */ -ResYAnchor(4,11) -ResYDist(4,14) -ResYAnchor(21,0) -YShift(21,9) -ResYDist(21,20) -ResYDist(21,1) -ResYDist(1,3) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 842, char 0x3c (<) */ - -/* Y direction */ -ResYAnchor(2,151) -ResYDist(2,1) -YInterpolate(1,6,5,2) -ResYDist(1,7) -ResYDist(7,0) -ResYDist(2,4) -ResYDist(4,3) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1287, char 0xffff */ - -/* Y direction */ -ResYAnchor(32,147) -ResYDist(32,50) -ResYDist(32,4) -ResYDist(4,3) -ResYDist(32,31) -YInterpolate(32,2,1,31) -ResYDist(31,15) -ResYDist(15,0) -YInterpolate(0,22,47,36,3) -ResYDist(22,41) -ResYDist(47,16) -ResYDist(36,27) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1289, char 0xffff */ - -/* Y direction */ -ResYAnchor(17,147) -ResYDist(17,48) -ResYDist(17,16) -YInterpolate(16,65,66,17) -ResYDist(16,79) -ResYDist(79,64) -ResYDist(17,68) -ResYDist(68,67) -YInterpolate(64,6,58,33,45,22,67) -ResYDist(6,27) -ResYDist(58,39) -ResYDist(33,0) -ResYDist(45,52) -ResYDist(22,11) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1269, char 0xffff */ - -/* Y direction */ -ResYAnchor(2,151) -ResYDist(2,1) -YInterpolate(2,5,6,1) -ResYDist(2,4) -ResYDist(4,3) -YShift(3,11) -ResYDist(1,7) -ResYDist(7,0) -YShift(0,8) -YInterpolate(7,9,0) -YInterpolate(4,10,3) - - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1270, char 0xffff */ - -/* Y direction */ -ResYAnchor(2,151) -ResYDist(2,1) -YInterpolate(2,5,6,1) -ResYDist(1,7) -ResYDist(7,0) -YShift(0,8) -YInterpolate(7,9,0) -ResYDist(2,4) -ResYDist(4,3) -YShift(3,11) -YInterpolate(4,10,3) -ResYAnchor(13,149) -ResYDist(13,15) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1271, char 0xffff */ - -/* Y direction */ -ResYAnchor(2,151) -ResYDist(2,1) -YInterpolate(2,5,6,1) -ResYDist(1,7) -ResYDist(7,0) -YShift(0,8) -YInterpolate(7,9,0) -ResYDist(2,4) -ResYDist(4,3) -YShift(3,11) -YInterpolate(4,10,3) -ResYAnchor(13,149) -YShift(13,17) -ResYDist(13,15) -YShift(15,16) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1273, char 0xffff */ - -/* Y direction */ -ResYAnchor(2,151) -ResYDist(2,1) -YInterpolate(2,5,6,1) -ResYDist(1,7) -ResYDist(7,0) -ResYDist(2,4) -ResYDist(4,3) -ResYAnchor(8,9) -ResYDist(8,9) -YDist(8,42,>=3/2) -ResYAnchor(22,3) -ResYDist(22,29) -YDist(22,43,>=3/2) -YInterpolate(22,25,26,32,19,35,36,16,15,39,12,8) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1622, char 0xffff */ - -/* Y direction */ -ResYAnchor(12,9) -ResYDist(12,8) -ResYAnchor(26,3) -ResYDist(26,33) -YDist(12,11,>=1.5) -YDist(26,48,>=1.5) -YInterpolate(26,46,33) -YInterpolate(12,9,8) -YInterpolate(26,29,30,23,36,39,20,40,19,16,43,12) -ResYAnchor(2,151) -ResYDist(2,1) -YInterpolate(2,5,6,1) -ResYDist(2,4) -ResYDist(4,3) -ResYDist(1,7) -ResYDist(7,0) - - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1274, char 0xffff */ - -/* Y direction */ -ResYAnchor(8,9) -ResYDist(8,9) -YDist(8,36,>=3/2) -ResYAnchor(22,3) -ResYDist(22,23) -YDist(22,37,>=3/2) -YInterpolate(8,12,33,15,16,30,29,19,26,22) -ResYAnchor(46,151) -YShift(46,2) -ResYDist(2,4) -ResYDist(4,3) -ResYDist(46,44) -ResYDist(44,45) -ResYDist(46,47) -YShift(47,1) -YInterpolate(1,6,5,2) -ResYDist(1,7) -ResYDist(7,0) -ResYDist(47,41) -ResYDist(41,40) -YInterpolate(47,42,43,46) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1623, char 0xffff */ - -/* Y direction */ -ResYAnchor(2,151) -ResYDist(2,1) -ResYDist(1,7) -ResYDist(7,0) -ResYDist(2,4) -ResYDist(4,3) -ResYAnchor(12,9) -YDist(12,11,>=3/2) -ResYDist(12,13) -YShift(13,9) -ResYAnchor(26,3) -YDist(26,42,>=3/2) -YInterpolate(12,16,37,19,20,34,33,23,30,26) -ResYDist(26,27) -YShift(27,43) -ResYAnchor(50,151) -ResYDist(50,48) -ResYDist(48,49) -ResYDist(50,51) -ResYDist(51,45) -ResYDist(45,44) -YInterpolate(50,47,46,51) -YInterpolate(2,5,6,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1277, char 0xffff */ - -/* Y direction */ -YAnchor(2) -ResYDist(2,1) -ResYDist(1,7) -ResYDist(7,0) -ResYDist(0,10) -ResYDist(10,11) -ResYDist(2,4) -ResYDist(4,3) -YInterpolate(2,5,6,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1278, char 0xffff */ - -/* Y direction */ -ResYAnchor(18,148) -ResYDist(18,19) -YDist(18,4,>=) -ResYDist(4,3) -ResYDist(18,15) -ResYDist(15,14) -YDist(15,11,>=) -ResYDist(11,0) -YInterpolate(18,6,19) -YInterpolate(14,9,15) -YInterpolate(19,2,1,7,8,14) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1279, char 0xffff */ - -/* Y direction */ -ResYAnchor(29,148) -YDist(29,16,>=) -ResYDist(16,15) -ResYDist(29,24) -YDist(24,23,>=) -ResYDist(23,12) -ResYDist(24,25) -YInterpolate(25,21,3,24) -ResYDist(29,28) -YInterpolate(25,13,20,19,14,5,4,10,11, 28) -YInterpolate(28,18,6, 29) -YShift(15,9) -YShift(16,8) -YShift(23,1) -YShift(12,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1280, char 0xffff */ - -/* Y direction */ -ResYAnchor(29,148) -ResYDist(29,28) -YDist(29,16,>=) -ResYDist(16,15) -ResYDist(29,24) -ResYDist(24,25) -YDist(24,23,>=) -ResYDist(23,12) -YInterpolate(28,18,6,29) -YInterpolate(25,21,3,24) -YInterpolate(28,20,19,14,13,5,4,10,11,25) -YShift(15,9) -YShift(16,8) -YShift(23,1) -YShift(12,0) - - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1281, char 0xffff */ - -/* Y direction */ -ResYAnchor(17,148) -YDist(17,4,>=) -ResYDist(4,3) -ResYDist(17,12) -YDist(12,11,>=) -ResYDist(11,0) -ResYDist(12,13) -YShift(13,22) -YInterpolate(13,9,21,12) -ResYDist(17,16) -YShift(16,24) -YInterpolate(16,2,7,8,1,13) -YInterpolate(17,25,6,16) -YShift(3,26) -YShift(4,27) -YShift(11,23) -YShift(0,20) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1266, char 0xffff */ - -/* Y direction */ -ResYAnchor(18,147) -YShift(18,21) -ResYDist(18,19) -YShift(19,20) -ResYAnchor(25,2) -ResYAnchor(28,9) -ResYDist(28,34) -ResYDist(34,24) -ResYDist(18,4) -ResYDist(4,3) -ResYDist(19,15) -ResYDist(15,0) -YInterpolate(18,2,1,19) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1261, char 0xffff */ - -/* Y direction */ -ResYAnchor(18,147) -ResYDist(18,19) -ResYDist(18,4) -ResYDist(4,3) -ResYDist(19,15) -ResYDist(15,0) -YInterpolate(18,2,1,19) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1263, char 0xffff */ - -/* Y direction */ -ResYAnchor(34,147) -ResYDist(34,35) -ResYDist(34,12) -ResYDist(12,13) -ResYDist(35,1) -ResYDist(1,0) -YInterpolate(34,14,15,18,17,35) -YShift(13,19) -YShift(12,20) -YShift(1,31) -YShift(0,16) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1262, char 0xffff */ - -/* Y direction */ -ResYAnchor(18,147) -ResYDist(18,19) -ResYDist(18,4) -ResYDist(4,3) -ResYDist(19,15) -ResYDist(15,0) -YInterpolate(18,2,1,19) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1264, char 0xffff */ - -/* Y direction */ -ResYAnchor(26,147) -ResYDist(26,27) -YInterpolate(26,2,1,5,6,10,9,27) -ResYDist(26,4) -ResYDist(4,3) -ResYDist(27,7) -ResYDist(7,0) -YShift(3,11) -YShift(4,12) -YShift(7,23) -YShift(0,8) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1283, char 0xffff */ - -/* Y direction */ -ResYAnchor(2,151) -ResYDist(2,1) -ResYDist(1,7) -ResYDist(7,0) -ResYDist(2,4) -ResYDist(4,3) -YShift(3,11) -YShift(4,12) -YShift(7,15) -YShift(0,8) -YShift(2,10) -YShift(1,9) -YInterpolate(2,5,6,13,14,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1285, char 0xffff */ - -/* Y direction */ -ResYAnchor(26,148) -ResYDist(26,27) -YDist(26,4,>=) -ResYDist(4,3) -ResYDist(26,23) -ResYDist(23,22) -YDist(23,11,>=) -ResYDist(11,0) -YInterpolate(26,6,27) -YInterpolate(22,9,23) -YShift(3,15) -YShift(4,16) -YShift(11,19) -YShift(0,12) -YInterpolate(27,7,8,2,1,17,18,14,13,22) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1284, char 0xffff */ - -/* Y direction */ -ResYAnchor(25,147) -ResYDist(25,24) -ResYDist(25,4) -ResYDist(4,3) -ResYDist(24,15) -ResYDist(15,0) -YInterpolate(25,2,1,18,17,21,22,24) -YShift(3,19) -YShift(4,20) -YShift(15,23) -YShift(0,16) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1290, char 0xffff */ - -/* Y direction */ -ResYAnchor(2,151) -ResYDist(2,1) -YInterpolate(1,6,5,2) -ResYDist(1,7) -ResYDist(7,0) -ResYDist(2,4) -ResYDist(4,3) -ResYAnchor(9,152) -ResYDist(9,11) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1291, char 0xffff */ - -/* Y direction */ -ResYAnchor(6,151) -YShift(6,10) -ResYDist(6,7) -YShift(7,9) -ResYAnchor(17,152) -ResYDist(17,19) -YInterpolate(6,3,2,13,14,7) -ResYDist(6,4) -ResYDist(4,5) -ResYDist(7,1) -ResYDist(1,0) -ResYDist(10,12) -ResYDist(12,11) -ResYDist(9,15) -ResYDist(15,8) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 844, char 0x2264 */ - -/* Y direction */ -YAnchor(2 ) -ResYDist(2,1) -YInterpolate(1,6,5,2) -ResYDist(1,7) -ResYDist(7,0) -ResYDist(0,10) -ResYDist(10,11) -ResYDist(2,4) -ResYDist(4,3) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 812, char 0x20a4 */ - -/* Y direction */ -ResYAnchor(8,3) -ResYDist(8,15) -ResYAnchor(27,8) -YShift(27,0) -YIPAnchor(27,29,32,8) -YInterpolate(32,12,11,8) -ResYDist(29,28) -ResYDist(32,33) -ResYDist(27,26) -YShift(26,1) -YShift(26,22) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 848, char 0xac */ - -/* Y direction */ -YAnchor(1) -ResYDist(1,7) -ResYDist(1,0) -YInterpolate(0,5,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 340, char 0x17f */ - -/* Y direction */ -ResYAnchor(0,10) -ResYAnchor(3,1) -ResYDist(3,9) -YIPAnchor(3,13,0) -ResYDist(13,14) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 289, char 0x142 */ - -/* Y direction */ -ResYAnchor(4,11) -ResYDist(4,14) -ResYAnchor(21,0) -YShift(21,9) -ResYDist(21,20) -YInterpolate(4,0,2,21) -ResYDist(0,1) -ResYDist(2,3) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 290, char 0x6d (m) */ - -/* Y direction */ -ResYAnchor(10,7) -YShift(10,29) -ResYDist(10,3,>=) -YShift(3,23) -ResYAnchor(15,10) -YInterpolate(10,27,7,5,25,15) -YShift(15,20) -YShift(20,0) -ResYAnchor(16,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1172, char 0x2642 */ - -/* Y direction */ -ResYAnchor(0,9) -ResYDist(0,12) -ResYAnchor(38,2) -YShift(38,34) -ResYDist(38,37) -YIPAnchor(0,36,38) -YInterpolate(36,6,32,33,27,40,42,26,38) -ResYDist(6,18) -YInterpolate(18,25,24,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 836, char 0x2212 */ - -/* Y direction */ -ResYAnchor(1,147) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1189, char 0x2032 */ - -/* Y direction */ -ResYAnchor(1,2) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 837, char 0xd7 */ - -/* Y direction */ -YAnchor(2) -YShift(2,6) -ResYDist(2,0) -YShift(0,4) -YInterpolate(0,5,3,7,1,2) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1300, char 0x266a */ - -/* Y direction */ -ResYAnchor(12,9) -ResYDist(12,18) -YInterpolate(12,24,27,21,18) -ResYAnchor(25,2) -YShift(25,8) -ResYDist(25,7) -YInterpolate(25,1,0,12) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1301, char 0x266b */ - -/* Y direction */ -ResYAnchor(4,9) -ResYDist(4,2) -ResYDist(2,3) -YInterpolate(3,33,18,1,34,2) -YInterpolate(4,20,2) -ResYDist(20,26) -YInterpolate(20,35,29,26) -ResYDist(4,10) -YInterpolate(4,19,13,10) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 291, char 0x6e (n) */ - -/* Y direction */ -ResYAnchor(11,7) -ResYDist(11,4) -ResYAnchor(16,10) -YShift(16,15) -ResYAnchor(17,6) -YInterpolate(16,6,7,17) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 293, char 0x149 */ - -/* Y direction */ -ResYAnchor(15,7) -ResYDist(15,8) -ResYAnchor(20,10) -YShift(20,19) -ResYAnchor(21,6) -ResYDist(21,0) -ResYDist(0,1) -YInterpolate(21,11,10,20) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 627, char 0x39 (9) */ - -/* Y direction */ -ResYAnchor(0,12) -ResYDist(0,1) -ResYAnchor(27,5) -ResYDist(27,15) -YIPAnchor(27,21,0) -YInterpolate(27,4,31,5,30,3,32,21) -ResYDist(21,9) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 840, char 0x2260 */ - -/* Y direction */ -ResYAnchor(1,2) -ResYAnchor(3,8) -ResYAnchor(9,148) -ResYDist(9,8) -ResYDist(9,4) -ResYDist(4,5) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 593, char 0x3bd */ - -/* Y direction */ -ResYAnchor(3,6) -ResYAnchor(5,10) -YShift(5,6) -YInterpolate(5,17,2,11,3) -ResYAnchor(12,7) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 690, char 0x23 (#) */ - -/* Y direction */ -ResYAnchor(8,18) -YShift(8,0) -ResYAnchor(9,16) -YShift(9,1) -YIPAnchor(9,12,5,8) -ResYDist(12,13) -ResYDist(5,4) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 770, char 0xffff */ - -/* Y direction */ -ResYAnchor(22,154) -ResYDist(22,29) -ResYDist(22,0) -ResYDist(0,48) -ResYAnchor(55,8) -YShift(55,63) -ResYAnchor(56,2) -YShift(56,64) -YIPAnchor(55,60,67,56) -YInterpolate(60,10,39,38,11,67) -ResYDist(60,59) -ResYDist(67,68) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 771, char 0xffff */ - -/* Y direction */ -ResYAnchor(4,8) -YShift(4,0) -ResYAnchor(5,2) -YShift(5,1) -YIPAnchor(4,9,12,5) -ResYDist(9,8) -ResYDist(12,13) -ResYAnchor(17,153) -YShift(17,26) -ResYDist(26,27) -ResYDist(17,16) -ResYDist(23,22) -YShift(16,23) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 778, char 0xffff */ - -/* Y direction */ -ResYAnchor(16,8) -YShift(16,8) -ResYAnchor(17,2) -YShift(17,9) -YIPAnchor(16,13,20,17) -YShift(13,5) -ResYDist(13,12) -YShift(12,4) -YShift(20,0) -ResYDist(20,21) -YShift(21,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 769, char 0xffff */ - -/* Y direction */ -ResYAnchor(4,8) -YShift(4,0) -ResYAnchor(5,2) -YShift(5,1) -YIPAnchor(4,9,12,5) -ResYDist(9,8) -ResYDist(12,13) -ResYAnchor(22,154) -ResYDist(22,24) -ResYDist(22,16) -ResYDist(16,31) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 774, char 0xffff */ - -/* Y direction */ -ResYAnchor(20,3) -ResYDist(20,10) -ResYAnchor(35,8) -YShift(35,39) -ResYAnchor(36,2) -YShift(36,40) -YIPAnchor(35,32,43,36) -ResYDist(32,31) -ResYDist(43,44) -YInterpolate(43,14,44) -ResYAnchor(47,9) -ResYDist(47,53) -ResYDist(53,30) -YInterpolate(30,26,4,7,23,20) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 779, char 0xffff */ - -/* Y direction */ -ResYAnchor(8,8) -YShift(8,13) -ResYDist(8,0) -YShift(0,12) -ResYAnchor(9,2) -YShift(9,1) -YIPAnchor(8,5,16,9) -ResYDist(5,4) -ResYDist(16,17) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 780, char 0xffff */ - -/* Y direction */ -ResYAnchor(9,154) -ResYDist(9,11) -ResYAnchor(24,8) -ResYDist(24,36) -YShift(36,0) -YShift(36,28) -YShift(24,37) -YShift(37,2) -YInterpolate(36,1,18,37) -ResYAnchor(25,2) -YShift(25,29) -YIPAnchor(24,21,32,25) -ResYDist(21,20) -ResYDist(32,33) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x6f (o) */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 0 11 */ -/* CVT 6 7 */ -/* Min and Max */ -ResYAnchor(0,11) /* min, CVT */ -ResYAnchor(6,7) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(6,18) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -ResYDist(0,12) /*perpendicular to the stroke*/ - -Smooth() - - - - - -/* VTTTalk glyph 325, char 0x153 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,8) -YShift(0,18) -ResYDist(18,42) -ResYAnchor(4,7) -ResYDist(4,13) -YShift(4,24) -ResYDist(24,36) -YIPAnchor(4,31,0) -ResYDist(31,32) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 605, char 0x3c9 */ - -/* Y direction */ -ResYAnchor(17,11) -ResYDist(17,26) -YShift(17,0) -ResYDist(0,8) -ResYAnchor(21,6) -YShift(21,13) -YIPAnchor(0,35,21) -YInterpolate(0,34,30,3,5,29,35) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 619, char 0x31 (1) */ - -/* Y direction */ -ResYAnchor(4,12) -YShift(4,0) -YShift(4,8) -ResYDist(4,5) -YShift(5,9) -ResYAnchor(14,4) -YShift(14,1) -ResYDist(14,15) -YInterpolate(4,13,14) -ResYDist(13,12) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 673, char 0x215b */ - -/* Y direction */ -ResYAnchor(6,2) -YShift(6,18) -ResYDist(6,19) -ResYDist(6,15) -YShift(15,7) -YShift(15,11) -ResYDist(15,14) -YShift(14,10) -YInterpolate(15,16,17,6) -ResYAnchor(20,9) -YInterpolate(20,0,1,3,2,6) -ResYDist(20,59) -YInterpolate(20,32,36,44,53,26,43,45,49,59) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 670, char 0xbd */ - -/* Y direction */ -ResYAnchor(6,2) -YShift(6,18) -ResYDist(6,19) -ResYDist(6,15) -YShift(15,7) -YShift(15,8) -ResYDist(15,14) -YShift(14,9) -YInterpolate(15,16,17,6) -ResYAnchor(43,8) -YInterpolate(43,0,1,3,2,6) -YShift(43,20) -ResYDist(20,21) -ResYDist(43,32) -ResYDist(32,26) -ResYDist(43,42) -YShift(42,38) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 671, char 0xbc */ - -/* Y direction */ -ResYAnchor(19,8) -ResYDist(19,17) -YIPAnchor(17,15,19) -YInterpolate(17,6,15) -YShift(15,7) -YShift(15,11) -ResYDist(15,14) -YShift(14,10) -ResYAnchor(22,2) -YShift(22,34) -ResYDist(22,35) -YInterpolate(19,0,1,3,2,22) -ResYDist(22,31) -YShift(31,23) -YShift(31,24) -YInterpolate(24,32,33,22) -ResYDist(31,30) -YShift(30,25) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 396, char 0xaa */ - -/* Y direction */ -ResYAnchor(8,17) -ResYDist(8,7) -ResYDist(8,16) -YShift(16,15) -ResYDist(15,13) -YInterpolate(16,33,39,36,29,22,8) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 397, char 0xba */ - -/* Y direction */ -ResYAnchor(6,17) -ResYDist(6,18) -ResYDist(6,0) -ResYDist(0,12) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 860, char 0x221f */ - -/* Y direction */ -ResYAnchor(1,6) -ResYAnchor(7,8) -YShift(7,3) -ResYDist(7,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 322, char 0xf8 */ - -/* Y direction */ -ResYAnchor(4,11) -ResYDist(4,16) -YDist(4,0,>=) -ResYAnchor(10,7) -ResYDist(10,22) -YDist(10,2,>=) -YInterpolate(0,1,3,2) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 326, char 0x70 (p) */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,9) -ResYAnchor(23,7) -ResYDist(23,15) -YInterpolate(0,3,5,18,20,23) -ResYAnchor(29,14) -ResYAnchor(30,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1181, char 0xb6 */ - -/* Y direction */ -ResYAnchor(7,8) -ResYAnchor(17,2) -YShift(17,6) -YShift(17,13) -YInterpolate(17,0,7) -ResYDist(17,18) -YInterpolate(18,9,17) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 695, char 0x28 (() */ - -/* Y direction */ -ResYAnchor(6,154) -ResYDist(6,9) -ResYDist(6,0) -ResYDist(0,15) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 736, char 0xffff */ - -/* Y direction */ -ResYAnchor(8,154) -ResYDist(8,15) -ResYDist(8,0) -ResYDist(0,21) -ResYAnchor(41,150) -ResYDist(41,28) -YInterpolate(28,31,33,46,38,41) -ResYDist(46,47) -ResYDist(38,37) -YShift(28,32) -YInterpolate(41,45,39,30,34,43,40,29,35,44,36,32) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 696, char 0x29 ()) */ - -/* Y direction */ -ResYAnchor(10,154) -ResYDist(10,9) -ResYDist(10,0) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 859, char 0x2202 */ - -/* Y direction */ -ResYAnchor(4,4) -ResYDist(4,3) -ResYAnchor(9,13) -ResYDist(9,24) -YIPAnchor(4,15,9) -YInterpolate(15,18,1,8,21,20,0,27,9) -ResYDist(15,30) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 861, char 0x25 (%) */ - -/* Y direction */ -YAnchor(4,19) -ResYDist(4,16) -ResYDist(4,10) -ResYDist(10,22) -YAnchor(34,17) -ResYDist(34,46) -YInterpolate(4,0,1,3,2,34) -ResYDist(34,28) -ResYDist(28,40) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1299, char 0xffff */ - -/* Y direction */ -ResYAnchor(4,9) -YShift(4,52) -ResYDist(4,10) -YShift(10,58) -ResYDist(10,22) -YShift(22,70) -ResYDist(4,16) -YShift(16,64) -ResYAnchor(34,3) -YShift(34,86) -YInterpolate(4,76,0,77,1,79,78,3,2,34) -ResYDist(34,28) -YShift(28,80) -ResYDist(28,40) -YShift(40,92) -ResYDist(34,46) -YShift(46,98) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 677, char 0x2e (.) */ - -/* Y direction */ -ResYAnchor(0,19) -ResYDist(0,6) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 747, char 0xffff */ - -/* Y direction */ -ResYAnchor(1,148) -ResYDist(1,0) -ResYDist(1,4) -ResYDist(4,5) -YInterpolate(4,14,1) -ResYDist(14,8) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 741, char 0xffff */ - -/* Y direction */ -ResYAnchor(1,147) -ResYDist(1,0) -ResYDist(1,10) -ResYDist(10,4) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 744, char 0xffff */ - -/* Y direction */ -ResYAnchor(1,148) -ResYDist(1,0) -ResYDist(1,4) -ResYDist(4,5) -YInterpolate(4,14,26,1) -ResYDist(14,8) -ResYDist(26,20) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 745, char 0xffff */ - -/* Y direction */ -ResYAnchor(2,151) -ResYDist(2,1) -YInterpolate(2,5,6,1) -ResYDist(1,7) -ResYDist(7,0) -ResYDist(2,4) -ResYDist(4,3) -YInterpolate(3,26,14,0) -ResYDist(26,20) -ResYDist (14,8) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 862, char 0x2030 */ - -/* Y direction */ -ResYAnchor(4,9) -ResYDist(4,58) -YInterpolate(4,16,52,22,64,10,70,58) -ResYAnchor(34,3) -ResYDist(34,46) -YInterpolate(4,0,1,3,2,34) -ResYDist(34,28) -ResYDist(28,40) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 816, char 0x20a7 */ - -/* Y direction */ -ResYAnchor(22,8) -ResYAnchor(23,2) -ResYDist(23,13) -YShift(23,14) -YIPAnchor(22,5,1,23) -YInterpolate(5,0,1) -ResYDist(5,4) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 602, char 0x3c6 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,16) -YInterpolate(0,14,31,16) -ResYAnchor(6,7) -ResYDist(6,22) -YInterpolate(22,29,35,6) -ResYAnchor(12,14) -ResYAnchor(33,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 596, char 0x3c0 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,9) -ResYAnchor(16,10) -ResYAnchor(21,6) -YShift(21,5) -YShift(21,18) -ResYDist(21,20) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 835, char 0x2b (+) */ - -/* Y direction */ -ResYAnchor(5,147) -ResYDist(5,1) -ResYDist(5,4) -ResYDist(4,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1241, char 0xffff */ - -/* Y direction */ -ResYAnchor(22,147) -YShift(22,2) -YShift(2,30) -YShift(30,6) -YShift(6,14) -ResYDist(22,17) -YShift(17,25) -YShift(25,9) -ResYDist(22,23) -YShift(23,3) -YShift(3,31) -YShift(31,7) -YShift(7,15) -ResYDist(23,16) -YShift(16,24) -YShift(24,8) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 845, char 0xb1 */ - -/* Y direction */ -YAnchor(1) -ResYDist(1,8) -YIPAnchor(1,4,8) -ResYDist(4,5) -ResYDist(8,9) -YInterpolate(8,0,9) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 855, char 0x220f */ - -/* Y direction */ -ResYAnchor(9,2) -ResYDist(9,8) -ResYDist(9,4) -YShift(4,0) -YShift(9,5) -YShift(5,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 604, char 0x3c8 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,7) -YInterpolate(0,15,18,7) -ResYAnchor(3,6) -YShift(3,10) -ResYAnchor(14,14) -ResYAnchor(16,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 328, char 0x71 (q) */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,20) -ResYAnchor(6,7) -ResYDist(6,14) -YInterpolate(0,25,24,11,10,6) -ResYAnchor(32,6) -ResYAnchor(33,14) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 684, char 0x3f (?) */ - -/* Y direction */ -ResYAnchor(11,3) -YShift(11,26) -ResYAnchor(30,19) -YShift(30,22) -ResYDist(30,36) -ResYDist(36,0) -ResYDist(11,10) -ResYDist(11,27) -YInterpolate(11,23,22,7,14,4,17,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 763, char 0xffff */ - -/* Y direction */ -ResYAnchor(8,148) -ResYDist(8,9) -ResYDist(8,3) -ResYDist(3,2) -ResYAnchor(36,3) -ResYDist(36,20) -YShift(20,37) -ResYAnchor(40,9) -ResYDist(40,46) -ResYDist(46,10) -YInterpolate(36,33,24,17,32,14,27,10) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 685, char 0xbf */ - -/* Y direction */ -ResYAnchor(30,7) -ResYDist(30,21) -ResYDist(30,23) -ResYDist(30,0) -YShift(0,22) -ResYDist(30,36) -ResYDist (36,10) -YInterpolate(30,27,26,3,18,15,6,10) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 718, char 0x2018 */ - -/* Y direction */ -ResYAnchor(1,16) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 720, char 0x201b */ - -/* Y direction */ -ResYAnchor(3,16) -ResYDist(3,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 719, char 0x2019 */ - -/* Y direction */ -ResYAnchor(1,16) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 726, char 0x27 (') */ - -/* Y direction */ -ResYAnchor(1,16) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 329, char 0x72 (r) */ - -/* Y direction */ -ResYAnchor(4,7) -ResYDist(4,11) -ResYAnchor(14,10) -ResYDist(14,15) -YShift(14,18) -YIPAnchor(14,8,4) -ResYAnchor(24,6) -YShift(24,19) -ResYDist(24,23) -YInterpolate(24,1,0,14) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 857, char 0x221a */ - -/* Y direction */ -ResYAnchor(10,2) -YShift(10,6) -ResYDist(10,11) -ResYDist(10,7) -YIPAnchor(7,2,10) -YInterpolate(7,3,2) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1184, char 0xae */ - -/* Y direction */ -YAnchor(6) -ResYDist(6,0) -ResYDist(0,20) -ResYDist(6,26) -YInterpolate(20,12,32,17,18,33,41,13,26) -YShift(12,16) -YShift(13,43) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 833, char 0x2310 */ - -/* Y direction */ -YAnchor(1) -ResYDist(1,7) -ResYDist(1,3) -YInterpolate(3,6,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 597, char 0x3c1 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,9) -ResYAnchor(22,7) -ResYDist(22,15) -YInterpolate(0,3,6,5,18,19,29,22) -ResYAnchor(28,14) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 333, char 0x73 (s) */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,7) -ResYAnchor(20,7) -ResYDist(20,27) -YInterpolate(0,10,37,13,14,34,33,17,30,20) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1190, char 0x2033 */ - -/* Y direction */ -ResYAnchor(5,2) -YShift(5,2) -ResYDist(5,0) -YShift(0,7) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1182, char 0xa7 */ - -/* Y direction */ -YAnchor(38) -ResYDist(38,44) -ResYDist(38,10) -ResYDist(10,17) -YInterpolate(10,59,65,38) -ResYDist(59,24) -YInterpolate(24,4,3,59) -ResYDist(65,51) -YInterpolate(65,30,31,51) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 680, char 0x3b (;) */ - -/* Y direction */ -ResYAnchor(6,7) -ResYDist(6,0) -YAnchor(14) -ResYDist(14,12) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 625, char 0x37 (7) */ - -/* Y direction */ -ResYAnchor(0,12) -ResYAnchor(9,4) -YShift(9,1) -ResYDist(9,8) -YDist(8,4,>=1.5) -YInterpolate(8,5,9) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 676, char 0x215e */ - -/* Y direction */ -ResYAnchor(13,2) -YShift(13,5) -ResYDist(13,7) -ResYDist(13,12) -ResYDist(12,8) -YInterpolate(12,10,13) -ResYAnchor(16, 9) -ResYDist(16,55) -YInterpolate(16,28,32,40,49,22,39,41,45,55) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 599, char 0x3c3 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,16) -ResYAnchor(6,6) -ResYDist(6,22) -YShift(6,29) -ResYDist(29,28) -YShift(28,8) -YInterpolate(29,7,28) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 624, char 0x36 (6) */ - -/* Y direction */ -ResYAnchor(5,4) -ResYDist(5,6) -ResYAnchor(9,13) -ResYDist(9,24) -YIPAnchor(5,18,9) -YInterpolate(18,15,8,1,12,13,0,9) -ResYDist(18,30) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 693, char 0x2f (/) */ - -/* Y direction */ -ResYAnchor(1,152) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 782, char 0xffff */ - -/* Y direction */ -ResYAnchor(6,148) -ResYDist(6,7) -ResYDist(6,3) -ResYDist(3,2) -ResYAnchor(9,152) -ResYDist(9,11) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 783, char 0xffff */ - -/* Y direction */ -ResYAnchor(14,148) -YShift(14,6) -ResYDist(14,11) -YShift(11,3) -ResYDist(11,10) -YShift(10,2) -ResYDist(14,15) -YShift(15,7) -ResYAnchor(17,152) -ResYDist(17,19) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 784, char 0xffff */ - -/* Y direction */ -ResYAnchor(6,151) -ResYDist(6,4) -ResYDist(4,5) -ResYDist(6,7) -ResYDist(7,1) -ResYDist(1,0) -ResYAnchor(9,152) -ResYDist(9,11) -YInterpolate(6,3,2,7) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1168, char 0x263a */ - -/* Y direction */ -YAnchor(8) -ResYDist(8,0) -ResYDist(0,42) -ResYDist(8,50) -YInterpolate(42,16,21,58,30,36,64,50) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0x20 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/*Auto-Hinting Light is not applied: Empty glyph or glyph with one point*/ - - - - -/* VTTTalk glyph 1173, char 0x2660 */ - -/* Y direction */ -YAnchor(19) -ResYDist(19,6) -YInterpolate(19,12,0,15,21,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 822, char 0xa3 */ - -/* Y direction */ -ResYAnchor(8,3) -ResYDist(8,15) -ResYAnchor(27,8) -YShift(27,23) -YIPAnchor(27,30,8) -YInterpolate(30,12,11,8) -ResYDist(30,31) -ResYDist(27,26) -YShift(26,22) -YShift(22,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 856, char 0x2211 */ - -/* Y direction */ -ResYAnchor(12,2) -ResYDist(12,9) -YInterpolate(12,2,5,9) -ResYDist(9,8) -YShift(8,1) -YInterpolate(9,0,8) -ResYDist(12,13) -YShift(13,3) -YInterpolate(13,4,12) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1170, char 0x263c */ - -/* Y direction */ -YAnchor(49) -ResYDist(49,6) -ResYDist(6,30) -ResYDist(49,19) -ResYDist(19,0) -ResYDist(0,24) -YInterpolate(19,12,40,43,13,15,41,14,42,44,23,22,45,52,36,53,39,37,55,54,38,49) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 341, char 0x74 (t) */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,9) -ResYAnchor(21,6) -ResYDist(21,17) -ResYDist(21,20) -YIPAnchor(0,16,21) -YInterpolate(16,4,21) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x3c4 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 0 11 */ -/* CVT 17 6 */ -/* Min and Max */ -ResYAnchor(0,11) /* min, CVT */ -ResYAnchor(17,6) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(17,16) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -ResYDist(0,9) /*perpendicular to the stroke*/ - -/* Extreme Max */ -YShift(17,5) - -Smooth() - - - - -/* VTTTalk glyph 342, char 0x167 */ - -/* Y direction */ -ResYAnchor(4,11) -ResYDist(4,13) -ResYAnchor(25,6) -ResYDist(25,21) -ResYDist(25,24) -YIPAnchor(4,1,25) -YInterpolate(4,20,8,1) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 343, char 0x165 */ - -/* Y direction */ -ResYAnchor(4,11) -ResYDist(4,13) -ResYAnchor(25,6) -ResYDist(25,21) -ResYDist(25,24) -YDist(25,0,>=) -ResYDist(0,1) -YInterpolate(25,8,20,4) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x3b8 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 0 11 */ -/* Min and Max */ -ResYAnchor(0,11) /* min, CVT */ -ResYAnchor(6,3) /* max */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(6,18) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(6,24,0) -YAnchor(24) -ResYDist(24,25) /*perpendicular to the stroke*/ - -/* YDir: Stroke #2 */ -ResYDist(0,12) /*perpendicular to the stroke*/ - -Smooth() - - - - - -/* VTTTalk glyph 327, char 0xfe */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,9) -ResYAnchor(23,7) -ResYDist(23,15) -YInterpolate(0,3,5,18,20,23) -ResYAnchor(29,14) -ResYAnchor(30,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 621, char 0x33 (3) */ - -/* Y direction */ -ResYAnchor(0,13) -ResYDist(0,7) -ResYAnchor(38,5) -ResYDist(38,31) -YIPAnchor(0,45,38) -YInterpolate(45,34,35,38) -YShift(45,15) -ResYDist(45,24) -YShift(24,16) -YInterpolate(45,44,17,24) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 674, char 0x215c */ - -/* Y direction */ -ResYAnchor(38,3) -ResYDist(38,4) -YInterpolate(4,26,18,45,20,19,44,27,32,38) -ResYAnchor(46,9) -YInterpolate(46,0,1,3,2,38) -ResYDist(46,85) -YInterpolate(46,58,62,67,79,52,68,71,75,85) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 672, char 0xbe */ - -/* Y direction */ -ResYAnchor(19,8) -ResYDist(19,18) -YIPAnchor(19,15,18) -YInterpolate(15,6,18) -YShift(15,7) -YShift(15,11) -ResYDist(15,14) -YShift(14,10) -ResYAnchor(54,3) -YInterpolate(19,0,1,3,2,54) -ResYDist(54,20) -YInterpolate(20,27,42,34,61,36,35,60,43,48,54) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1572, char 0x303 */ - -/* Y direction */ -YAnchor(27) -ResYDist(27,12) -YInterpolate(27,23,9,12) -ResYDist(23,3) -ResYDist(9,17) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1605, char 0xffff */ - -/* Y direction */ -YAnchor(27) -ResYDist(27,13) -YInterpolate(27,24,10,13) -ResYDist(24,4) -ResYDist(10,18) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1186, char 0x2122 */ - -/* Y direction */ -YAnchor(5,2) -ResYDist(5,0) -YShift(0,16) -YShift(16,28) -YInterpolate(28,15,20,25,9,5) -YShift(5,1) -YShift(1,17) -YShift(17,24) -YShift(24,11) -YShift(11,30) -ResYDist(5,4) -YShift(4,22) -YShift(22,13) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 620, char 0x32 (2) */ - -/* Y direction */ -ResYAnchor(0,12) -ResYDist(0,1) -YShift(1,20) -YShift(0,22) -ResYDist(22,23) -ResYAnchor(14,5) -ResYDist(14,7) -YInterpolate(0,10,11,14) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 347, char 0x75 (u) */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,9) -ResYAnchor(4,6) -YShift(4,25) -YIPAnchor(4,14,0) -YInterpolate(4,12,20,24,14) -ResYAnchor(23,10) -ResYDist(23,21) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 355, char 0x1b0 */ - -/* Y direction */ -ResYAnchor(10,11) -ResYDist(10,19) -ResYAnchor(14,6) -ResYDist(14,0) -YShift(14,1) -ResYDist(14,5) -YShift(14,35) -YInterpolate(10,24,34,37,30,22,14) -ResYAnchor(33,10) -ResYDist(33,31) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 712, char 0x5f (_) */ - -/* Y direction */ -ResYAnchor(1,8) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 788, char 0xffff */ - -/* Y direction */ -ResYAnchor(2,8) -ResYDist(2,3) -YInterpolate(3,7,2) -ResYAnchor(5,149) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 789, char 0xffff */ - -/* Y direction */ -ResYAnchor(1,8) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0x9 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/*Auto-Hinting Light is not applied: Empty glyph or glyph with one point*/ - - - - - -/* VTTTalk Unicode 0xa0 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/*Auto-Hinting Light is not applied: Empty glyph or glyph with one point*/ - - - - -/* VTTTalk glyph 661, char 0xb2 */ - -/* Y direction */ -ResYAnchor(12,3) -ResYDist(12,6) -ResYDist(12,0) -YShift(0,20) -ResYDist(0,1) -YShift(1,18) -YInterpolate(0,21,1) -YInterpolate(0,8,9,12) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 662, char 0xb3 */ - -/* Y direction */ -ResYAnchor(34,3) -ResYDist(34,28) -ResYDist(34,0) -ResYDist(0,7) -YInterpolate(34,23,40,15,16,14,22,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 660, char 0xb9 */ - -/* Y direction */ -ResYAnchor(2,2) -YShift(2,14) -ResYDist(2,15) -ResYDist(2,11) -YShift(11,3) -YShift(11,7) -ResYDist(11,10) -YShift(10,6) -YInterpolate(11,12,13,2) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 123, char 0x186 */ - -/* Y direction */ -ResYAnchor(0,9) -ResYDist(0,8) -ResYAnchor(19,3) -ResYDist(19,14) -YInterpolate(0,3,4,19) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1624, char 0x18e */ - -/* Y direction */ -ResYAnchor(5,8) -YShift(5,1) -ResYDist(5,6) -ResYAnchor(14,2) -YShift(14,2) -ResYDist(14,13) -YIPAnchor(5,9,14) -ResYDist(9,10) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 142, char 0x18f */ - -/* Y direction */ -ResYAnchor(0,9) -ResYDist(0,10) -ResYAnchor(19,3) -ResYDist(19,14) -YIPAnchor(19,23,0) -ResYDist(23,24) -YShift(24,5) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 55, char 0x190 */ - -/* Y direction */ -ResYAnchor(0,3) -ResYDist(0,7) -ResYAnchor(30,9) -ResYDist(30,21) -YIPAnchor(0,15,30) -YInterpolate(0,3,4,15) -ResYDist(15,13) -YInterpolate(15,38,41,13) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1643, char 0x194 */ - -/* Y direction */ -ResYAnchor(28,8) -YShift(28,35) -YDist(28,1,>=3/2) -YShift(1,27) -ResYDist(1,0) -YShift(0,14) -ResYAnchor(29,2) -YShift(29,34) -YInterpolate(28,36,7,21,20,31,29) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1660, char 0x19a */ - -/* Y direction */ -ResYAnchor(4,11) -ResYDist(4,14) -ResYAnchor(21,0) -YShift(21,9) -ResYDist(21,20) -YIPAnchor(4,3,21) -ResYDist(3,2) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1659, char 0x19b */ - -/* Y direction */ -ResYAnchor(4,11) -ResYDist(4,23) -ResYAnchor(16,0) -ResYDist(16,11) -YInterpolate(4,34,31,0,30,29,2,16) -ResYDist(0,1) -ResYDist(2,3) -ResYAnchor(35,10) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 99, char 0x19d */ - -/* Y direction */ -ResYAnchor(26,2) -YShift(26,22) -ResYAnchor(28,8) -YShift(28,13) -YShift(28,24) -ResYDist(28,0) -ResYDist(0,1) -YInterpolate(26,15,18,7,28) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1642, char 0x1b1 */ - -/* Y direction */ -ResYAnchor(23,9) -ResYDist(23,7) -ResYAnchor(32,2) -YShift(32,37) -ResYDist(32,35) -YShift(35,1) -YInterpolate(32,0,14,35) -YShift(35,38) -YShift(38,13) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1644, char 0x1b2 */ - -/* Y direction */ -ResYAnchor(8,9) -ResYDist(8,16) -ResYAnchor(11,2) -YShift(11,0) -ResYDist(0,23) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 58, char 0x1b7 */ - -/* Y direction */ -ResYAnchor(0,9) -ResYDist(0,7) -ResYAnchor(19,3) -YInterpolate(0,14,19) -ResYDist(14,23) -YInterpolate(14,22,15,23) -ResYDist(19,18) -YShift(18,21) -YInterpolate(19,16,18) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1625, char 0x1e4 */ - -/* Y direction */ -ResYAnchor(0,9) -ResYDist(0,19) -ResYDist(19,30) -ResYDist(30,31) -YDist(31,27,>=) -ResYAnchor(6,3) -ResYDist(6,13) -YInterpolate(6,9,10,23,29,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1653, char 0x1e5 */ - -/* Y direction */ -ResYAnchor(4,11) -ResYDist(4,24) -ResYAnchor(10,7) -ResYDist(10,18) -YInterpolate(4,30,49,40,27,15,46,13,10) -ResYAnchor(33,15) -ResYDist(33,34) -YIPAnchor(34,2,4) -YInterpolate(2,3,4) -YAnchor(47,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 122, char 0x1ea */ - -/* Y direction */ -ResYAnchor(21,9) -ResYDist(21,0) -ResYDist(0,15) -YInterpolate(0,5,21) -ResYDist(21,29) -YInterpolate(29,7,6,8,21) -ResYAnchor(25,3) -ResYDist(25,33) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 320, char 0x1eb */ - -/* Y direction */ -ResYAnchor(23,11) -ResYDist(23,35) -ResYAnchor(29,7) -ResYDist(29,41) -YInterpolate(23,9,8,7,35) -YShift(23,6) -ResYDist(23,16) -ResYDist(16,0) - - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 279, char 0x237 */ - -/* Y direction */ -ResYAnchor(0,15) -ResYDist(0,1) -ResYAnchor(14,6) -ResYDist(14,12) -YShift(14,18) -YInterpolate(14,6,16,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1622, char 0x23a */ - -/* Y direction */ -ResYAnchor(12,8) -YDist(12,0,>=1.5) -YShift(0,1) -YShift(12,16) -ResYAnchor(13,2) -YDist(13,6,>=1.5) -YShift(6,7) -YInterpolate(13,18,12) -YIPAnchor(16,23,13) -ResYDist(23,22) -YInterpolate(23,2,11,10,3,22) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1623, char 0x23b */ - -/* Y direction */ -ResYAnchor(4,9) -ResYDist(4,21) -YDist(4,0,>=3/2) -YShift(0,1) -ResYAnchor(9,3) -ResYDist(9,16) -YDist(9,2,>=3/2) -YShift(2,3) -YInterpolate(4,13,12,9) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1631, char 0x23d */ - -/* Y direction */ -ResYAnchor(5,2) -ResYAnchor(11,8) -YShift(11,7) -ResYDist(11,10) -YIPAnchor(11,3,5) -ResYDist(3,2) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1640, char 0x23e */ - -/* Y direction */ -ResYAnchor(7,8) -YDist(7,0,>=3/2) -YShift(0,1) -ResYAnchor(9,2) -YShift(9,5) -ResYDist(9,8) -YDist(9,2,>=3/2) -YShift(2,3) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 321, char 0x254 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,7) -ResYAnchor(20,7) -ResYDist(20,13) -YInterpolate(20,4,3,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0x259 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 0 11 */ -/* CVT 24 7 */ -/* Min and Max */ -ResYAnchor(0,11) /* min, CVT */ -ResYAnchor(24,7) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(24,17) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(24,8,0) -YAnchor(8) -ResYDist(8,5) /*perpendicular to the stroke*/ - -/* YDir: Stroke #2 */ -ResYDist(0,11) /*perpendicular to the stroke*/ - -Smooth() - - - - -/* VTTTalk glyph 1646, char 0x262 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,19) -YInterpolate(0,29,23,19) -ResYAnchor(6,7) -ResYDist(6,13) -YIPAnchor(0,30,6) -YInterpolate(30,10,9,6) -ResYDist(30,31) -YShift(31,27) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1650, char 0x263 */ - -/* Y direction */ -ResYAnchor(0,10) -YShift(0,7) -YDist(0,10,>=1.5) -YShift(10,36) -ResYDist(10,9) -YShift(9,23) -ResYAnchor(1,6) -YShift(1,6) -YInterpolate(1,3,29,30,16,8,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 194, char 0x26a */ - -/* Y direction */ -ResYAnchor(4,10) -YShift(4,0) -ResYDist(4,5) -ResYAnchor(9,6) -YShift(9,1) -ResYDist(9,8) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1664, char 0x26b */ - -/* Y direction */ -ResYAnchor(32,11) -ResYDist(32,42) -ResYAnchor(49,0) -YShift(49,37) -ResYDist(49,48) -YIPAnchor(32,20,49) -ResYDist(20,11) -ResYDist(11,15) -ResYDist(20,27) -ResYDist(27,4) -ResYDist(27,31) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1661, char 0x26c */ - -/* Y direction */ -ResYAnchor(23,11) -ResYDist(23,33) -ResYAnchor(40,0) -YShift(40,28) -ResYDist(40,39) -ResYDist(39,6) -ResYDist(6,14) -ResYDist(14,21) -ResYDist(21,22) -YInterpolate(6,9,11,21) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 297, char 0x272 */ - -/* Y direction */ -ResYAnchor(0,10) -ResYAnchor(11,7) -ResYDist(11,4) -ResYAnchor(16,15) -ResYDist(16,17) -ResYAnchor(30,6) -YInterpolate(0,33,23,6,7,30) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1670, char 0x28a */ - -/* Y direction */ -ResYAnchor(24,11) -ResYDist(24,8) -ResYAnchor(32,6) -YShift(32,37) -ResYDist(32,35) -YShift(35,1) -YShift(35,15) -YShift(35,38) -YInterpolate(24,17,31,35) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1671, char 0x28b */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,7) -ResYAnchor(3,6) -ResYDist(3,14) -YShift(3,15) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 253, char 0x292 */ - -/* Y direction */ -ResYAnchor(28,6) -ResYDist(28,0) -ResYDist(0,6) -YIPAnchor(0,23,28) -YInterpolate(0,3,23) -YInterpolate(23,30,28) -YShift(23,13) -ResYDist(23,14) -YInterpolate(14,24,23) -ResYDist(28,27) -YInterpolate(28,25,27) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1651, char 0x294 */ - -/* Y direction */ -ResYAnchor(22,8) -ResYAnchor(27,3) -YShift(27,12) -YInterpolate(27,24,15,23,8,5,18,1,21,22) -ResYDist(27,11) -YShift(11,28) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1652, char 0x295 */ - -/* Y direction */ -ResYAnchor(0,8) -ResYAnchor(27,3) -YShift(27,11) -ResYDist(27,12) -YShift(12,26) -YInterpolate(27,30,23,8,15,5,18,2,22,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1647, char 0x29f */ - -/* Y direction */ -ResYAnchor(1,6) -YAnchor(7,10) -YShift(7,3) -ResYDist(7,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 346, char 0x2a7 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,9) -ResYAnchor(21,6) -ResYDist(21,17) -ResYDist(21,20) -YInterpolate(0,24,45,19,5,21) -ResYDist(21,28) -ResYDist(28,34) -ResYAnchor(39,15) -ResYDist(39,40) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1672, char 0x2b7 */ - -/* Y direction */ -ResYAnchor(11,16) -YShift(11,4) -YShift(11,7) -YShift(11,15) -ResYDist(11,10) -YShift(10,0) -YInterpolate(10,5,13,18,1,11) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1673, char 0x2b8 */ - -/* Y direction */ -ResYAnchor(14,16) -YShift(14,6) -ResYDist(14,13) -ResYDist(13,1) -ResYDist(1,0) -YInterpolate(13,16,14) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1561, char 0x2bb */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1677, char 0x2c0 */ - -/* Y direction */ -ResYAnchor(26,17) -YShift(26,11) -ResYDist(26,10) -YShift(10,27) -ResYDist(10,0) -YInterpolate(26,23,22,4,17,1,20,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1676, char 0x2d0 */ - -/* Y direction */ -ResYAnchor(1,6) -ResYAnchor(3,10) -YInterpolate(3,4,0,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1568, char 0x302 */ - -/* Y direction */ -YAnchor(0) -YShift(0,4) -ResYDist(0,1) -YInterpolate(0,5,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1601, char 0xffff */ - -/* Y direction */ -YAnchor(0) -YShift(0,4) -ResYDist(0,1) -YInterpolate(0,5,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1573, char 0x304 */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1606, char 0xffff */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1570, char 0x306 */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,9) -ResYDist(0,4) -YShift(4,14) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1603, char 0xffff */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,7) -ResYDist(0,3) -YShift(3,11) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1564, char 0x307 */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,6) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1597, char 0xffff */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1563, char 0x308 */ - -/* Y direction */ -YAnchor(0) -YShift(0,12) -ResYDist(0,6) -YShift(6,18) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1596, char 0xffff */ - -/* Y direction */ -YAnchor(0) -YShift(0,12) -ResYDist(0,6) -YShift(6,18) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1571, char 0x30a */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,12) -ResYDist(0,6) -ResYDist(6,16) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1604, char 0xffff */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,12) -ResYDist(0,6) -ResYDist(6,18) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1567, char 0x30b */ - -/* Y direction */ -YAnchor(0) -YShift(0,4) -ResYDist(0,1) -YShift(1,5) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1600, char 0xffff */ - -/* Y direction */ -YAnchor(0) -YShift(0,4) -ResYDist(0,1) -YShift(1,5) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1569, char 0x30c */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,1) -YShift(1,6) -YInterpolate(0,3,6) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1602, char 0xffff */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,1) -YShift(1,6) -YInterpolate(0,4,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1575, char 0x312 */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1678, char 0x313 */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,2) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1576, char 0x31b */ - -/* Y direction */ -ResYAnchor(1,6) -ResYDist(1,0) -ResYDist(1,5) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1608, char 0xffff */ - -/* Y direction */ -YAnchor(1) -ResYDist(1,0) -ResYDist(1,5) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1578, char 0x326 */ - -/* Y direction */ -YAnchor(1) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1579, char 0x327 */ - -/* Y direction */ -ResYAnchor(9,8) -ResYDist(9,10) -ResYDist(10,7) -ResYDist(7,1) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1580, char 0x328 */ - -/* Y direction */ -ResYAnchor(9,8) -YShift(9,6) -YShift(9,7) -ResYDist(9,15) -ResYDist(15,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1681, char 0x331 */ - -/* Y direction */ -YAnchor(1) -ResYDist(1,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 550, char 0x394 */ - -/* Y direction */ -ResYAnchor(0,8) -YShift(0,4) -YShift(0,8) -ResYDist(8,9) -ResYAnchor(1,2) -YInterpolate(4,6,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 570, char 0x3a9 */ - -/* Y direction */ -ResYAnchor(7,3) -ResYDist(7,20) -ResYAnchor(26,8) -ResYDist(26,27) -YShift(27,25) -YShift(27,1) -YShift(1,13) -YShift(26,30) -YInterpolate(30,0,14,27) -ResYDist(30,31) -YShift(31,15) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 592, char 0x3bc */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,10) -ResYAnchor(5,6) -YShift(5,30) -YIPAnchor(5,15,0) -YInterpolate(5,13,19,24,4,29,20,2,15) -ResYAnchor(18,14) -ResYAnchor(28,10) -ResYDist(28,26) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 598, char 0x3c2 */ - -/* Y direction */ -ResYAnchor(0,15) -ResYDist(0,1) -ResYAnchor(7,11) -ResYDist(7,28) -ResYAnchor(14,7) -ResYDist(14,21) -YInterpolate(14,17,18,7) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 580, char 0x3cf */ - -/* Y direction */ -ResYAnchor(12,8) -YDist(12,16,>=3/2) -ResYAnchor(13,2) -YShift(13,6) -YIPAnchor(12,0,6) -YInterpolate(12,17,26,0) -YInterpolate(0,21,22,6) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 617, char 0x3d7 */ - -/* Y direction */ -ResYAnchor(6,7) -ResYDist(6,7) -ResYAnchor(8,10) -YShift(8,0) -ResYAnchor(9,6) -YInterpolate(8,14,23,1,18,5,19,9) -ResYAnchor(13,14) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 447, char 0x402 */ - -/* Y direction */ -ResYAnchor(16,8) -YShift(16,0) -ResYDist(0,1) -ResYAnchor(21,2) -YShift(21,18) -ResYDist(21,20) -YIPAnchor(21,8,16) -ResYDist(8,9) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 439, char 0x404 */ - -/* Y direction */ -ResYAnchor(0,9) -ResYDist(0,17) -ResYAnchor(5,3) -ResYDist(5,12) -YIPAnchor(5,22,0) -YInterpolate(5,8,9,22) -ResYDist(22,23) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 436, char 0x409 */ - -/* Y direction */ -ResYAnchor(0,8) -ResYDist(0,1) -YShift(0,11) -YShift(0,15) -ResYDist(15,16) -ResYAnchor(5,2) -YShift(5,12) -YIPAnchor(5,25,0) -ResYDist(25,24) -YShift(5,36) -ResYDist(36,35) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x40a */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 20 8 */ -/* CVT 21 2 */ -/* Min and Max */ -ResYAnchor(20,8) /* min, CVT */ -ResYAnchor(21,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YInterpolate(21,10,20) -YAnchor(10) -ResYDist(10,9) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(21,24,20) -YAnchor(24) -ResYDist(24,25) /*perpendicular to the stroke*/ - -/* YDir: Stroke #2 */ -YShift(20,0) /*stroke, CVT of another stroke*/ -ResYDist(0,1) /*perpendicular to the stroke*/ - -/* Contour #3 */ -YShift(21,29) /* max */ -YShift(20,28) /* min */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x40b */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 12 8 */ -/* CVT 17 2 */ -/* Min and Max */ -ResYAnchor(12,8) /* min, CVT */ -ResYAnchor(17,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(17,16) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(17,5,12) -YAnchor(5) -ResYDist(5,6) /*perpendicular to the stroke*/ - -/* Extreme Min */ -YShift(12,11) - -/* Extreme Max */ -YShift(17,14) - -Smooth() - - - - - -/* VTTTalk glyph 432, char 0x40f */ - -/* Y direction */ -ResYAnchor(8,8) -YShift(8,0) -ResYDist(8,9) -YInterpolate(0,6,9) -ResYAnchor(12,8) -YDist(12,4,>=3/2) -ResYAnchor(13,2) -YShift(13,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 400, char 0x411 */ - -/* Y direction */ -ResYAnchor(18,8) -YShift(18,0) -ResYDist(0,1) -ResYAnchor(19,2) -ResYDist (19,22) -YShift(19,23) -YIPAnchor(19,9,18) -ResYDist(9,10) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x413 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 0 8 */ -/* CVT 1 2 */ -/* Min and Max */ -ResYAnchor(0,8) /* min, CVT */ -ResYAnchor(1,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YShift(1,5) /*stroke, CVT of another stroke*/ -ResYDist(5,4) /*perpendicular to the stroke*/ - -Smooth() - - - - - -/* VTTTalk glyph 405, char 0x414 */ - -/* Y direction */ -ResYAnchor(7,2) -YShift(7,23) -ResYDist(7,26) -YShift(7,27) -ResYAnchor(32,8) -YShift(32,22) -YDist(32,14,>=1.5) -YShift(14,18) -ResYDist(32,33) -YInterpolate(33,1,0,19,15,32) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 462, char 0xffff */ - -/* Y direction */ -ResYAnchor(0,8) -YShift(0,4) -YDist(0,11,>=3/2) -YShift(11,16) -ResYDist(0,13) -YInterpolate(13,17,9,0) -ResYAnchor(1,2) -YInterpolate(0,6,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 409, char 0x416 */ - -/* Y direction */ -ResYAnchor(64,8) -YShift(64,20) -ResYDist(20,21) -YShift(64,87) -ResYDist(87,86) -ResYAnchor(65,2) -YShift(65,10) -ResYDist(10,11) -YIPAnchor(64,43,65) -YShift(43,31) -ResYDist(43,42) -YShift(42,63) -YShift(42,89) -YShift(89,1) -YShift(43,88) -YShift(88,76) -YInterpolate(88,77,30,44,0,89) -YShift(65,54) -ResYDist(54,53) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 410, char 0x417 */ - -/* Y direction */ -ResYAnchor(0,9) -ResYDist(0,7) -ResYAnchor(30,3) -ResYDist(30,21) -YIPAnchor(30,14,0) -YInterpolate(14,3,2,0) -YDist(14,15) -YInterpolate(14,39,36,15) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 411, char 0x418 */ - -/* Y direction */ -ResYAnchor(8,8) -YShift(8,7) -YShift(8,12) -ResYAnchor(9,2) -YInterpolate(9,6,1,12) -YShift(9,4) -YShift(4,14) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 414, char 0x41a */ - -/* Y direction */ -ResYAnchor(20,8) -YShift(20,47) -ResYDist(47,46) -ResYAnchor(21,2) -YShift(21,10) -ResYDist(10,11) -YIPAnchor(21,24,20) -ResYDist(24,25) -YShift(25,1) -YShift(24,36) -YInterpolate(36,38,19,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 416, char 0x41b */ - -/* Y direction */ -ResYAnchor(6,2) -YShift(6,15) -YShift(6,18) -ResYDist(18,17) -ResYAnchor(16,8) -YShift(16,0) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 463, char 0xffff */ - -/* Y direction */ -ResYAnchor(0,8) -YShift(0,4) -ResYAnchor(1,2) -YInterpolate(1,6,4) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0x41f */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 4 8 */ -/* CVT 5 2 */ -/* Min and Max */ -ResYAnchor(4,8) /* min, CVT */ -ResYAnchor(5,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YShift(5,9) /*stroke, CVT of another stroke*/ -ResYDist(9,8) /*perpendicular to the stroke*/ - -/* Contour #0 */ -YShift(5,1) /* max */ -YShift(4,0) /* min */ - -Smooth() - - - - - -/* VTTTalk glyph 424, char 0x423 */ - -/* Y direction */ -ResYAnchor(0,8) -ResYDist(0,1) -ResYAnchor(13,2) -YShift(13,7) -YInterpolate(0,12,16,7) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 426, char 0x424 */ - -/* Y direction */ -ResYAnchor(8,9) -ResYAnchor(13,3) -YInterpolate(8,0,4,13) -ResYDist (0,20) -YInterpolate(0,9,18,17,10,20) -ResYDist(4,24) -YInterpolate(24,11,16,15,12,4) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 464, char 0xffff */ - -/* Y direction */ -ResYAnchor(0,9) -YDist(0,12,>=3/2) -ResYDist(0,24) -YInterpolate(24,14,21,13,22,0) -ResYAnchor(6,3) -YDist(6,17,>=3/2) -ResYDist(6,30) -YInterpolate(30,15,20,19,16,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 429, char 0x426 */ - -/* Y direction */ -ResYAnchor(8,8) -YDist(8,12,>=1.5) -YShift(8,4) -YShift(4,0) -ResYDist(4,5) -YShift(5,13) -ResYAnchor(9,2) -YShift(9,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0x427 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 4 2 */ -/* CVT 15 8 */ -/* Min and Max */ -ResYAnchor(15,8) /* min, CVT */ -ResYAnchor(4,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YInterpolate(4,0,15) -YAnchor(0) -ResYDist(0,9) /*perpendicular to the stroke*/ - -/* Extreme Max */ -YShift(4,14) - -Smooth() - - - - - -/* VTTTalk Unicode 0x428 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 8 8 */ -/* CVT 9 2 */ -/* Min and Max */ -ResYAnchor(8,8) /* min, CVT */ -ResYAnchor(9,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YShift(8,4) /*stroke, CVT of another stroke*/ -ResYDist(4,5) /*perpendicular to the stroke*/ - -/* Contour #0 */ -YShift(9,1) /* max */ -YShift(8,0) /* min */ - -/* Contour #3 */ -YShift(9,13) /* max */ -YShift(8,12) /* min */ - -Smooth() - - - - - -/* VTTTalk glyph 431, char 0x429 */ - -/* Y direction */ -ResYAnchor(8,8) -YDist(8,12,>=3/2) -YShift(8,4) -ResYDist(4,5) -YShift(5,14) -YShift(8,16) -YShift(16,0) -ResYAnchor(9,2) -YShift(9,17) -YShift(17,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0x42a */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 20 8 */ -/* CVT 25 2 */ -/* Min and Max */ -ResYAnchor(20,8) /* min, CVT */ -ResYAnchor(25,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(25,24) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(25,10,20) -YAnchor(10) -ResYDist(10,9) /*perpendicular to the stroke*/ - -/* YDir: Stroke #2 */ -YShift(20,0) /*stroke, CVT of another stroke*/ -ResYDist(0,1) /*perpendicular to the stroke*/ - -/* Extreme Max */ -YShift(25,22) - -Smooth() - - - - - -/* VTTTalk Unicode 0x42b */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 20 8 */ -/* CVT 21 2 */ -/* Min and Max */ -ResYAnchor(20,8) /* min, CVT */ -ResYAnchor(21,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YInterpolate(21,10,20) -YAnchor(10) -ResYDist(10,9) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YShift(20,0) /*stroke, CVT of another stroke*/ -ResYDist(0,1) /*perpendicular to the stroke*/ - -/* Contour #2 */ -YShift(21,25) /* max */ -YShift(20,24) /* min */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x42c */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 20 8 */ -/* CVT 21 2 */ -/* Min and Max */ -ResYAnchor(20,8) /* min, CVT */ -ResYAnchor(21,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YInterpolate(21,10,20) -YAnchor(10) -ResYDist(10,9) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YShift(20,0) /*stroke, CVT of another stroke*/ -ResYDist(0,1) /*perpendicular to the stroke*/ - -Smooth() - - - - - -/* VTTTalk glyph 440, char 0x42d */ - -/* Y direction */ -ResYAnchor(0,9) -ResYDist(0,8) -ResYAnchor(20,3) -ResYDist(20,14) -YIPAnchor(20,26,0) -YInterpolate(26,4,3,0) -ResYDist(26,27) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0x42e */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 0 9 */ -/* CVT 6 3 */ -/* CVT 12 8 */ -/* CVT 13 2 */ -/* Min and Max */ -ResYAnchor(0,9) /* min, CVT */ -ResYAnchor(6,3) /* max, CVT */ - -/* CVTs - beginning */ -ResYAnchor(12,8) /*knot, CVT*/ -ResYAnchor(13,2) /*knot, CVT*/ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(6,26) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(6,16,0) -YAnchor(16) -ResYDist(16,17) /*perpendicular to the stroke*/ - -/* YDir: Stroke #2 */ -ResYDist(0,20) /*perpendicular to the stroke*/ - -Smooth() - - - - -/* VTTTalk glyph 446, char 0x42f */ - -/* Y direction */ -ResYAnchor(9,2) -ResYDist(9,12) -YShift(9,48) -ResYAnchor(49,8) -YShift(49,21) -ResYDist(21,22) -YIPAnchor(9,42,49) -YShift(42,33) -ResYDist(42,43) -YShift(43,18) -YInterpolate(42,31,0,43) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 466, char 0x431 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,26) -ResYAnchor(9,3) -ResYDist(9,10) -YIPAnchor(9,20,0) -YInterpolate(20,16,0) -ResYDist(20,32) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 546, char 0xffff */ - -/* Y direction */ -ResYAnchor(0,11) -ResYAnchor(18,2) -ResYDist(0,37) -ResYDist(18,19) -YInterpolate(0,28,18) -ResYDist(28,43) -YInterpolate(43,7,8,28) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 467, char 0x432 */ - -/* Y direction */ -ResYAnchor(18,10) -YShift(18,0) -ResYDist(0,1) -ResYAnchor(19,6) -YIPAnchor(19,9,18) -ResYDist(9,27) -YInterpolate(9,22,10,26,23,27) -YShift(19,36) -ResYDist(36,35) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 528, char 0xffff */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,19) -ResYAnchor(6,3) -ResYDist(6,34) -YIPAnchor(6,26,0) -ResYDist(26,27) -YInterpolate(26,13,12,27) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x433 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 0 10 */ -/* CVT 1 6 */ -/* Min and Max */ -ResYAnchor(0,10) /* min, CVT */ -ResYAnchor(1,6) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YShift(1,5) /*stroke, CVT of another stroke*/ -ResYDist(5,4) /*perpendicular to the stroke*/ - -Smooth() - - - - - -/* VTTTalk glyph 529, char 0xffff */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,37) -ResYAnchor(22,7) -ResYDist(22,15) -YInterpolate(0,3,34,31,30,8,9,12,25,22) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 471, char 0x434 */ - -/* Y direction */ -ResYAnchor(5,6) -YShift(5,20) -YShift(5,23) -ResYDist(23,22) -ResYAnchor(28,10) -YShift(28,18) -YDist(28,10,>=3/2) -YShift(10,14) -ResYDist(28,29) -YInterpolate(28,11,15,0,1,29) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 475, char 0x436 */ - -/* Y direction */ -ResYAnchor(61,10) -YShift(61,19) -ResYDist(19,20) -YShift(61,83) -ResYDist(83,82) -ResYAnchor(62,6) -YShift(62,9) -ResYDist(9,10) -YIPAnchor(61,41,62) -YShift(41,30) -ResYDist(41,40) -YShift(40,60) -YInterpolate(41,29,73,0,42,40) -YShift(40,85) -YShift(85,1) -YShift(41,84) -YShift(84,72) -YShift(62,52) -ResYDist(52,51) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 531, char 0xffff */ - -/* Y direction */ -ResYAnchor(54,6) -ResYDist(54,53) -YShift(54,10) -ResYDist(10,11) -ResYAnchor(64,8) -YShift(64,20) -ResYDist(20,21) -YIPAnchor(64,40,54) -YShift(40,31) -ResYDist(40,41) -YShift(41,63) -YInterpolate(40,79,30,44,0,41) -YShift(41,92) -YShift(92,1) -YShift(40,93) -YShift(93,78) -YShift(64,89) -ResYDist(89,88) -ResYAnchor(66,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 476, char 0x437 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,7) -ResYAnchor(30,7) -ResYDist(30,23) -YIPAnchor(30,14,0) -YInterpolate(14,4,3,0) -ResYDist(14,15) -YInterpolate(14,38,37,15) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 532, char 0xffff */ - -/* Y direction */ -ResYAnchor(30,7) -ResYDist(30,22) -ResYDist(30,0) -ResYDist(0,6) -YIPAnchor(0,14,30) -YInterpolate(0,2,3,14) -ResYDist(14,15) -YInterpolate(14,40,37,15) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 477, char 0x438 */ - -/* Y direction */ -ResYAnchor(8,10) -YShift(8,7) -YShift(8,15) -ResYAnchor(9,6) -YShift(9,4) -YShift(9,13) -YInterpolate(8,1,6,9) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 480, char 0x43a */ - -/* Y direction */ -ResYAnchor(20,10) -YShift(20,28) -ResYDist(28,45) -ResYAnchor(21,6) -YShift(21,10) -ResYDist(10,11) -YIPAnchor(21,24,20) -YShift(24,36) -ResYDist(24,25) -YShift(25,1) -YInterpolate(25,0,37,24) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 536, char 0xffff */ - -/* Y direction */ -ResYAnchor(10,6) -ResYDist(10,11) -ResYAnchor(20,10) -YIPAnchor(20,24,10) -YShift(24,36) -ResYDist(24,25) -YShift(25,1) -YInterpolate(24,37,0,25) -YShift(20,28) -ResYDist(28,45) -ResYAnchor(21,0) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 482, char 0x43b */ - -/* Y direction */ -ResYAnchor(0,10) -ResYDist(0,1) -YShift(0,12) -ResYAnchor(6,6) -YShift(6,13) -YShift(6,17) -ResYDist(17,16) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 537, char 0xffff */ - -/* Y direction */ -ResYAnchor(0,10) -YShift(0,4) -ResYAnchor(1,6) -YInterpolate(4,6,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 483, char 0x43c */ - -/* Y direction */ -ResYAnchor(8,10) -YShift(8,20) -ResYAnchor(9,6) -YShift(9,3) -YShift(9,15) -YShift(9,21) -YInterpolate(8,0,17,14,9) -YShift(0,19) -YShift(17,2) -YShift(14,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0x43d */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 4 10 */ -/* CVT 5 6 */ -/* Min and Max */ -ResYAnchor(4,10) /* min, CVT */ -ResYAnchor(5,6) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YInterpolate(5,8,4) -YAnchor(8) -ResYDist(8,9) /*perpendicular to the stroke*/ - -/* Contour #0 */ -YShift(5,1) /* max */ -YShift(4,0) /* min */ - -Smooth() - - - - -/* VTTTalk Unicode 0x43f */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 4 10 */ -/* CVT 5 6 */ -/* Min and Max */ -ResYAnchor(4,10) /* min, CVT */ -ResYAnchor(5,6) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YShift(5,9) /*stroke, CVT of another stroke*/ -ResYDist(9,8) /*perpendicular to the stroke*/ - -/* Contour #0 */ -YShift(5,1) /* max */ -YShift(4,0) /* min */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x442 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 0 10 */ -/* CVT 5 6 */ -/* Min and Max */ -ResYAnchor(0,10) /* min, CVT */ -ResYAnchor(5,6) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(5,4) /*perpendicular to the stroke*/ - -/* Extreme Max */ -YShift(5,2) - -Smooth() - - - - -/* VTTTalk glyph 492, char 0x444 */ - -/* Y direction */ -ResYAnchor(28,11) -YShift(28,0) -ResYDist(28,47) -YShift(47,9) -ResYAnchor(34,7) -YShift(34,22) -YInterpolate(28,3,53,5,51,17,39,19,37,34) -ResYDist(34,41) -YShift(41,15) -ResYAnchor(56,14) -ResYAnchor(61,0) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 495, char 0x446 */ - -/* Y direction */ -ResYAnchor(8,10) -YShift(8,0) -YDist(8,12,>=1.5 ) -YShift(8,4) -ResYDist(4,5) -YShift(5,13) -ResYAnchor(9,6) -YShift(9,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 540, char 0xffff */ - -/* Y direction */ -ResYAnchor(4,11) -YDist(4,0,>=1.5) -ResYDist(4,13) -ResYAnchor(8,6) -YShift(8,29) -YInterpolate(4,18,28,31,23,24,16,8) -ResYAnchor(27,10) -ResYDist(27,2) -YInterpolate(27,25,2) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x447 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 4 6 */ -/* CVT 15 10 */ -/* Min and Max */ -ResYAnchor(15,10) /* min, CVT */ -ResYAnchor(4,6) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YInterpolate(4,0,15) -YAnchor(0) -ResYDist(0,9) /*perpendicular to the stroke*/ - -/* Extreme Max */ -YShift(4,14) - -Smooth() - - - - - -/* VTTTalk Unicode 0x448 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 8 10 */ -/* CVT 9 6 */ -/* Min and Max */ -ResYAnchor(8,10) /* min, CVT */ -ResYAnchor(9,6) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YShift(8,4) /*stroke, CVT of another stroke*/ -ResYDist(4,5) /*perpendicular to the stroke*/ - -/* Contour #0 */ -YShift(9,1) /* max */ -YShift(8,0) /* min */ - -/* Contour #3 */ -YShift(9,13) /* max */ -YShift(8,12) /* min */ - -Smooth() - - - - - -/* VTTTalk glyph 541, char 0xffff */ - -/* Y direction */ -ResYAnchor(0,11) -YShift(0,28) -ResYDist(0,9) -YShift(9,17) -YInterpolate(9,31,25,0) -ResYAnchor(4,6) -YShift(4,13) -YShift(13,20) -ResYAnchor(22,10) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 497, char 0x449 */ - -/* Y direction */ -ResYAnchor(8,10) -YDist(8,12,>=3/2) -YShift(8,4) -ResYDist(4,5) -YShift(5,13) -YShift(4,16) -YShift(16,0) -ResYAnchor(9,6) -YShift(9,1) -YShift(9,17) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 542, char 0xffff */ - -/* Y direction */ -ResYAnchor(4,11) -YShift(4,32) -ResYDist(4,13) -YShift(13,21) -YInterpolate(13,29,36,4) -ResYAnchor(8,6) -YShift(8,17) -YShift(17,24) -ResYAnchor(26,11) -ResYDist(26,2) -YDist(26,3,>=1.5) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0x44a */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 18 10 */ -/* CVT 23 6 */ -/* Min and Max */ -ResYAnchor(18,10) /* min, CVT */ -ResYAnchor(23,6) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(23,22) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(23,9,18) -YAnchor(9) -ResYDist(9,10) /*perpendicular to the stroke*/ - -/* YDir: Stroke #2 */ -YShift(18,0) /*stroke, CVT of another stroke*/ -ResYDist(0,1) /*perpendicular to the stroke*/ - -/* Extreme Max */ -YShift(23,20) - -Smooth() - - - - - -/* VTTTalk glyph 544, char 0xffff */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,18) -ResYAnchor(6,6) -ResYDist(6,5) -YIPAnchor(6,12,0) -YInterpolate(12,8,0) -ResYDist(12,24) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x44b */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 18 10 */ -/* CVT 19 6 */ -/* Min and Max */ -ResYAnchor(18,10) /* min, CVT */ -ResYAnchor(19,6) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YInterpolate(19,10,18) -YAnchor(10) -ResYDist(10,9) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YShift(18,0) /*stroke, CVT of another stroke*/ -ResYDist(0,1) /*perpendicular to the stroke*/ - -/* Contour #2 */ -YShift(19,23) /* max */ -YShift(18,22) /* min */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x44c */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 18 10 */ -/* CVT 19 6 */ -/* Min and Max */ -ResYAnchor(18,10) /* min, CVT */ -ResYAnchor(19,6) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YInterpolate(19,9,18) -YAnchor(9) -ResYDist(9,10) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YShift(18,0) /*stroke, CVT of another stroke*/ -ResYDist(0,1) /*perpendicular to the stroke*/ - -Smooth() - - - - - -/* VTTTalk glyph 543, char 0xffff */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,16) -ResYAnchor(4,6) -YIPAnchor(4,10,0) -YInterpolate(10,6,0) -ResYDist(10,22) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 506, char 0x44d */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,7) -ResYAnchor(20,7) -ResYDist(20,13) -YShift(20,17) -YIPAnchor(20,26,0) -YInterpolate(26,4,3,0) -ResYDist(26,27) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x44e */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 0 11 */ -/* CVT 6 7 */ -/* CVT 12 10 */ -/* CVT 13 6 */ -/* Min and Max */ -ResYAnchor(0,11) /* min, CVT */ -ResYAnchor(6,7) /* max, CVT */ - -/* CVTs - beginning */ -ResYAnchor(12,10) /*knot, CVT*/ -ResYAnchor(13,6) /*knot, CVT*/ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(6,26) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(6,16,0) -YAnchor(16) -ResYDist(16,17) /*perpendicular to the stroke*/ - -/* YDir: Stroke #2 */ -ResYDist(0,20) /*perpendicular to the stroke*/ - -Smooth() - - - - -/* VTTTalk glyph 545, char 0xffff */ - -/* Y direction */ -YAnchor(0,11) -ResYDist(0,20) -ResYAnchor(6,7) -ResYDist(6,26) -YIPAnchor(6,16,0) -ResYDist(16,17) -ResYAnchor(13,0) -ResYAnchor(15,10) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 512, char 0x44f */ - -/* Y direction */ -ResYAnchor(6,6) -ResYDist(6,9) -YShift(6,45) -ResYAnchor(46,10) -YShift(46,18) -ResYDist(18,19) -YIPAnchor(6,39,46) -YShift(39,29) -ResYDist(39,40) -YShift(40,15) -YInterpolate(39,27,0,40) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 513, char 0x452 */ - -/* Y direction */ -ResYAnchor(15,10) -ResYAnchor(16,0) -YIPAnchor(16,20,15) -YInterpolate(20,10,7,29,0,15) -ResYDist(20,19) -ResYDist(10,4) -ResYAnchor(23,15) -ResYDist(23,24) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 505, char 0x454 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,19) -YShift(0,23) -ResYAnchor(6,7) -ResYDist(6,13) -YIPAnchor(6,26,0) -YInterpolate(6,9,10,26) -ResYDist(26,27) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 502, char 0x459 */ - -/* Y direction */ -ResYAnchor(0,10) -ResYDist(0,1) -YShift(0,11) -YShift(0,15) -ResYDist(15,16) -ResYAnchor(5,6) -YShift(5,12) -YIPAnchor(5,24,0) -ResYDist(24,25) -YShift(5,34) -ResYDist(34,33) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0x45a */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 18 10 */ -/* CVT 19 6 */ -/* Min and Max */ -ResYAnchor(18,10) /* min, CVT */ -ResYAnchor(19,6) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YInterpolate(19,22,18) -YAnchor(22) -ResYDist(22,23) /*perpendicular to the stroke*/ -YShift(22,9) /*along bottom edge*/ -YShift(23,10) /*along top edge*/ - -/* YDir: Stroke #1 */ -YShift(18,0) /*stroke, CVT of another stroke*/ -ResYDist(0,1) /*perpendicular to the stroke*/ - -/* Contour #3 */ -YShift(19,27) /* max */ -YShift(18,26) /* min */ - -Smooth() - - - - -/* VTTTalk glyph 510, char 0x45b */ - -/* Y direction */ -ResYAnchor(15,10) -YShift(15,14) -ResYAnchor(16,0) -YIPAnchor(16,20,10,15) -YInterpolate(10,8,6,15) -ResYDist(20,19) -ResYDist(10,4) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 498, char 0x45f */ - -/* Y direction */ -ResYAnchor(8,10) -YDist(8,4,>=3/2) -ResYDist(8,9) -YShift(8,15) -YShift(15,0) -YInterpolate(9,5,0) -ResYAnchor(13,6) -YShift(13,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 404, char 0x490 */ - -/* Y direction */ -ResYAnchor(0,8) -ResYAnchor(5,2) -ResYDist(5,9) -ResYDist(5,4) -YInterpolate(5,8,4) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 470, char 0x491 */ - -/* Y direction */ -ResYAnchor(0,10) -ResYAnchor(1,6) -YDist(1,9,>=1.5) -YShift(1,5) -ResYDist(5,4) -YShift(4,8) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x492 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 4 8 */ -/* CVT 5 2 */ -/* Min and Max */ -ResYAnchor(4,8) /* min, CVT */ -ResYAnchor(5,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YShift(5,9) /*stroke, CVT of another stroke*/ -ResYDist(9,8) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(5,0,4) -YAnchor(0) -ResYDist(0,1) /*perpendicular to the stroke*/ - -Smooth() - - - - - -/* VTTTalk Unicode 0x493 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 4 10 */ -/* CVT 5 6 */ -/* Min and Max */ -ResYAnchor(4,10) /* min, CVT */ -ResYAnchor(5,6) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YShift(5,9) /*stroke, CVT of another stroke*/ -ResYDist(9,8) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(5,0,4) -YAnchor(0) -ResYDist(0,1) /*perpendicular to the stroke*/ - -Smooth() - - - - - -/* VTTTalk glyph 449, char 0x496 */ - -/* Y direction */ -ResYAnchor(68,8) -YShift(68,39) -YDist(68,40,>=3/2) -YShift(68,72) -ResYDist(72,89) -YShift(89,41) -YShift(41,22) -ResYAnchor(69,2) -YShift(69,10) -ResYDist(10,11) -YIPAnchor(69,44,68) -YShift(44,31) -ResYDist(44,45) -YShift(45,67) -YInterpolate(45,48,0,81,30,44) -YShift(45,93) -YShift(93,1) -YShift(44,92) -YShift(92,80) -YShift(69,58) -ResYDist(58,57) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 515, char 0x497 */ - -/* Y direction */ -ResYAnchor(64,10) -YDist(64,92,>=3/2) -YShift(64,20) -ResYDist(20,21) -YShift(64,87) -ResYDist(87,86) -YShift(86,94) -ResYAnchor(65,6) -YShift(65,10) -ResYDist(10,11) -YIPAnchor(64,40,65) -YShift(40,31) -YShift(40,76) -YShift(40,91) -ResYDist(40,41) -YShift(41,1) -YShift(41,63) -YShift(41,90) -YInterpolate(40,77,30,44,0,41) -YShift(65,54) -ResYDist(54,53) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 450, char 0x49a */ - -/* Y direction */ -ResYAnchor(20,8) -YDist(20,24,>=1.5 ) -YShift(20,32) -ResYDist(32,49) -YShift(49,25) -ResYAnchor(21,2) -YShift(21,10) -YIPAnchor(21,29,20) -YShift(29,1) -ResYDist(29,28) -YShift(28,40) -YInterpolate(28,41,0,29) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 516, char 0x49b */ - -/* Y direction */ -ResYAnchor(20,10) -ResYDist(20,28) -ResYDist(20,50) -ResYDist(50,30) -YShift(30,49) -ResYAnchor(21,6) -YShift(21,10) -ResYDist(10,11) -YIPAnchor(20,24,21) -YShift(24,40) -ResYDist(24,25) -YShift(25,1) -YInterpolate(24,41,0,25) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 451, char 0x4a2 */ - -/* Y direction */ -ResYAnchor(8,8) -YDist(8,0,>=1.5) -YShift(8,4) -ResYDist(4,1) -ResYAnchor(9,2) -YShift(9,6) -YIPAnchor(9,13,8) -ResYDist(13,12) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 517, char 0x4a3 */ - -/* Y direction */ -ResYAnchor(8,10) -YDist(8,0,>=1.5) -YShift(8,4) -ResYDist(4,1) -ResYAnchor(9,6) -YShift(9,6) -YIPAnchor(9,13,8) -ResYDist(13,12) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 518, char 0x4af */ - -/* Y direction */ -ResYAnchor(0,10) -ResYAnchor(1,6) -YShift(1,6) -YInterpolate(0,9,4,1) -ResYAnchor(8,14) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 453, char 0x4b0 */ - -/* Y direction */ -ResYAnchor(5,2) -YShift(5,10) -ResYAnchor(12,8) -YIPAnchor(5,0,12) -YInterpolate(5,7,13,4,0) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 519, char 0x4b1 */ - -/* Y direction */ -ResYAnchor(4,10) -YShift(4,1) -ResYDist(1,0) -ResYAnchor(5,6) -YShift(5,10) -YInterpolate(4,13,8,5) -ResYAnchor(12,14) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 454, char 0x4b2 */ - -/* Y direction */ -ResYAnchor(6,2) -YShift(6,13) -ResYAnchor(10,8) -YShift(10,4) -YDist(4,0,>=3/2) -ResYDist(4,1) -YInterpolate(13,11,8,14,5,10) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 520, char 0x4b3 */ - -/* Y direction */ -ResYAnchor(4,10) -YShift(4,10) -YDist(10,0,>=3/2) -ResYDist(10,1) -ResYAnchor(12,6) -YShift(12,7) -YInterpolate(4,8,11,5,14,7) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 455, char 0x4b6 */ - -/* Y direction */ -ResYAnchor(8,2) -YShift(8,18) -ResYAnchor(16,8) -ResYDist(16,1) -YDist(16,0,>=1.5) -YIPAnchor(8,4,16 ) -ResYDist(4,13) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 521, char 0x4b7 */ - -/* Y direction */ -ResYAnchor(8,6) -YShift(8,18) -ResYAnchor(16,10) -ResYDist(16,1) -YDist(16,0,>=1.5) -YIPAnchor(8,4,16) -ResYDist(4,13) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0x4ba */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 12 8 */ -/* CVT 13 2 */ -/* Min and Max */ -ResYAnchor(12,8) /* min, CVT */ -ResYAnchor(13,2) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -YInterpolate(13,5,12) -YAnchor(5) -ResYDist(5,6) /*perpendicular to the stroke*/ - -/* Extreme Min */ -YShift(12,11) - -Smooth() - - - - - -/* VTTTalk Unicode 0x4e8 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 4 9 */ -/* CVT 8 3 */ -/* Min and Max */ -ResYAnchor(4,9) /* min, CVT */ -ResYAnchor(8,3) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(8,16) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(8,0,4) -YAnchor(0) -ResYDist(0,1) /*perpendicular to the stroke*/ - -/* YDir: Stroke #2 */ -ResYDist(4,12) /*perpendicular to the stroke*/ - -Smooth() - - - - -/* VTTTalk Unicode 0x4e9 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 4 11 */ -/* CVT 10 7 */ -/* Min and Max */ -ResYAnchor(4,11) /* min, CVT */ -ResYAnchor(10,7) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(10,22) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -YInterpolate(10,0,4) -YAnchor(0) -ResYDist(0,1) /*perpendicular to the stroke*/ - -/* YDir: Stroke #2 */ -ResYDist(4,16) /*perpendicular to the stroke*/ - -Smooth() - - - - -/* VTTTalk glyph 797, char 0xe3f */ - -/* Y direction */ -ResYAnchor(22,8) -YDist(22,0,>=3/2) -YShift(22,4) -ResYDist(22,5) -ResYAnchor(23,2) -YDist(23,1,>=3/2) -ResYDist(23,39) -YShift(23,40) -YIPAnchor(22,13,23) -ResYDist(13,31) -YInterpolate(13,26,27,14,30,31) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1619, char 0xffff */ - -/* Y direction */ -ResYAnchor(26,8) -YDist(26,4,>=1.5 ) -ResYDist(26,9) -YShift(26,25) -YInterpolate(9,5,25) -ResYAnchor(27,2) -YDist(27,1,>=1.5) -YIPAnchor(26,17,27) -ResYDist(17,35) -YInterpolate(17,33,19,51,32,35) -ResYDist(27,43) -YShift(27,45) -YInterpolate(43,0,45) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1645, char 0x1d00 */ - -/* Y direction */ -ResYAnchor(1,6) -ResYAnchor(7,10) -YShift(7,4) -YIPAnchor(4,11,1) -ResYDist(11,10) -YInterpolate(1,6,7) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1675, char 0x1dbb */ - -/* Y direction */ -ResYAnchor(9,17) -ResYDist(9,7) -ResYDist(7,6) -YShift(6,1) -YInterpolate(6,0,7) -ResYDist(9,8) -YShift(8,3) -YInterpolate(8,2,9) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1674, char 0x1dbf */ - -/* Y direction */ -ResYAnchor(10,17) -ResYDist(10,22) -ResYDist(22,2) -ResYDist(2,3) -ResYDist(3,16) -ResYDist(16,4) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 141, char 0x1e9e */ - -/* Y direction */ -ResYAnchor(4,3) -ResYDist(4,11) -ResYAnchor(15,8) -ResYAnchor(16,9) -ResYDist(16,22) -YInterpolate(16,33,8,31,7,4) -ResYDist(33,29) -YInterpolate(33,32,29) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk Unicode 0x2008 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/*Auto-Hinting Light is not applied: Empty glyph or glyph with one point*/ - - - - -/* VTTTalk Unicode 0x2028 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/*Auto-Hinting Light is not applied: Empty glyph or glyph with one point*/ - - - - -/* VTTTalk glyph 692, char 0x203e */ - -/* Y direction */ -YAnchor(0) -ResYDist(0,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 659, char 0x2070 */ - -/* Y direction */ -ResYAnchor(6,3) -ResYDist(6,18) -ResYDist(6,0) -ResYDist(0,12) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 663, char 0x2074 */ - -/* Y direction */ -ResYAnchor(14,2) -ResYDist(14,15) -YIPAnchor(15,11,14) -YInterpolate(11,2,14) -YShift(11,3) -YShift(11,4) -ResYDist(11,10) -YShift(10,6) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 664, char 0x2075 */ - -/* Y direction */ -ResYAnchor(25,2) -YShift(25,30) -ResYDist(25,0) -YInterpolate(0,6,4,24,14,12,27,15,18,32,25) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 665, char 0x2076 */ - -/* Y direction */ -ResYAnchor(5,3) -ResYDist(5,10) -YIPAnchor(5,29,10) -YInterpolate(5,6,19,16,29) -YInterpolate(29,13,1,14,0,25,10) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 666, char 0x2077 */ - -/* Y direction */ -ResYAnchor(9,2) -YShift(9,1) -ResYDist(9,3) -ResYDist(9,8) -ResYDist(8,4) -YInterpolate(8,6,9) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 667, char 0x2078 */ - -/* Y direction */ -ResYAnchor(39,3) -ResYDist(39,0) -YInterpolate(0,12,16,24,33,6,23,25,29,39) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 668, char 0x2079 */ - -/* Y direction */ -ResYAnchor(16,3) -ResYDist(16,0) -YInterpolate(0,10,21,4,25,6,19,20,5,30,16) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 398, char 0x207f */ - -/* Y direction */ -ResYAnchor(11,17) -ResYDist(11,3) -ResYDist(11,0) -YShift(0,20) -YInterpolate(0,6,8,11) -ResYAnchor(17,16) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 805, char 0x20a0 */ - -/* Y direction */ -ResYAnchor(6,3) -ResYDist(6,13) -ResYDist(6,0) -ResYDist(0,19) -YInterpolate(0,10,9,6) -ResYAnchor(25,8) -ResYDist(25,24) -YShift(25,29) -ResYDist(25,36) -YShift(36,28) -ResYDist(36,37) -YInterpolate(25,33,32,36) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 815, char 0x20a6 */ - -/* Y direction */ -ResYAnchor(12,8) -YShift(12,4) -YShift(4,19) -ResYAnchor(13,2) -YIPAnchor(19,1,13) -YInterpolate(19,10,1) -YInterpolate(1,6,13) -ResYDist(1,0) -YShift(13,8) -YShift(8,17) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 819, char 0x20a8 */ - -/* Y direction */ -ResYAnchor(0,11) -ResYDist(0,6) -ResYAnchor(18,7) -ResYDist(18,23) -YInterpolate(0,9,32,12,29,15,26,18) -ResYAnchor(39,8) -YShift(39,35) -ResYAnchor(40,2) -ResYDist(40,52) -YShift(40,53) -YIPAnchor(39,44,40) -ResYDist(44,43) -YInterpolate(43,36,44) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 825, char 0x20a9 */ - -/* Y direction */ -YAnchor(4,12) -YShift(4,14) -YAnchor(5,4) -YShift(5,21) -YIPAnchor(4,2,9,21) -YInterpolate(4,7,19,2) -YInterpolate(2,12,9) -ResYDist(2,3) -YShift(9,17) -YShift(17,10) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 821, char 0x20aa */ - -/* Y direction */ -ResYAnchor(2,6) -YShift(2,6) -YShift(2,17) -YShift(2,22) -ResYAnchor(4,8) -YShift(4,0) -YShift(4,11) -YShift(4,15) -YInterpolate(4,10,19,14,23,2) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 810, char 0x20ad */ - -/* Y direction */ -ResYAnchor(20,8) -YShift(20,24) -ResYAnchor(21,2) -YShift(21,14) -YIPAnchor(20,5,21) -YInterpolate(20,9,25,5) -YInterpolate(5,26,21) -ResYDist(9,8) -YShift(5,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 824, char 0x20ae */ - -/* Y direction */ -ResYAnchor(8,8) -ResYAnchor(13,2) -YShift(13,9) -ResYDist(13,12) -YInterpolate(8,4,5,7,6,0,1,3,2,13) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 817, char 0x20b1 */ - -/* Y direction */ -ResYAnchor(26,8) -ResYAnchor(27,2) -ResYDist(27,17) -YShift(27,19) -YIPAnchor(26,9,27) -YInterpolate(9,4,5,0,1,27) -ResYDist(9,8) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 808, char 0x20b2 */ - -/* Y direction */ -ResYAnchor(8,9) -YDist(8,0,>=3/2) -ResYDist(8,27) -YInterpolate(8,37,31,27) -ResYAnchor(14,3) -YDist(14,1,>=3/2) -ResYDist(14,21) -YIPAnchor(8,39,14) -YInterpolate(39,18,17,14) -YShift(39,35) -ResYDist(39,38) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 809, char 0x20b4 */ - -/* Y direction */ -ResYAnchor(13,3) -ResYDist(13,6) -ResYAnchor(20,9) -ResYDist(20,34) -YIPAnchor(20,42,49,13) -YInterpolate(49,9,10,13) -ResYDist(42,41) -YShift(41,26) -YInterpolate(41,28,48,27,42) -ResYDist(49,50) -YShift(50,18) -YInterpolate(49,47,46,19,50) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 798, char 0x20b5 */ - -/* Y direction */ -ResYAnchor(4,9) -YDist(4,0,>=1.5) -ResYDist(4,21) -ResYAnchor(9,3) -YDist(9,1,>=1.5) -ResYDist(9,16) -YInterpolate(4,13,12,9) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 823, char 0x20b8 */ - -/* Y direction */ -ResYAnchor(0,8) -ResYAnchor(9,2) -ResYDist(9,8) -ResYDist(8,5) -YShift(5,1) -ResYDist(5,4) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 820, char 0x20b9 */ - -/* Y direction */ -ResYAnchor(21,8) -ResYAnchor(27,2) -YIPAnchor(21,1,27) -YInterpolate(1,22,23,27) -ResYDist(1,0) -YInterpolate(0,19,1) -ResYDist(27,29) -YShift(29,9) -YShift(29,11) -YAnchor(28,16) -YInterpolate(29,10,28) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 813, char 0x20ba */ - -/* Y direction */ -ResYAnchor(0,9) -ResYDist(0,10) -ResYAnchor(4,2) -YInterpolate(0,18,21,4) -YShift(18,19) -ResYDist(18,17) -YShift(17,20) -YShift(21,24) -ResYDist(21,22) -YShift(22,23) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 814, char 0x20bc */ - -/* Y direction */ -ResYAnchor(14,8) -YShift(14,7) -YShift(14,13) -ResYAnchor(15,2) -YInterpolate(14,3,15) -ResYDist(3,10) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 818, char 0x20bd */ - -/* Y direction */ -ResYAnchor(26,8) -ResYAnchor(27,2) -ResYDist(27,17) -YShift(27,18) -YIPAnchor(26,1,9,27) -YInterpolate(26,0,1) -YShift(9,5) -ResYDist(9,8) -YShift(8,4) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 811, char 0x20be */ - -/* Y direction */ -ResYAnchor(7,3) -ResYDist(7,16) -YDist(7,33,>=1) -YShift(33,30) -ResYAnchor(24,8) -YIPAnchor(24,12,7) -YInterpolate(24,32,31,12) -ResYDist(24,25) -YShift(25,1) -YShift(25,23) -YInterpolate(24,0,25) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1187, char 0x2105 */ - -/* Y direction */ -ResYAnchor(4,9) -ResYDist(4,16) -ResYDist(4,10) -ResYDist(10,22) -ResYAnchor(34,3) -ResYDist(34,41) -YInterpolate(4,0,1,3,2,34) -ResYDist(34,28) -ResYDist(28,47) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1194, char 0x2113 */ - -/* Y direction */ -ResYAnchor(0,9) -ResYDist(0,28) -ResYAnchor(7,3) -ResYDist(7,21) -YInterpolate(7,15,0) -ResYDist(15,14) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1196, char 0x2116 */ - -/* Y direction */ -ResYAnchor(15,8) -ResYDist(15,14) -ResYDist(14,0) -ResYDist(0,20) -ResYDist(0,6) -ResYDist(6,26) -ResYAnchor(17,2) -ResYDist(17,16) -YShift(16,32) -YShift(32,43) -YInterpolate(17,33,37,43) -YShift(17,36) -YShift(36,41) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1185, char 0x2117 */ - -/* Y direction */ -YAnchor(6) -ResYDist(6,22) -ResYDist(6,0) -ResYDist(0,16) -YInterpolate(0,12,28,29,37,13,6) -YShift(13,39) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 872, char 0x21e1 */ - -/* Y direction */ -ResYAnchor(8,8) -ResYDist(8,1) -YIPAnchor(8,7,3,1) -YInterpolate(8,10,15,14,19,7) -YInterpolate(3,23,22,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 873, char 0x21e3 */ - -/* Y direction */ -ResYAnchor(21,2) -ResYDist(21,0) -YIPAnchor(0,5,2,21) -YInterpolate(0,8,3,9,12,5) -YInterpolate(2,13,16,17,20,21) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 834, char 0x2262 */ - -/* Y direction */ -ResYAnchor(1,2) -ResYAnchor(3,8) -YInterpolate(3,8,9,12,13,16,17,4,5,1) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 863, char 0x2263 */ - -/* Y direction */ -YAnchor(1) -ResYDist(1,4) -YInterpolate(4,6,11,10,15,14,3,1) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1167, char 0x2619 */ - -/* Y direction */ -YAnchor(60) -YShift(60,10) -ResYDist(60,21) -YInterpolate(21,24,28,25,46,45,0,20,50,39,57,58,64,63,9,60) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 1177, char 0x2713 */ - -/* Y direction */ -ResYAnchor(0,8) -ResYAnchor(6,2) -YIPAnchor(0,2,6) -YInterpolate(0,4,2) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1178, char 0x2767 */ - -/* Y direction */ -YAnchor(66) -YShift(66,11) -ResYDist(66,21) -YInterpolate(21,54,50,53,32,33,0,1,28,39,57,68,62,63,66) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 703, char 0x276c */ - -/* Y direction */ -ResYAnchor(0,8) -ResYAnchor(3,2) -YInterpolate(0,1,6,5,2,3) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0x276d */ - -ResYAnchor(0,8) -ResYAnchor(3,2) -YInterpolate(0,2,1,5,6,3) - -Smooth() - - - - - -/* VTTTalk glyph 701, char 0x276e */ - -/* Y direction */ -ResYAnchor(0,8) -ResYAnchor(3,2) -YInterpolate(0,1,6,5,2,3) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 702, char 0x276f */ - -/* Y direction */ -ResYAnchor(0,8) -ResYAnchor(3,2) -YInterpolate(0,1,6,5,2,3) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0x2800 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/*Auto-Hinting Light is not applied: Empty glyph or glyph with one point*/ - - - - -/* VTTTalk glyph 1634, char 0x2c62 */ - -/* Y direction */ -ResYAnchor(1,2) -ResYAnchor(7,8) -YShift(7,3) -ResYDist(7,6) -YIPAnchor(7,28,1) -ResYDist(28,39) -ResYDist(28,19) -ResYDist(19,23) -ResYDist(28,35) -ResYDist(35,12) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 1621, char 0x2c6d */ - -/* Y direction */ -ResYAnchor(0,9) -ResYDist(0,19) -ResYAnchor(6,3) -ResYDist(6,13) -YInterpolate(0,25,39,32,23,11,9,6) -ResYAnchor(35,8) -ResYDist(35,34) -ResYAnchor(37,2) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 776, char 0xffff */ - -/* Y direction */ -ResYAnchor(16,8) -YShift(16,8) -YShift(8,32) -YShift(32,24) -YShift(24,48) -YShift(48,40) -ResYAnchor(17,2) -YShift(17,9) -YShift(9,33) -YShift(33,25) -YShift(25,49) -YShift(49,41) -YIPAnchor(16,13,20,17) -YShift(13,1) -YShift(1,14) -YShift(1,30) -YShift(30,46) -ResYDist(13,12) -YShift(12,0) -YShift(0,15) -YShift(0,31) -YShift(31,47) -YShift(20,4) -YShift(4,23) -YShift(4,39) -YShift(39,55) -ResYDist(20,21) -YShift(21,5) -YShift(5,22) -YShift(5,38) -YShift(38,54) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 777, char 0xffff */ - -/* Y direction */ -ResYAnchor(16,8) -YShift(16,8) -YShift(8,32) -YShift(32,24) -YShift(24,48) -YShift(48,40) -YShift(40,64) -YShift(64,56) -ResYAnchor(17,2) -YShift(17,9) -YShift(9,33) -YShift(33,25) -YShift(25,49) -YShift(49,41) -YShift(41,65) -YShift(65,57) -YIPAnchor(17,20,13,16) -YShift(20,0) -YShift(0,36) -YShift(36,52) -YShift(52,68) -ResYDist(20,21) -YShift(21,1) -YShift(1,37) -YShift(37,53) -YShift(53,69) -YShift(13,5) -YShift(5,29) -YShift(29,45) -YShift(45,61) -ResYDist(13,12) -YShift(12,4) -YShift(4,28) -YShift(28,44) -YShift(44,60) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 363, char 0x173 */ - -/* Y direction */ -ResYAnchor(21,11) -ResYDist(21,30) -ResYDist(21,15) -ResYDist(15,0) -ResYAnchor(25,6) -YShift(25,46) -YInterpolate(25,33,41,48,45,35,21) -YAnchor(44,10) -YShift(44,9) -YInterpolate(15,6,44) -ResYDist(44,42) -YInterpolate(44,7,8,42) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk Unicode 0x3c5 */ - -/* Auto-Hinting Light */ - -/* ***Settings*** */ -/* ModeHinting = LightLatin */ -/* ToAnchorBottom = true */ - - -/* CVT 0 11 */ -/* CVT 8 6 */ -/* Min and Max */ -ResYAnchor(0,11) /* min, CVT */ -ResYAnchor(8,6) /* max, CVT */ - -/* CVTs - beginning */ -/* CVTs - end */ - - -/* YDir: Stroke #0 */ -ResYDist(8,7) /*perpendicular to the stroke*/ - -/* YDir: Stroke #1 */ -ResYDist(0,15) /*perpendicular to the stroke*/ - -/* Extreme Max */ -YShift(8,19) - -Smooth() - - - - - -/* VTTTalk glyph 366, char 0x76 (v) */ - -/* Y direction */ -ResYAnchor(0,10) -ResYDist(0,3) -ResYAnchor(1,6) -YShift(1,6) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 368, char 0x77 (w) */ - -/* Y direction */ -ResYAnchor(10,10) -YShift(10,0) -ResYDist (10,13) -YShift(13,5) -ResYAnchor(11,6) -YShift(11,3) -YShift(11,8) -YShift(11,16) -ResYDist(11,2) -YShift(2,18) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 395, char 0xffff */ - -/* Y direction */ -ResYAnchor(8,6) -YShift(8,11) -ResYAnchor(9,10) -YInterpolate(9,15,47,63,31,3,8) -YShift(15,24) -ResYDist(15,18) -YShift(18,22) -YShift(47,56) -ResYDist(47,50) -YShift(50,54) -YShift(63,72) -ResYDist(63,66) -YShift(66,70) -YShift(31,40) -ResYDist(31,34) -YShift(34,38) -ResYDist(3,2) -YShift(3,80) -ResYDist(9,6) -YShift(6,78) -YShift(78,74) -YShift(78,62) -YShift(62,58) -YShift(62,46) -YShift(46,42) -YShift(46,30) -YShift(30,14) -YShift(30,26) -YShift(9,83) -YShift(83,68) -YShift(68,67) -YShift(67,52) -YShift(52,51) -YShift(51,36) -YShift(36,35) -YShift(35,20) -YShift(20,19) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 373, char 0x78 (x) */ - -/* Y direction */ -ResYAnchor(0,10) -YShift(0,11) -ResYAnchor(8,6) -YShift(8,3) -YInterpolate(11,7,4,1,10,8) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 594, char 0x3be */ - -/* Y direction */ -ResYAnchor(0,11) -YShift(0,22) -ResYDist(0,12) -YShift(12,23) -ResYAnchor(15,15) -ResYDist (15,16) -ResYAnchor(45,0) -YIPAnchor(0,29,45) -YShift(29,8) -ResYDist(29,42) -YShift(42,6) -ResYDist(45,44) -YShift(44,36) -YShift(44,38) -YInterpolate(45,37,44) -YInterpolate(29,5,30,42) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 374, char 0x79 (y) */ - -/* Y direction */ -ResYAnchor(0,15) -ResYDist (0,1) -ResYAnchor(14,10) -ResYDist(14,17) -ResYAnchor(15,6) -YShift(15,8) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 826, char 0xa5 */ - -/* Y direction */ -ResYAnchor(9,2) -YShift(9,13) -ResYAnchor(16,8) -YInterpolate(16,4,5,8,0,1,17,11,9) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 383, char 0x7a (z) */ - -/* Y direction */ -ResYAnchor(4,10) -ResYDist(4,5) -YShift(5,1) -ResYAnchor(9,6) -ResYDist(9,8) -YShift(8,3) -YInterpolate(8,2,9) -YInterpolate(4,0,5) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 618, char 0x30 (0) */ - -/* Y direction */ -ResYAnchor(0,13) -ResYDist(0,20) -ResYAnchor(4,5) -ResYDist(4,24) -YInterpolate(0,8,4) -ResYDist(8,14) - -/* X direction */ - -Smooth() - - - - -/* VTTTalk glyph 628, char 0xffff */ - -/* Y direction */ -ResYAnchor(0,13) -ResYDist(0,12) -ResYAnchor(4,5) -ResYDist(4,16) -YInterpolate(0,8,9,11,10,4) - -/* X direction */ - -Smooth() - - - - - -/* VTTTalk glyph 586, char 0x3b6 */ - -/* Y direction */ -ResYAnchor(0,15) -ResYDist(0,1) -ResYAnchor(7,10) -ResYDist(7,20) -ResYAnchor(27,0) -ResYDist(27,26) -YShift(26,12) -YShift(26,14) -YInterpolate(26,13,27) - -/* X direction */ - -Smooth() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/vtt_data/CascadiaCode_VTT.ttf b/sources/vtt_data/CascadiaCode_VTT.ttf new file mode 100644 index 0000000000000000000000000000000000000000..440e728a7e690f987ba3b6d88931ea839701635b GIT binary patch literal 988140 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�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 z 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%0A;ZRn0A$z*{ceYR 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 Vn+lwXhes?SpVQ5%b;X}p`+q09%nASi literal 0 HcmV?d00001