├── .gitattributes
├── .gitbook.yml
├── features
└── .gitignore
├── docs
├── ligature-recipes
│ ├── www.md
│ └── double-braces
│ │ └── roman-variant.md
├── README.md
├── .gitbook
│ └── assets
│ │ ├── image.png
│ │ ├── image (1).png
│ │ ├── image (10).png
│ │ ├── image (2).png
│ │ ├── image (3).png
│ │ ├── image (4).png
│ │ ├── image (5).png
│ │ ├── image (6).png
│ │ ├── image (7).png
│ │ ├── image (8).png
│ │ ├── image (9).png
│ │ ├── new-ligatures.png
│ │ ├── caret-position.gif
│ │ ├── caret-position (1).gif
│ │ ├── new-ligatures (1).png
│ │ ├── operator-mono-lig.png
│ │ └── operator-mono-lig (1).png
├── installation-instructions.md
└── changelog.md
├── ligature
├── OperatorMonoLig-Book
│ ├── subrs.xml
│ ├── glyphs
│ │ ├── bar.spacer.xml
│ │ ├── LIG.xml
│ │ ├── colon.spacer.xml
│ │ ├── equal.spacer.xml
│ │ ├── exclam.spacer.xml
│ │ ├── hyphen.spacer.xml
│ │ ├── less.spacer.xml
│ │ ├── plus.spacer.xml
│ │ ├── slash.spacer.xml
│ │ ├── greater.spacer.xml
│ │ ├── question.spacer.xml
│ │ ├── ampersand.spacer.xml
│ │ ├── underscore.spacer.xml
│ │ ├── uniE0B0.xml
│ │ ├── uniE0B2.xml
│ │ ├── underscore_underscore.liga.xml
│ │ ├── bar_bar.liga.xml
│ │ ├── equal_equal.liga.xml
│ │ ├── hyphen_hyphen.liga.xml
│ │ ├── plus_plus.liga.xml
│ │ ├── hyphen_greater.liga.xml
│ │ ├── less_hyphen.liga.xml
│ │ ├── hyphen_hyphen_greater.liga.xml
│ │ ├── less_hyphen_hyphen.liga.xml
│ │ ├── equal_equal_equal.liga.xml
│ │ ├── less_bar.liga.xml
│ │ ├── less_slash.liga.xml
│ │ ├── bar_greater.liga.xml
│ │ └── slash_greater.liga.xml
│ ├── gsubrs.xml
│ └── names.json
├── OperatorMonoLig-Light
│ ├── subrs.xml
│ ├── glyphs
│ │ ├── bar.spacer.xml
│ │ ├── colon.spacer.xml
│ │ ├── equal.spacer.xml
│ │ ├── less.spacer.xml
│ │ ├── plus.spacer.xml
│ │ ├── slash.spacer.xml
│ │ ├── LIG.xml
│ │ ├── exclam.spacer.xml
│ │ ├── greater.spacer.xml
│ │ ├── hyphen.spacer.xml
│ │ ├── question.spacer.xml
│ │ ├── ampersand.spacer.xml
│ │ ├── underscore.spacer.xml
│ │ ├── uniE0B0.xml
│ │ ├── uniE0B2.xml
│ │ ├── underscore_underscore.liga.xml
│ │ ├── bar_bar.liga.xml
│ │ ├── equal_equal.liga.xml
│ │ ├── hyphen_hyphen.liga.xml
│ │ ├── plus_plus.liga.xml
│ │ ├── equal_equal_equal.liga.xml
│ │ ├── hyphen_greater.liga.xml
│ │ ├── hyphen_hyphen_greater.liga.xml
│ │ ├── bar_greater.liga.xml
│ │ ├── less_bar.liga.xml
│ │ ├── greater_equal.liga.xml
│ │ ├── less_slash.liga.xml
│ │ ├── less_equal.liga.xml
│ │ └── slash_greater.liga.xml
│ ├── gsubrs.xml
│ └── names.json
├── OperatorMonoSSmLig-Bold
│ ├── subrs.xml
│ ├── glyphs
│ │ ├── LIG.xml
│ │ ├── w.spacer.xml
│ │ ├── bar.spacer.xml
│ │ ├── less.spacer.xml
│ │ ├── plus.spacer.xml
│ │ ├── colon.spacer.xml
│ │ ├── equal.spacer.xml
│ │ ├── exclam.spacer.xml
│ │ ├── greater.spacer.xml
│ │ ├── hyphen.spacer.xml
│ │ ├── minus.spacer.xml
│ │ ├── slash.spacer.xml
│ │ ├── ampersand.spacer.xml
│ │ ├── asterisk.spacer.xml
│ │ ├── question.spacer.xml
│ │ ├── quotedbl.spacer.xml
│ │ ├── semicolon.spacer.xml
│ │ ├── quotesingle.spacer.xml
│ │ ├── underscore.spacer.xml
│ │ ├── uniE0B0.xml
│ │ ├── uniE0B2.xml
│ │ ├── underscore_underscore.liga.xml
│ │ ├── hyphen_hyphen.liga.xml
│ │ ├── equal_equal.liga.xml
│ │ ├── uniE0B1.xml
│ │ ├── uniE0B3.xml
│ │ ├── bar_bar.liga.xml
│ │ ├── plus_plus.liga.xml
│ │ ├── slash_equal.liga.xml
│ │ ├── less_hyphen.liga.xml
│ │ ├── hyphen_greater.liga.xml
│ │ └── equal_equal_equal.liga.xml
│ ├── gsubrs.xml
│ └── names.json
├── OperatorMonoSSmLig-Book
│ ├── subrs.xml
│ ├── glyphs
│ │ ├── w.spacer.xml
│ │ ├── bar.spacer.xml
│ │ ├── less.spacer.xml
│ │ ├── plus.spacer.xml
│ │ ├── LIG.xml
│ │ ├── colon.spacer.xml
│ │ ├── equal.spacer.xml
│ │ ├── exclam.spacer.xml
│ │ ├── greater.spacer.xml
│ │ ├── hyphen.spacer.xml
│ │ ├── slash.spacer.xml
│ │ ├── ampersand.spacer.xml
│ │ ├── question.spacer.xml
│ │ ├── underscore.spacer.xml
│ │ ├── minus.spacer.xml
│ │ ├── asterisk.spacer.xml
│ │ ├── quotedbl.spacer.xml
│ │ ├── semicolon.spacer.xml
│ │ ├── quotesingle.spacer.xml
│ │ ├── uniE0B0.xml
│ │ ├── uniE0B2.xml
│ │ ├── underscore_underscore.liga.xml
│ │ ├── hyphen_hyphen.liga.xml
│ │ ├── equal_equal.liga.xml
│ │ ├── uniE0B1.xml
│ │ ├── uniE0B3.xml
│ │ ├── bar_bar.liga.xml
│ │ ├── plus_plus.liga.xml
│ │ ├── hyphen_equal.liga.xml
│ │ ├── less_hyphen.liga.xml
│ │ ├── hyphen_greater.liga.xml
│ │ ├── less_equal.liga.ss12.xml
│ │ └── less_equal.liga.xml
│ ├── gsubrs.xml
│ └── names.json
├── OperatorMonoSSmLig-Light
│ ├── subrs.xml
│ ├── glyphs
│ │ ├── bar.spacer.xml
│ │ ├── less.spacer.xml
│ │ ├── plus.spacer.xml
│ │ ├── LIG.xml
│ │ ├── colon.spacer.xml
│ │ ├── equal.spacer.xml
│ │ ├── exclam.spacer.xml
│ │ ├── hyphen.spacer.xml
│ │ ├── slash.spacer.xml
│ │ ├── ampersand.spacer.xml
│ │ ├── greater.spacer.xml
│ │ ├── question.spacer.xml
│ │ ├── underscore.spacer.xml
│ │ ├── w.spacer.xml
│ │ ├── minus.spacer.xml
│ │ ├── asterisk.spacer.xml
│ │ ├── quotedbl.spacer.xml
│ │ ├── semicolon.spacer.xml
│ │ ├── quotesingle.spacer.xml
│ │ ├── uniE0B0.xml
│ │ ├── uniE0B2.xml
│ │ ├── underscore_underscore.liga.xml
│ │ ├── hyphen_hyphen.liga.xml
│ │ ├── equal_equal.liga.xml
│ │ ├── uniE0B3.xml
│ │ ├── uniE0B1.xml
│ │ ├── bar_bar.liga.xml
│ │ ├── plus_plus.liga.xml
│ │ ├── hyphen_equal.liga.xml
│ │ ├── less_hyphen.liga.xml
│ │ ├── hyphen_greater.liga.xml
│ │ ├── less_equal.liga.ss12.xml
│ │ └── less_equal.liga.xml
│ ├── gsubrs.xml
│ └── names.json
├── OperatorMonoLig-BookItalic
│ ├── subrs.xml
│ ├── glyphs
│ │ ├── bar.spacer.xml
│ │ ├── colon.spacer.xml
│ │ ├── equal.spacer.xml
│ │ ├── less.spacer.xml
│ │ ├── plus.spacer.xml
│ │ ├── slash.spacer.xml
│ │ ├── LIG.xml
│ │ ├── exclam.spacer.xml
│ │ ├── greater.spacer.xml
│ │ ├── hyphen.spacer.xml
│ │ ├── question.spacer.xml
│ │ ├── ampersand.spacer.xml
│ │ ├── underscore.spacer.xml
│ │ ├── uniE0B0.xml
│ │ ├── uniE0B2.xml
│ │ ├── underscore_underscore.liga.xml
│ │ ├── less_bar.liga.xml
│ │ ├── bar_greater.liga.xml
│ │ ├── less_equal.liga.xml
│ │ ├── greater_equal.liga.xml
│ │ ├── bar_bar.liga.xml
│ │ ├── less_hyphen.liga.xml
│ │ ├── less_equal.2.liga.xml
│ │ ├── slash_greater.liga.xml
│ │ ├── equal_equal.liga.xml
│ │ └── hyphen_hyphen.liga.xml
│ ├── gsubrs.xml
│ └── names.json
├── OperatorMonoLig-LightItalic
│ ├── subrs.xml
│ ├── glyphs
│ │ ├── bar.spacer.xml
│ │ ├── colon.spacer.xml
│ │ ├── equal.spacer.xml
│ │ ├── less.spacer.xml
│ │ ├── plus.spacer.xml
│ │ ├── slash.spacer.xml
│ │ ├── LIG.xml
│ │ ├── exclam.spacer.xml
│ │ ├── greater.spacer.xml
│ │ ├── hyphen.spacer.xml
│ │ ├── ampersand.spacer.xml
│ │ ├── question.spacer.xml
│ │ ├── underscore.spacer.xml
│ │ ├── uniE0B0.xml
│ │ ├── uniE0B2.xml
│ │ ├── underscore_underscore.liga.xml
│ │ ├── greater_equal.liga.xml
│ │ ├── less_equal.liga.xml
│ │ ├── less_hyphen.liga.xml
│ │ ├── less_hyphen_hyphen.liga.xml
│ │ ├── bar_greater.liga.xml
│ │ ├── less_slash.liga.xml
│ │ ├── slash_greater.liga.xml
│ │ ├── less_bar.liga.xml
│ │ ├── bar_bar.liga.xml
│ │ ├── less_equal.2.liga.xml
│ │ └── equal_equal.liga.xml
│ ├── gsubrs.xml
│ └── names.json
├── OperatorMonoSSmLig-BoldItalic
│ ├── subrs.xml
│ ├── glyphs
│ │ ├── LIG.xml
│ │ ├── w.spacer.xml
│ │ ├── bar.spacer.xml
│ │ ├── less.spacer.xml
│ │ ├── plus.spacer.xml
│ │ ├── colon.spacer.xml
│ │ ├── equal.spacer.xml
│ │ ├── exclam.spacer.xml
│ │ ├── hyphen.spacer.xml
│ │ ├── minus.spacer.xml
│ │ ├── slash.spacer.xml
│ │ ├── ampersand.spacer.xml
│ │ ├── asterisk.spacer.xml
│ │ ├── greater.spacer.xml
│ │ ├── question.spacer.xml
│ │ ├── quotedbl.spacer.xml
│ │ ├── semicolon.spacer.xml
│ │ ├── quotesingle.spacer.xml
│ │ ├── underscore.spacer.xml
│ │ ├── uniE0B0.xml
│ │ ├── uniE0B2.xml
│ │ ├── underscore_underscore.liga.xml
│ │ ├── uniE0B3.xml
│ │ ├── uniE0B1.xml
│ │ ├── less_equal.liga.xml
│ │ ├── greater_equal.liga.xml
│ │ ├── less_equal.liga.ss12.xml
│ │ ├── less_slash.liga.xml
│ │ ├── slash_greater.liga.xml
│ │ ├── less_hyphen.liga.xml
│ │ ├── less_bar.liga.xml
│ │ ├── less_hyphen_hyphen.liga.xml
│ │ ├── bar_greater.liga.xml
│ │ ├── hyphen_hyphen.liga.xml
│ │ ├── equal_equal.liga.xml
│ │ └── greater_equal.liga.ss12.xml
│ ├── gsubrs.xml
│ └── names.json
├── OperatorMonoSSmLig-BookItalic
│ ├── subrs.xml
│ ├── glyphs
│ │ ├── w.spacer.xml
│ │ ├── bar.spacer.xml
│ │ ├── less.spacer.xml
│ │ ├── plus.spacer.xml
│ │ ├── LIG.xml
│ │ ├── colon.spacer.xml
│ │ ├── equal.spacer.xml
│ │ ├── exclam.spacer.xml
│ │ ├── hyphen.spacer.xml
│ │ ├── slash.spacer.xml
│ │ ├── ampersand.spacer.xml
│ │ ├── greater.spacer.xml
│ │ ├── question.spacer.xml
│ │ ├── underscore.spacer.xml
│ │ ├── minus.spacer.xml
│ │ ├── asterisk.spacer.xml
│ │ ├── quotedbl.spacer.xml
│ │ ├── semicolon.spacer.xml
│ │ ├── quotesingle.spacer.xml
│ │ ├── uniE0B0.xml
│ │ ├── uniE0B2.xml
│ │ ├── underscore_underscore.liga.xml
│ │ ├── uniE0B3.xml
│ │ ├── uniE0B1.xml
│ │ ├── less_equal.liga.xml
│ │ ├── greater_equal.liga.xml
│ │ ├── less_slash.liga.xml
│ │ ├── slash_greater.liga.xml
│ │ ├── less_hyphen.liga.xml
│ │ ├── less_bar.liga.xml
│ │ ├── bar_greater.liga.xml
│ │ ├── less_hyphen_hyphen.liga.xml
│ │ ├── hyphen_hyphen.liga.xml
│ │ ├── equal_equal.liga.xml
│ │ ├── less_equal.liga.ss12.xml
│ │ ├── greater_equal.liga.ss12.xml
│ │ ├── hyphen_greater.liga.xml
│ │ └── less_less.liga.xml
│ ├── gsubrs.xml
│ └── names.json
├── OperatorMonoSSmLig-Medium
│ ├── subrs.xml
│ ├── glyphs
│ │ ├── bar.spacer.xml
│ │ ├── LIG.xml
│ │ ├── colon.spacer.xml
│ │ ├── equal.spacer.xml
│ │ ├── exclam.spacer.xml
│ │ ├── hyphen.spacer.xml
│ │ ├── less.spacer.xml
│ │ ├── plus.spacer.xml
│ │ ├── slash.spacer.xml
│ │ ├── greater.spacer.xml
│ │ ├── question.spacer.xml
│ │ ├── ampersand.spacer.xml
│ │ ├── underscore.spacer.xml
│ │ ├── w.spacer.xml
│ │ ├── minus.spacer.xml
│ │ ├── asterisk.spacer.xml
│ │ ├── quotedbl.spacer.xml
│ │ ├── quotesingle.spacer.xml
│ │ ├── semicolon.spacer.xml
│ │ ├── uniE0B0.xml
│ │ ├── uniE0B2.xml
│ │ ├── underscore_underscore.liga.xml
│ │ ├── hyphen_hyphen.liga.xml
│ │ ├── uniE0B3.xml
│ │ ├── uniE0B1.xml
│ │ ├── bar_bar.liga.xml
│ │ ├── plus_plus.liga.xml
│ │ ├── hyphen_equal.liga.xml
│ │ ├── less_hyphen.liga.xml
│ │ ├── hyphen_greater.liga.xml
│ │ ├── slash_equal.liga.xml
│ │ └── equal_equal_equal.liga.xml
│ ├── gsubrs.xml
│ └── names.json
├── OperatorMonoSSmLig-LightItalic
│ ├── subrs.xml
│ ├── glyphs
│ │ ├── bar.spacer.xml
│ │ ├── LIG.xml
│ │ ├── colon.spacer.xml
│ │ ├── equal.spacer.xml
│ │ ├── exclam.spacer.xml
│ │ ├── hyphen.spacer.xml
│ │ ├── less.spacer.xml
│ │ ├── plus.spacer.xml
│ │ ├── slash.spacer.xml
│ │ ├── greater.spacer.xml
│ │ ├── question.spacer.xml
│ │ ├── ampersand.spacer.xml
│ │ ├── underscore.spacer.xml
│ │ ├── w.spacer.xml
│ │ ├── minus.spacer.xml
│ │ ├── asterisk.spacer.xml
│ │ ├── quotedbl.spacer.xml
│ │ ├── quotesingle.spacer.xml
│ │ ├── semicolon.spacer.xml
│ │ ├── uniE0B0.xml
│ │ ├── uniE0B2.xml
│ │ ├── underscore_underscore.liga.xml
│ │ ├── uniE0B3.xml
│ │ ├── uniE0B1.xml
│ │ ├── less_equal.liga.xml
│ │ ├── greater_equal.liga.xml
│ │ ├── less_slash.liga.xml
│ │ ├── slash_greater.liga.xml
│ │ ├── less_hyphen.liga.xml
│ │ ├── less_bar.liga.xml
│ │ ├── less_hyphen_hyphen.liga.xml
│ │ ├── bar_greater.liga.xml
│ │ ├── hyphen_hyphen.liga.xml
│ │ ├── equal_equal.liga.xml
│ │ ├── less_equal.liga.ss12.xml
│ │ ├── greater_equal.liga.ss12.xml
│ │ ├── hyphen_greater.liga.xml
│ │ └── less_less.liga.xml
│ ├── gsubrs.xml
│ └── names.json
└── OperatorMonoSSmLig-MediumItalic
│ ├── subrs.xml
│ ├── glyphs
│ ├── bar.spacer.xml
│ ├── colon.spacer.xml
│ ├── equal.spacer.xml
│ ├── less.spacer.xml
│ ├── plus.spacer.xml
│ ├── slash.spacer.xml
│ ├── LIG.xml
│ ├── exclam.spacer.xml
│ ├── greater.spacer.xml
│ ├── hyphen.spacer.xml
│ ├── question.spacer.xml
│ ├── ampersand.spacer.xml
│ ├── underscore.spacer.xml
│ ├── w.spacer.xml
│ ├── minus.spacer.xml
│ ├── asterisk.spacer.xml
│ ├── quotedbl.spacer.xml
│ ├── semicolon.spacer.xml
│ ├── quotesingle.spacer.xml
│ ├── uniE0B0.xml
│ ├── uniE0B2.xml
│ ├── underscore_underscore.liga.xml
│ ├── uniE0B1.xml
│ ├── uniE0B3.xml
│ ├── less_equal.liga.xml
│ ├── greater_equal.liga.xml
│ ├── less_slash.liga.xml
│ ├── slash_greater.liga.xml
│ ├── less_hyphen.liga.xml
│ ├── less_bar.liga.xml
│ ├── bar_greater.liga.xml
│ ├── less_hyphen_hyphen.liga.xml
│ ├── hyphen_hyphen.liga.xml
│ ├── less_equal.liga.ss12.xml
│ ├── equal_equal.liga.xml
│ └── greater_equal.liga.ss12.xml
│ ├── gsubrs.xml
│ └── names.json
├── ligature_source
└── .gitignore
├── original
└── .gitignore
├── .gitignore
├── images
├── sample.js.png
├── sample.html.png
├── caret-position.gif
├── hyper terminal.png
├── new-ligatures.png
├── vsoperatormono.png
├── glyphs-screenshot.png
├── new-ligatures-2.5.png
├── operator-mono-lig.png
├── github-operatormono.png
├── preview
│ ├── italic
│ │ ├── w_w_w.png
│ │ ├── bar_bar.png
│ │ ├── less_bar.png
│ │ ├── less_equal.png
│ │ ├── less_less.png
│ │ ├── less_slash.png
│ │ ├── plus_equal.png
│ │ ├── plus_plus.png
│ │ ├── bar_greater.png
│ │ ├── colon_colon.png
│ │ ├── colon_equal.png
│ │ ├── equal_equal.png
│ │ ├── exclam_equal.png
│ │ ├── hyphen_equal.png
│ │ ├── less_hyphen.png
│ │ ├── slash_equal.png
│ │ ├── asterisk_equal.png
│ │ ├── equal_greater.png
│ │ ├── equal_less_less.png
│ │ ├── exclam_exclam.png
│ │ ├── greater_equal.png
│ │ ├── greater_greater.png
│ │ ├── hyphen_greater.png
│ │ ├── hyphen_hyphen.png
│ │ ├── less_equal_less.png
│ │ ├── less_less_equal.png
│ │ ├── slash_greater.png
│ │ ├── equal_equal_equal.png
│ │ ├── less_equal_equal.png
│ │ ├── question_question.png
│ │ ├── ampersand_ampersand.png
│ │ ├── equal_equal_greater.png
│ │ ├── exclam_equal_equal.png
│ │ ├── less_equal_greater.png
│ │ ├── less_hyphen_greater.png
│ │ ├── less_hyphen_hyphen.png
│ │ ├── less_slash_greater.png
│ │ ├── semicolon_semicolon.png
│ │ ├── greater_equal_greater.png
│ │ ├── greater_greater_equal.png
│ │ ├── hyphen_hyphen_greater.png
│ │ ├── underscore_underscore.png
│ │ ├── less_exclam_hyphen_hyphen.png
│ │ ├── quotedbl_quotedbl_quotedbl.png
│ │ └── quotesingle_quotesingle_quotesingle.png
│ └── normal
│ │ ├── w_w_w.png
│ │ ├── bar_bar.png
│ │ ├── less_bar.png
│ │ ├── less_equal.png
│ │ ├── less_less.png
│ │ ├── less_slash.png
│ │ ├── plus_equal.png
│ │ ├── plus_plus.png
│ │ ├── bar_greater.png
│ │ ├── colon_colon.png
│ │ ├── colon_equal.png
│ │ ├── equal_equal.png
│ │ ├── exclam_equal.png
│ │ ├── hyphen_equal.png
│ │ ├── less_hyphen.png
│ │ ├── slash_equal.png
│ │ ├── asterisk_equal.png
│ │ ├── equal_greater.png
│ │ ├── equal_less_less.png
│ │ ├── exclam_exclam.png
│ │ ├── greater_equal.png
│ │ ├── greater_greater.png
│ │ ├── hyphen_greater.png
│ │ ├── hyphen_hyphen.png
│ │ ├── less_equal_less.png
│ │ ├── less_less_equal.png
│ │ ├── slash_greater.png
│ │ ├── equal_equal_equal.png
│ │ ├── less_equal_equal.png
│ │ ├── question_question.png
│ │ ├── ampersand_ampersand.png
│ │ ├── equal_equal_greater.png
│ │ ├── exclam_equal_equal.png
│ │ ├── less_equal_greater.png
│ │ ├── less_hyphen_greater.png
│ │ ├── less_hyphen_hyphen.png
│ │ ├── less_slash_greater.png
│ │ ├── semicolon_semicolon.png
│ │ ├── greater_equal_greater.png
│ │ ├── greater_greater_equal.png
│ │ ├── hyphen_hyphen_greater.png
│ │ ├── underscore_underscore.png
│ │ ├── less_exclam_hyphen_hyphen.png
│ │ ├── quotedbl_quotedbl_quotedbl.png
│ │ └── quotesingle_quotesingle_quotesingle.png
├── operator-mono-ssm-book.png
├── OperatorMonoAllTheThings.png
└── operator-mono-ssm-medium.png
├── .prettierrc
├── sample.go
├── sample.html
├── extract.bat
├── .eslintrc.js
└── extract.sh
/.gitattributes:
--------------------------------------------------------------------------------
1 | * text=auto
2 |
--------------------------------------------------------------------------------
/.gitbook.yml:
--------------------------------------------------------------------------------
1 | root: ./docs
2 |
--------------------------------------------------------------------------------
/features/.gitignore:
--------------------------------------------------------------------------------
1 | calt.fea
2 |
--------------------------------------------------------------------------------
/docs/ligature-recipes/www.md:
--------------------------------------------------------------------------------
1 | # www
2 |
3 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/subrs.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/subrs.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/subrs.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/subrs.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/subrs.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/ligature_source/.gitignore:
--------------------------------------------------------------------------------
1 | *.otf
2 | *.ttx
--------------------------------------------------------------------------------
/original/.gitignore:
--------------------------------------------------------------------------------
1 | *
2 | !.gitignore
3 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/subrs.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/subrs.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/subrs.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/subrs.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/subrs.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/subrs.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/subrs.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/README.md:
--------------------------------------------------------------------------------
1 | # Introduction
2 |
3 | Testing
4 |
5 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | build
2 | node_modules
3 | .idea
4 | .vscode
5 | .DS_Store
6 | pnpm-lock.yaml
7 |
--------------------------------------------------------------------------------
/images/sample.js.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/sample.js.png
--------------------------------------------------------------------------------
/images/sample.html.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/sample.html.png
--------------------------------------------------------------------------------
/images/caret-position.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/caret-position.gif
--------------------------------------------------------------------------------
/images/hyper terminal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/hyper terminal.png
--------------------------------------------------------------------------------
/images/new-ligatures.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/new-ligatures.png
--------------------------------------------------------------------------------
/images/vsoperatormono.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/vsoperatormono.png
--------------------------------------------------------------------------------
/images/glyphs-screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/glyphs-screenshot.png
--------------------------------------------------------------------------------
/images/new-ligatures-2.5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/new-ligatures-2.5.png
--------------------------------------------------------------------------------
/images/operator-mono-lig.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/operator-mono-lig.png
--------------------------------------------------------------------------------
/docs/.gitbook/assets/image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/docs/.gitbook/assets/image.png
--------------------------------------------------------------------------------
/images/github-operatormono.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/github-operatormono.png
--------------------------------------------------------------------------------
/images/preview/italic/w_w_w.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/w_w_w.png
--------------------------------------------------------------------------------
/images/preview/normal/w_w_w.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/w_w_w.png
--------------------------------------------------------------------------------
/images/operator-mono-ssm-book.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/operator-mono-ssm-book.png
--------------------------------------------------------------------------------
/images/preview/italic/bar_bar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/bar_bar.png
--------------------------------------------------------------------------------
/images/preview/normal/bar_bar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/bar_bar.png
--------------------------------------------------------------------------------
/.prettierrc:
--------------------------------------------------------------------------------
1 | {
2 | "semi": false,
3 | "singleQuote": true,
4 | "trailingComma": "all",
5 | "arrowParens": "avoid"
6 | }
7 |
--------------------------------------------------------------------------------
/docs/.gitbook/assets/image (1).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/docs/.gitbook/assets/image (1).png
--------------------------------------------------------------------------------
/docs/.gitbook/assets/image (10).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/docs/.gitbook/assets/image (10).png
--------------------------------------------------------------------------------
/docs/.gitbook/assets/image (2).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/docs/.gitbook/assets/image (2).png
--------------------------------------------------------------------------------
/docs/.gitbook/assets/image (3).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/docs/.gitbook/assets/image (3).png
--------------------------------------------------------------------------------
/docs/.gitbook/assets/image (4).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/docs/.gitbook/assets/image (4).png
--------------------------------------------------------------------------------
/docs/.gitbook/assets/image (5).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/docs/.gitbook/assets/image (5).png
--------------------------------------------------------------------------------
/docs/.gitbook/assets/image (6).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/docs/.gitbook/assets/image (6).png
--------------------------------------------------------------------------------
/docs/.gitbook/assets/image (7).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/docs/.gitbook/assets/image (7).png
--------------------------------------------------------------------------------
/docs/.gitbook/assets/image (8).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/docs/.gitbook/assets/image (8).png
--------------------------------------------------------------------------------
/docs/.gitbook/assets/image (9).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/docs/.gitbook/assets/image (9).png
--------------------------------------------------------------------------------
/images/OperatorMonoAllTheThings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/OperatorMonoAllTheThings.png
--------------------------------------------------------------------------------
/images/operator-mono-ssm-medium.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/operator-mono-ssm-medium.png
--------------------------------------------------------------------------------
/images/preview/italic/less_bar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/less_bar.png
--------------------------------------------------------------------------------
/images/preview/italic/less_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/less_equal.png
--------------------------------------------------------------------------------
/images/preview/italic/less_less.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/less_less.png
--------------------------------------------------------------------------------
/images/preview/italic/less_slash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/less_slash.png
--------------------------------------------------------------------------------
/images/preview/italic/plus_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/plus_equal.png
--------------------------------------------------------------------------------
/images/preview/italic/plus_plus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/plus_plus.png
--------------------------------------------------------------------------------
/images/preview/normal/less_bar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/less_bar.png
--------------------------------------------------------------------------------
/images/preview/normal/less_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/less_equal.png
--------------------------------------------------------------------------------
/images/preview/normal/less_less.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/less_less.png
--------------------------------------------------------------------------------
/images/preview/normal/less_slash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/less_slash.png
--------------------------------------------------------------------------------
/images/preview/normal/plus_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/plus_equal.png
--------------------------------------------------------------------------------
/images/preview/normal/plus_plus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/plus_plus.png
--------------------------------------------------------------------------------
/sample.go:
--------------------------------------------------------------------------------
1 | func main() {
2 | for i := 0; i <= 9; i++ {
3 | f := count(fact(gen(i)))
4 | fmt.Println(i, "! =", f)
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/docs/.gitbook/assets/new-ligatures.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/docs/.gitbook/assets/new-ligatures.png
--------------------------------------------------------------------------------
/docs/installation-instructions.md:
--------------------------------------------------------------------------------
1 | ---
2 | description: How to install the ligatures
3 | ---
4 |
5 | # Installation instructions
6 |
7 |
--------------------------------------------------------------------------------
/images/preview/italic/bar_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/bar_greater.png
--------------------------------------------------------------------------------
/images/preview/italic/colon_colon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/colon_colon.png
--------------------------------------------------------------------------------
/images/preview/italic/colon_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/colon_equal.png
--------------------------------------------------------------------------------
/images/preview/italic/equal_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/equal_equal.png
--------------------------------------------------------------------------------
/images/preview/italic/exclam_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/exclam_equal.png
--------------------------------------------------------------------------------
/images/preview/italic/hyphen_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/hyphen_equal.png
--------------------------------------------------------------------------------
/images/preview/italic/less_hyphen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/less_hyphen.png
--------------------------------------------------------------------------------
/images/preview/italic/slash_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/slash_equal.png
--------------------------------------------------------------------------------
/images/preview/normal/bar_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/bar_greater.png
--------------------------------------------------------------------------------
/images/preview/normal/colon_colon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/colon_colon.png
--------------------------------------------------------------------------------
/images/preview/normal/colon_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/colon_equal.png
--------------------------------------------------------------------------------
/images/preview/normal/equal_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/equal_equal.png
--------------------------------------------------------------------------------
/images/preview/normal/exclam_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/exclam_equal.png
--------------------------------------------------------------------------------
/images/preview/normal/hyphen_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/hyphen_equal.png
--------------------------------------------------------------------------------
/images/preview/normal/less_hyphen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/less_hyphen.png
--------------------------------------------------------------------------------
/images/preview/normal/slash_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/slash_equal.png
--------------------------------------------------------------------------------
/docs/.gitbook/assets/caret-position.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/docs/.gitbook/assets/caret-position.gif
--------------------------------------------------------------------------------
/images/preview/italic/asterisk_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/asterisk_equal.png
--------------------------------------------------------------------------------
/images/preview/italic/equal_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/equal_greater.png
--------------------------------------------------------------------------------
/images/preview/italic/equal_less_less.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/equal_less_less.png
--------------------------------------------------------------------------------
/images/preview/italic/exclam_exclam.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/exclam_exclam.png
--------------------------------------------------------------------------------
/images/preview/italic/greater_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/greater_equal.png
--------------------------------------------------------------------------------
/images/preview/italic/greater_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/greater_greater.png
--------------------------------------------------------------------------------
/images/preview/italic/hyphen_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/hyphen_greater.png
--------------------------------------------------------------------------------
/images/preview/italic/hyphen_hyphen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/hyphen_hyphen.png
--------------------------------------------------------------------------------
/images/preview/italic/less_equal_less.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/less_equal_less.png
--------------------------------------------------------------------------------
/images/preview/italic/less_less_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/less_less_equal.png
--------------------------------------------------------------------------------
/images/preview/italic/slash_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/slash_greater.png
--------------------------------------------------------------------------------
/images/preview/normal/asterisk_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/asterisk_equal.png
--------------------------------------------------------------------------------
/images/preview/normal/equal_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/equal_greater.png
--------------------------------------------------------------------------------
/images/preview/normal/equal_less_less.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/equal_less_less.png
--------------------------------------------------------------------------------
/images/preview/normal/exclam_exclam.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/exclam_exclam.png
--------------------------------------------------------------------------------
/images/preview/normal/greater_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/greater_equal.png
--------------------------------------------------------------------------------
/images/preview/normal/greater_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/greater_greater.png
--------------------------------------------------------------------------------
/images/preview/normal/hyphen_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/hyphen_greater.png
--------------------------------------------------------------------------------
/images/preview/normal/hyphen_hyphen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/hyphen_hyphen.png
--------------------------------------------------------------------------------
/images/preview/normal/less_equal_less.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/less_equal_less.png
--------------------------------------------------------------------------------
/images/preview/normal/less_less_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/less_less_equal.png
--------------------------------------------------------------------------------
/images/preview/normal/slash_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/slash_greater.png
--------------------------------------------------------------------------------
/docs/.gitbook/assets/caret-position (1).gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/docs/.gitbook/assets/caret-position (1).gif
--------------------------------------------------------------------------------
/docs/.gitbook/assets/new-ligatures (1).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/docs/.gitbook/assets/new-ligatures (1).png
--------------------------------------------------------------------------------
/docs/.gitbook/assets/operator-mono-lig.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/docs/.gitbook/assets/operator-mono-lig.png
--------------------------------------------------------------------------------
/images/preview/italic/equal_equal_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/equal_equal_equal.png
--------------------------------------------------------------------------------
/images/preview/italic/less_equal_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/less_equal_equal.png
--------------------------------------------------------------------------------
/images/preview/italic/question_question.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/question_question.png
--------------------------------------------------------------------------------
/images/preview/normal/equal_equal_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/equal_equal_equal.png
--------------------------------------------------------------------------------
/images/preview/normal/less_equal_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/less_equal_equal.png
--------------------------------------------------------------------------------
/images/preview/normal/question_question.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/question_question.png
--------------------------------------------------------------------------------
/docs/.gitbook/assets/operator-mono-lig (1).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/docs/.gitbook/assets/operator-mono-lig (1).png
--------------------------------------------------------------------------------
/images/preview/italic/ampersand_ampersand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/ampersand_ampersand.png
--------------------------------------------------------------------------------
/images/preview/italic/equal_equal_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/equal_equal_greater.png
--------------------------------------------------------------------------------
/images/preview/italic/exclam_equal_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/exclam_equal_equal.png
--------------------------------------------------------------------------------
/images/preview/italic/less_equal_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/less_equal_greater.png
--------------------------------------------------------------------------------
/images/preview/italic/less_hyphen_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/less_hyphen_greater.png
--------------------------------------------------------------------------------
/images/preview/italic/less_hyphen_hyphen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/less_hyphen_hyphen.png
--------------------------------------------------------------------------------
/images/preview/italic/less_slash_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/less_slash_greater.png
--------------------------------------------------------------------------------
/images/preview/italic/semicolon_semicolon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/semicolon_semicolon.png
--------------------------------------------------------------------------------
/images/preview/normal/ampersand_ampersand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/ampersand_ampersand.png
--------------------------------------------------------------------------------
/images/preview/normal/equal_equal_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/equal_equal_greater.png
--------------------------------------------------------------------------------
/images/preview/normal/exclam_equal_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/exclam_equal_equal.png
--------------------------------------------------------------------------------
/images/preview/normal/less_equal_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/less_equal_greater.png
--------------------------------------------------------------------------------
/images/preview/normal/less_hyphen_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/less_hyphen_greater.png
--------------------------------------------------------------------------------
/images/preview/normal/less_hyphen_hyphen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/less_hyphen_hyphen.png
--------------------------------------------------------------------------------
/images/preview/normal/less_slash_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/less_slash_greater.png
--------------------------------------------------------------------------------
/images/preview/normal/semicolon_semicolon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/semicolon_semicolon.png
--------------------------------------------------------------------------------
/images/preview/italic/greater_equal_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/greater_equal_greater.png
--------------------------------------------------------------------------------
/images/preview/italic/greater_greater_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/greater_greater_equal.png
--------------------------------------------------------------------------------
/images/preview/italic/hyphen_hyphen_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/hyphen_hyphen_greater.png
--------------------------------------------------------------------------------
/images/preview/italic/underscore_underscore.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/underscore_underscore.png
--------------------------------------------------------------------------------
/images/preview/normal/greater_equal_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/greater_equal_greater.png
--------------------------------------------------------------------------------
/images/preview/normal/greater_greater_equal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/greater_greater_equal.png
--------------------------------------------------------------------------------
/images/preview/normal/hyphen_hyphen_greater.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/hyphen_hyphen_greater.png
--------------------------------------------------------------------------------
/images/preview/normal/underscore_underscore.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/underscore_underscore.png
--------------------------------------------------------------------------------
/images/preview/italic/less_exclam_hyphen_hyphen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/less_exclam_hyphen_hyphen.png
--------------------------------------------------------------------------------
/images/preview/normal/less_exclam_hyphen_hyphen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/less_exclam_hyphen_hyphen.png
--------------------------------------------------------------------------------
/images/preview/italic/quotedbl_quotedbl_quotedbl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/quotedbl_quotedbl_quotedbl.png
--------------------------------------------------------------------------------
/images/preview/normal/quotedbl_quotedbl_quotedbl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/quotedbl_quotedbl_quotedbl.png
--------------------------------------------------------------------------------
/images/preview/italic/quotesingle_quotesingle_quotesingle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/italic/quotesingle_quotesingle_quotesingle.png
--------------------------------------------------------------------------------
/images/preview/normal/quotesingle_quotesingle_quotesingle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kiliman/operator-mono-lig/HEAD/images/preview/normal/quotesingle_quotesingle_quotesingle.png
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/bar.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/bar.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/w.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/LIG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/colon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/equal.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/exclam.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/hyphen.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/less.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/plus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/slash.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/gsubrs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/bar.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/colon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/equal.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/less.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/plus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/slash.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/gsubrs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/bar.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/less.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/plus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/w.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/bar.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/less.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/plus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/bar.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/greater.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/question.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/colon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/equal.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/less.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/plus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/slash.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/gsubrs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/LIG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/exclam.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/greater.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/hyphen.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/question.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/bar.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/colon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/equal.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/less.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/plus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/slash.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/gsubrs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/LIG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/gsubrs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/LIG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/colon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/equal.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/exclam.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/greater.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/hyphen.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/slash.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/gsubrs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/bar.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/less.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/plus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/LIG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/colon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/equal.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/exclam.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/hyphen.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/slash.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/gsubrs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/bar.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/LIG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/colon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/equal.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/exclam.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/hyphen.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/less.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/plus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/slash.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/gsubrs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/bar.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/ampersand.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/underscore.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/LIG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/exclam.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/greater.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/hyphen.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/question.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/ampersand.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/underscore.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/LIG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/exclam.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/greater.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/hyphen.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/LIG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/gsubrs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/ampersand.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/question.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/LIG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/colon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/equal.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/exclam.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/hyphen.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/slash.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/gsubrs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/ampersand.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/greater.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/question.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/LIG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/colon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/equal.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/exclam.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/hyphen.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/less.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/plus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/slash.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/gsubrs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/greater.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/question.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/colon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/equal.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/less.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/plus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/slash.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/gsubrs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/ampersand.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/underscore.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/ampersand.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/question.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/underscore.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/w.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/underscore.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/ampersand.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/greater.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/question.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/underscore.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/w.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/greater.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/question.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/ampersand.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/underscore.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/w.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/LIG.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/exclam.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/greater.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/hyphen.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/question.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/bar.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/less.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/plus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/w.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/underscore.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/ampersand.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/underscore.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/w.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/ampersand.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/underscore.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/colon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/equal.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/exclam.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/greater.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/hyphen.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/minus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/slash.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/bar.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/less.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/plus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/minus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/minus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/minus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/w.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/ampersand.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/asterisk.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/question.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/quotedbl.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/semicolon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/colon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/equal.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/exclam.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/hyphen.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/minus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/slash.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/asterisk.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/quotedbl.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/semicolon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/minus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/asterisk.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/quotedbl.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/semicolon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/minus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/asterisk.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/quotedbl.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/minus.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/quotesingle.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/underscore.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/ampersand.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/asterisk.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/greater.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/question.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/quotedbl.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/semicolon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/quotesingle.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/asterisk.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/quotedbl.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/semicolon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/quotesingle.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/asterisk.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/quotedbl.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/quotesingle.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/semicolon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/asterisk.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/quotedbl.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/quotesingle.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/underscore.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/quotesingle.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/quotesingle.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/semicolon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/semicolon.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/quotesingle.spacer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | endchar
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/names.json:
--------------------------------------------------------------------------------
1 | {
2 | "fontName": "OperatorMonoLig-Book",
3 | "familyName": "Operator Mono Lig",
4 | "foundry": "H&Co",
5 | "version": "1.200",
6 | "fontStyle": "Book",
7 | "windowsFontStyle": "Regular"
8 | }
9 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/names.json:
--------------------------------------------------------------------------------
1 | {
2 | "fontName": "OperatorMonoLig-Light",
3 | "familyName": "Operator Mono Lig",
4 | "foundry": "H&Co",
5 | "version": "1.200",
6 | "fontStyle": "Light",
7 | "windowsFontStyle": "Regular"
8 | }
9 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/names.json:
--------------------------------------------------------------------------------
1 | {
2 | "fontName": "OperatorMonoSSmLig-Bold",
3 | "familyName": "Operator Mono SSm Lig",
4 | "foundry": "H&Co",
5 | "version": "1.200",
6 | "fontStyle": "Bold",
7 | "windowsFontStyle": "Bold"
8 | }
9 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/names.json:
--------------------------------------------------------------------------------
1 | {
2 | "fontName": "OperatorMonoSSmLig-Book",
3 | "familyName": "Operator Mono SSm Lig",
4 | "foundry": "H&Co",
5 | "version": "1.200",
6 | "fontStyle": "Book",
7 | "windowsFontStyle": "Regular"
8 | }
9 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/names.json:
--------------------------------------------------------------------------------
1 | {
2 | "fontName": "OperatorMonoSSmLig-Light",
3 | "familyName": "Operator Mono SSm Lig",
4 | "foundry": "H&Co",
5 | "version": "1.200",
6 | "fontStyle": "Light",
7 | "windowsFontStyle": "Regular"
8 | }
9 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/names.json:
--------------------------------------------------------------------------------
1 | {
2 | "fontName": "OperatorMonoLig-BookItalic",
3 | "familyName": "Operator Mono Lig",
4 | "foundry": "H&Co",
5 | "version": "1.200",
6 | "fontStyle": "Book Italic",
7 | "windowsFontStyle": "Italic"
8 | }
9 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/names.json:
--------------------------------------------------------------------------------
1 | {
2 | "fontName": "OperatorMonoSSmLig-Medium",
3 | "familyName": "Operator Mono SSm Lig",
4 | "foundry": "H&Co",
5 | "version": "1.200",
6 | "fontStyle": "Medium",
7 | "windowsFontStyle": "Regular"
8 | }
9 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/names.json:
--------------------------------------------------------------------------------
1 | {
2 | "fontName": "OperatorMonoLig-LightItalic",
3 | "familyName": "Operator Mono Lig",
4 | "foundry": "H&Co",
5 | "version": "1.200",
6 | "fontStyle": "Light Italic",
7 | "windowsFontStyle": "Italic"
8 | }
9 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/names.json:
--------------------------------------------------------------------------------
1 | {
2 | "fontName": "OperatorMonoSSmLig-BoldItalic",
3 | "familyName": "Operator Mono SSm Lig",
4 | "foundry": "H&Co",
5 | "version": "1.200",
6 | "fontStyle": "Bold Italic",
7 | "windowsFontStyle": "Italic"
8 | }
9 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/names.json:
--------------------------------------------------------------------------------
1 | {
2 | "fontName": "OperatorMonoSSmLig-BookItalic",
3 | "familyName": "Operator Mono SSm Lig",
4 | "foundry": "H&Co",
5 | "version": "1.200",
6 | "fontStyle": "Book Italic",
7 | "windowsFontStyle": "Italic"
8 | }
9 |
--------------------------------------------------------------------------------
/sample.html:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
10 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/names.json:
--------------------------------------------------------------------------------
1 | {
2 | "fontName": "OperatorMonoSSmLig-LightItalic",
3 | "familyName": "Operator Mono SSm Lig",
4 | "foundry": "H&Co",
5 | "version": "1.200",
6 | "fontStyle": "Light Italic",
7 | "windowsFontStyle": "Italic"
8 | }
9 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/names.json:
--------------------------------------------------------------------------------
1 | {
2 | "fontName": "OperatorMonoSSmLig-MediumItalic",
3 | "familyName": "Operator Mono SSm Lig",
4 | "foundry": "H&Co",
5 | "version": "1.200",
6 | "fontStyle": "Medium Italic",
7 | "windowsFontStyle": "Italic"
8 | }
9 |
--------------------------------------------------------------------------------
/extract.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | setlocal
3 |
4 | rem extract all fonts
5 | for %%d in (.\ligature_source\*.otf) do call :extract_font %%~nd
6 | exit /b
7 |
8 | :extract_font
9 | set lig=%1
10 | set otf=%lig:Lig=%
11 |
12 | ttx -f .\ligature_source\%lig%.otf
13 | node extract.js %lig%
14 | exit /b
15 |
--------------------------------------------------------------------------------
/.eslintrc.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | env: {
3 | es6: true,
4 | node: true,
5 | },
6 | extends: ['eslint:recommended', 'prettier'],
7 | parserOptions: {
8 | sourceType: 'module',
9 | },
10 | rules: {
11 | 'linebreak-style': ['error', 'unix'],
12 | 'no-console': 'off',
13 | },
14 | }
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/uniE0B0.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1200 -20 hstem
4 | -20 -200 rmoveto
5 | 665 600 -665 600 rlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/uniE0B0.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1000 -20 hstem
4 | -20 -200 rmoveto
5 | 665 600 -665 600 rlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/uniE0B2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 980 -20 hstem
4 | 645 1000 rmoveto
5 | -665 -600 665 -600 rlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/uniE0B0.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1200 -20 hstem
4 | -20 -200 rmoveto
5 | 665 600 -665 600 rlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/uniE0B0.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1000 -20 hstem
4 | -20 -200 rmoveto
5 | 665 600 -665 600 rlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/uniE0B2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 980 -20 hstem
4 | 645 1000 rmoveto
5 | -665 -600 665 -600 rlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/uniE0B0.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1200 -20 hstem
4 | -20 -200 rmoveto
5 | 665 600 -665 600 rlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/uniE0B0.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1000 -20 hstem
4 | -20 -200 rmoveto
5 | 665 600 -665 600 rlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/uniE0B2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 980 -20 hstem
4 | 645 1000 rmoveto
5 | -665 -600 665 -600 rlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/uniE0B0.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1000 -20 hstem
4 | -20 -200 rmoveto
5 | 665 600 -665 600 rlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/uniE0B2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 980 -20 hstem
4 | 645 1000 rmoveto
5 | -665 -600 665 -600 rlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/uniE0B2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1180 -20 hstem
4 | 645 1000 rmoveto
5 | -665 -600 665 -600 rlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/uniE0B2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1180 -20 hstem
4 | 645 1000 rmoveto
5 | -665 -600 665 -600 rlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/uniE0B2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1180 -20 hstem
4 | 645 1000 rmoveto
5 | -665 -600 665 -600 rlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/uniE0B0.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1200 -20 hstem
4 | -20 -200 rmoveto
5 | 665 600 -665 600 rlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/uniE0B2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1180 -20 hstem
4 | 645 1000 rmoveto
5 | -665 -600 665 -600 rlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/uniE0B0.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -205 1099 hstem
4 | -20 629 vstem
5 | -18 894 rmoveto
6 | -2 -1099 629 518 rlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/uniE0B0.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -205 1099 hstem
4 | -20 629 vstem
5 | -18 894 rmoveto
6 | -2 -1099 629 518 rlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/underscore_underscore.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -183 127 hstem
4 | -629 -183 rmoveto
5 | 1258 127 -1258 hlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/underscore_underscore.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -129 73 hstem
4 | -629 -129 rmoveto
5 | 1258 73 -1258 hlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/underscore_underscore.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -113 57 hstem
4 | -629 -113 rmoveto
5 | 1258 57 -1258 hlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/underscore_underscore.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -155 99 hstem
4 | -629 -155 rmoveto
5 | 1258 99 -1258 hlineto
6 | endchar
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/uniE0B2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -205 1099 hstem
4 | -20 629 vstem
5 | 609 -205 rmoveto
6 | -2 1099 -627 -581 rlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/uniE0B0.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -205 1099 hstem
4 | -20 629 vstem
5 | -18 894 rmoveto
6 | -2 -1099 629 518 rlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/uniE0B2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -205 1099 hstem
4 | -20 629 vstem
5 | 609 -205 rmoveto
6 | -2 1099 -627 -581 rlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/uniE0B2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -205 1099 hstem
4 | -20 629 vstem
5 | 609 -205 rmoveto
6 | -2 1099 -627 -581 rlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/uniE0B0.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -205 1099 hstem
4 | -20 629 vstem
5 | -18 894 rmoveto
6 | -2 -1099 629 518 rlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/uniE0B2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -205 1099 hstem
4 | -20 629 vstem
5 | 609 -205 rmoveto
6 | -2 1099 -627 -581 rlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/underscore_underscore.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -116 66 hstem
4 | -560 1120 vstem
5 | 560 -50 rmoveto
6 | -1120 -66 1120 hlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/underscore_underscore.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -100 50 hstem
4 | -553 1115 vstem
5 | 562 -50 rmoveto
6 | -1115 -50 1115 hlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/bar_bar.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -211 75 275 75 vstem
4 | -211 704 rmoveto
5 | -886 75 892 vlineto
6 | 275 -6 rmoveto
7 | -886 75 892 vlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/bar_bar.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -226 56 329 56 vstem
4 | -226 700 rmoveto
5 | -881 56 886 vlineto
6 | 329 -5 rmoveto
7 | -881 56 886 vlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/hyphen_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 286 78 hstem
4 | 431 364 rmoveto
5 | -352 -78 346 hlineto
6 | -499 78 rmoveto
7 | -352 -78 346 hlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/hyphen_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 269 134 hstem
4 | 437 403 rmoveto
5 | -361 -134 347 hlineto
6 | -491 134 rmoveto
7 | -361 -134 347 hlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/equal_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 168 77 169 77 hstem
4 | 531 245 rmoveto
5 | -1063 -77 1062 hlineto
6 | 1 323 rmoveto
7 | -1063 -77 1062 hlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/hyphen_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 292 61 hstem
4 | 429 353 rmoveto
5 | -349 -61 345 hlineto
6 | -501 61 rmoveto
7 | -349 -61 345 hlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/equal_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 152 132 110 132 hstem
4 | 545 284 rmoveto
5 | -1091 -132 1091 hlineto
6 | 374 vmoveto
7 | -1091 -132 1091 hlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/uniE0B1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1200 -20 hstem
4 | -20 -200 rmoveto
5 | 665 600 -665 600 rlineto
6 | -108 vlineto
7 | 545 -492 -545 -492 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/uniE0B3.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1180 -20 hstem
4 | 645 -92 rmoveto
5 | -545 492 545 492 rlineto
6 | 108 vlineto
7 | -665 -600 665 -600 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/underscore_underscore.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -174 117 hstem
4 | -707 -174 rmoveto
5 | 1259 hlineto
6 | 22 117 rlineto
7 | -1259 hlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/uniE0B1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1200 -20 hstem
4 | -20 -200 rmoveto
5 | 665 600 -665 600 rlineto
6 | -108 vlineto
7 | 545 -492 -545 -492 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/uniE0B3.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1180 -20 hstem
4 | 645 -92 rmoveto
5 | -545 492 545 492 rlineto
6 | 108 vlineto
7 | -665 -600 665 -600 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/underscore_underscore.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -126 70 hstem
4 | -697 -126 rmoveto
5 | 1258 hlineto
6 | 13 70 rlineto
7 | -1257 hlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/equal_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 172 61 187 60 hstem
4 | 527 233 rmoveto
5 | -1054 -61 1053 hlineto
6 | 1 308 rmoveto
7 | -1054 -60 1053 hlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/uniE0B3.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1180 -20 hstem
4 | 645 -92 rmoveto
5 | -545 492 545 492 rlineto
6 | 108 vlineto
7 | -665 -600 665 -600 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/underscore_underscore.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -112 56 hstem
4 | -694 -112 rmoveto
5 | 1257 hlineto
6 | 11 56 rlineto
7 | -1257 hlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/hyphen_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 278 105 hstem
4 | 434 383 rmoveto
5 | -356 -105 346 hlineto
6 | -495 105 rmoveto
7 | -356 -105 346 hlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/uniE0B3.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1180 -20 hstem
4 | 645 -92 rmoveto
5 | -545 492 545 492 rlineto
6 | 108 vlineto
7 | -665 -600 665 -600 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/underscore_underscore.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -149 93 hstem
4 | -701 -149 rmoveto
5 | 1258 hlineto
6 | 17 93 rlineto
7 | -1258 hlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/uniE0B3.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1180 -20 hstem
4 | 645 -92 rmoveto
5 | -545 492 545 492 rlineto
6 | 108 vlineto
7 | -665 -600 665 -600 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/uniE0B3.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1180 -20 hstem
4 | 645 -92 rmoveto
5 | -545 492 545 492 rlineto
6 | 108 vlineto
7 | -665 -600 665 -600 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/uniE0B1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1200 -20 hstem
4 | -20 -200 rmoveto
5 | 665 600 -665 600 rlineto
6 | -108 vlineto
7 | 545 -492 -545 -492 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/uniE0B3.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1180 -20 hstem
4 | 645 -92 rmoveto
5 | -545 492 545 492 rlineto
6 | 108 vlineto
7 | -665 -600 665 -600 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/uniE0B1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1200 -20 hstem
4 | -20 -200 rmoveto
5 | 665 600 -665 600 rlineto
6 | -108 vlineto
7 | 545 -492 -545 -492 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/uniE0B1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1200 -20 hstem
4 | -20 -200 rmoveto
5 | 665 600 -665 600 rlineto
6 | -108 vlineto
7 | 545 -492 -545 -492 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/uniE0B1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1200 -20 hstem
4 | -20 -200 rmoveto
5 | 665 600 -665 600 rlineto
6 | -108 vlineto
7 | 545 -492 -545 -492 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/uniE0B1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1200 -20 hstem
4 | -20 -200 rmoveto
5 | 665 600 -665 600 rlineto
6 | -108 vlineto
7 | 545 -492 -545 -492 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/uniE0B1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1200 -20 hstem
4 | -20 -200 rmoveto
5 | 665 600 -665 600 rlineto
6 | -108 vlineto
7 | 545 -492 -545 -492 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/uniE0B3.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 1180 -20 hstem
4 | 645 -92 rmoveto
5 | -545 492 545 492 rlineto
6 | 108 vlineto
7 | -665 -600 665 -600 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/bar_bar.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 761 -20 hstem
4 | -234 85 300 85 vstem
5 | 151 781 rmoveto
6 | -983 85 991 vlineto
7 | -470 -8 rmoveto
8 | -983 85 991 vlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/bar_bar.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 758 -20 hstem
4 | -224 66 319 66 vstem
5 | 161 778 rmoveto
6 | -979 66 985 vlineto
7 | -451 -6 rmoveto
8 | -979 66 985 vlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/equal_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 151 69 153 69 hstem
4 | -472 944 vstem
5 | 472 442 rmoveto
6 | -944 -69 943 hlineto
7 | 1 -153 rmoveto
8 | -944 -69 943 hlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/equal_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 156 52 171 52 hstem
4 | -468 936 vstem
5 | 468 431 rmoveto
6 | -936 -52 935 hlineto
7 | 1 -171 rmoveto
8 | -936 -52 935 hlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/bar_bar.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 774 -20 hstem
4 | -267 149 236 149 vstem
5 | 118 794 rmoveto
6 | -998 149 1010 vlineto
7 | -534 -12 rmoveto
8 | -998 149 1010 vlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/bar_bar.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 767 -20 hstem
4 | -250 116 269 116 vstem
5 | 135 787 rmoveto
6 | -990 116 1000 vlineto
7 | -501 -10 rmoveto
8 | -990 116 1000 vlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/docs/ligature-recipes/double-braces/roman-variant.md:
--------------------------------------------------------------------------------
1 | ---
2 | description: How to create the Roman variant of the double-brace ligature
3 | ---
4 |
5 | # Roman variant
6 |
7 | {% hint style="info" %}
8 |
9 | {% endhint %}
10 |
11 | 1. Add the `braceleft` component twice, or `braceright` component twice.
12 | 2. Create a guide \(Right-click -> Add Guide\)
13 | 3. Set the settings on the guide as so:
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/hyphen_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 258 69 hstem
4 | -341 317 63 317 vstem
5 | -24 327 rmoveto
6 | -317 -69 311 hlineto
7 | 386 69 rmoveto
8 | -317 -69 311 hlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/underscore_underscore.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -112 62 hstem
4 | -620 1131 vstem
5 | 511 -50 rmoveto
6 | -1120 hlineto
7 | -11 -62 rlineto
8 | 1119 hlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/hyphen_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 264 52 hstem
4 | -383 314 123 314 vstem
5 | -69 316 rmoveto
6 | -314 -52 311 hlineto
7 | 440 52 rmoveto
8 | -314 -52 311 hlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/underscore_underscore.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -100 50 hstem
4 | -553 1125 vstem
5 | 572 -50 rmoveto
6 | -1115 hlineto
7 | -10 -50 rlineto
8 | 1115 hlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/plus_plus.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 270 132 hstem
4 | -315 141 348 141 vstem
5 | 491 270 rmoveto
6 | 132 -176 186 -141 -186 -348 186 -141 -186 -176 -132 176 -188 141 188 348 -188 141 188 vlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/plus_plus.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 279 103 hstem
4 | -294 110 369 110 vstem
5 | 481 279 rmoveto
6 | 103 -186 197 -110 -197 -369 197 -110 -197 -188 -103 188 -198 110 198 369 -198 110 198 vlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/extract.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | extract_font() {
4 | lig="$1"
5 |
6 | echo Extracting $1
7 | ttx -f "./ligature_source/$lig.otf"
8 | node extract.js $lig
9 | }
10 |
11 | if [ -n "$1" ]
12 | then
13 | # extract specified font
14 | extract_font $1
15 | else
16 | # build all available fonts
17 | for f in ./ligature_source/*.otf ; do
18 | extract_font `basename "${f%.*}"`
19 | done
20 | fi
21 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/plus_plus.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 287 77 hstem
4 | -276 81 390 81 vstem
5 | 472 287 rmoveto
6 | 1 77 rlineto
7 | -197 207 -81 -207 -390 207 -81 -207 -197 -77 197 -208 81 208 390 -208 81 208 hlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/plus_plus.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 292 60 hstem
4 | -265 64 401 64 vstem
5 | 466 292 rmoveto
6 | 1 60 rlineto
7 | -203 213 -64 -213 -401 213 -64 -213 -203 -60 203 -213 64 213 401 -213 64 213 hlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/greater_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -335 702 vstem
4 | 371 286 rmoveto
5 | 1 8 -555 258 34 43 614 -278 -11 -54 -730 -283 -17 42 rlineto
6 | -16 -212 rmoveto
7 | -17 42 758 297 -11 -56 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/less_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -363 699 vstem
4 | 344 -20 rmoveto
5 | -620 283 11 54 722 278 16 -43 -655 -258 -1 -8 560 -264 rlineto
6 | -675 127 rmoveto
7 | 642 -297 -33 -42 -620 283 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/less_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 864 -20 hstem
4 | 359 -17 rmoveto
5 | 45 72 -620 258 2 9 723 274 -23 68 -802 -303 -19 -83 rlineto
6 | 649 -478 rmoveto
7 | 45 72 -718 305 -17 -77 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/less_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 880 -20 hstem
4 | 362 hmoveto
5 | 59 96 -620 220 3 12 712 260 -31 92 -811 -310 -19 -94 rlineto
6 | 649 -476 rmoveto
7 | 58 96 -727 284 -21 -103 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/less_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 264 52 hstem
4 | -457 417 vstem
5 | -364 316 rmoveto
6 | 324 230 -27 45 -381 -270 -9 -52 278 -286 41 41 -237 240 rlineto
7 | 806 hlineto
8 | 13 52 rlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/less_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 899 -20 hstem
4 | 366 9 rmoveto
5 | 73 122 -599 193 4 17 683 240 -38 118 -820 -306 -25 -117 rlineto
6 | 648 -476 rmoveto
7 | 73 122 -739 274 -29 -132 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/less_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -180 -21 854 -20 hstem
4 | 360 -22 rmoveto
5 | 36 56 -640 273 1 7 748 285 -19 54 -797 -304 -17 -72 rlineto
6 | 652 -478 rmoveto
7 | 36 56 -715 311 -15 -65 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/greater_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 864 -20 hstem
4 | 446 278 rmoveto
5 | 13 83 -684 303 -50 -68 617 -274 -2 -9 -721 -258 17 -72 rlineto
6 | 778 98 rmoveto
7 | 13 77 -792 -287 17 -71 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/less_slash.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -181 -21 202 -21 667 -20 151 -20 hstem
4 | -521 91 vstem
5 | 358 797 rmoveto
6 | -519 -746 -271 273 2 10 381 262 -39 70 -419 -291 -14 -76 310 -320 -111 -159 80 -22 672 967 rlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/slash_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -181 -21 202 -21 687 -20 131 -20 hstem
4 | 457 91 vstem
5 | 115 -21 rmoveto
6 | 419 291 14 77 -310 319 69 99 -72 32 -680 -977 80 -22 553 796 271 -273 -2 -10 -381 -262 rlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/greater_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 853 -20 hstem
4 | 439 277 rmoveto
5 | 12 72 -679 304 -41 -54 637 -285 -1 -7 -746 -273 14 -56 rlineto
6 | 771 103 rmoveto
7 | 10 65 -782 -290 14 -56 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/less_slash.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -178 -21 201 -21 657 -20 154 -20 hstem
4 | -516 73 vstem
5 | 363 792 rmoveto
6 | -531 -754 -277 280 2 10 392 276 -32 54 -422 -298 -11 -61 309 -318 -115 -163 63 -17 678 964 rlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/plus_plus.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 259 68 hstem
4 | -250 73 352 73 vstem
5 | 248 514 rmoveto
6 | -73 -187 -352 187 -73 -187 -178 -68 178 -187 73 187 352 -187 73 187 176 hlineto
7 | 1 68 rlineto
8 | -177 hlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/plus_plus.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 264 52 hstem
4 | -239 55 364 55 vstem
5 | 235 508 rmoveto
6 | -55 -192 -364 192 -55 -192 -184 -52 184 -193 55 193 364 -193 55 193 182 hlineto
7 | 1 52 rlineto
8 | -183 hlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/greater_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 899 -20 hstem
4 | 466 276 rmoveto
5 | 19 117 -700 306 -84 -118 590 -240 -3 -17 -675 -193 27 -122 rlineto
6 | 788 43 rmoveto
7 | 22 132 -811 -262 27 -122 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/less_equal.liga.ss12.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -183 118 764 -20 hstem
4 | 366 9 rmoveto
5 | 73 122 -599 193 4 17 683 240 -38 118 -820 -306 -25 -117 rlineto
6 | 734 -459 rmoveto
7 | 22 117 -829 1 -25 -118 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/less_slash.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -194 -21 208 -21 701 -20 143 -20 hstem
4 | -537 152 vstem
5 | 339 816 rmoveto
6 | -479 -718 -247 245 2 13 344 215 -63 122 -410 -265 -23 -129 313 -327 -99 -147 138 -40 653 981 rlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/slash_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -194 -21 208 -21 721 -20 123 -20 hstem
4 | 407 152 vstem
5 | 126 -28 rmoveto
6 | 409 264 24 130 -313 327 49 73 -129 50 -662 -991 138 -40 520 781 247 -244 -2 -13 -344 -215 rlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/hyphen_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 168 77 42 77 50 77 hstem
4 | 454 491 rmoveto
5 | -438 -77 437 hlineto
6 | 1 -169 rmoveto
7 | -438 -77 437 hlineto
8 | -470 196 rmoveto
9 | -438 -77 437 hlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/less_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 0 -21 307 78 282 -20 hstem
4 | -521 91 vstem
5 | 489 364 rmoveto
6 | -875 hlineto
7 | 337 232 -39 70 -419 -291 -14 -76 310 -320 62 60 -245 247 rlineto
8 | 868 hlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/hyphen_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 172 61 59 60 68 60 hstem
4 | 447 480 rmoveto
5 | -429 -60 428 hlineto
6 | 1 -187 rmoveto
7 | -429 -61 428 hlineto
8 | -464 180 rmoveto
9 | -429 -60 428 hlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/slash_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -178 -21 201 -21 677 -20 134 -20 hstem
4 | 472 73 vstem
5 | 112 -19 rmoveto
6 | 422 299 11 61 -309 317 76 107 -56 27 -685 -974 63 -17 563 801 277 -281 -2 -10 -392 -276 rlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/greater_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 880 -20 hstem
4 | 454 276 rmoveto
5 | 18 94 -691 310 -67 -92 611 -260 -2 -12 -705 -220 21 -96 rlineto
6 | 773 60 rmoveto
7 | 19 103 -792 -267 20 -96 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/less_slash.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -188 -21 206 -21 683 -20 147 -20 hstem
4 | -528 120 vstem
5 | 348 806 rmoveto
6 | -499 -732 -260 259 3 12 363 239 -51 95 -414 -278 -18 -102 311 -323 -105 -154 107 -31 663 975 rlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/slash_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -188 -21 206 -21 703 -20 127 -20 hstem
4 | 433 120 vstem
5 | 120 -24 rmoveto
6 | 415 278 18 102 -311 322 60 88 -100 40 -670 -984 107 -31 537 790 259 -259 -2 -12 -363 -239 rlineto
7 | endchar
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/less_bar.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -354 75 450 75 vstem
4 | -255 326 rmoveto
5 | -14 -69 438 -439 rlineto
6 | 75 hlineto
7 | 173 892 -76 -6 rlineto
8 | -529 -417 rmoveto
9 | 2 10 510 317 -136 -701 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/less_hyphen_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 264 52 hstem
4 | -1007 417 vstem
5 | -914 316 rmoveto
6 | 324 230 -27 45 -381 -270 -9 -52 278 -286 41 41 -237 240 rlineto
7 | 1356 hlineto
8 | 13 52 rlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/less_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 2 -21 311 61 285 -20 hstem
4 | -516 73 vstem
5 | 484 353 rmoveto
6 | -891 hlineto
7 | 356 251 -32 54 -422 -298 -11 -61 309 -318 48 48 -260 263 rlineto
8 | 891 hlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/hyphen_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 160 104 15 103 22 104 hstem
4 | 465 508 rmoveto
5 | -451 -104 451 hlineto
6 | -140 vmoveto
7 | -451 -104 451 hlineto
8 | -479 222 rmoveto
9 | -451 -103 451 hlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/bar_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -261 75 468 74 vstem
4 | -89 704 rmoveto
5 | -172 -886 rlineto
6 | 75 hlineto
7 | 627 440 13 69 -467 383 rlineto
8 | -155 -799 rmoveto
9 | 137 709 405 -323 -2 -10 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/less_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 138 77 103 69 hstem
4 | -247 606 vstem
5 | -108 347 rmoveto
6 | 2 10 560 247 -24 63 -629 -280 -13 -69 528 -287 43 64 rlineto
7 | -78 -244 rmoveto
8 | 43 64 -556 300 -15 -77 rlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/less_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -7 -21 297 134 270 -20 hstem
4 | -537 152 vstem
5 | 507 403 rmoveto
6 | -817 hlineto
7 | 269 168 -63 122 -410 -265 -23 -129 313 -327 107 103 -195 194 rlineto
8 | 793 hlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/less_bar.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -181 -21 991 -20 hstem
4 | -381 286 rmoveto
5 | 486 -488 rlineto
6 | 85 hlineto
7 | 192 991 -86 -8 -662 -418 rlineto
8 | 75 -44 rmoveto
9 | 2 11 566 352 -151 -777 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/less_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -3 -21 302 105 276 -20 hstem
4 | -528 120 vstem
5 | 497 383 rmoveto
6 | -847 hlineto
7 | 305 201 -51 95 -414 -278 -18 -102 311 -323 83 81 -222 221 rlineto
8 | 833 hlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/equal_equal_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 16 61 187 60 187 60 hstem
4 | 468 571 rmoveto
5 | -1486 -60 1485 hlineto
6 | 1 -187 rmoveto
7 | -1486 -60 1485 hlineto
8 | 1 -187 rmoveto
9 | -1486 -61 1485 hlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/bar_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -344 56 559 53 vstem
4 | -102 773 rmoveto
5 | -57 -5 -185 -949 rlineto
6 | 56 hlineto
7 | 1 4 611 440 10 54 rlineto
8 | -607 -423 rmoveto
9 | 156 804 390 -404 -2 -8 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/less_slash.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 418 -457 417 -245 665 hintmask 10000000
4 | -146 32 rmoveto
5 | -251 254 2 8 355 252 -27 45 -381 -270 -9 -52 277 -285 rlineto
6 | hintmask 01000000
7 | -105 -148 53 -14 612 867 -47 23 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/slash_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -378 665 -220 417 hintmask 10000000
4 | 287 689 rmoveto
5 | -47 23 -618 -876 53 -14 504 714 245 -247 -2 -8 rlineto
6 | hintmask 01000000
7 | -355 -252 27 -46 380 271 10 52 -271 278 rlineto
8 | endchar
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/bar_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -181 -21 991 -20 hstem
4 | 404 363 rmoveto
5 | -500 418 -84 8 -192 -991 rlineto
6 | 85 hlineto
7 | 676 488 rlineto
8 | -656 -381 rmoveto
9 | 151 777 429 -352 -2 -11 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/less_bar.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -182 -21 1000 -20 hstem
4 | -387 276 rmoveto
5 | 464 -479 rlineto
6 | 116 hlineto
7 | 194 1000 -118 -10 -636 -408 rlineto
8 | 101 -57 rmoveto
9 | 2 12 506 312 -136 -695 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/hyphen_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 258 69 hstem
4 | -431 896 vstem
5 | 91 544 rmoveto
6 | 264 -217 rlineto
7 | -786 -69 787 hlineto
8 | -269 -223 45 -57 333 280 rlineto
9 | 69 vlineto
10 | -327 275 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/less_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 258 69 hstem
4 | -464 900 vstem
5 | -353 327 rmoveto
6 | 263 218 -45 58 -329 -277 rlineto
7 | -69 vlineto
8 | 332 -279 46 57 -268 223 rlineto
9 | 784 hlineto
10 | 6 69 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/greater_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 138 77 103 69 hstem
4 | -261 639 vstem
5 | -242 31 rmoveto
6 | 640 287 13 69 -519 280 -50 -63 464 -247 -2 -10 -565 -252 rlineto
7 | 639 120 rmoveto
8 | -674 -300 19 -64 640 287 rlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/hyphen_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 264 52 hstem
4 | -430 890 vstem
5 | 97 552 rmoveto
6 | 280 -236 rlineto
7 | -807 -52 807 hlineto
8 | -286 -242 35 -42 334 283 rlineto
9 | 54 vlineto
10 | -327 278 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/less_bar.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -181 -21 216 -21 815 -20 hstem
4 | -394 261 rmoveto
5 | 444 -463 rlineto
6 | 149 hlineto
7 | 196 1010 -151 -12 -613 -405 rlineto
8 | 127 -71 rmoveto
9 | 3 14 448 285 -121 -626 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/less_hyphen_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 0 -21 307 78 282 -20 hstem
4 | -1146 91 vstem
5 | 489 364 rmoveto
6 | -1500 hlineto
7 | 337 232 -39 70 -419 -291 -14 -76 310 -320 62 60 -245 247 rlineto
8 | 1493 hlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/less_bar.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -180 -21 894 -20 111 -20 hstem
4 | -373 294 rmoveto
5 | 489 -495 rlineto
6 | 66 hlineto
7 | 191 985 -67 -6 -667 -422 rlineto
8 | 59 -36 rmoveto
9 | 2 10 590 363 -156 -803 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/less_hyphen_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 2 -21 311 61 285 -20 hstem
4 | -1141 73 vstem
5 | 484 353 rmoveto
6 | -1516 hlineto
7 | 356 251 -32 54 -422 -298 -11 -61 309 -318 48 48 -260 263 rlineto
8 | 1516 hlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/less_bar.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -181 954 hstem
4 | -329 679 vstem
5 | -319 317 rmoveto
6 | -10 -54 438 -444 rlineto
7 | 56 hlineto
8 | 185 949 -55 5 rlineto
9 | -563 -487 rmoveto
10 | 2 8 547 405 -158 -809 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/slash_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -214 -21 387 132 110 132 292 -20 hstem
4 | -57 838 rmoveto
5 | -501 -1009 136 -64 192 387 rlineto
6 | 707 132 -642 hlineto
7 | 55 110 rlineto
8 | 587 132 -522 hlineto
9 | 123 248 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/less_hyphen_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -7 -21 297 134 270 -20 hstem
4 | -1162 152 vstem
5 | 507 403 rmoveto
6 | -1442 hlineto
7 | 269 168 -63 122 -410 -265 -23 -129 313 -327 107 103 -195 194 rlineto
8 | 1418 hlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/hyphen_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 286 78 hstem
4 | 429 364 rmoveto
5 | -331 hlineto
6 | -15 -78 rlineto
7 | 331 hlineto
8 | -490 78 rmoveto
9 | -331 hlineto
10 | -15 -78 rlineto
11 | 331 hlineto
12 | endchar
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/bar_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -180 -21 894 -20 111 -20 hstem
4 | 379 356 rmoveto
5 | -503 422 -65 6 -191 -985 rlineto
6 | 66 hlineto
7 | 681 495 rlineto
8 | -663 -404 rmoveto
9 | 156 803 448 -363 -2 -10 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/hyphen_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 292 61 hstem
4 | 424 353 rmoveto
5 | -328 hlineto
6 | -12 -61 rlineto
7 | 328 hlineto
8 | -493 61 rmoveto
9 | -328 hlineto
10 | -12 -61 rlineto
11 | 328 hlineto
12 | endchar
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/bar_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -182 -21 1000 -20 hstem
4 | 410 379 rmoveto
5 | -478 408 -114 10 -194 -1000 rlineto
6 | 116 hlineto
7 | 650 479 rlineto
8 | -622 -325 rmoveto
9 | 135 695 384 -312 -2 -12 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/less_hyphen_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -3 -21 302 105 276 -20 hstem
4 | -1153 120 vstem
5 | 497 383 rmoveto
6 | -1472 hlineto
7 | 305 201 -51 95 -414 -278 -18 -102 311 -323 83 81 -222 221 rlineto
8 | 1458 hlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/docs/changelog.md:
--------------------------------------------------------------------------------
1 | ---
2 | description: See what has changed each release.
3 | ---
4 |
5 | # Changelog
6 |
7 | ###
8 |
9 | ## 15.0.0 - 2042-12-0
10 |
11 | ### Fixed
12 |
13 | * Removed humans, they weren't doing fine with animals.
14 |
15 | ### Changed
16 |
17 | * Animals are now super cute, all of them.
18 |
19 | ## 14.0.0 - 2042-10-06
20 |
21 | ### Added
22 |
23 | * Introduced animals into the world, we believe they're going to be a neat addition.
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/bar_bar.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -298 247 103 247 vstem
4 | -125 705 rmoveto
5 | -173 -886 rlineto
6 | 74 hlineto
7 | 173 888 rlineto
8 | 276 -2 rmoveto
9 | -173 -886 rlineto
10 | 74 hlineto
11 | 173 888 rlineto
12 | endchar
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/bar_bar.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -312 227 158 227 vstem
4 | -141 701 rmoveto
5 | -171 -881 rlineto
6 | 55 hlineto
7 | 172 883 rlineto
8 | 329 -2 rmoveto
9 | -171 -881 rlineto
10 | 55 hlineto
11 | 172 883 rlineto
12 | endchar
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/bar_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -181 -21 216 -21 815 -20 hstem
4 | 418 391 rmoveto
5 | -456 405 -146 12 -197 -1010 rlineto
6 | 149 hlineto
7 | 624 463 rlineto
8 | -590 -268 rmoveto
9 | 122 626 337 -285 -2 -14 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/hyphen_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 269 134 hstem
4 | 447 403 rmoveto
5 | -339 hlineto
6 | -27 -134 rlineto
7 | 340 hlineto
8 | -479 134 rmoveto
9 | -339 hlineto
10 | -27 -134 rlineto
11 | 340 hlineto
12 | endchar
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/hyphen_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 278 105 hstem
4 | 437 383 rmoveto
5 | -334 hlineto
6 | -21 -105 rlineto
7 | 335 hlineto
8 | -485 105 rmoveto
9 | -334 hlineto
10 | -21 -105 rlineto
11 | 335 hlineto
12 | endchar
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/hyphen_hyphen_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 258 69 hstem
4 | -981 1446 vstem
5 | 91 544 rmoveto
6 | 264 -217 rlineto
7 | -1336 -69 1337 hlineto
8 | -269 -223 45 -57 333 280 rlineto
9 | 69 vlineto
10 | -327 275 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/less_hyphen_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 258 69 hstem
4 | -1014 1450 vstem
5 | -903 327 rmoveto
6 | 263 218 -45 58 -329 -277 rlineto
7 | -69 vlineto
8 | 332 -279 46 57 -268 223 rlineto
9 | 1334 hlineto
10 | 6 69 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/equal_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 152 132 111 131 hstem
4 | -574 152 rmoveto
5 | 1098 hlineto
6 | 27 132 rlineto
7 | -1098 hlineto
8 | 1145 242 rmoveto
9 | -1097 hlineto
10 | -27 -131 rlineto
11 | 1098 hlineto
12 | endchar
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/less_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -3 -21 310 78 285 -20 hstem
4 | -523 84 vstem
5 | 491 364 rmoveto
6 | -889 hlineto
7 | 291 241 -50 64 -366 -306 rlineto
8 | -77 vlineto
9 | 369 -310 52 64 -297 246 rlineto
10 | 884 hlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/equal_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 168 76 170 76 hstem
4 | 578 490 rmoveto
5 | -1070 hlineto
6 | -15 -76 rlineto
7 | 1069 hlineto
8 | -1116 -246 rmoveto
9 | 1069 hlineto
10 | 15 76 rlineto
11 | -1069 hlineto
12 | endchar
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/less_equal.liga.ss12.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -168 70 762 -20 hstem
4 | 359 -17 rmoveto
5 | 45 72 -620 258 2 9 723 274 -23 68 -802 -303 -19 -83 rlineto
6 | 696 -446 rmoveto
7 | 14 70 rlineto
8 | -795 hlineto
9 | -17 -70 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/less_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -2 -21 315 61 289 -20 hstem
4 | -518 66 vstem
5 | 489 353 rmoveto
6 | -910 hlineto
7 | 308 259 -41 50 -364 -309 rlineto
8 | -62 vlineto
9 | 369 -314 42 50 -315 265 rlineto
10 | 907 hlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/equal_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 172 60 188 59 hstem
4 | -549 172 rmoveto
5 | 1061 hlineto
6 | 12 60 rlineto
7 | -1061 hlineto
8 | 1109 247 rmoveto
9 | -1062 hlineto
10 | -11 -59 rlineto
11 | 1061 hlineto
12 | endchar
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/less_equal.liga.ss12.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -163 55 761 -20 hstem
4 | 360 -22 rmoveto
5 | 36 56 -640 273 1 7 748 285 -19 54 -797 -304 -17 -72 rlineto
6 | 686 -440 rmoveto
7 | 10 55 rlineto
8 | -788 hlineto
9 | -12 -55 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/less_equal.liga.ss12.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -173 92 761 -20 hstem
4 | 362 hmoveto
5 | 59 96 -620 220 3 12 712 260 -31 92 -811 -310 -19 -94 rlineto
6 | 713 -449 rmoveto
7 | 18 92 rlineto
8 | -804 hlineto
9 | -18 -92 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/less_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 258 69 hstemhm
4 | -464 900 -898 424 hintmask 11000000
5 | -344 327 rmoveto
6 | hintmask 10100000
7 | 306 211 -34 61 -378 -263 -12 -67 279 -288 54 53 -222 224 rlineto
8 | 781 hlineto
9 | 19 69 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/hyphen_hyphen_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 264 52 hstem
4 | -980 1440 vstem
5 | 97 552 rmoveto
6 | 280 -236 rlineto
7 | -1357 -52 1357 hlineto
8 | -286 -242 35 -42 334 283 rlineto
9 | 54 vlineto
10 | -327 278 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/less_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -8 -21 298 134 271 -20 hstem
4 | -537 141 vstem
5 | 497 403 rmoveto
6 | -811 hlineto
7 | 230 179 -83 112 -370 -298 rlineto
8 | -130 vlineto
9 | 364 -295 88 113 -239 185 rlineto
10 | 807 hlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/hyphen_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -4 -21 311 78 305 -20 hstem
4 | 440 84 vstem
5 | 154 -25 rmoveto
6 | 370 311 rlineto
7 | 77 vlineto
8 | -364 306 -52 -65 291 -240 rlineto
9 | -885 -78 886 hlineto
10 | -297 -247 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/hyphen_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -2 -21 315 61 309 -20 hstem
4 | 452 67 vstem
5 | 148 -23 rmoveto
6 | 371 314 rlineto
7 | 62 vlineto
8 | -363 309 -42 -51 307 -258 rlineto
9 | -906 -61 907 hlineto
10 | -315 -265 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/less_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -5 -21 304 105 278 -20 hstem
4 | -530 112 vstem
5 | 494 383 rmoveto
6 | -851 hlineto
7 | 261 211 -66 87 -368 -302 rlineto
8 | -103 vlineto
9 | 367 -302 69 87 -269 217 rlineto
10 | 847 hlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/equal_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 160 103 142 102 hstem
4 | -564 160 rmoveto
5 | 1083 hlineto
6 | 21 103 rlineto
7 | -1083 hlineto
8 | 1130 244 rmoveto
9 | -1082 hlineto
10 | -21 -102 rlineto
11 | 1083 hlineto
12 | endchar
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/equal_equal_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 40 69 153 69 153 69 hstem
4 | -1022 1494 vstem
5 | 472 553 rmoveto
6 | -1494 -69 1493 hlineto
7 | 1 -153 rmoveto
8 | -1494 -69 1493 hlineto
9 | 1 -153 rmoveto
10 | -1494 -69 1493 hlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/less_bar.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 171 75 vstem
4 | -354 326 rmoveto
5 | -69 vlineto
6 | 523 -439 rlineto
7 | 75 892 hlineto
8 | -75 -6 rlineto
9 | -448 -407 rmoveto
10 | 448 317 rlineto
11 | -700 vlineto
12 | -448 373 rlineto
13 | endchar
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/less_slash.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -189 915 hstem
4 | -464 75 182 534 vstem
5 | -99 46 rmoveto
6 | -290 241 rlineto
7 | 10 vlineto
8 | 299 248 -45 58 -329 -277 rlineto
9 | -69 vlineto
10 | 330 -277 -73 -140 71 -29 463 883 -69 32 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/bar_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -241 56 vstem
4 | -241 768 rmoveto
5 | -949 56 vlineto
6 | 525 444 rlineto
7 | 54 vlineto
8 | -525 456 rlineto
9 | -882 vmoveto
10 | 808 vlineto
11 | 468 -405 rlineto
12 | -8 vlineto
13 | endchar
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/less_bar.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 214 56 vstem
4 | -311 317 rmoveto
5 | -54 vlineto
6 | 525 -444 rlineto
7 | 56 949 hlineto
8 | -56 5 rlineto
9 | -468 -479 rmoveto
10 | 468 405 rlineto
11 | -808 vlineto
12 | -468 395 rlineto
13 | endchar
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/hyphen_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -9 -21 299 134 290 -20 hstem
4 | 400 141 vstem
5 | 171 -30 rmoveto
6 | 370 298 rlineto
7 | 129 vlineto
8 | -364 296 -88 -114 228 -176 rlineto
9 | -806 -134 817 hlineto
10 | -240 -187 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/greater_equal.liga.ss12.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -168 70 762 -20 hstem
4 | 446 278 rmoveto
5 | 13 83 -684 303 -50 -68 617 -274 -2 -9 -721 -258 17 -72 rlineto
6 | 739 -151 rmoveto
7 | 11 70 rlineto
8 | -798 hlineto
9 | -13 -70 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/greater_equal.liga.ss12.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -163 55 761 -20 hstem
4 | 439 277 rmoveto
5 | 12 72 -679 304 -41 -54 637 -285 -1 -7 -746 -273 14 -56 rlineto
6 | 731 -141 rmoveto
7 | 8 55 rlineto
8 | -781 hlineto
9 | -11 -55 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/hyphen_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -6 -21 305 105 297 -20 hstem
4 | 421 111 vstem
5 | 162 -27 rmoveto
6 | 370 304 rlineto
7 | 103 vlineto
8 | -364 300 -69 -88 261 -209 rlineto
9 | -847 -105 853 hlineto
10 | -270 -218 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/slash_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -201 -21 382 104 140 104 294 -20 hstem
4 | 465 508 rmoveto
5 | -530 hlineto
6 | 135 264 -105 50 -508 -996 106 -48 195 382 rlineto
7 | 707 104 -451 -1 -204 hlineto
8 | 73 142 rlineto
9 | 131 -1 451 hlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-MediumItalic/glyphs/greater_equal.liga.ss12.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -173 92 761 -20 hstem
4 | 454 276 rmoveto
5 | 18 94 -691 310 -67 -92 611 -260 -2 -12 -705 -220 21 -96 rlineto
6 | 729 -173 rmoveto
7 | 17 92 rlineto
8 | -801 hlineto
9 | -19 -92 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/bar_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -261 75 468 74 vstem
4 | -261 704 rmoveto
5 | -886 75 vlineto
6 | 541 440 rlineto
7 | 69 vlineto
8 | -541 383 rlineto
9 | -799 vmoveto
10 | 709 vlineto
11 | 467 -323 rlineto
12 | -10 vlineto
13 | endchar
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Book/glyphs/slash_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -189 915 hstem
4 | -347 534 204 74 vstem
5 | 187 694 rmoveto
6 | -69 32 -465 -886 71 -29 379 723 288 -237 rlineto
7 | -10 vlineto
8 | -304 -252 45 -57 333 280 rlineto
9 | 69 vlineto
10 | -326 275 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/less_equal.2.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 493 -141 69 hstem
4 | -283 756 vstem
5 | -89 347 rmoveto
6 | 2 10 560 247 -25 63 -628 -280 -14 -69 557 -302 15 79 rlineto
7 | -46 -236 rmoveto
8 | 13 69 rlineto
9 | -615 hlineto
10 | -13 -69 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/slash_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -182 900 hstemhm
4 | -406 676 -207 424 hintmask 11000000
5 | 206 597 rmoveto
6 | 64 92 -63 29 -613 -880 70 -20 500 718 245 -247 -2 -9 rlineto
7 | hintmask 10100000
8 | -344 -238 34 -61 378 263 12 68 -279 287 rlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/greater_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -335 702 vstem
4 | 278 286 rmoveto
5 | 8 vlineto
6 | -605 258 25 43 668 -278 rlineto
7 | -54 vlineto
8 | -675 -283 -25 42 rlineto
9 | 25 -212 rmoveto
10 | -25 42 700 297 rlineto
11 | -56 vlineto
12 | endchar
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/less_slash.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 418 -181 898 hstem
4 | -460 58 199 520 vstem
5 | -101 30 rmoveto
6 | -301 256 rlineto
7 | 8 vlineto
8 | 306 258 -36 43 -328 -279 rlineto
9 | -53 vlineto
10 | 333 -283 -76 -142 54 -19 466 874 -51 24 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/less_equal.2.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 148 -21 hstem
4 | -365 706 vstem
5 | 354 -34 rmoveto
6 | -643 293 11 54 722 278 16 -43 -655 -258 -1 -8 560 -264 rlineto
7 | -23 -141 rmoveto
8 | 10 50 rlineto
9 | -705 hlineto
10 | -10 -50 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Bold/glyphs/equal_equal_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 31 132 110 132 110 132 hstem
4 | cntrmask 11100000
5 | -1171 515 rmoveto
6 | 1716 132 -1716 hlineto
7 | -374 vmoveto
8 | 1716 132 -1716 hlineto
9 | -374 vmoveto
10 | 1716 132 -1716 hlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BoldItalic/glyphs/greater_equal.liga.ss12.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -183 118 764 -20 hstem
4 | 466 276 rmoveto
5 | 19 117 -700 306 -84 -118 590 -240 -3 -17 -675 -193 27 -122 rlineto
6 | 751 -192 rmoveto
7 | 19 118 rlineto
8 | -836 hlineto
9 | -23 -118 rlineto
10 | endchar
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/less_equal.liga.ss12.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -168 70 762 -20 hstem
4 | -387 110 vstem
5 | -389 278 rmoveto
6 | 752 -295 31 72 -671 258 rlineto
7 | 9 vlineto
8 | 670 274 -37 68 -743 -303 rlineto
9 | -13 -529 rmoveto
10 | 794 70 -792 hlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Book/glyphs/less_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 864 -20 hstem
4 | -387 110 vstem
5 | -389 278 rmoveto
6 | 752 -295 31 72 -671 258 rlineto
7 | 9 vlineto
8 | 670 274 -37 68 -743 -303 rlineto
9 | -7 -259 rmoveto
10 | 756 -302 31 71 -785 308 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/hyphen_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 0 -21 307 78 302 -20 hstem
4 | 457 91 vstem
5 | 115 -21 rmoveto
6 | 419 291 14 77 -310 319 -61 -60 239 -242 rlineto
7 | -883 hlineto
8 | -15 -78 rlineto
9 | 903 hlineto
10 | -345 -237 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-BookItalic/glyphs/less_less.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 0 -21 667 -20 hstem
4 | -416 91 324 91 vstem
5 | 432 666 rmoveto
6 | -419 -291 -14 -76 310 -320 62 60 -283 285 2 10 381 262 rlineto
7 | -454 70 rmoveto
8 | -419 -291 -14 -76 310 -320 62 60 -283 285 2 10 381 262 rlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/less_equal.liga.ss12.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -163 56 760 -20 hstem
4 | -379 75 vstem
5 | -382 277 rmoveto
6 | 746 -299 25 56 -693 273 rlineto
7 | 7 vlineto
8 | 693 285 -30 54 -738 -304 rlineto
9 | -22 -512 rmoveto
10 | 790 56 -787 hlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Light/glyphs/less_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -179 -21 853 -20 hstem
4 | -379 75 vstem
5 | -382 277 rmoveto
6 | 746 -299 25 56 -693 273 rlineto
7 | 7 vlineto
8 | 693 285 -30 54 -738 -304 rlineto
9 | -12 -246 rmoveto
10 | 755 -303 25 56 -777 311 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/hyphen_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 2 -21 311 61 305 -20 hstem
4 | 472 73 vstem
5 | 112 -19 rmoveto
6 | 422 299 11 61 -309 317 -48 -47 254 -258 rlineto
7 | -911 hlineto
8 | -12 -61 rlineto
9 | 926 hlineto
10 | -365 -257 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-LightItalic/glyphs/less_less.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 2 -21 657 -20 hstem
4 | -411 73 342 73 vstem
5 | 437 658 rmoveto
6 | -422 -298 -11 -61 309 -318 48 48 -286 289 2 10 392 276 rlineto
7 | -447 54 rmoveto
8 | -422 -298 -11 -61 309 -318 48 48 -286 289 2 10 392 276 rlineto
9 | endchar
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoSSmLig-Medium/glyphs/equal_equal_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 38 104 140 104 140 104 hstem
4 | cntrmask 11100000
5 | -1163 526 rmoveto
6 | 1701 104 -1701 hlineto
7 | -348 vmoveto
8 | 1701 104 -1701 hlineto
9 | -348 vmoveto
10 | 1701 104 -1701 hlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/equal_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 151 69 153 69 hstem
4 | -472 944 vstem
5 | 529 442 rmoveto
6 | -944 hlineto
7 | -14 -69 rlineto
8 | 943 hlineto
9 | -29 -153 rmoveto
10 | -944 hlineto
11 | -13 -69 rlineto
12 | 943 hlineto
13 | endchar
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-BookItalic/glyphs/hyphen_hyphen.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 259 68 hstem
4 | -337 310 70 310 vstem
5 | -27 327 rmoveto
6 | -297 hlineto
7 | -13 -68 rlineto
8 | 298 hlineto
9 | 392 68 rmoveto
10 | -297 hlineto
11 | -13 -68 rlineto
12 | 298 hlineto
13 | endchar
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/less_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -363 699 vstem
4 | 311 -20 rmoveto
5 | -675 283 rlineto
6 | 54 vlineto
7 | 668 278 25 -43 -605 -258 rlineto
8 | -8 vlineto
9 | 612 -264 rlineto
10 | -700 127 rmoveto
11 | 700 -297 -25 -42 -675 283 rlineto
12 | endchar
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-Light/glyphs/slash_greater.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | -181 898 hstem
4 | -335 520 218 57 vstem
5 | 132 594 rmoveto
6 | 53 99 -51 24 -469 -879 54 -19 387 726 297 -251 rlineto
7 | -8 vlineto
8 | -312 -264 35 -42 334 283 rlineto
9 | 54 vlineto
10 | -327 278 rlineto
11 | endchar
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ligature/OperatorMonoLig-LightItalic/glyphs/equal_equal.liga.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 126 22 201 22 hstem
4 | -498 906 vstem
5 | 521 431 rmoveto
6 | -936 hlineto
7 | -10 -52 rlineto
8 | 935 hlineto
9 | -32 -171 rmoveto
10 | -936 hlineto
11 | -10 -52 rlineto
12 | 935 hlineto
13 | endchar
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------