├── images ├── 1.png ├── 2.png ├── 3.png └── 4.png ├── fonts ├── 0xPropo-Medium.otf ├── 0xPropo-Medium.ttf └── 0xPropo-Medium.woff2 ├── .gitignore ├── sources └── 0xPropo.glyphspackage │ └── glyphs │ ├── C_R_.glyph │ ├── space.glyph │ ├── nbspace.glyph │ ├── wordjoiner.glyph │ ├── figurespace.glyph │ ├── zerowidthspace.glyph │ ├── punctuationspace.glyph │ ├── zeroW_idthN_oB_reakS_pace.glyph │ ├── primemod.glyph │ ├── apostrophemod.glyph │ ├── breve.glyph │ ├── caron.glyph │ ├── commaaccentcomb.case.glyph │ ├── commaturnedmod.glyph │ ├── doubleprimemod.glyph │ ├── ring.glyph │ ├── tilde.glyph │ ├── acute.glyph │ ├── macron.glyph │ ├── ogonek.glyph │ ├── cedilla.glyph │ ├── dieresis.glyph │ ├── circumflex.glyph │ ├── dotaccent.glyph │ ├── lowcircumflexmod.glyph │ ├── macronlowmod.glyph │ ├── hungarumlaut.glyph │ ├── aacute.glyph │ ├── abreve.glyph │ ├── acaron.glyph │ ├── aring.glyph │ ├── eacute.glyph │ ├── ebreve.glyph │ ├── ecaron.glyph │ ├── egrave.glyph │ ├── gbreve.glyph │ ├── gcaron.glyph │ ├── idotaccent.glyph │ ├── nacute.glyph │ ├── ncaron.glyph │ ├── ngrave.glyph │ ├── ntilde.glyph │ ├── oacute.glyph │ ├── obreve.glyph │ ├── ocaron.glyph │ ├── ograve.glyph │ ├── ohorn.glyph │ ├── otilde.glyph │ ├── racute.glyph │ ├── rcaron.glyph │ ├── sacute.glyph │ ├── scaron.glyph │ ├── uacute.glyph │ ├── ubreve.glyph │ ├── ucaron.glyph │ ├── ugrave.glyph │ ├── uhorn.glyph │ ├── uring.glyph │ ├── utilde.glyph │ ├── yacute.glyph │ ├── zacute.glyph │ ├── zcaron.glyph │ ├── A_ring.glyph │ ├── D_caron.glyph │ ├── U_ring.glyph │ ├── amacron.glyph │ ├── cacute.glyph │ ├── ccaron.glyph │ ├── emacron.glyph │ ├── eogonek.glyph │ ├── etilde.glyph │ ├── iogonek.glyph │ ├── lacute.glyph │ ├── macute.glyph │ ├── omacron.glyph │ ├── oogonek.glyph │ ├── tcaron.glyph │ ├── umacron.glyph │ ├── wacute.glyph │ ├── wgrave.glyph │ ├── ygrave.glyph │ ├── ymacron.glyph │ ├── ytilde.glyph │ ├── A_acute.glyph │ ├── A_breve.glyph │ ├── A_caron.glyph │ ├── A_grave.glyph │ ├── A_macron.glyph │ ├── A_tilde.glyph │ ├── C_acute.glyph │ ├── C_caron.glyph │ ├── E_acute.glyph │ ├── E_breve.glyph │ ├── E_caron.glyph │ ├── E_grave.glyph │ ├── E_macron.glyph │ ├── E_tilde.glyph │ ├── G_breve.glyph │ ├── G_caron.glyph │ ├── G_macron.glyph │ ├── I_acute.glyph │ ├── I_breve.glyph │ ├── I_caron.glyph │ ├── I_grave.glyph │ ├── I_macron.glyph │ ├── I_ogonek.glyph │ ├── I_tilde.glyph │ ├── L_acute.glyph │ ├── M_acute.glyph │ ├── N_acute.glyph │ ├── N_caron.glyph │ ├── N_grave.glyph │ ├── N_tilde.glyph │ ├── O_acute.glyph │ ├── O_breve.glyph │ ├── O_caron.glyph │ ├── O_grave.glyph │ ├── O_horn.glyph │ ├── O_macron.glyph │ ├── O_ogonek.glyph │ ├── O_tilde.glyph │ ├── R_acute.glyph │ ├── R_caron.glyph │ ├── S_acute.glyph │ ├── S_caron.glyph │ ├── T_caron.glyph │ ├── U_acute.glyph │ ├── U_breve.glyph │ ├── U_caron.glyph │ ├── U_grave.glyph │ ├── U_macron.glyph │ ├── U_ogonek.glyph │ ├── U_tilde.glyph │ ├── W_acute.glyph │ ├── W_grave.glyph │ ├── Y_acute.glyph │ ├── Y_grave.glyph │ ├── Y_macron.glyph │ ├── Y_tilde.glyph │ ├── Z_acute.glyph │ ├── Z_caron.glyph │ ├── adieresis.glyph │ ├── adotbelow.glyph │ ├── aogonek.glyph │ ├── ddotbelow.glyph │ ├── edieresis.glyph │ ├── edotbelow.glyph │ ├── hdotbelow.glyph │ ├── iacute.glyph │ ├── ibreve.glyph │ ├── icaron.glyph │ ├── igrave.glyph │ ├── itilde.glyph │ ├── jcaron.glyph │ ├── kdotbelow.glyph │ ├── lcaron.glyph │ ├── ndotbelow.glyph │ ├── odieresis.glyph │ ├── odotbelow.glyph │ ├── scedilla.glyph │ ├── sdotbelow.glyph │ ├── tcedilla.glyph │ ├── tdotbelow.glyph │ ├── udieresis.glyph │ ├── udotbelow.glyph │ ├── uogonek.glyph │ ├── vdotbelow.glyph │ ├── ydieresis.glyph │ ├── zdotbelow.glyph │ ├── A_dieresis.glyph │ ├── A_ogonek.glyph │ ├── C_cedilla.glyph │ ├── D_dotbelow.glyph │ ├── E_dieresis.glyph │ ├── E_ogonek.glyph │ ├── L_caron.glyph │ ├── L_dotbelow.glyph │ ├── O_dieresis.glyph │ ├── S_cedilla.glyph │ ├── U_dieresis.glyph │ ├── Y_dieresis.glyph │ ├── acircumflex.glyph │ ├── adotaccent.glyph │ ├── ahookabove.glyph │ ├── cdotaccent.glyph │ ├── ecircumflex.glyph │ ├── edotaccent.glyph │ ├── ehookabove.glyph │ ├── gdotaccent.glyph │ ├── idotbelow.glyph │ ├── imacron.glyph │ ├── ldot.glyph │ ├── ldotbelow.glyph │ ├── mdotaccent.glyph │ ├── mdotbelow.glyph │ ├── ndotaccent.glyph │ ├── ocircumflex.glyph │ ├── odotaccent.glyph │ ├── ohookabove.glyph │ ├── ohornacute.glyph │ ├── rdotaccent.glyph │ ├── rdotbelow.glyph │ ├── scircumflex.glyph │ ├── ucircumflex.glyph │ ├── uhookabove.glyph │ ├── wcircumflex.glyph │ ├── wdieresis.glyph │ ├── xdieresis.glyph │ ├── ycircumflex.glyph │ ├── ydotaccent.glyph │ ├── yhookabove.glyph │ ├── zdotaccent.glyph │ ├── A_dotaccent.glyph │ ├── A_dotbelow.glyph │ ├── A_hookabove.glyph │ ├── C_dotaccent.glyph │ ├── E_dotaccent.glyph │ ├── E_dotbelow.glyph │ ├── E_hookabove.glyph │ ├── G_dotaccent.glyph │ ├── H_dotbelow.glyph │ ├── I_dieresis.glyph │ ├── I_dotaccent.glyph │ ├── I_dotbelow.glyph │ ├── I_hookabove.glyph │ ├── K_dotbelow.glyph │ ├── L_dot.glyph │ ├── M_dotaccent.glyph │ ├── M_dotbelow.glyph │ ├── N_dotaccent.glyph │ ├── N_dotbelow.glyph │ ├── N_macronbelow.glyph │ ├── O_dotaccent.glyph │ ├── O_dotbelow.glyph │ ├── O_hookabove.glyph │ ├── O_hornacute.glyph │ ├── O_horngrave.glyph │ ├── O_horntilde.glyph │ ├── R_dotaccent.glyph │ ├── R_dotbelow.glyph │ ├── S_dotbelow.glyph │ ├── T_dotbelow.glyph │ ├── U_dotbelow.glyph │ ├── U_hookabove.glyph │ ├── V_dotbelow.glyph │ ├── W_dieresis.glyph │ ├── X_dieresis.glyph │ ├── Y_dotaccent.glyph │ ├── Y_dotbelow.glyph │ ├── Y_hookabove.glyph │ ├── Z_dotaccent.glyph │ ├── Z_dotbelow.glyph │ ├── abreveacute.glyph │ ├── abrevegrave.glyph │ ├── abrevetilde.glyph │ ├── agrave.glyph │ ├── bmacronbelow.glyph │ ├── ccircumflex.glyph │ ├── dmacronbelow.glyph │ ├── hbrevebelow.glyph │ ├── hcircumflex.glyph │ ├── hmacronbelow.glyph │ ├── idieresis.glyph │ ├── kcommaaccent.glyph │ ├── kmacronbelow.glyph │ ├── lcommaaccent.glyph │ ├── lmacronbelow.glyph │ ├── ncommaaccent.glyph │ ├── nmacronbelow.glyph │ ├── rcommaaccent.glyph │ ├── rmacronbelow.glyph │ ├── scommaaccent.glyph │ ├── tcommaaccent.glyph │ ├── tmacronbelow.glyph │ ├── zcircumflex.glyph │ ├── zmacronbelow.glyph │ ├── A_circumflex.glyph │ ├── B_macronbelow.glyph │ ├── C_circumflex.glyph │ ├── D_macronbelow.glyph │ ├── E_circumflex.glyph │ ├── G_circumflex.glyph │ ├── G_commaaccent.glyph │ ├── H_brevebelow.glyph │ ├── H_circumflex.glyph │ ├── I_circumflex.glyph │ ├── J_circumflex.glyph │ ├── K_commaaccent.glyph │ ├── K_macronbelow.glyph │ ├── L_commaaccent.glyph │ ├── L_macronbelow.glyph │ ├── N_commaaccent.glyph │ ├── O_circumflex.glyph │ ├── R_commaaccent.glyph │ ├── R_macronbelow.glyph │ ├── S_circumflex.glyph │ ├── S_commaaccent.glyph │ ├── T_commaaccent.glyph │ ├── T_macronbelow.glyph │ ├── U_circumflex.glyph │ ├── W_circumflex.glyph │ ├── Y_circumflex.glyph │ ├── Z_circumflex.glyph │ ├── Z_macronbelow.glyph │ ├── gcommaaccent.glyph │ ├── icircumflex.glyph │ ├── ihookabove.glyph │ ├── jcircumflex.glyph │ ├── uhornhookabove.glyph │ ├── uhungarumlaut.glyph │ ├── A_breveacute.glyph │ ├── A_brevegrave.glyph │ ├── A_brevetilde.glyph │ ├── O_horndotbelow.glyph │ ├── O_hungarumlaut.glyph │ ├── U_hungarumlaut.glyph │ ├── ccedilla.glyph │ ├── dcircumflexbelow.glyph │ ├── udieresisacute.glyph │ ├── udieresiscaron.glyph │ ├── udieresisgrave.glyph │ ├── O_hornhookabove.glyph │ ├── U_dieresisacute.glyph │ ├── U_dieresiscaron.glyph │ ├── U_dieresisgrave.glyph │ ├── U_hornhookabove.glyph │ ├── abrevehookabove.glyph │ ├── acircumflexacute.glyph │ ├── acircumflexgrave.glyph │ ├── acircumflextilde.glyph │ ├── cedillacomb.case.glyph │ ├── lcircumflexbelow.glyph │ ├── ncircumflexbelow.glyph │ ├── ocircumflexacute.glyph │ ├── ocircumflexgrave.glyph │ ├── ocircumflextilde.glyph │ ├── ogonekcomb.case.glyph │ ├── tcircumflexbelow.glyph │ ├── udieresismacron.glyph │ ├── A_brevehookabove.glyph │ ├── D_circumflexbelow.glyph │ ├── L_circumflexbelow.glyph │ ├── N_circumflexbelow.glyph │ ├── T_circumflexbelow.glyph │ ├── U_dieresismacron.glyph │ ├── atilde.glyph │ ├── bar.glyph │ ├── dotbelowcomb.case.glyph │ ├── ecircumflexacute.glyph │ ├── ecircumflexgrave.glyph │ ├── ecircumflextilde.glyph │ ├── endash.glyph │ ├── hyphen.glyph │ ├── minus.glyph │ ├── A_circumflexacute.glyph │ ├── A_circumflexgrave.glyph │ ├── A_circumflextilde.glyph │ ├── E_circumflexacute.glyph │ ├── E_circumflexgrave.glyph │ ├── E_circumflextilde.glyph │ ├── O_circumflexacute.glyph │ ├── O_circumflexgrave.glyph │ ├── O_circumflextilde.glyph │ ├── brevebelowcomb.case.glyph │ ├── emdash.glyph │ ├── ohungarumlaut.glyph │ ├── ringcomb.case.glyph │ ├── underscore.glyph │ ├── acircumflexhookabove.glyph │ ├── acutecomb.case.glyph │ ├── brevecomb.case.glyph │ ├── caroncomb.case.glyph │ ├── ecircumflexhookabove.glyph │ ├── gravecomb.case.glyph │ ├── horncomb.case.glyph │ ├── macronbelowcomb.case.glyph │ ├── macroncomb.case.glyph │ ├── ocircumflexhookabove.glyph │ ├── quotesingle.glyph │ ├── tildecomb.case.glyph │ ├── A_circumflexhookabove.glyph │ ├── E_circumflexhookabove.glyph │ ├── O_circumflexhookabove.glyph │ ├── circumflexbelowcomb.case.glyph │ ├── dieresiscomb.case.glyph │ ├── dotaccentcomb.case.glyph │ ├── grave.glyph │ ├── hookabovecomb.case.glyph │ ├── verticallinemod.glyph │ ├── caroncomb.alt.case.glyph │ ├── circumflexcomb.case.glyph │ ├── tbar.glyph │ ├── T_bar.glyph │ ├── hungarumlautcomb.case.glyph │ ├── ohorngrave.glyph │ ├── ohorntilde.glyph │ ├── verticallinelowmod.glyph │ ├── abrevedotbelow.glyph │ ├── ohorndotbelow.glyph │ ├── periodcentered.loclC_A_T_.case.glyph │ ├── brevecomb_acutecomb.case.glyph │ ├── brevecomb_gravecomb.case.glyph │ ├── ohornhookabove.glyph │ ├── rdotbelowmacron.glyph │ ├── slash.glyph │ ├── E_th.glyph │ ├── H_bar.glyph │ ├── backslash.glyph │ ├── ldotbelowmacron.glyph │ ├── A_brevedotbelow.glyph │ ├── D_croat.glyph │ ├── R_dotbelowmacron.glyph │ ├── acircumflexdotbelow.glyph │ ├── brevecomb_hookabovecomb.case.glyph │ ├── dieresiscomb_acutecomb.case.glyph │ ├── dieresiscomb_caroncomb.case.glyph │ ├── dieresiscomb_gravecomb.case.glyph │ ├── dieresiscomb_macroncomb.case.glyph │ ├── ocircumflexdotbelow.glyph │ ├── L_dotbelowmacron.glyph │ ├── circumflexcomb_acutecomb.case.glyph │ ├── circumflexcomb_gravecomb.case.glyph │ ├── circumflexcomb_tildecomb.case.glyph │ ├── ecircumflexdotbelow.glyph │ ├── brevecomb_tildecomb.case.glyph │ ├── A_circumflexdotbelow.glyph │ ├── E_circumflexdotbelow.glyph │ ├── O_circumflexdotbelow.glyph │ ├── O_slash.glyph │ ├── circumflexcomb_hookabovecomb.case.glyph │ ├── lslash.glyph │ ├── oslash.glyph │ ├── L_slash.glyph │ ├── macroncomb.glyph │ ├── caroncomb.alt.glyph │ ├── acutecomb.glyph │ ├── gravecomb.glyph │ ├── macronbelowcomb.glyph │ ├── uhornacute.glyph │ ├── uhorngrave.glyph │ ├── uhorntilde.glyph │ ├── U_hornacute.glyph │ ├── U_horngrave.glyph │ ├── U_horntilde.glyph │ ├── equal.glyph │ ├── plus.glyph │ ├── U_horndotbelow.glyph │ ├── dagger.glyph │ ├── multiply.glyph │ ├── quotedbl.glyph │ ├── dieresiscomb_macroncomb.glyph │ ├── guilsinglleft.glyph │ ├── brevecomb_acutecomb.glyph │ ├── brevecomb_gravecomb.glyph │ ├── guilsinglright.glyph │ ├── period.glyph │ ├── bullet.glyph │ ├── dieresiscomb_acutecomb.glyph │ ├── dieresiscomb_gravecomb.glyph │ ├── circumflexcomb_acutecomb.glyph │ ├── circumflexcomb_gravecomb.glyph │ ├── less.glyph │ ├── greater.glyph │ ├── periodcentered.glyph │ ├── asciicircum.glyph │ ├── i.glyph │ ├── j.glyph │ ├── parenleft.glyph │ ├── parenright.glyph │ ├── ringhalfleft.glyph │ ├── ringhalfright.glyph │ ├── U_horn.glyph │ ├── asciitilde.glyph │ ├── dieresiscomb.glyph │ ├── uhorndotbelow.glyph │ ├── dieresisbelowcomb.glyph │ ├── T_.glyph │ ├── dotaccentcomb.glyph │ ├── caroncomb.glyph │ ├── dotbelowcomb.glyph │ ├── periodcentered.loclC_A_T_.glyph │ ├── plusminus.glyph │ ├── circumflexcomb.glyph │ ├── daggerdbl.glyph │ ├── hungarumlautcomb.glyph │ └── bracketleft.glyph ├── CHANGELOG.md └── requirements.txt /images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xType/0xPropo/HEAD/images/1.png -------------------------------------------------------------------------------- /images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xType/0xPropo/HEAD/images/2.png -------------------------------------------------------------------------------- /images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xType/0xPropo/HEAD/images/3.png -------------------------------------------------------------------------------- /images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xType/0xPropo/HEAD/images/4.png -------------------------------------------------------------------------------- /fonts/0xPropo-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xType/0xPropo/HEAD/fonts/0xPropo-Medium.otf -------------------------------------------------------------------------------- /fonts/0xPropo-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xType/0xPropo/HEAD/fonts/0xPropo-Medium.ttf -------------------------------------------------------------------------------- /fonts/0xPropo-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xType/0xPropo/HEAD/fonts/0xPropo-Medium.woff2 -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | woff2 3 | 4 | 0xPropo-Regular.ufo/glyphs* 5 | !0xPropo-Regular.ufo/glyphs 6 | 7 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/C_R_.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = CR; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | width = 620; 7 | } 8 | ); 9 | unicode = 13; 10 | } 11 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/space.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = space; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | width = 600; 7 | } 8 | ); 9 | unicode = 32; 10 | } 11 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/nbspace.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = nbspace; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | width = 600; 7 | } 8 | ); 9 | unicode = 160; 10 | } 11 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/wordjoiner.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = wordjoiner; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | width = 0; 7 | } 8 | ); 9 | unicode = 8288; 10 | } 11 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/figurespace.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = figurespace; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | width = 600; 7 | } 8 | ); 9 | unicode = 8199; 10 | } 11 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/zerowidthspace.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = zerowidthspace; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | width = 0; 7 | } 8 | ); 9 | unicode = 8203; 10 | } 11 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/punctuationspace.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = punctuationspace; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | width = 366; 7 | } 8 | ); 9 | unicode = 8200; 10 | } 11 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/zeroW_idthN_oB_reakS_pace.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = zeroWidthNoBreakSpace; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | width = 0; 7 | } 8 | ); 9 | unicode = 65279; 10 | } 11 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | All notable changes to this project will be documented in this file. 2 | 3 | ## 1.100 4 | 5 | Update some glyphs to follow 0xProto v2.000. https://github.com/0xType/0xPropo/pull/1 6 | 7 | ## 1.000 8 | 9 | Initial release :tada: -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/primemod.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = primemod; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = quotesingle; 9 | } 10 | ); 11 | width = 326; 12 | } 13 | ); 14 | unicode = 697; 15 | } 16 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/apostrophemod.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = apostrophemod; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = quoteright; 9 | } 10 | ); 11 | width = 345; 12 | } 13 | ); 14 | unicode = 700; 15 | } 16 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/breve.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = breve; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | pos = (-48,0); 9 | ref = brevecomb; 10 | } 11 | ); 12 | width = 524; 13 | } 14 | ); 15 | unicode = 728; 16 | } 17 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/caron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = caron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | pos = (-41,0); 9 | ref = caroncomb; 10 | } 11 | ); 12 | width = 538; 13 | } 14 | ); 15 | unicode = 711; 16 | } 17 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/commaaccentcomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = commaaccentcomb.case; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = commaaccentcomb; 9 | } 10 | ); 11 | width = 620; 12 | } 13 | ); 14 | } 15 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/commaturnedmod.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = commaturnedmod; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = quoteleft; 9 | } 10 | ); 11 | width = 345; 12 | } 13 | ); 14 | unicode = 699; 15 | } 16 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/doubleprimemod.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = doubleprimemod; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = quotedbl; 9 | } 10 | ); 11 | width = 534; 12 | } 13 | ); 14 | unicode = 698; 15 | } 16 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ring.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ring; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | pos = (-104,0); 9 | ref = ringcomb; 10 | } 11 | ); 12 | width = 412; 13 | } 14 | ); 15 | unicode = 730; 16 | } 17 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/tilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = tilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | pos = (-26,0); 9 | ref = tildecomb; 10 | } 11 | ); 12 | width = 568; 13 | } 14 | ); 15 | unicode = 732; 16 | } 17 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/acute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = acute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | pos = (-172,0); 9 | ref = acutecomb; 10 | } 11 | ); 12 | width = 376; 13 | } 14 | ); 15 | unicode = 180; 16 | } 17 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/macron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = macron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | pos = (-55,0); 9 | ref = macroncomb; 10 | } 11 | ); 12 | width = 510; 13 | } 14 | ); 15 | unicode = 175; 16 | } 17 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ogonek.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ogonek; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | pos = (-118,0); 9 | ref = ogonekcomb; 10 | } 11 | ); 12 | width = 393; 13 | } 14 | ); 15 | unicode = 731; 16 | } 17 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/cedilla.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = cedilla; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | pos = (-78,0); 9 | ref = cedillacomb; 10 | } 11 | ); 12 | width = 463; 13 | } 14 | ); 15 | unicode = 184; 16 | } 17 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dieresis.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dieresis; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | pos = (-58,0); 9 | ref = dieresiscomb; 10 | } 11 | ); 12 | width = 504; 13 | } 14 | ); 15 | unicode = 168; 16 | } 17 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/circumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = circumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | pos = (-41,0); 9 | ref = circumflexcomb; 10 | } 11 | ); 12 | width = 538; 13 | } 14 | ); 15 | unicode = 710; 16 | } 17 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | pos = (-141,0); 9 | ref = dotaccentcomb; 10 | } 11 | ); 12 | width = 338; 13 | } 14 | ); 15 | unicode = 729; 16 | } 17 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/lowcircumflexmod.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = lowcircumflexmod; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = circumflexbelowcomb; 9 | } 10 | ); 11 | width = 620; 12 | } 13 | ); 14 | unicode = 42888; 15 | } 16 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/macronlowmod.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = macronlowmod; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | pos = (-55,0); 9 | ref = macronbelowcomb; 10 | } 11 | ); 12 | width = 510; 13 | } 14 | ); 15 | unicode = 717; 16 | } 17 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/hungarumlaut.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = hungarumlaut; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | pos = (-101,0); 9 | ref = hungarumlautcomb; 10 | } 11 | ); 12 | width = 485; 13 | } 14 | ); 15 | unicode = 733; 16 | } 17 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/aacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = aacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = acutecomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 225; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/abreve.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = abreve; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = brevecomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 259; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/acaron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = acaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = caroncomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 462; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/aring.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = aring; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = ringcomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 229; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/eacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = eacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = e; 9 | }, 10 | { 11 | pos = (12,0); 12 | ref = acutecomb; 13 | } 14 | ); 15 | width = 641; 16 | } 17 | ); 18 | unicode = 233; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ebreve.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ebreve; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = e; 9 | }, 10 | { 11 | pos = (12,0); 12 | ref = brevecomb; 13 | } 14 | ); 15 | width = 641; 16 | } 17 | ); 18 | unicode = 277; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ecaron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ecaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = e; 9 | }, 10 | { 11 | pos = (12,0); 12 | ref = caroncomb; 13 | } 14 | ); 15 | width = 641; 16 | } 17 | ); 18 | unicode = 283; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/egrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = egrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = e; 9 | }, 10 | { 11 | pos = (12,0); 12 | ref = gravecomb; 13 | } 14 | ); 15 | width = 641; 16 | } 17 | ); 18 | unicode = 232; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/gbreve.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = gbreve; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = g; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = brevecomb; 13 | } 14 | ); 15 | width = 660; 16 | } 17 | ); 18 | unicode = 287; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/gcaron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = gcaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = g; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = caroncomb; 13 | } 14 | ); 15 | width = 660; 16 | } 17 | ); 18 | unicode = 487; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/idotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = idotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = idotless; 9 | }, 10 | { 11 | pos = (-42,0); 12 | ref = dotaccentcomb; 13 | } 14 | ); 15 | width = 550; 16 | } 17 | ); 18 | } 19 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/nacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = nacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = n; 9 | }, 10 | { 11 | pos = (11,0); 12 | ref = acutecomb; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 324; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ncaron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ncaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = n; 9 | }, 10 | { 11 | pos = (11,0); 12 | ref = caroncomb; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 328; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ngrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ngrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = n; 9 | }, 10 | { 11 | pos = (11,0); 12 | ref = gravecomb; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 505; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ntilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ntilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = n; 9 | }, 10 | { 11 | pos = (11,0); 12 | ref = tildecomb; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 241; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/oacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = oacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = acutecomb; 13 | } 14 | ); 15 | width = 622; 16 | } 17 | ); 18 | unicode = 243; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/obreve.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = obreve; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = brevecomb; 13 | } 14 | ); 15 | width = 622; 16 | } 17 | ); 18 | unicode = 335; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ocaron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ocaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = caroncomb; 13 | } 14 | ); 15 | width = 622; 16 | } 17 | ); 18 | unicode = 466; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ograve.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ograve; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = gravecomb; 13 | } 14 | ); 15 | width = 622; 16 | } 17 | ); 18 | unicode = 242; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ohorn.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ohorn; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (208,-27); 12 | ref = horncomb; 13 | } 14 | ); 15 | width = 622; 16 | } 17 | ); 18 | unicode = 417; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/otilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = otilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = tildecomb; 13 | } 14 | ); 15 | width = 622; 16 | } 17 | ); 18 | unicode = 245; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/racute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = racute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = r; 9 | }, 10 | { 11 | pos = (-9,0); 12 | ref = acutecomb; 13 | } 14 | ); 15 | width = 624; 16 | } 17 | ); 18 | unicode = 341; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/rcaron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = rcaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = r; 9 | }, 10 | { 11 | pos = (-9,0); 12 | ref = caroncomb; 13 | } 14 | ); 15 | width = 624; 16 | } 17 | ); 18 | unicode = 345; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/sacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = sacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = s; 9 | }, 10 | { 11 | pos = (-5,0); 12 | ref = acutecomb; 13 | } 14 | ); 15 | width = 589; 16 | } 17 | ); 18 | unicode = 347; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/scaron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = scaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = s; 9 | }, 10 | { 11 | pos = (-5,0); 12 | ref = caroncomb; 13 | } 14 | ); 15 | width = 589; 16 | } 17 | ); 18 | unicode = 353; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/uacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = uacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = u; 9 | }, 10 | { 11 | pos = (23,0); 12 | ref = acutecomb; 13 | } 14 | ); 15 | width = 689; 16 | } 17 | ); 18 | unicode = 250; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ubreve.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ubreve; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = u; 9 | }, 10 | { 11 | pos = (23,0); 12 | ref = brevecomb; 13 | } 14 | ); 15 | width = 689; 16 | } 17 | ); 18 | unicode = 365; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ucaron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ucaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = u; 9 | }, 10 | { 11 | pos = (23,0); 12 | ref = caroncomb; 13 | } 14 | ); 15 | width = 689; 16 | } 17 | ); 18 | unicode = 468; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ugrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ugrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = u; 9 | }, 10 | { 11 | pos = (23,0); 12 | ref = gravecomb; 13 | } 14 | ); 15 | width = 689; 16 | } 17 | ); 18 | unicode = 249; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/uhorn.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = uhorn; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | pos = (250,0); 9 | ref = horncomb; 10 | }, 11 | { 12 | ref = u; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 432; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/uring.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = uring; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = u; 9 | }, 10 | { 11 | pos = (23,0); 12 | ref = ringcomb; 13 | } 14 | ); 15 | width = 689; 16 | } 17 | ); 18 | unicode = 367; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/utilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = utilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = u; 9 | }, 10 | { 11 | pos = (23,0); 12 | ref = tildecomb; 13 | } 14 | ); 15 | width = 689; 16 | } 17 | ); 18 | unicode = 361; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/yacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = yacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = y; 9 | }, 10 | { 11 | pos = (27,0); 12 | ref = acutecomb; 13 | } 14 | ); 15 | width = 646; 16 | } 17 | ); 18 | unicode = 253; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/zacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = zacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = z; 9 | }, 10 | { 11 | pos = (-9,0); 12 | ref = acutecomb; 13 | } 14 | ); 15 | width = 598; 16 | } 17 | ); 18 | unicode = 378; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/zcaron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = zcaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = z; 9 | }, 10 | { 11 | pos = (-9,0); 12 | ref = caroncomb; 13 | } 14 | ); 15 | width = 598; 16 | } 17 | ); 18 | unicode = 382; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_ring.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Aring; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = ringcomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 197; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/D_caron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Dcaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = D; 9 | }, 10 | { 11 | pos = (7,0); 12 | ref = caroncomb.case; 13 | } 14 | ); 15 | width = 692; 16 | } 17 | ); 18 | unicode = 270; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_ring.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Uring; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = U; 9 | }, 10 | { 11 | pos = (45,0); 12 | ref = ringcomb.case; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 366; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/amacron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = amacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = macroncomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 257; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/cacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = cacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = c; 9 | }, 10 | { 11 | pos = (-10,0); 12 | ref = acutecomb; 13 | } 14 | ); 15 | width = 596; 16 | } 17 | ); 18 | unicode = 263; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ccaron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ccaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = c; 9 | }, 10 | { 11 | pos = (-10,0); 12 | ref = caroncomb; 13 | } 14 | ); 15 | width = 596; 16 | } 17 | ); 18 | unicode = 269; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/emacron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = emacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = e; 9 | }, 10 | { 11 | pos = (12,0); 12 | ref = macroncomb; 13 | } 14 | ); 15 | width = 641; 16 | } 17 | ); 18 | unicode = 275; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/eogonek.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = eogonek; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = e; 9 | }, 10 | { 11 | pos = (48,-3); 12 | ref = ogonekcomb; 13 | } 14 | ); 15 | width = 641; 16 | } 17 | ); 18 | unicode = 281; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/etilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = etilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = e; 9 | }, 10 | { 11 | pos = (12,0); 12 | ref = tildecomb; 13 | } 14 | ); 15 | width = 641; 16 | } 17 | ); 18 | unicode = 7869; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/iogonek.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = iogonek; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = i; 9 | }, 10 | { 11 | pos = (74,-3); 12 | ref = ogonekcomb; 13 | } 14 | ); 15 | width = 550; 16 | } 17 | ); 18 | unicode = 303; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/lacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = lacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = l; 9 | }, 10 | { 11 | pos = (-55,200); 12 | ref = acutecomb; 13 | } 14 | ); 15 | width = 528; 16 | } 17 | ); 18 | unicode = 314; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/macute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = macute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = m; 9 | }, 10 | { 11 | pos = (115,0); 12 | ref = acutecomb; 13 | } 14 | ); 15 | width = 852; 16 | } 17 | ); 18 | unicode = 7743; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/omacron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = omacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = macroncomb; 13 | } 14 | ); 15 | width = 622; 16 | } 17 | ); 18 | unicode = 333; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/oogonek.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = oogonek; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (-10,-3); 12 | ref = ogonekcomb; 13 | } 14 | ); 15 | width = 622; 16 | } 17 | ); 18 | unicode = 491; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/tcaron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = tcaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = t; 9 | }, 10 | { 11 | pos = (-95,0); 12 | ref = caroncomb.alt; 13 | } 14 | ); 15 | width = 587; 16 | } 17 | ); 18 | unicode = 357; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/umacron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = umacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = u; 9 | }, 10 | { 11 | pos = (23,0); 12 | ref = macroncomb; 13 | } 14 | ); 15 | width = 689; 16 | } 17 | ); 18 | unicode = 363; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/wacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = wacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = w; 9 | }, 10 | { 11 | pos = (43,0); 12 | ref = acutecomb; 13 | } 14 | ); 15 | width = 706; 16 | } 17 | ); 18 | unicode = 7811; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/wgrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = wgrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = w; 9 | }, 10 | { 11 | pos = (43,0); 12 | ref = gravecomb; 13 | } 14 | ); 15 | width = 706; 16 | } 17 | ); 18 | unicode = 7809; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ygrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ygrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = y; 9 | }, 10 | { 11 | pos = (27,0); 12 | ref = gravecomb; 13 | } 14 | ); 15 | width = 646; 16 | } 17 | ); 18 | unicode = 7923; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ymacron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ymacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = y; 9 | }, 10 | { 11 | pos = (27,0); 12 | ref = macroncomb; 13 | } 14 | ); 15 | width = 646; 16 | } 17 | ); 18 | unicode = 563; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ytilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ytilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = y; 9 | }, 10 | { 11 | pos = (27,0); 12 | ref = tildecomb; 13 | } 14 | ); 15 | width = 646; 16 | } 17 | ); 18 | unicode = 7929; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_acute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Aacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = acutecomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 193; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_breve.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Abreve; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = brevecomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 258; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_caron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Acaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = caroncomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 461; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_grave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Agrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = gravecomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 192; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_macron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Amacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = macroncomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 256; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_tilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Atilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = tildecomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 195; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/C_acute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Cacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = C; 9 | }, 10 | { 11 | pos = (44,16); 12 | ref = acutecomb.case; 13 | } 14 | ); 15 | width = 688; 16 | } 17 | ); 18 | unicode = 262; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/C_caron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ccaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = C; 9 | }, 10 | { 11 | pos = (44,16); 12 | ref = caroncomb.case; 13 | } 14 | ); 15 | width = 688; 16 | } 17 | ); 18 | unicode = 268; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/E_acute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Eacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = E; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = acutecomb.case; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 201; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/E_breve.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ebreve; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = E; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = brevecomb.case; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 276; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/E_caron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ecaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = E; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = caroncomb.case; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 282; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/E_grave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Egrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = E; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = gravecomb.case; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 200; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/E_macron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Emacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = E; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = macroncomb.case; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 274; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/E_tilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Etilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = E; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = tildecomb.case; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 7868; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/G_breve.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Gbreve; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = G; 9 | }, 10 | { 11 | pos = (52,0); 12 | ref = brevecomb.case; 13 | } 14 | ); 15 | width = 705; 16 | } 17 | ); 18 | unicode = 286; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/G_caron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Gcaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = G; 9 | }, 10 | { 11 | pos = (52,0); 12 | ref = caroncomb.case; 13 | } 14 | ); 15 | width = 705; 16 | } 17 | ); 18 | unicode = 486; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/G_macron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Gmacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = G; 9 | }, 10 | { 11 | pos = (52,0); 12 | ref = macroncomb.case; 13 | } 14 | ); 15 | width = 705; 16 | } 17 | ); 18 | unicode = 7712; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/I_acute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Iacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = I; 9 | }, 10 | { 11 | pos = (-11,0); 12 | ref = acutecomb.case; 13 | } 14 | ); 15 | width = 598; 16 | } 17 | ); 18 | unicode = 205; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/I_breve.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ibreve; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = I; 9 | }, 10 | { 11 | pos = (-11,0); 12 | ref = brevecomb.case; 13 | } 14 | ); 15 | width = 598; 16 | } 17 | ); 18 | unicode = 300; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/I_caron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Icaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = I; 9 | }, 10 | { 11 | pos = (-11,0); 12 | ref = caroncomb.case; 13 | } 14 | ); 15 | width = 598; 16 | } 17 | ); 18 | unicode = 463; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/I_grave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Igrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = I; 9 | }, 10 | { 11 | pos = (-11,0); 12 | ref = gravecomb.case; 13 | } 14 | ); 15 | width = 598; 16 | } 17 | ); 18 | unicode = 204; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/I_macron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Imacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = I; 9 | }, 10 | { 11 | pos = (-11,0); 12 | ref = macroncomb.case; 13 | } 14 | ); 15 | width = 598; 16 | } 17 | ); 18 | unicode = 298; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/I_ogonek.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Iogonek; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = I; 9 | }, 10 | { 11 | pos = (93,-3); 12 | ref = ogonekcomb.case; 13 | } 14 | ); 15 | width = 598; 16 | } 17 | ); 18 | unicode = 302; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/I_tilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Itilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = I; 9 | }, 10 | { 11 | pos = (-11,0); 12 | ref = tildecomb.case; 13 | } 14 | ); 15 | width = 598; 16 | } 17 | ); 18 | unicode = 296; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/L_acute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Lacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = L; 9 | }, 10 | { 11 | pos = (-161,0); 12 | ref = acutecomb.case; 13 | } 14 | ); 15 | width = 614; 16 | } 17 | ); 18 | unicode = 313; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/M_acute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Macute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = M; 9 | }, 10 | { 11 | pos = (106,0); 12 | ref = acutecomb.case; 13 | } 14 | ); 15 | width = 832; 16 | } 17 | ); 18 | unicode = 7742; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/N_acute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Nacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = N; 9 | }, 10 | { 11 | pos = (74,0); 12 | ref = acutecomb.case; 13 | } 14 | ); 15 | width = 768; 16 | } 17 | ); 18 | unicode = 323; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/N_caron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ncaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = N; 9 | }, 10 | { 11 | pos = (74,0); 12 | ref = caroncomb.case; 13 | } 14 | ); 15 | width = 768; 16 | } 17 | ); 18 | unicode = 327; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/N_grave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ngrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = N; 9 | }, 10 | { 11 | pos = (74,0); 12 | ref = gravecomb.case; 13 | } 14 | ); 15 | width = 768; 16 | } 17 | ); 18 | unicode = 504; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/N_tilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ntilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = N; 9 | }, 10 | { 11 | pos = (74,0); 12 | ref = tildecomb.case; 13 | } 14 | ); 15 | width = 768; 16 | } 17 | ); 18 | unicode = 209; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_acute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Oacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = acutecomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 211; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_breve.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Obreve; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = brevecomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 334; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_caron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ocaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = caroncomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 465; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_grave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ograve; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = gravecomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 210; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_horn.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ohorn; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (252,-82); 12 | ref = horncomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 416; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_macron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Omacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = macroncomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 332; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_ogonek.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Oogonek; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (19,-3); 12 | ref = ogonekcomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 490; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_tilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Otilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = tildecomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 213; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/R_acute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Racute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = R; 9 | }, 10 | { 11 | pos = (15,0); 12 | ref = acutecomb.case; 13 | } 14 | ); 15 | width = 685; 16 | } 17 | ); 18 | unicode = 340; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/R_caron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Rcaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = R; 9 | }, 10 | { 11 | pos = (15,0); 12 | ref = caroncomb.case; 13 | } 14 | ); 15 | width = 685; 16 | } 17 | ); 18 | unicode = 344; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/S_acute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Sacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = S; 9 | }, 10 | { 11 | pos = (32,0); 12 | ref = acutecomb.case; 13 | } 14 | ); 15 | width = 672; 16 | } 17 | ); 18 | unicode = 346; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/S_caron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Scaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = S; 9 | }, 10 | { 11 | pos = (32,0); 12 | ref = caroncomb.case; 13 | } 14 | ); 15 | width = 672; 16 | } 17 | ); 18 | unicode = 352; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/T_caron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Tcaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = T; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = caroncomb.case; 13 | } 14 | ); 15 | width = 660; 16 | } 17 | ); 18 | unicode = 356; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_acute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Uacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = U; 9 | }, 10 | { 11 | pos = (45,0); 12 | ref = acutecomb.case; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 218; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_breve.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ubreve; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = U; 9 | }, 10 | { 11 | pos = (45,0); 12 | ref = brevecomb.case; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 364; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_caron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ucaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = U; 9 | }, 10 | { 11 | pos = (45,0); 12 | ref = caroncomb.case; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 467; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_grave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ugrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = U; 9 | }, 10 | { 11 | pos = (45,0); 12 | ref = gravecomb.case; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 217; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_macron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Umacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = U; 9 | }, 10 | { 11 | pos = (45,0); 12 | ref = macroncomb.case; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 362; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_ogonek.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Uogonek; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = U; 9 | }, 10 | { 11 | pos = (34,-3); 12 | ref = ogonekcomb.case; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 370; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_tilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Utilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = U; 9 | }, 10 | { 11 | pos = (45,0); 12 | ref = tildecomb.case; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 360; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/W_acute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Wacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = W; 9 | }, 10 | { 11 | pos = (113,0); 12 | ref = acutecomb.case; 13 | } 14 | ); 15 | width = 846; 16 | } 17 | ); 18 | unicode = 7810; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/W_grave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Wgrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = W; 9 | }, 10 | { 11 | pos = (113,0); 12 | ref = gravecomb.case; 13 | } 14 | ); 15 | width = 846; 16 | } 17 | ); 18 | unicode = 7808; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/Y_acute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Yacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Y; 9 | }, 10 | { 11 | pos = (19,0); 12 | ref = acutecomb.case; 13 | } 14 | ); 15 | width = 658; 16 | } 17 | ); 18 | unicode = 221; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/Y_grave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ygrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Y; 9 | }, 10 | { 11 | pos = (19,0); 12 | ref = gravecomb.case; 13 | } 14 | ); 15 | width = 658; 16 | } 17 | ); 18 | unicode = 7922; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/Y_macron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ymacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Y; 9 | }, 10 | { 11 | pos = (19,0); 12 | ref = macroncomb.case; 13 | } 14 | ); 15 | width = 658; 16 | } 17 | ); 18 | unicode = 562; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/Y_tilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ytilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Y; 9 | }, 10 | { 11 | pos = (19,0); 12 | ref = tildecomb.case; 13 | } 14 | ); 15 | width = 658; 16 | } 17 | ); 18 | unicode = 7928; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/Z_acute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Zacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Z; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = acutecomb.case; 13 | } 14 | ); 15 | width = 664; 16 | } 17 | ); 18 | unicode = 377; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/Z_caron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Zcaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Z; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = caroncomb.case; 13 | } 14 | ); 15 | width = 664; 16 | } 17 | ); 18 | unicode = 381; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/adieresis.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = adieresis; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,-5); 12 | ref = dieresiscomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 228; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/adotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = adotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (-2,0); 12 | ref = dotbelowcomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 7841; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/aogonek.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = aogonek; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (150,-11); 12 | ref = ogonekcomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 261; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ddotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ddotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = d; 9 | }, 10 | { 11 | pos = (4,0); 12 | ref = dotbelowcomb; 13 | } 14 | ); 15 | width = 664; 16 | } 17 | ); 18 | unicode = 7693; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/edieresis.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = edieresis; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = e; 9 | }, 10 | { 11 | pos = (12,-5); 12 | ref = dieresiscomb; 13 | } 14 | ); 15 | width = 641; 16 | } 17 | ); 18 | unicode = 235; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/edotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = edotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = e; 9 | }, 10 | { 11 | pos = (12,0); 12 | ref = dotbelowcomb; 13 | } 14 | ); 15 | width = 641; 16 | } 17 | ); 18 | unicode = 7865; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/hdotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = hdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = h; 9 | }, 10 | { 11 | pos = (55,0); 12 | ref = dotbelowcomb; 13 | } 14 | ); 15 | width = 682; 16 | } 17 | ); 18 | unicode = 7717; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/iacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = iacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = idotless; 9 | }, 10 | { 11 | pos = (-42,0); 12 | ref = acutecomb; 13 | } 14 | ); 15 | width = 550; 16 | } 17 | ); 18 | unicode = 237; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ibreve.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ibreve; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = idotless; 9 | }, 10 | { 11 | pos = (-42,0); 12 | ref = brevecomb; 13 | } 14 | ); 15 | width = 550; 16 | } 17 | ); 18 | unicode = 301; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/icaron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = icaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = idotless; 9 | }, 10 | { 11 | pos = (-42,0); 12 | ref = caroncomb; 13 | } 14 | ); 15 | width = 550; 16 | } 17 | ); 18 | unicode = 464; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/igrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = igrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = idotless; 9 | }, 10 | { 11 | pos = (-42,0); 12 | ref = gravecomb; 13 | } 14 | ); 15 | width = 550; 16 | } 17 | ); 18 | unicode = 236; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/itilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = itilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = idotless; 9 | }, 10 | { 11 | pos = (-42,0); 12 | ref = tildecomb; 13 | } 14 | ); 15 | width = 550; 16 | } 17 | ); 18 | unicode = 297; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/jcaron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = jcaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = jdotless; 9 | }, 10 | { 11 | pos = (-1,0); 12 | ref = caroncomb; 13 | } 14 | ); 15 | width = 502; 16 | } 17 | ); 18 | unicode = 496; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/kdotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = kdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = k; 9 | }, 10 | { 11 | pos = (5,0); 12 | ref = dotbelowcomb; 13 | } 14 | ); 15 | width = 625; 16 | } 17 | ); 18 | unicode = 7731; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/lcaron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = lcaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = l; 9 | }, 10 | { 11 | pos = (-104,0); 12 | ref = caroncomb.alt; 13 | } 14 | ); 15 | width = 528; 16 | } 17 | ); 18 | unicode = 318; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ndotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ndotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = n; 9 | }, 10 | { 11 | pos = (11,0); 12 | ref = dotbelowcomb; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 7751; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/odieresis.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = odieresis; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (1,-5); 12 | ref = dieresiscomb; 13 | } 14 | ); 15 | width = 622; 16 | } 17 | ); 18 | unicode = 246; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/odotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = odotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = dotbelowcomb; 13 | } 14 | ); 15 | width = 622; 16 | } 17 | ); 18 | unicode = 7885; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/scedilla.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = scedilla; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = s; 9 | }, 10 | { 11 | pos = (-5,0); 12 | ref = cedillacomb; 13 | } 14 | ); 15 | width = 589; 16 | } 17 | ); 18 | unicode = 351; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/sdotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = sdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = s; 9 | }, 10 | { 11 | pos = (-5,0); 12 | ref = dotbelowcomb; 13 | } 14 | ); 15 | width = 589; 16 | } 17 | ); 18 | unicode = 7779; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/tcedilla.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = tcedilla; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = t; 9 | }, 10 | { 11 | pos = (43,0); 12 | ref = cedillacomb; 13 | } 14 | ); 15 | width = 587; 16 | } 17 | ); 18 | unicode = 355; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/tdotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = tdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = t; 9 | }, 10 | { 11 | pos = (43,0); 12 | ref = dotbelowcomb; 13 | } 14 | ); 15 | width = 587; 16 | } 17 | ); 18 | unicode = 7789; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/udieresis.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = udieresis; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = u; 9 | }, 10 | { 11 | pos = (23,-5); 12 | ref = dieresiscomb; 13 | } 14 | ); 15 | width = 689; 16 | } 17 | ); 18 | unicode = 252; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/udotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = udotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = u; 9 | }, 10 | { 11 | pos = (23,0); 12 | ref = dotbelowcomb; 13 | } 14 | ); 15 | width = 689; 16 | } 17 | ); 18 | unicode = 7909; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/uogonek.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = uogonek; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = u; 9 | }, 10 | { 11 | pos = (188,-11); 12 | ref = ogonekcomb; 13 | } 14 | ); 15 | width = 689; 16 | } 17 | ); 18 | unicode = 371; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/vdotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = vdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = v; 9 | }, 10 | { 11 | pos = (7,0); 12 | ref = dotbelowcomb; 13 | } 14 | ); 15 | width = 634; 16 | } 17 | ); 18 | unicode = 7807; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ydieresis.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ydieresis; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = y; 9 | }, 10 | { 11 | pos = (27,-5); 12 | ref = dieresiscomb; 13 | } 14 | ); 15 | width = 646; 16 | } 17 | ); 18 | unicode = 255; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/zdotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = zdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = z; 9 | }, 10 | { 11 | pos = (-9,0); 12 | ref = dotbelowcomb; 13 | } 14 | ); 15 | width = 598; 16 | } 17 | ); 18 | unicode = 7827; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_dieresis.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Adieresis; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = dieresiscomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 196; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_ogonek.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Aogonek; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (187,-3); 12 | ref = ogonekcomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 260; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/C_cedilla.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ccedilla; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = C; 9 | }, 10 | { 11 | pos = (46,0); 12 | ref = cedillacomb.case; 13 | } 14 | ); 15 | width = 688; 16 | } 17 | ); 18 | unicode = 199; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/D_dotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ddotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = D; 9 | }, 10 | { 11 | pos = (7,0); 12 | ref = dotbelowcomb.case; 13 | } 14 | ); 15 | width = 692; 16 | } 17 | ); 18 | unicode = 7692; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/E_dieresis.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Edieresis; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = E; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = dieresiscomb.case; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 203; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/E_ogonek.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Eogonek; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = E; 9 | }, 10 | { 11 | pos = (144,-3); 12 | ref = ogonekcomb.case; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 280; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/L_caron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Lcaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = L; 9 | }, 10 | { 11 | pos = (-159,-40); 12 | ref = caroncomb.alt.case; 13 | } 14 | ); 15 | width = 614; 16 | } 17 | ); 18 | unicode = 317; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/L_dotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ldotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = L; 9 | }, 10 | { 11 | pos = (9,0); 12 | ref = dotbelowcomb.case; 13 | } 14 | ); 15 | width = 614; 16 | } 17 | ); 18 | unicode = 7734; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_dieresis.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Odieresis; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = dieresiscomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 214; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/S_cedilla.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Scedilla; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = S; 9 | }, 10 | { 11 | pos = (37,0); 12 | ref = cedillacomb.case; 13 | } 14 | ); 15 | width = 672; 16 | } 17 | ); 18 | unicode = 350; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_dieresis.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Udieresis; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = U; 9 | }, 10 | { 11 | pos = (45,0); 12 | ref = dieresiscomb.case; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 220; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/Y_dieresis.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ydieresis; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Y; 9 | }, 10 | { 11 | pos = (19,0); 12 | ref = dieresiscomb.case; 13 | } 14 | ); 15 | width = 658; 16 | } 17 | ); 18 | unicode = 376; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/acircumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = acircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = circumflexcomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 226; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/adotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = adotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = dotaccentcomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 551; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ahookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ahookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = hookabovecomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 7843; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/cdotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = cdotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = c; 9 | }, 10 | { 11 | pos = (-10,0); 12 | ref = dotaccentcomb; 13 | } 14 | ); 15 | width = 596; 16 | } 17 | ); 18 | unicode = 267; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ecircumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ecircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = e; 9 | }, 10 | { 11 | pos = (12,0); 12 | ref = circumflexcomb; 13 | } 14 | ); 15 | width = 641; 16 | } 17 | ); 18 | unicode = 234; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/edotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = edotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = e; 9 | }, 10 | { 11 | pos = (12,0); 12 | ref = dotaccentcomb; 13 | } 14 | ); 15 | width = 641; 16 | } 17 | ); 18 | unicode = 279; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ehookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ehookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = e; 9 | }, 10 | { 11 | pos = (12,0); 12 | ref = hookabovecomb; 13 | } 14 | ); 15 | width = 641; 16 | } 17 | ); 18 | unicode = 7867; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/gdotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = gdotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = g; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = dotaccentcomb; 13 | } 14 | ); 15 | width = 660; 16 | } 17 | ); 18 | unicode = 289; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/idotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = idotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = i; 9 | }, 10 | { 11 | pos = (-34,0); 12 | ref = dotbelowcomb; 13 | } 14 | ); 15 | width = 550; 16 | } 17 | ); 18 | unicode = 7883; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/imacron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = imacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = idotless; 9 | }, 10 | { 11 | pos = (-42,0); 12 | ref = macroncomb; 13 | } 14 | ); 15 | width = 550; 16 | } 17 | ); 18 | unicode = 299; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ldot.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ldot; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = l; 9 | }, 10 | { 11 | pos = (294,-2); 12 | ref = periodcentered.loclCAT; 13 | } 14 | ); 15 | width = 528; 16 | } 17 | ); 18 | unicode = 320; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ldotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ldotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = l; 9 | }, 10 | { 11 | pos = (-37,0); 12 | ref = dotbelowcomb; 13 | } 14 | ); 15 | width = 528; 16 | } 17 | ); 18 | unicode = 7735; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/mdotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = mdotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = m; 9 | }, 10 | { 11 | pos = (115,0); 12 | ref = dotaccentcomb; 13 | } 14 | ); 15 | width = 852; 16 | } 17 | ); 18 | unicode = 7745; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/mdotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = mdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = m; 9 | }, 10 | { 11 | pos = (115,0); 12 | ref = dotbelowcomb; 13 | } 14 | ); 15 | width = 852; 16 | } 17 | ); 18 | unicode = 7747; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ndotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ndotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = n; 9 | }, 10 | { 11 | pos = (11,0); 12 | ref = dotaccentcomb; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 7749; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ocircumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ocircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = circumflexcomb; 13 | } 14 | ); 15 | width = 622; 16 | } 17 | ); 18 | unicode = 244; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/odotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = odotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = dotaccentcomb; 13 | } 14 | ); 15 | width = 622; 16 | } 17 | ); 18 | unicode = 559; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ohookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ohookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = hookabovecomb; 13 | } 14 | ); 15 | width = 622; 16 | } 17 | ); 18 | unicode = 7887; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ohornacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ohornacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = ohorn; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = acutecomb; 13 | } 14 | ); 15 | width = 622; 16 | } 17 | ); 18 | unicode = 7899; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/rdotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = rdotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = r; 9 | }, 10 | { 11 | pos = (-9,0); 12 | ref = dotaccentcomb; 13 | } 14 | ); 15 | width = 624; 16 | } 17 | ); 18 | unicode = 7769; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/rdotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = rdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = r; 9 | }, 10 | { 11 | pos = (-41,0); 12 | ref = dotbelowcomb; 13 | } 14 | ); 15 | width = 624; 16 | } 17 | ); 18 | unicode = 7771; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/scircumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = scircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = s; 9 | }, 10 | { 11 | pos = (-5,0); 12 | ref = circumflexcomb; 13 | } 14 | ); 15 | width = 589; 16 | } 17 | ); 18 | unicode = 349; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ucircumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ucircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = u; 9 | }, 10 | { 11 | pos = (23,0); 12 | ref = circumflexcomb; 13 | } 14 | ); 15 | width = 689; 16 | } 17 | ); 18 | unicode = 251; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/uhookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = uhookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = u; 9 | }, 10 | { 11 | pos = (23,0); 12 | ref = hookabovecomb; 13 | } 14 | ); 15 | width = 689; 16 | } 17 | ); 18 | unicode = 7911; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/wcircumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = wcircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = w; 9 | }, 10 | { 11 | pos = (43,0); 12 | ref = circumflexcomb; 13 | } 14 | ); 15 | width = 706; 16 | } 17 | ); 18 | unicode = 373; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/wdieresis.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = wdieresis; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = w; 9 | }, 10 | { 11 | pos = (43,-5); 12 | ref = dieresiscomb; 13 | } 14 | ); 15 | width = 706; 16 | } 17 | ); 18 | unicode = 7813; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/xdieresis.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = xdieresis; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = x; 9 | }, 10 | { 11 | pos = (-5,-5); 12 | ref = dieresiscomb; 13 | } 14 | ); 15 | width = 610; 16 | } 17 | ); 18 | unicode = 7821; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ycircumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ycircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = y; 9 | }, 10 | { 11 | pos = (27,0); 12 | ref = circumflexcomb; 13 | } 14 | ); 15 | width = 646; 16 | } 17 | ); 18 | unicode = 375; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ydotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ydotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = y; 9 | }, 10 | { 11 | pos = (27,0); 12 | ref = dotaccentcomb; 13 | } 14 | ); 15 | width = 646; 16 | } 17 | ); 18 | unicode = 7823; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/yhookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = yhookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = y; 9 | }, 10 | { 11 | pos = (27,0); 12 | ref = hookabovecomb; 13 | } 14 | ); 15 | width = 646; 16 | } 17 | ); 18 | unicode = 7927; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/zdotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = zdotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = z; 9 | }, 10 | { 11 | pos = (-9,0); 12 | ref = dotaccentcomb; 13 | } 14 | ); 15 | width = 598; 16 | } 17 | ); 18 | unicode = 380; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_dotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Adotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = dotaccentcomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 550; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_dotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Adotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = dotbelowcomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 7840; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_hookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ahookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = hookabovecomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 7842; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/C_dotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Cdotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = C; 9 | }, 10 | { 11 | pos = (44,16); 12 | ref = dotaccentcomb.case; 13 | } 14 | ); 15 | width = 688; 16 | } 17 | ); 18 | unicode = 266; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/E_dotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Edotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = E; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = dotaccentcomb.case; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 278; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/E_dotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Edotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = E; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = dotbelowcomb.case; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 7864; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/E_hookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ehookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = E; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = hookabovecomb.case; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 7866; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/G_dotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Gdotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = G; 9 | }, 10 | { 11 | pos = (52,0); 12 | ref = dotaccentcomb.case; 13 | } 14 | ); 15 | width = 705; 16 | } 17 | ); 18 | unicode = 288; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/H_dotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Hdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = H; 9 | }, 10 | { 11 | pos = (56,0); 12 | ref = dotbelowcomb.case; 13 | } 14 | ); 15 | width = 732; 16 | } 17 | ); 18 | unicode = 7716; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/I_dieresis.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Idieresis; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = I; 9 | }, 10 | { 11 | pos = (-11,0); 12 | ref = dieresiscomb.case; 13 | } 14 | ); 15 | width = 598; 16 | } 17 | ); 18 | unicode = 207; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/I_dotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Idotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = I; 9 | }, 10 | { 11 | pos = (-11,0); 12 | ref = dotaccentcomb.case; 13 | } 14 | ); 15 | width = 598; 16 | } 17 | ); 18 | unicode = 304; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/I_dotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Idotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = I; 9 | }, 10 | { 11 | pos = (-11,0); 12 | ref = dotbelowcomb.case; 13 | } 14 | ); 15 | width = 598; 16 | } 17 | ); 18 | unicode = 7882; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/I_hookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ihookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = I; 9 | }, 10 | { 11 | pos = (-11,0); 12 | ref = hookabovecomb.case; 13 | } 14 | ); 15 | width = 598; 16 | } 17 | ); 18 | unicode = 7880; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/K_dotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Kdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = K; 9 | }, 10 | { 11 | pos = (17,0); 12 | ref = dotbelowcomb.case; 13 | } 14 | ); 15 | width = 650; 16 | } 17 | ); 18 | unicode = 7730; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/L_dot.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ldot; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = L; 9 | }, 10 | { 11 | pos = (209,-2); 12 | ref = periodcentered.loclCAT.case; 13 | } 14 | ); 15 | width = 614; 16 | } 17 | ); 18 | unicode = 319; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/M_dotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Mdotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = M; 9 | }, 10 | { 11 | pos = (106,0); 12 | ref = dotaccentcomb.case; 13 | } 14 | ); 15 | width = 832; 16 | } 17 | ); 18 | unicode = 7744; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/M_dotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Mdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = M; 9 | }, 10 | { 11 | pos = (106,0); 12 | ref = dotbelowcomb.case; 13 | } 14 | ); 15 | width = 832; 16 | } 17 | ); 18 | unicode = 7746; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/N_dotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ndotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = N; 9 | }, 10 | { 11 | pos = (74,0); 12 | ref = dotaccentcomb.case; 13 | } 14 | ); 15 | width = 768; 16 | } 17 | ); 18 | unicode = 7748; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/N_dotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ndotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = N; 9 | }, 10 | { 11 | pos = (74,0); 12 | ref = dotbelowcomb.case; 13 | } 14 | ); 15 | width = 768; 16 | } 17 | ); 18 | unicode = 7750; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/N_macronbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Nmacronbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = N; 9 | }, 10 | { 11 | pos = (74,0); 12 | ref = macronbelowcomb; 13 | } 14 | ); 15 | width = 768; 16 | } 17 | ); 18 | unicode = 7752; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_dotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Odotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = dotaccentcomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 558; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_dotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Odotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = dotbelowcomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 7884; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_hookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ohookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = hookabovecomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 7886; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_hornacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ohornacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Ohorn; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = acutecomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 7898; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_horngrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ohorngrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Ohorn; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = gravecomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 7900; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_horntilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ohorntilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Ohorn; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = tildecomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 7904; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/R_dotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Rdotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = R; 9 | }, 10 | { 11 | pos = (15,0); 12 | ref = dotaccentcomb.case; 13 | } 14 | ); 15 | width = 685; 16 | } 17 | ); 18 | unicode = 7768; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/R_dotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Rdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = R; 9 | }, 10 | { 11 | pos = (25,0); 12 | ref = dotbelowcomb.case; 13 | } 14 | ); 15 | width = 685; 16 | } 17 | ); 18 | unicode = 7770; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/S_dotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Sdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = S; 9 | }, 10 | { 11 | pos = (37,0); 12 | ref = dotbelowcomb.case; 13 | } 14 | ); 15 | width = 672; 16 | } 17 | ); 18 | unicode = 7778; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/T_dotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Tdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = T; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = dotbelowcomb.case; 13 | } 14 | ); 15 | width = 660; 16 | } 17 | ); 18 | unicode = 7788; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_dotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Udotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = U; 9 | }, 10 | { 11 | pos = (45,0); 12 | ref = dotbelowcomb.case; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 7908; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_hookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Uhookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = U; 9 | }, 10 | { 11 | pos = (45,0); 12 | ref = hookabovecomb.case; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 7910; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/V_dotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Vdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = V; 9 | }, 10 | { 11 | pos = (26,0); 12 | ref = dotbelowcomb.case; 13 | } 14 | ); 15 | width = 672; 16 | } 17 | ); 18 | unicode = 7806; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/W_dieresis.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Wdieresis; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = W; 9 | }, 10 | { 11 | pos = (113,0); 12 | ref = dieresiscomb.case; 13 | } 14 | ); 15 | width = 846; 16 | } 17 | ); 18 | unicode = 7812; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/X_dieresis.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Xdieresis; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = X; 9 | }, 10 | { 11 | pos = (25,0); 12 | ref = dieresiscomb.case; 13 | } 14 | ); 15 | width = 670; 16 | } 17 | ); 18 | unicode = 7820; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/Y_dotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ydotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Y; 9 | }, 10 | { 11 | pos = (19,0); 12 | ref = dotaccentcomb.case; 13 | } 14 | ); 15 | width = 658; 16 | } 17 | ); 18 | unicode = 7822; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/Y_dotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ydotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Y; 9 | }, 10 | { 11 | pos = (19,0); 12 | ref = dotbelowcomb.case; 13 | } 14 | ); 15 | width = 658; 16 | } 17 | ); 18 | unicode = 7924; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/Y_hookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Yhookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Y; 9 | }, 10 | { 11 | pos = (19,0); 12 | ref = hookabovecomb.case; 13 | } 14 | ); 15 | width = 658; 16 | } 17 | ); 18 | unicode = 7926; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/Z_dotaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Zdotaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Z; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = dotaccentcomb.case; 13 | } 14 | ); 15 | width = 664; 16 | } 17 | ); 18 | unicode = 379; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/Z_dotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Zdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Z; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = dotbelowcomb.case; 13 | } 14 | ); 15 | width = 664; 16 | } 17 | ); 18 | unicode = 7826; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/abreveacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = abreveacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = brevecomb_acutecomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 7855; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/abrevegrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = abrevegrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = brevecomb_gravecomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 7857; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/abrevetilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = abrevetilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = brevecomb_tildecomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 7861; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/agrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = agrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | name = Regular; 7 | shapes = ( 8 | { 9 | ref = a; 10 | }, 11 | { 12 | pos = (1,0); 13 | ref = gravecomb; 14 | } 15 | ); 16 | width = 629; 17 | } 18 | ); 19 | unicode = 224; 20 | } 21 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/bmacronbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = bmacronbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = b; 9 | }, 10 | { 11 | pos = (40,0); 12 | ref = macronbelowcomb; 13 | } 14 | ); 15 | width = 687; 16 | } 17 | ); 18 | unicode = 7687; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ccircumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ccircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = c; 9 | }, 10 | { 11 | pos = (-10,0); 12 | ref = circumflexcomb; 13 | } 14 | ); 15 | width = 596; 16 | } 17 | ); 18 | unicode = 265; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dmacronbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dmacronbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = d; 9 | }, 10 | { 11 | pos = (4,0); 12 | ref = macronbelowcomb; 13 | } 14 | ); 15 | width = 664; 16 | } 17 | ); 18 | unicode = 7695; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/hbrevebelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = hbrevebelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = h; 9 | }, 10 | { 11 | pos = (55,0); 12 | ref = brevebelowcomb; 13 | } 14 | ); 15 | width = 682; 16 | } 17 | ); 18 | unicode = 7723; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/hcircumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = hcircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = h; 9 | }, 10 | { 11 | pos = (38,200); 12 | ref = circumflexcomb; 13 | } 14 | ); 15 | width = 682; 16 | } 17 | ); 18 | unicode = 293; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/hmacronbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = hmacronbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = h; 9 | }, 10 | { 11 | pos = (55,0); 12 | ref = macronbelowcomb; 13 | } 14 | ); 15 | width = 682; 16 | } 17 | ); 18 | unicode = 7830; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/idieresis.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = idieresis; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = idotless; 9 | }, 10 | { 11 | pos = (-42,-5); 12 | ref = dieresiscomb; 13 | } 14 | ); 15 | width = 550; 16 | } 17 | ); 18 | unicode = 239; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/kcommaaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = kcommaaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = k; 9 | }, 10 | { 11 | pos = (5,0); 12 | ref = commaaccentcomb; 13 | } 14 | ); 15 | width = 625; 16 | } 17 | ); 18 | unicode = 311; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/kmacronbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = kmacronbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = k; 9 | }, 10 | { 11 | pos = (5,0); 12 | ref = macronbelowcomb; 13 | } 14 | ); 15 | width = 625; 16 | } 17 | ); 18 | unicode = 7733; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/lcommaaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = lcommaaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = l; 9 | }, 10 | { 11 | pos = (-37,0); 12 | ref = commaaccentcomb; 13 | } 14 | ); 15 | width = 528; 16 | } 17 | ); 18 | unicode = 316; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/lmacronbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = lmacronbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = l; 9 | }, 10 | { 11 | pos = (-37,0); 12 | ref = macronbelowcomb; 13 | } 14 | ); 15 | width = 528; 16 | } 17 | ); 18 | unicode = 7739; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ncommaaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ncommaaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = n; 9 | }, 10 | { 11 | pos = (11,0); 12 | ref = commaaccentcomb; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 326; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/nmacronbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = nmacronbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = n; 9 | }, 10 | { 11 | pos = (11,0); 12 | ref = macronbelowcomb; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 7753; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/rcommaaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = rcommaaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = r; 9 | }, 10 | { 11 | pos = (-41,0); 12 | ref = commaaccentcomb; 13 | } 14 | ); 15 | width = 624; 16 | } 17 | ); 18 | unicode = 343; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/rmacronbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = rmacronbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = r; 9 | }, 10 | { 11 | pos = (-41,0); 12 | ref = macronbelowcomb; 13 | } 14 | ); 15 | width = 624; 16 | } 17 | ); 18 | unicode = 7775; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/scommaaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = scommaaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = s; 9 | }, 10 | { 11 | pos = (-5,0); 12 | ref = commaaccentcomb; 13 | } 14 | ); 15 | width = 589; 16 | } 17 | ); 18 | unicode = 537; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/tcommaaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = tcommaaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = t; 9 | }, 10 | { 11 | pos = (43,0); 12 | ref = commaaccentcomb; 13 | } 14 | ); 15 | width = 587; 16 | } 17 | ); 18 | unicode = 539; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/tmacronbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = tmacronbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = t; 9 | }, 10 | { 11 | pos = (43,0); 12 | ref = macronbelowcomb; 13 | } 14 | ); 15 | width = 587; 16 | } 17 | ); 18 | unicode = 7791; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/zcircumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = zcircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = z; 9 | }, 10 | { 11 | pos = (-9,0); 12 | ref = circumflexcomb; 13 | } 14 | ); 15 | width = 598; 16 | } 17 | ); 18 | unicode = 7825; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/zmacronbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = zmacronbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = z; 9 | }, 10 | { 11 | pos = (-9,0); 12 | ref = macronbelowcomb; 13 | } 14 | ); 15 | width = 598; 16 | } 17 | ); 18 | unicode = 7829; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_circumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Acircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = circumflexcomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 194; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/B_macronbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Bmacronbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = B; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = macronbelowcomb.case; 13 | } 14 | ); 15 | width = 670; 16 | } 17 | ); 18 | unicode = 7686; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/C_circumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ccircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = C; 9 | }, 10 | { 11 | pos = (44,16); 12 | ref = circumflexcomb.case; 13 | } 14 | ); 15 | width = 688; 16 | } 17 | ); 18 | unicode = 264; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/D_macronbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Dmacronbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = D; 9 | }, 10 | { 11 | pos = (7,0); 12 | ref = macronbelowcomb.case; 13 | } 14 | ); 15 | width = 692; 16 | } 17 | ); 18 | unicode = 7694; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/E_circumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ecircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = E; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = circumflexcomb.case; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 202; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/G_circumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Gcircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = G; 9 | }, 10 | { 11 | pos = (52,0); 12 | ref = circumflexcomb.case; 13 | } 14 | ); 15 | width = 705; 16 | } 17 | ); 18 | unicode = 284; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/G_commaaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Gcommaaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = G; 9 | }, 10 | { 11 | pos = (64,0); 12 | ref = commaaccentcomb.case; 13 | } 14 | ); 15 | width = 705; 16 | } 17 | ); 18 | unicode = 290; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/H_brevebelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Hbrevebelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = H; 9 | }, 10 | { 11 | pos = (56,0); 12 | ref = brevebelowcomb.case; 13 | } 14 | ); 15 | width = 732; 16 | } 17 | ); 18 | unicode = 7722; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/H_circumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Hcircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = H; 9 | }, 10 | { 11 | pos = (56,0); 12 | ref = circumflexcomb.case; 13 | } 14 | ); 15 | width = 732; 16 | } 17 | ); 18 | unicode = 292; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/I_circumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Icircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = I; 9 | }, 10 | { 11 | pos = (-11,0); 12 | ref = circumflexcomb.case; 13 | } 14 | ); 15 | width = 598; 16 | } 17 | ); 18 | unicode = 206; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/J_circumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Jcircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = J; 9 | }, 10 | { 11 | pos = (39,0); 12 | ref = circumflexcomb.case; 13 | } 14 | ); 15 | width = 616; 16 | } 17 | ); 18 | unicode = 308; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/K_commaaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Kcommaaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = K; 9 | }, 10 | { 11 | pos = (17,0); 12 | ref = commaaccentcomb.case; 13 | } 14 | ); 15 | width = 650; 16 | } 17 | ); 18 | unicode = 310; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/K_macronbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Kmacronbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = K; 9 | }, 10 | { 11 | pos = (17,0); 12 | ref = macronbelowcomb.case; 13 | } 14 | ); 15 | width = 650; 16 | } 17 | ); 18 | unicode = 7732; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/L_commaaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Lcommaaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = L; 9 | }, 10 | { 11 | pos = (9,0); 12 | ref = commaaccentcomb.case; 13 | } 14 | ); 15 | width = 614; 16 | } 17 | ); 18 | unicode = 315; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/L_macronbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Lmacronbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = L; 9 | }, 10 | { 11 | pos = (9,0); 12 | ref = macronbelowcomb.case; 13 | } 14 | ); 15 | width = 614; 16 | } 17 | ); 18 | unicode = 7738; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/N_commaaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ncommaaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = N; 9 | }, 10 | { 11 | pos = (74,0); 12 | ref = commaaccentcomb.case; 13 | } 14 | ); 15 | width = 768; 16 | } 17 | ); 18 | unicode = 325; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_circumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ocircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = circumflexcomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 212; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/R_commaaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Rcommaaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = R; 9 | }, 10 | { 11 | pos = (25,0); 12 | ref = commaaccentcomb.case; 13 | } 14 | ); 15 | width = 685; 16 | } 17 | ); 18 | unicode = 342; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/R_macronbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Rmacronbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = R; 9 | }, 10 | { 11 | pos = (25,0); 12 | ref = macronbelowcomb.case; 13 | } 14 | ); 15 | width = 685; 16 | } 17 | ); 18 | unicode = 7774; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/S_circumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Scircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = S; 9 | }, 10 | { 11 | pos = (32,0); 12 | ref = circumflexcomb.case; 13 | } 14 | ); 15 | width = 672; 16 | } 17 | ); 18 | unicode = 348; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/S_commaaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Scommaaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = S; 9 | }, 10 | { 11 | pos = (37,0); 12 | ref = commaaccentcomb.case; 13 | } 14 | ); 15 | width = 672; 16 | } 17 | ); 18 | unicode = 536; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/T_commaaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Tcommaaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = T; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = commaaccentcomb.case; 13 | } 14 | ); 15 | width = 660; 16 | } 17 | ); 18 | unicode = 538; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/T_macronbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Tmacronbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = T; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = macronbelowcomb.case; 13 | } 14 | ); 15 | width = 660; 16 | } 17 | ); 18 | unicode = 7790; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_circumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ucircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = U; 9 | }, 10 | { 11 | pos = (45,0); 12 | ref = circumflexcomb.case; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 219; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/W_circumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Wcircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = W; 9 | }, 10 | { 11 | pos = (113,0); 12 | ref = circumflexcomb.case; 13 | } 14 | ); 15 | width = 846; 16 | } 17 | ); 18 | unicode = 372; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/Y_circumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ycircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Y; 9 | }, 10 | { 11 | pos = (19,0); 12 | ref = circumflexcomb.case; 13 | } 14 | ); 15 | width = 658; 16 | } 17 | ); 18 | unicode = 374; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/Z_circumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Zcircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Z; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = circumflexcomb.case; 13 | } 14 | ); 15 | width = 664; 16 | } 17 | ); 18 | unicode = 7824; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/Z_macronbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Zmacronbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Z; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = macronbelowcomb.case; 13 | } 14 | ); 15 | width = 664; 16 | } 17 | ); 18 | unicode = 7828; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/gcommaaccent.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = gcommaaccent; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = g; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = commaturnedabovecomb; 13 | } 14 | ); 15 | width = 660; 16 | } 17 | ); 18 | unicode = 291; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/icircumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = icircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = idotless; 9 | }, 10 | { 11 | pos = (-42,0); 12 | ref = circumflexcomb; 13 | } 14 | ); 15 | width = 550; 16 | } 17 | ); 18 | unicode = 238; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ihookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ihookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = idotless; 9 | }, 10 | { 11 | pos = (-42,0); 12 | ref = hookabovecomb; 13 | } 14 | ); 15 | width = 550; 16 | } 17 | ); 18 | unicode = 7881; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/jcircumflex.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = jcircumflex; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = jdotless; 9 | }, 10 | { 11 | pos = (-1,0); 12 | ref = circumflexcomb; 13 | } 14 | ); 15 | width = 502; 16 | } 17 | ); 18 | unicode = 309; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/uhornhookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = uhornhookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = uhorn; 9 | }, 10 | { 11 | pos = (23,0); 12 | ref = hookabovecomb; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 7917; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/uhungarumlaut.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = uhungarumlaut; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = u; 9 | }, 10 | { 11 | pos = (23,0); 12 | ref = hungarumlautcomb; 13 | } 14 | ); 15 | width = 689; 16 | } 17 | ); 18 | unicode = 369; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_breveacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Abreveacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = brevecomb_acutecomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 7854; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_brevegrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Abrevegrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = brevecomb_gravecomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 7856; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_brevetilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Abrevetilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = brevecomb_tildecomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 7860; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_horndotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ohorndotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Ohorn; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = dotbelowcomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 7906; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_hungarumlaut.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ohungarumlaut; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = hungarumlautcomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 336; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_hungarumlaut.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Uhungarumlaut; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = U; 9 | }, 10 | { 11 | pos = (45,0); 12 | ref = hungarumlautcomb.case; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 368; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ccedilla.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ccedilla; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | name = Regular; 7 | shapes = ( 8 | { 9 | ref = c; 10 | }, 11 | { 12 | pos = (-10,0); 13 | ref = cedillacomb; 14 | } 15 | ); 16 | width = 596; 17 | } 18 | ); 19 | unicode = 231; 20 | } 21 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dcircumflexbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dcircumflexbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = d; 9 | }, 10 | { 11 | pos = (4,0); 12 | ref = circumflexbelowcomb; 13 | } 14 | ); 15 | width = 664; 16 | } 17 | ); 18 | unicode = 7699; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/udieresisacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = udieresisacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = u; 9 | }, 10 | { 11 | pos = (23,0); 12 | ref = dieresiscomb_acutecomb; 13 | } 14 | ); 15 | width = 689; 16 | } 17 | ); 18 | unicode = 472; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/udieresiscaron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = udieresiscaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = u; 9 | }, 10 | { 11 | pos = (23,0); 12 | ref = dieresiscomb_caroncomb; 13 | } 14 | ); 15 | width = 689; 16 | } 17 | ); 18 | unicode = 474; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/udieresisgrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = udieresisgrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = u; 9 | }, 10 | { 11 | pos = (23,0); 12 | ref = dieresiscomb_gravecomb; 13 | } 14 | ); 15 | width = 689; 16 | } 17 | ); 18 | unicode = 476; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_hornhookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ohornhookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Ohorn; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = hookabovecomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 7902; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_dieresisacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Udieresisacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = U; 9 | }, 10 | { 11 | pos = (45,0); 12 | ref = dieresiscomb_acutecomb.case; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 471; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_dieresiscaron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Udieresiscaron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = U; 9 | }, 10 | { 11 | pos = (45,0); 12 | ref = dieresiscomb_caroncomb.case; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 473; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_dieresisgrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Udieresisgrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = U; 9 | }, 10 | { 11 | pos = (45,0); 12 | ref = dieresiscomb_gravecomb.case; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 475; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_hornhookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Uhornhookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = Uhorn; 9 | }, 10 | { 11 | pos = (45,0); 12 | ref = hookabovecomb.case; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 7916; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/abrevehookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = abrevehookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = brevecomb_hookabovecomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 7859; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/acircumflexacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = acircumflexacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = circumflexcomb_acutecomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 7845; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/acircumflexgrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = acircumflexgrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = circumflexcomb_gravecomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 7847; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/acircumflextilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = acircumflextilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = circumflexcomb_tildecomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 7851; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/cedillacomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = cedillacomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _bottom; 8 | pos = (310,0); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | ref = cedillacomb; 15 | } 16 | ); 17 | width = 620; 18 | } 19 | ); 20 | } 21 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/lcircumflexbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = lcircumflexbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = l; 9 | }, 10 | { 11 | pos = (-37,0); 12 | ref = circumflexbelowcomb; 13 | } 14 | ); 15 | width = 528; 16 | } 17 | ); 18 | unicode = 7741; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ncircumflexbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ncircumflexbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = n; 9 | }, 10 | { 11 | pos = (11,0); 12 | ref = circumflexbelowcomb; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 7755; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ocircumflexacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ocircumflexacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = circumflexcomb_acutecomb; 13 | } 14 | ); 15 | width = 622; 16 | } 17 | ); 18 | unicode = 7889; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ocircumflexgrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ocircumflexgrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = circumflexcomb_gravecomb; 13 | } 14 | ); 15 | width = 622; 16 | } 17 | ); 18 | unicode = 7891; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ocircumflextilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ocircumflextilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = circumflexcomb_tildecomb; 13 | } 14 | ); 15 | width = 622; 16 | } 17 | ); 18 | unicode = 7895; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ogonekcomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ogonekcomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _ogonek; 8 | pos = (411,3); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | ref = ogonekcomb; 15 | } 16 | ); 17 | width = 620; 18 | } 19 | ); 20 | } 21 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/tcircumflexbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = tcircumflexbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = t; 9 | }, 10 | { 11 | pos = (43,0); 12 | ref = circumflexbelowcomb; 13 | } 14 | ); 15 | width = 587; 16 | } 17 | ); 18 | unicode = 7793; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/udieresismacron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = udieresismacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = u; 9 | }, 10 | { 11 | pos = (23,0); 12 | ref = dieresiscomb_macroncomb; 13 | } 14 | ); 15 | width = 689; 16 | } 17 | ); 18 | unicode = 470; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_brevehookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Abrevehookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = brevecomb_hookabovecomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 7858; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/D_circumflexbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Dcircumflexbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = D; 9 | }, 10 | { 11 | pos = (7,0); 12 | ref = circumflexbelowcomb.case; 13 | } 14 | ); 15 | width = 692; 16 | } 17 | ); 18 | unicode = 7698; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/L_circumflexbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Lcircumflexbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = L; 9 | }, 10 | { 11 | pos = (9,0); 12 | ref = circumflexbelowcomb.case; 13 | } 14 | ); 15 | width = 614; 16 | } 17 | ); 18 | unicode = 7740; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/N_circumflexbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ncircumflexbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = N; 9 | }, 10 | { 11 | pos = (74,0); 12 | ref = circumflexbelowcomb.case; 13 | } 14 | ); 15 | width = 768; 16 | } 17 | ); 18 | unicode = 7754; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/T_circumflexbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Tcircumflexbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = T; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = circumflexbelowcomb.case; 13 | } 14 | ); 15 | width = 660; 16 | } 17 | ); 18 | unicode = 7792; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_dieresismacron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Udieresismacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = U; 9 | }, 10 | { 11 | pos = (45,0); 12 | ref = dieresiscomb_macroncomb.case; 13 | } 14 | ); 15 | width = 710; 16 | } 17 | ); 18 | unicode = 469; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/atilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = atilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | name = Regular; 7 | shapes = ( 8 | { 9 | ref = a; 10 | }, 11 | { 12 | pos = (1,0); 13 | ref = tildecomb; 14 | } 15 | ); 16 | visible = 1; 17 | width = 629; 18 | } 19 | ); 20 | unicode = 227; 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/bar.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = bar; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (100,766,l), 11 | (100,-160,l), 12 | (198,-160,l), 13 | (198,766,l) 14 | ); 15 | } 16 | ); 17 | width = 298; 18 | } 19 | ); 20 | unicode = 124; 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dotbelowcomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dotbelowcomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _bottom; 8 | pos = (310,0); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | ref = dotbelowcomb; 15 | } 16 | ); 17 | width = 620; 18 | } 19 | ); 20 | } 21 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ecircumflexacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ecircumflexacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = e; 9 | }, 10 | { 11 | pos = (12,0); 12 | ref = circumflexcomb_acutecomb; 13 | } 14 | ); 15 | width = 641; 16 | } 17 | ); 18 | unicode = 7871; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ecircumflexgrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ecircumflexgrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = e; 9 | }, 10 | { 11 | pos = (12,0); 12 | ref = circumflexcomb_gravecomb; 13 | } 14 | ); 15 | width = 641; 16 | } 17 | ); 18 | unicode = 7873; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ecircumflextilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ecircumflextilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = e; 9 | }, 10 | { 11 | pos = (12,0); 12 | ref = circumflexcomb_tildecomb; 13 | } 14 | ); 15 | width = 641; 16 | } 17 | ); 18 | unicode = 7877; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/endash.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = endash; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (65,350,l), 11 | (65,264,l), 12 | (535,264,l), 13 | (535,350,l) 14 | ); 15 | } 16 | ); 17 | width = 600; 18 | } 19 | ); 20 | unicode = 8211; 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/hyphen.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = hyphen; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (75,350,l), 11 | (75,264,l), 12 | (485,264,l), 13 | (485,350,l) 14 | ); 15 | } 16 | ); 17 | width = 560; 18 | } 19 | ); 20 | unicode = 45; 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/minus.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = minus; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (60,347,l), 11 | (60,258,l), 12 | (540,258,l), 13 | (540,347,l) 14 | ); 15 | } 16 | ); 17 | width = 600; 18 | } 19 | ); 20 | unicode = 8722; 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_circumflexacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Acircumflexacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = circumflexcomb_acutecomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 7844; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_circumflexgrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Acircumflexgrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = circumflexcomb_gravecomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 7846; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_circumflextilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Acircumflextilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = circumflexcomb_tildecomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 7850; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/E_circumflexacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ecircumflexacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = E; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = circumflexcomb_acutecomb.case; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 7870; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/E_circumflexgrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ecircumflexgrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = E; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = circumflexcomb_gravecomb.case; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 7872; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/E_circumflextilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ecircumflextilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = E; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = circumflexcomb_tildecomb.case; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 7876; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_circumflexacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ocircumflexacute; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = circumflexcomb_acutecomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 7888; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_circumflexgrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ocircumflexgrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = circumflexcomb_gravecomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 7890; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_circumflextilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ocircumflextilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = circumflexcomb_tildecomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 7894; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/brevebelowcomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = brevebelowcomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _bottom; 8 | pos = (310,0); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | ref = brevebelowcomb; 15 | } 16 | ); 17 | width = 620; 18 | } 19 | ); 20 | } 21 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/emdash.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = emdash; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (100,350,l), 11 | (100,264,l), 12 | (670,264,l), 13 | (670,350,l) 14 | ); 15 | } 16 | ); 17 | width = 770; 18 | } 19 | ); 20 | unicode = 8212; 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ohungarumlaut.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ohungarumlaut; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | name = Regular; 7 | shapes = ( 8 | { 9 | ref = o; 10 | }, 11 | { 12 | pos = (1,0); 13 | ref = hungarumlautcomb; 14 | } 15 | ); 16 | width = 622; 17 | } 18 | ); 19 | unicode = 337; 20 | } 21 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ringcomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ringcomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,148); 15 | ref = ringcomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/underscore.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = underscore; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (65,0,l), 11 | (65,-86,l), 12 | (551,-86,l), 13 | (551,0,l) 14 | ); 15 | } 16 | ); 17 | width = 616; 18 | } 19 | ); 20 | unicode = 95; 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/acircumflexhookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = acircumflexhookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = circumflexcomb_hookabovecomb; 13 | } 14 | ); 15 | width = 629; 16 | } 17 | ); 18 | unicode = 7849; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/acutecomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = acutecomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,148); 15 | ref = acutecomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/brevecomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = brevecomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,147); 15 | ref = brevecomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/caroncomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = caroncomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,148); 15 | ref = caroncomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ecircumflexhookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ecircumflexhookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = e; 9 | }, 10 | { 11 | pos = (12,0); 12 | ref = circumflexcomb_hookabovecomb; 13 | } 14 | ); 15 | width = 641; 16 | } 17 | ); 18 | unicode = 7875; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/gravecomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = gravecomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,148); 15 | ref = gravecomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/horncomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = horncomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _topright; 8 | pos = (241,761); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,211); 15 | ref = horncomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/macronbelowcomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = macronbelowcomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _bottom; 8 | pos = (310,0); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | ref = macronbelowcomb; 15 | } 16 | ); 17 | width = 620; 18 | } 19 | ); 20 | } 21 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/macroncomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = macroncomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,160); 15 | ref = macroncomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ocircumflexhookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ocircumflexhookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = circumflexcomb_hookabovecomb; 13 | } 14 | ); 15 | width = 622; 16 | } 17 | ); 18 | unicode = 7893; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/quotesingle.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = quotesingle; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (137,438,l), 11 | (189,438,l), 12 | (226,710,l), 13 | (100,710,l) 14 | ); 15 | } 16 | ); 17 | width = 326; 18 | } 19 | ); 20 | unicode = 39; 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/tildecomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = tildecomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,148); 15 | ref = tildecomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_circumflexhookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Acircumflexhookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = circumflexcomb_hookabovecomb.case; 13 | } 14 | ); 15 | width = 652; 16 | } 17 | ); 18 | unicode = 7848; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/E_circumflexhookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ecircumflexhookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = E; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = circumflexcomb_hookabovecomb.case; 13 | } 14 | ); 15 | width = 640; 16 | } 17 | ); 18 | unicode = 7874; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_circumflexhookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ocircumflexhookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = circumflexcomb_hookabovecomb.case; 13 | } 14 | ); 15 | width = 680; 16 | } 17 | ); 18 | unicode = 7892; 19 | } 20 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/circumflexbelowcomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = circumflexbelowcomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _bottom; 8 | pos = (310,0); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | ref = circumflexbelowcomb; 15 | } 16 | ); 17 | width = 620; 18 | } 19 | ); 20 | } 21 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dieresiscomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dieresiscomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,160); 15 | ref = dieresiscomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dotaccentcomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dotaccentcomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,158); 15 | ref = dotaccentcomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/grave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = grave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (100,710,l), 11 | (100,701,l), 12 | (265,462,l), 13 | (331,462,l), 14 | (242,710,l) 15 | ); 16 | } 17 | ); 18 | width = 431; 19 | } 20 | ); 21 | unicode = 96; 22 | } 23 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/hookabovecomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = hookabovecomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,148); 15 | ref = hookabovecomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/verticallinemod.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = verticallinemod; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (100,750,l), 11 | (100,390,l), 12 | (200,390,l), 13 | (200,750,l) 14 | ); 15 | } 16 | ); 17 | width = 300; 18 | } 19 | ); 20 | unicode = 712; 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/caroncomb.alt.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = caroncomb.alt.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _topright; 8 | pos = (357,750); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,-20); 15 | ref = caroncomb.alt; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/circumflexcomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = circumflexcomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,148); 15 | ref = circumflexcomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/tbar.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = tbar; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = t; 9 | }, 10 | { 11 | closed = 1; 12 | nodes = ( 13 | (80,280,l), 14 | (430,280,l), 15 | (430,354,l), 16 | (80,354,l) 17 | ); 18 | } 19 | ); 20 | width = 587; 21 | } 22 | ); 23 | unicode = 359; 24 | } 25 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/T_bar.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Tbar; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = T; 9 | }, 10 | { 11 | closed = 1; 12 | nodes = ( 13 | (124,330,l), 14 | (536,330,l), 15 | (536,404,l), 16 | (124,404,l) 17 | ); 18 | } 19 | ); 20 | width = 660; 21 | } 22 | ); 23 | unicode = 358; 24 | } 25 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/hungarumlautcomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = hungarumlautcomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,148); 15 | ref = hungarumlautcomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ohorngrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ohorngrave; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (208,-27); 12 | ref = horncomb; 13 | }, 14 | { 15 | pos = (1,0); 16 | ref = gravecomb; 17 | } 18 | ); 19 | width = 622; 20 | } 21 | ); 22 | unicode = 7901; 23 | } 24 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ohorntilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ohorntilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (208,-27); 12 | ref = horncomb; 13 | }, 14 | { 15 | pos = (1,0); 16 | ref = tildecomb; 17 | } 18 | ); 19 | width = 622; 20 | } 21 | ); 22 | unicode = 7905; 23 | } 24 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/verticallinelowmod.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = verticallinelowmod; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (100,160,l), 11 | (100,-200,l), 12 | (200,-200,l), 13 | (200,160,l) 14 | ); 15 | } 16 | ); 17 | width = 300; 18 | } 19 | ); 20 | unicode = 716; 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/abrevedotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = abrevedotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = brevecomb; 13 | }, 14 | { 15 | pos = (-2,0); 16 | ref = dotbelowcomb; 17 | } 18 | ); 19 | width = 629; 20 | } 21 | ); 22 | unicode = 7863; 23 | } 24 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ohorndotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ohorndotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (208,-27); 12 | ref = horncomb; 13 | }, 14 | { 15 | pos = (1,0); 16 | ref = dotbelowcomb; 17 | } 18 | ); 19 | width = 622; 20 | } 21 | ); 22 | unicode = 7907; 23 | } 24 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/periodcentered.loclC_A_T_.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = periodcentered.loclCAT.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _center; 8 | pos = (-11,357); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | ref = periodcentered.loclCAT; 15 | } 16 | ); 17 | width = 338; 18 | } 19 | ); 20 | } 21 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/brevecomb_acutecomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = brevecomb_acutecomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,147); 15 | ref = brevecomb_acutecomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/brevecomb_gravecomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = brevecomb_gravecomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,147); 15 | ref = brevecomb_gravecomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ohornhookabove.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ohornhookabove; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (208,-27); 12 | ref = horncomb; 13 | }, 14 | { 15 | pos = (1,0); 16 | ref = hookabovecomb; 17 | } 18 | ); 19 | width = 622; 20 | } 21 | ); 22 | unicode = 7903; 23 | } 24 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/rdotbelowmacron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = rdotbelowmacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = r; 9 | }, 10 | { 11 | pos = (-9,0); 12 | ref = macroncomb; 13 | }, 14 | { 15 | pos = (-41,0); 16 | ref = dotbelowcomb; 17 | } 18 | ); 19 | width = 624; 20 | } 21 | ); 22 | unicode = 7773; 23 | } 24 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/slash.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = slash; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (100,-110,l), 11 | (100,-120,l), 12 | (201,-120,l), 13 | (466,740,l), 14 | (466,750,l), 15 | (365,750,l) 16 | ); 17 | } 18 | ); 19 | width = 566; 20 | } 21 | ); 22 | unicode = 47; 23 | } 24 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/E_th.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Eth; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (50,305,l), 11 | (381,305,l), 12 | (381,391,l), 13 | (50,391,l) 14 | ); 15 | }, 16 | { 17 | pos = (26,0); 18 | ref = D; 19 | } 20 | ); 21 | width = 718; 22 | } 23 | ); 24 | unicode = 208; 25 | } 26 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/H_bar.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Hbar; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | pos = (10,0); 9 | ref = H; 10 | }, 11 | { 12 | closed = 1; 13 | nodes = ( 14 | (40,530,l), 15 | (712,530,l), 16 | (712,604,l), 17 | (40,604,l) 18 | ); 19 | } 20 | ); 21 | width = 752; 22 | } 23 | ); 24 | unicode = 294; 25 | } 26 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/backslash.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = backslash; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (100,750,l), 11 | (100,740,l), 12 | (365,-120,l), 13 | (466,-120,l), 14 | (466,-110,l), 15 | (201,750,l) 16 | ); 17 | } 18 | ); 19 | width = 566; 20 | } 21 | ); 22 | unicode = 92; 23 | } 24 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ldotbelowmacron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ldotbelowmacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = l; 9 | }, 10 | { 11 | pos = (-37,0); 12 | ref = dotbelowcomb; 13 | }, 14 | { 15 | pos = (-55,200); 16 | ref = macroncomb; 17 | } 18 | ); 19 | width = 528; 20 | } 21 | ); 22 | unicode = 7737; 23 | } 24 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_brevedotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Abrevedotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = brevecomb.case; 13 | }, 14 | { 15 | pos = (16,0); 16 | ref = dotbelowcomb.case; 17 | } 18 | ); 19 | width = 652; 20 | } 21 | ); 22 | unicode = 7862; 23 | } 24 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/D_croat.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Dcroat; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (50,305,l), 11 | (381,305,l), 12 | (381,391,l), 13 | (50,391,l) 14 | ); 15 | }, 16 | { 17 | pos = (26,0); 18 | ref = D; 19 | } 20 | ); 21 | width = 718; 22 | } 23 | ); 24 | unicode = 272; 25 | } 26 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/R_dotbelowmacron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Rdotbelowmacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = R; 9 | }, 10 | { 11 | pos = (25,0); 12 | ref = dotbelowcomb.case; 13 | }, 14 | { 15 | pos = (15,0); 16 | ref = macroncomb.case; 17 | } 18 | ); 19 | width = 685; 20 | } 21 | ); 22 | unicode = 7772; 23 | } 24 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/acircumflexdotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = acircumflexdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = a; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = circumflexcomb; 13 | }, 14 | { 15 | pos = (-2,0); 16 | ref = dotbelowcomb; 17 | } 18 | ); 19 | width = 629; 20 | } 21 | ); 22 | unicode = 7853; 23 | } 24 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/brevecomb_hookabovecomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = brevecomb_hookabovecomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,147); 15 | ref = brevecomb_hookabovecomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dieresiscomb_acutecomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dieresiscomb_acutecomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,147); 15 | ref = dieresiscomb_acutecomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dieresiscomb_caroncomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dieresiscomb_caroncomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,147); 15 | ref = dieresiscomb_caroncomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dieresiscomb_gravecomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dieresiscomb_gravecomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,147); 15 | ref = dieresiscomb_gravecomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dieresiscomb_macroncomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dieresiscomb_macroncomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,147); 15 | ref = dieresiscomb_macroncomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ocircumflexdotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ocircumflexdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | pos = (1,0); 12 | ref = circumflexcomb; 13 | }, 14 | { 15 | pos = (1,0); 16 | ref = dotbelowcomb; 17 | } 18 | ); 19 | width = 622; 20 | } 21 | ); 22 | unicode = 7897; 23 | } 24 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/L_dotbelowmacron.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ldotbelowmacron; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = L; 9 | }, 10 | { 11 | pos = (-161,0); 12 | ref = macroncomb.case; 13 | }, 14 | { 15 | pos = (9,0); 16 | ref = dotbelowcomb.case; 17 | } 18 | ); 19 | width = 614; 20 | } 21 | ); 22 | unicode = 7736; 23 | } 24 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/circumflexcomb_acutecomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = circumflexcomb_acutecomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,148); 15 | ref = circumflexcomb_acutecomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/circumflexcomb_gravecomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = circumflexcomb_gravecomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,148); 15 | ref = circumflexcomb_gravecomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/circumflexcomb_tildecomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = circumflexcomb_tildecomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,148); 15 | ref = circumflexcomb_tildecomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ecircumflexdotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ecircumflexdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = e; 9 | }, 10 | { 11 | pos = (12,0); 12 | ref = circumflexcomb; 13 | }, 14 | { 15 | pos = (12,0); 16 | ref = dotbelowcomb; 17 | } 18 | ); 19 | width = 641; 20 | } 21 | ); 22 | unicode = 7879; 23 | } 24 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/brevecomb_tildecomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = brevecomb_tildecomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | name = Regular; 13 | shapes = ( 14 | { 15 | pos = (0,147); 16 | ref = brevecomb_tildecomb; 17 | } 18 | ); 19 | width = 620; 20 | } 21 | ); 22 | } 23 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/A_circumflexdotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Acircumflexdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = A; 9 | }, 10 | { 11 | pos = (16,0); 12 | ref = circumflexcomb.case; 13 | }, 14 | { 15 | pos = (16,0); 16 | ref = dotbelowcomb.case; 17 | } 18 | ); 19 | width = 652; 20 | } 21 | ); 22 | unicode = 7852; 23 | } 24 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/E_circumflexdotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ecircumflexdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = E; 9 | }, 10 | { 11 | pos = (20,0); 12 | ref = circumflexcomb.case; 13 | }, 14 | { 15 | pos = (20,0); 16 | ref = dotbelowcomb.case; 17 | } 18 | ); 19 | width = 640; 20 | } 21 | ); 22 | unicode = 7878; 23 | } 24 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_circumflexdotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Ocircumflexdotbelow; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | pos = (30,0); 12 | ref = circumflexcomb.case; 13 | }, 14 | { 15 | pos = (30,0); 16 | ref = dotbelowcomb.case; 17 | } 18 | ); 19 | width = 680; 20 | } 21 | ); 22 | unicode = 7896; 23 | } 24 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/O_slash.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Oslash; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = O; 9 | }, 10 | { 11 | closed = 1; 12 | nodes = ( 13 | (144,-86,l), 14 | (628,790,l), 15 | (628,796,l), 16 | (536,796,l), 17 | (52,-80,l), 18 | (52,-86,l) 19 | ); 20 | } 21 | ); 22 | width = 680; 23 | } 24 | ); 25 | unicode = 216; 26 | } 27 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/circumflexcomb_hookabovecomb.case.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = circumflexcomb_hookabovecomb.case; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,710); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | pos = (0,148); 15 | ref = circumflexcomb_hookabovecomb; 16 | } 17 | ); 18 | width = 620; 19 | } 20 | ); 21 | } 22 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/lslash.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = lslash; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = l; 9 | }, 10 | { 11 | closed = 1; 12 | nodes = ( 13 | (450,540,l), 14 | (72,317,l), 15 | (72,225,l), 16 | (78,225,l), 17 | (456,448,l), 18 | (456,540,l) 19 | ); 20 | } 21 | ); 22 | width = 528; 23 | } 24 | ); 25 | unicode = 322; 26 | } 27 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/oslash.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = oslash; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = o; 9 | }, 10 | { 11 | closed = 1; 12 | nodes = ( 13 | (125,-86,l), 14 | (589,631,l), 15 | (589,637,l), 16 | (497,637,l), 17 | (33,-80,l), 18 | (33,-86,l) 19 | ); 20 | } 21 | ); 22 | width = 622; 23 | } 24 | ); 25 | unicode = 248; 26 | } 27 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/L_slash.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Lslash; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | pos = (44,0); 9 | ref = L; 10 | }, 11 | { 12 | closed = 1; 13 | nodes = ( 14 | (440,540,l), 15 | (62,317,l), 16 | (62,225,l), 17 | (68,225,l), 18 | (446,448,l), 19 | (446,540,l) 20 | ); 21 | } 22 | ); 23 | width = 658; 24 | } 25 | ); 26 | unicode = 321; 27 | } 28 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/macroncomb.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = macroncomb; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,550); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | closed = 1; 15 | nodes = ( 16 | (155,642,l), 17 | (465,642,l), 18 | (465,723,l), 19 | (155,723,l) 20 | ); 21 | } 22 | ); 23 | width = 620; 24 | } 25 | ); 26 | unicode = 772; 27 | } 28 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | appdirs==1.4.4 2 | attrs==23.1.0 3 | booleanOperations==0.9.0 4 | cffsubr==0.2.9.post1 5 | compreffor==0.5.3 6 | cu2qu==1.6.7.post2 7 | fontmake==3.5.1 8 | fontMath==0.9.3 9 | fonttools==4.43.0 10 | fs==2.4.16 11 | glyphsLib==6.2.2 12 | lxml==4.9.2 13 | openstep-plist==0.3.0.post1 14 | pyclipper==1.3.0.post4 15 | six==1.16.0 16 | ufo2ft==2.31.1 17 | ufoLib2==0.14.0 18 | unicodedata2==15.0.0 19 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/caroncomb.alt.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = caroncomb.alt; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _topright; 8 | pos = (387,750); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | closed = 1; 15 | nodes = ( 16 | (495,635,l), 17 | (559,635,l), 18 | (620,844,l), 19 | (620,850,l), 20 | (512,850,l) 21 | ); 22 | } 23 | ); 24 | width = 620; 25 | } 26 | ); 27 | } 28 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/acutecomb.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = acutecomb; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,550); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | closed = 1; 15 | nodes = ( 16 | (272,628,l), 17 | (343,628,l), 18 | (448,780,l), 19 | (448,786,l), 20 | (334,786,l) 21 | ); 22 | } 23 | ); 24 | width = 620; 25 | } 26 | ); 27 | unicode = 769; 28 | } 29 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/gravecomb.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = gravecomb; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,550); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | closed = 1; 15 | nodes = ( 16 | (172,786,l), 17 | (172,780,l), 18 | (277,628,l), 19 | (348,628,l), 20 | (286,786,l) 21 | ); 22 | } 23 | ); 24 | width = 620; 25 | } 26 | ); 27 | unicode = 768; 28 | } 29 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/macronbelowcomb.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = macronbelowcomb; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _bottom; 8 | pos = (310,0); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | closed = 1; 15 | nodes = ( 16 | (155,-162,l), 17 | (465,-162,l), 18 | (465,-84,l), 19 | (155,-84,l) 20 | ); 21 | } 22 | ); 23 | width = 620; 24 | } 25 | ); 26 | unicode = 817; 27 | } 28 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/uhornacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = uhornacute; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = bottom; 8 | pos = (279,0); 9 | }, 10 | { 11 | name = top; 12 | pos = (279,550); 13 | } 14 | ); 15 | layerId = m01; 16 | shapes = ( 17 | { 18 | ref = uhorn; 19 | }, 20 | { 21 | pos = (23,0); 22 | ref = acutecomb; 23 | } 24 | ); 25 | width = 710; 26 | } 27 | ); 28 | unicode = 7913; 29 | } 30 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/uhorngrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = uhorngrave; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = bottom; 8 | pos = (279,0); 9 | }, 10 | { 11 | name = top; 12 | pos = (279,550); 13 | } 14 | ); 15 | layerId = m01; 16 | shapes = ( 17 | { 18 | ref = uhorn; 19 | }, 20 | { 21 | pos = (23,0); 22 | ref = gravecomb; 23 | } 24 | ); 25 | width = 710; 26 | } 27 | ); 28 | unicode = 7915; 29 | } 30 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/uhorntilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = uhorntilde; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = bottom; 8 | pos = (279,0); 9 | }, 10 | { 11 | name = top; 12 | pos = (279,550); 13 | } 14 | ); 15 | layerId = m01; 16 | shapes = ( 17 | { 18 | ref = uhorn; 19 | }, 20 | { 21 | pos = (23,0); 22 | ref = tildecomb; 23 | } 24 | ); 25 | width = 710; 26 | } 27 | ); 28 | unicode = 7919; 29 | } 30 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_hornacute.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Uhornacute; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = bottom; 8 | pos = (276,-15); 9 | }, 10 | { 11 | name = top; 12 | pos = (276,710); 13 | } 14 | ); 15 | layerId = m01; 16 | shapes = ( 17 | { 18 | ref = Uhorn; 19 | }, 20 | { 21 | pos = (45,0); 22 | ref = acutecomb.case; 23 | } 24 | ); 25 | width = 710; 26 | } 27 | ); 28 | unicode = 7912; 29 | } 30 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_horngrave.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Uhorngrave; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = bottom; 8 | pos = (276,-15); 9 | }, 10 | { 11 | name = top; 12 | pos = (276,710); 13 | } 14 | ); 15 | layerId = m01; 16 | shapes = ( 17 | { 18 | ref = Uhorn; 19 | }, 20 | { 21 | pos = (45,0); 22 | ref = gravecomb.case; 23 | } 24 | ); 25 | width = 710; 26 | } 27 | ); 28 | unicode = 7914; 29 | } 30 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_horntilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Uhorntilde; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = bottom; 8 | pos = (276,-15); 9 | }, 10 | { 11 | name = top; 12 | pos = (276,710); 13 | } 14 | ); 15 | layerId = m01; 16 | shapes = ( 17 | { 18 | ref = Uhorn; 19 | }, 20 | { 21 | pos = (45,0); 22 | ref = tildecomb.case; 23 | } 24 | ); 25 | width = 710; 26 | } 27 | ); 28 | unicode = 7918; 29 | } 30 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/equal.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = equal; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (70,250,l), 11 | (70,164,l), 12 | (540,164,l), 13 | (540,250,l) 14 | ); 15 | }, 16 | { 17 | closed = 1; 18 | nodes = ( 19 | (70,452,l), 20 | (70,366,l), 21 | (540,366,l), 22 | (540,452,l) 23 | ); 24 | } 25 | ); 26 | width = 610; 27 | } 28 | ); 29 | unicode = 61; 30 | } 31 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/plus.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = plus; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (65,350,l), 11 | (65,264,l), 12 | (535,264,l), 13 | (535,350,l) 14 | ); 15 | }, 16 | { 17 | closed = 1; 18 | nodes = ( 19 | (345,558,l), 20 | (255,558,l), 21 | (255,56,l), 22 | (345,56,l) 23 | ); 24 | } 25 | ); 26 | width = 600; 27 | } 28 | ); 29 | unicode = 43; 30 | } 31 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_horndotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Uhorndotbelow; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = bottom; 8 | pos = (276,-15); 9 | }, 10 | { 11 | name = top; 12 | pos = (276,710); 13 | } 14 | ); 15 | layerId = m01; 16 | shapes = ( 17 | { 18 | ref = Uhorn; 19 | }, 20 | { 21 | pos = (45,0); 22 | ref = dotbelowcomb.case; 23 | } 24 | ); 25 | width = 710; 26 | } 27 | ); 28 | unicode = 7920; 29 | } 30 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dagger.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dagger; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (226,-20,l), 11 | (304,-20,l), 12 | (304,570,l), 13 | (226,570,l) 14 | ); 15 | }, 16 | { 17 | closed = 1; 18 | nodes = ( 19 | (440,339,l), 20 | (440,412,l), 21 | (90,412,l), 22 | (90,339,l) 23 | ); 24 | } 25 | ); 26 | width = 530; 27 | } 28 | ); 29 | unicode = 8224; 30 | } 31 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/multiply.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = multiply; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (487,448,l), 11 | (425,510,l), 12 | (70,155,l), 13 | (132,93,l) 14 | ); 15 | }, 16 | { 17 | closed = 1; 18 | nodes = ( 19 | (488,156,l), 20 | (133,511,l), 21 | (70,448,l), 22 | (425,93,l) 23 | ); 24 | } 25 | ); 26 | width = 558; 27 | } 28 | ); 29 | unicode = 215; 30 | } 31 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/quotedbl.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = quotedbl; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (137,438,l), 11 | (189,438,l), 12 | (226,710,l), 13 | (100,710,l) 14 | ); 15 | }, 16 | { 17 | closed = 1; 18 | nodes = ( 19 | (345,438,l), 20 | (397,438,l), 21 | (434,710,l), 22 | (308,710,l) 23 | ); 24 | } 25 | ); 26 | width = 534; 27 | } 28 | ); 29 | unicode = 34; 30 | } 31 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dieresiscomb_macroncomb.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dieresiscomb_macroncomb; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,550); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | ref = dieresiscomb; 15 | }, 16 | { 17 | closed = 1; 18 | nodes = ( 19 | (180,821,l), 20 | (440,821,l), 21 | (440,897,l), 22 | (180,897,l) 23 | ); 24 | } 25 | ); 26 | width = 620; 27 | } 28 | ); 29 | } 30 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/guilsinglleft.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = guilsinglleft; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (157,218,l), 11 | (400,461,l), 12 | (343,518,l), 13 | (100,275,l) 14 | ); 15 | }, 16 | { 17 | closed = 1; 18 | nodes = ( 19 | (343,32,l), 20 | (400,89,l), 21 | (157,332,l), 22 | (100,275,l) 23 | ); 24 | } 25 | ); 26 | width = 500; 27 | } 28 | ); 29 | unicode = 8249; 30 | } 31 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/brevecomb_acutecomb.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = brevecomb_acutecomb; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,550); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | closed = 1; 15 | nodes = ( 16 | (273,788,l), 17 | (343,788,l), 18 | (425,900,l), 19 | (425,906,l), 20 | (328,906,l) 21 | ); 22 | }, 23 | { 24 | ref = brevecomb; 25 | } 26 | ); 27 | width = 620; 28 | } 29 | ); 30 | } 31 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/brevecomb_gravecomb.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = brevecomb_gravecomb; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,550); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | ref = brevecomb; 15 | }, 16 | { 17 | closed = 1; 18 | nodes = ( 19 | (195,906,l), 20 | (195,900,l), 21 | (277,788,l), 22 | (347,788,l), 23 | (292,906,l) 24 | ); 25 | } 26 | ); 27 | width = 620; 28 | } 29 | ); 30 | } 31 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/guilsinglright.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = guilsinglright; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (157,518,l), 11 | (100,461,l), 12 | (343,218,l), 13 | (400,275,l) 14 | ); 15 | }, 16 | { 17 | closed = 1; 18 | nodes = ( 19 | (343,332,l), 20 | (100,89,l), 21 | (157,32,l), 22 | (400,275,l) 23 | ); 24 | } 25 | ); 26 | width = 500; 27 | } 28 | ); 29 | unicode = 8250; 30 | } 31 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/period.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = period; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (229,-19,o), 11 | (266,18,o), 12 | (266,64,cs), 13 | (266,110,o), 14 | (229,147,o), 15 | (183,147,cs), 16 | (137,147,o), 17 | (100,110,o), 18 | (100,64,cs), 19 | (100,18,o), 20 | (137,-19,o), 21 | (183,-19,cs) 22 | ); 23 | } 24 | ); 25 | width = 366; 26 | } 27 | ); 28 | unicode = 46; 29 | } 30 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/bullet.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = bullet; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (294,224,o), 11 | (350,281,o), 12 | (350,350,cs), 13 | (350,419,o), 14 | (294,474,o), 15 | (225,474,cs), 16 | (156,474,o), 17 | (100,419,o), 18 | (100,350,cs), 19 | (100,281,o), 20 | (156,224,o), 21 | (225,224,cs) 22 | ); 23 | } 24 | ); 25 | width = 450; 26 | } 27 | ); 28 | unicode = 8226; 29 | } 30 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dieresiscomb_acutecomb.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dieresiscomb_acutecomb; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,550); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | ref = dieresiscomb; 15 | }, 16 | { 17 | closed = 1; 18 | nodes = ( 19 | (273,788,l), 20 | (343,788,l), 21 | (425,900,l), 22 | (425,906,l), 23 | (328,906,l) 24 | ); 25 | } 26 | ); 27 | width = 620; 28 | } 29 | ); 30 | } 31 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dieresiscomb_gravecomb.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dieresiscomb_gravecomb; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,550); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | ref = dieresiscomb; 15 | }, 16 | { 17 | closed = 1; 18 | nodes = ( 19 | (195,906,l), 20 | (195,900,l), 21 | (277,788,l), 22 | (347,788,l), 23 | (292,906,l) 24 | ); 25 | } 26 | ); 27 | width = 620; 28 | } 29 | ); 30 | } 31 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/circumflexcomb_acutecomb.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = circumflexcomb_acutecomb; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,550); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | ref = circumflexcomb; 15 | }, 16 | { 17 | closed = 1; 18 | nodes = ( 19 | (424,750,l), 20 | (494,750,l), 21 | (576,862,l), 22 | (576,868,l), 23 | (479,868,l) 24 | ); 25 | } 26 | ); 27 | width = 620; 28 | } 29 | ); 30 | } 31 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/circumflexcomb_gravecomb.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = circumflexcomb_gravecomb; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,550); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | ref = circumflexcomb; 15 | }, 16 | { 17 | closed = 1; 18 | nodes = ( 19 | (356,868,l), 20 | (356,862,l), 21 | (438,750,l), 22 | (508,750,l), 23 | (453,868,l) 24 | ); 25 | } 26 | ); 27 | width = 620; 28 | } 29 | ); 30 | } 31 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/less.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = less; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (510,597,l), 11 | (100,356,l), 12 | (100,263,l), 13 | (520,498,l), 14 | (520,597,l) 15 | ); 16 | }, 17 | { 18 | closed = 1; 19 | nodes = ( 20 | (520,110,l), 21 | (100,350,l), 22 | (100,257,l), 23 | (510,11,l), 24 | (520,11,l) 25 | ); 26 | } 27 | ); 28 | width = 620; 29 | } 30 | ); 31 | unicode = 60; 32 | } 33 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/greater.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = greater; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (100,498,l), 11 | (520,263,l), 12 | (520,356,l), 13 | (110,597,l), 14 | (100,597,l) 15 | ); 16 | }, 17 | { 18 | closed = 1; 19 | nodes = ( 20 | (110,11,l), 21 | (520,257,l), 22 | (520,350,l), 23 | (100,110,l), 24 | (100,11,l) 25 | ); 26 | } 27 | ); 28 | width = 620; 29 | } 30 | ); 31 | unicode = 62; 32 | } 33 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/periodcentered.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = periodcentered; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (229,267,o), 11 | (266,304,o), 12 | (266,350,cs), 13 | (266,396,o), 14 | (229,433,o), 15 | (183,433,cs), 16 | (137,433,o), 17 | (100,396,o), 18 | (100,350,cs), 19 | (100,304,o), 20 | (137,267,o), 21 | (183,267,cs) 22 | ); 23 | } 24 | ); 25 | width = 366; 26 | } 27 | ); 28 | unicode = 183; 29 | } 30 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/asciicircum.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = asciicircum; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (180,420,l), 11 | (344,750,l), 12 | (255,750,l), 13 | (85,430,l), 14 | (85,420,l) 15 | ); 16 | }, 17 | { 18 | closed = 1; 19 | nodes = ( 20 | (519,430,l), 21 | (349,750,l), 22 | (260,750,l), 23 | (424,420,l), 24 | (519,420,l) 25 | ); 26 | } 27 | ); 28 | width = 604; 29 | } 30 | ); 31 | unicode = 94; 32 | } 33 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/i.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = i; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = idotless; 9 | }, 10 | { 11 | closed = 1; 12 | nodes = ( 13 | (313,606,o), 14 | (348,641,o), 15 | (348,686,cs), 16 | (348,730,o), 17 | (313,766,o), 18 | (268,766,cs), 19 | (225,766,o), 20 | (188,730,o), 21 | (188,686,cs), 22 | (188,641,o), 23 | (225,606,o), 24 | (268,606,cs) 25 | ); 26 | } 27 | ); 28 | width = 550; 29 | } 30 | ); 31 | unicode = 105; 32 | } 33 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/j.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = j; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | ref = jdotless; 9 | }, 10 | { 11 | closed = 1; 12 | nodes = ( 13 | (354,606,o), 14 | (389,641,o), 15 | (389,686,cs), 16 | (389,730,o), 17 | (354,766,o), 18 | (309,766,cs), 19 | (266,766,o), 20 | (229,730,o), 21 | (229,686,cs), 22 | (229,641,o), 23 | (266,606,o), 24 | (309,606,cs) 25 | ); 26 | } 27 | ); 28 | width = 502; 29 | } 30 | ); 31 | unicode = 106; 32 | } 33 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/parenleft.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = parenleft; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (435,-51,l), 11 | (290,24,o), 12 | (204,159,o), 13 | (204,311,cs), 14 | (204,463,o), 15 | (289,598,o), 16 | (435,673,c), 17 | (392,760,l), 18 | (214,668,o), 19 | (100,507,o), 20 | (100,311,cs), 21 | (100,115,o), 22 | (214,-46,o), 23 | (392,-138,c) 24 | ); 25 | } 26 | ); 27 | width = 535; 28 | } 29 | ); 30 | unicode = 40; 31 | } 32 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/parenright.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = parenright; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (321,-46,o), 11 | (435,115,o), 12 | (435,311,cs), 13 | (435,507,o), 14 | (321,668,o), 15 | (143,760,c), 16 | (100,673,l), 17 | (246,598,o), 18 | (331,463,o), 19 | (331,311,cs), 20 | (331,159,o), 21 | (245,24,o), 22 | (100,-51,c), 23 | (143,-138,l) 24 | ); 25 | } 26 | ); 27 | width = 535; 28 | } 29 | ); 30 | unicode = 41; 31 | } 32 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ringhalfleft.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ringhalfleft; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (272,750,l), 11 | (161,750,o), 12 | (100,684,o), 13 | (100,596,cs), 14 | (100,508,o), 15 | (161,442,o), 16 | (272,442,c), 17 | (272,500,l), 18 | (200,500,o), 19 | (163,546,o), 20 | (163,595,cs), 21 | (163,649,o), 22 | (200,692,o), 23 | (272,692,c) 24 | ); 25 | } 26 | ); 27 | width = 372; 28 | } 29 | ); 30 | unicode = 703; 31 | } 32 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/ringhalfright.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = ringhalfright; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (172,692,o), 11 | (209,649,o), 12 | (209,595,cs), 13 | (209,546,o), 14 | (172,500,o), 15 | (100,500,c), 16 | (100,442,l), 17 | (211,442,o), 18 | (272,508,o), 19 | (272,596,cs), 20 | (272,684,o), 21 | (211,750,o), 22 | (100,750,c), 23 | (100,692,l) 24 | ); 25 | } 26 | ); 27 | width = 372; 28 | } 29 | ); 30 | unicode = 702; 31 | } 32 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/U_horn.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = Uhorn; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = bottom; 8 | pos = (355,0); 9 | }, 10 | { 11 | name = ogonek; 12 | pos = (445,0); 13 | }, 14 | { 15 | name = top; 16 | pos = (355,710); 17 | }, 18 | { 19 | name = topright; 20 | pos = (552,710); 21 | } 22 | ); 23 | layerId = m01; 24 | shapes = ( 25 | { 26 | ref = U; 27 | }, 28 | { 29 | pos = (311,-51); 30 | ref = horncomb.case; 31 | } 32 | ); 33 | width = 710; 34 | } 35 | ); 36 | unicode = 431; 37 | } 38 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/asciitilde.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = asciitilde; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | name = Regular; 7 | shapes = ( 8 | { 9 | closed = 1; 10 | nodes = ( 11 | (423,180,o), 12 | (461,169,o), 13 | (602,345,c), 14 | (542,394,l), 15 | (442,276,o), 16 | (438,271,o), 17 | (357,346,cs), 18 | (241,451,o), 19 | (203,462,o), 20 | (62,286,c), 21 | (122,237,l), 22 | (222,355,o), 23 | (226,360,o), 24 | (307,285,cs) 25 | ); 26 | } 27 | ); 28 | width = 664; 29 | } 30 | ); 31 | unicode = 126; 32 | } 33 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dieresiscomb.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dieresiscomb; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,555); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | closed = 1; 15 | nodes = ( 16 | (153,637,l), 17 | (266,637,l), 18 | (266,750,l), 19 | (153,750,l) 20 | ); 21 | }, 22 | { 23 | closed = 1; 24 | nodes = ( 25 | (354,637,l), 26 | (467,637,l), 27 | (467,750,l), 28 | (354,750,l) 29 | ); 30 | } 31 | ); 32 | width = 620; 33 | } 34 | ); 35 | unicode = 776; 36 | } 37 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/uhorndotbelow.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = uhorndotbelow; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = bottom; 8 | pos = (264,0); 9 | }, 10 | { 11 | name = ogonek; 12 | pos = (547,-8); 13 | }, 14 | { 15 | name = top; 16 | pos = (264,550); 17 | }, 18 | { 19 | name = topright; 20 | pos = (437,550); 21 | } 22 | ); 23 | layerId = m01; 24 | shapes = ( 25 | { 26 | ref = uhorn; 27 | }, 28 | { 29 | pos = (23,0); 30 | ref = dotbelowcomb; 31 | } 32 | ); 33 | width = 710; 34 | } 35 | ); 36 | unicode = 7921; 37 | } 38 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dieresisbelowcomb.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dieresisbelowcomb; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _bottom; 8 | pos = (310,0); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | closed = 1; 15 | nodes = ( 16 | (153,-167,l), 17 | (266,-167,l), 18 | (266,-54,l), 19 | (153,-54,l) 20 | ); 21 | }, 22 | { 23 | closed = 1; 24 | nodes = ( 25 | (354,-167,l), 26 | (467,-167,l), 27 | (467,-54,l), 28 | (354,-54,l) 29 | ); 30 | } 31 | ); 32 | width = 620; 33 | } 34 | ); 35 | unicode = 804; 36 | } 37 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/T_.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = T; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = bottom; 8 | pos = (330,0); 9 | }, 10 | { 11 | name = top; 12 | pos = (330,710); 13 | } 14 | ); 15 | layerId = m01; 16 | shapes = ( 17 | { 18 | closed = 1; 19 | nodes = ( 20 | (379,0,l), 21 | (379,710,l), 22 | (281,710,l), 23 | (281,0,l) 24 | ); 25 | }, 26 | { 27 | closed = 1; 28 | nodes = ( 29 | (590,710,l), 30 | (70,710,l), 31 | (70,622,l), 32 | (590,622,l) 33 | ); 34 | } 35 | ); 36 | width = 660; 37 | } 38 | ); 39 | unicode = 84; 40 | } 41 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dotaccentcomb.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dotaccentcomb; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,550); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | closed = 1; 15 | nodes = ( 16 | (349,628,o), 17 | (379,658,o), 18 | (379,697,cs), 19 | (379,735,o), 20 | (349,766,o), 21 | (310,766,cs), 22 | (273,766,o), 23 | (241,735,o), 24 | (241,697,cs), 25 | (241,658,o), 26 | (273,628,o), 27 | (310,628,cs) 28 | ); 29 | } 30 | ); 31 | width = 620; 32 | } 33 | ); 34 | unicode = 775; 35 | } 36 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/caroncomb.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = caroncomb; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,550); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | closed = 1; 15 | nodes = ( 16 | (357,628,l), 17 | (357,634,l), 18 | (226,786,l), 19 | (141,786,l), 20 | (263,628,l) 21 | ); 22 | }, 23 | { 24 | closed = 1; 25 | nodes = ( 26 | (479,786,l), 27 | (394,786,l), 28 | (263,634,l), 29 | (263,628,l), 30 | (357,628,l) 31 | ); 32 | } 33 | ); 34 | width = 620; 35 | } 36 | ); 37 | unicode = 780; 38 | } 39 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/dotbelowcomb.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = dotbelowcomb; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _bottom; 8 | pos = (310,0); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | closed = 1; 15 | nodes = ( 16 | (349,-206,o), 17 | (379,-176,o), 18 | (379,-137,cs), 19 | (379,-99,o), 20 | (349,-68,o), 21 | (310,-68,cs), 22 | (273,-68,o), 23 | (241,-99,o), 24 | (241,-137,cs), 25 | (241,-176,o), 26 | (273,-206,o), 27 | (310,-206,cs) 28 | ); 29 | } 30 | ); 31 | width = 620; 32 | } 33 | ); 34 | unicode = 803; 35 | } 36 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/periodcentered.loclC_A_T_.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = periodcentered.loclCAT; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _center; 8 | pos = (-11,357); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | closed = 1; 15 | nodes = ( 16 | (208,288,o), 17 | (238,318,o), 18 | (238,357,cs), 19 | (238,395,o), 20 | (208,426,o), 21 | (169,426,cs), 22 | (132,426,o), 23 | (100,395,o), 24 | (100,357,cs), 25 | (100,318,o), 26 | (132,288,o), 27 | (169,288,cs) 28 | ); 29 | } 30 | ); 31 | width = 338; 32 | } 33 | ); 34 | } 35 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/plusminus.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = plusminus; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (85,439,l), 11 | (85,353,l), 12 | (505,353,l), 13 | (505,439,l) 14 | ); 15 | }, 16 | { 17 | closed = 1; 18 | nodes = ( 19 | (340,622,l), 20 | (250,622,l), 21 | (250,170,l), 22 | (340,170,l) 23 | ); 24 | }, 25 | { 26 | closed = 1; 27 | nodes = ( 28 | (85,13,l), 29 | (505,13,l), 30 | (505,99,l), 31 | (85,99,l) 32 | ); 33 | } 34 | ); 35 | width = 590; 36 | } 37 | ); 38 | unicode = 177; 39 | } 40 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/circumflexcomb.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = circumflexcomb; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,550); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | closed = 1; 15 | nodes = ( 16 | (263,786,l), 17 | (263,780,l), 18 | (394,628,l), 19 | (479,628,l), 20 | (357,786,l) 21 | ); 22 | }, 23 | { 24 | closed = 1; 25 | nodes = ( 26 | (141,628,l), 27 | (226,628,l), 28 | (357,780,l), 29 | (357,786,l), 30 | (263,786,l) 31 | ); 32 | } 33 | ); 34 | width = 620; 35 | } 36 | ); 37 | unicode = 770; 38 | } 39 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/daggerdbl.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = daggerdbl; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (226,-20,l), 11 | (304,-20,l), 12 | (304,570,l), 13 | (226,570,l) 14 | ); 15 | }, 16 | { 17 | closed = 1; 18 | nodes = ( 19 | (440,348,l), 20 | (440,418,l), 21 | (90,418,l), 22 | (90,348,l) 23 | ); 24 | }, 25 | { 26 | closed = 1; 27 | nodes = ( 28 | (440,132,l), 29 | (440,202,l), 30 | (90,202,l), 31 | (90,132,l) 32 | ); 33 | } 34 | ); 35 | width = 530; 36 | } 37 | ); 38 | unicode = 8225; 39 | } 40 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/hungarumlautcomb.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = hungarumlautcomb; 3 | layers = ( 4 | { 5 | anchors = ( 6 | { 7 | name = _top; 8 | pos = (310,550); 9 | } 10 | ); 11 | layerId = m01; 12 | shapes = ( 13 | { 14 | closed = 1; 15 | nodes = ( 16 | (337,628,l), 17 | (401,628,l), 18 | (486,780,l), 19 | (486,786,l), 20 | (393,786,l) 21 | ); 22 | }, 23 | { 24 | closed = 1; 25 | nodes = ( 26 | (201,628,l), 27 | (265,628,l), 28 | (350,780,l), 29 | (350,786,l), 30 | (257,786,l) 31 | ); 32 | } 33 | ); 34 | width = 620; 35 | } 36 | ); 37 | unicode = 779; 38 | } 39 | -------------------------------------------------------------------------------- /sources/0xPropo.glyphspackage/glyphs/bracketleft.glyph: -------------------------------------------------------------------------------- 1 | { 2 | glyphname = bracketleft; 3 | layers = ( 4 | { 5 | layerId = m01; 6 | shapes = ( 7 | { 8 | closed = 1; 9 | nodes = ( 10 | (100,-120,l), 11 | (195,-120,l), 12 | (195,750,l), 13 | (100,750,l) 14 | ); 15 | }, 16 | { 17 | closed = 1; 18 | nodes = ( 19 | (124,750,l), 20 | (124,665,l), 21 | (379,665,l), 22 | (379,750,l) 23 | ); 24 | }, 25 | { 26 | closed = 1; 27 | nodes = ( 28 | (124,-35,l), 29 | (124,-120,l), 30 | (379,-120,l), 31 | (379,-35,l) 32 | ); 33 | } 34 | ); 35 | width = 479; 36 | } 37 | ); 38 | unicode = 91; 39 | } 40 | --------------------------------------------------------------------------------