Skip to content

Commit

Permalink
Added Elm compose ligatures: |> and <|
Browse files Browse the repository at this point in the history
  • Loading branch information
kika committed May 11, 2016
1 parent 33794b0 commit 9352e52
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
32 changes: 24 additions & 8 deletions FSEX.ttx
Original file line number Diff line number Diff line change
Expand Up @@ -38972,13 +38972,17 @@

<TTGlyph name="compose.elm" xMin="30" yMin="-20" xMax="130" yMax="80">
<contour>
<pt x="130" y="-20" on="1"/>
<pt x="110" y="-20" on="1"/>
<pt x="110" y="90" on="1"/>
<pt x="130" y="90" on="1"/>
<pt x="120" y="-20" on="1"/>
<pt x="100" y="-20" on="1"/>
<pt x="100" y="90" on="1"/>
<pt x="120" y="90" on="1"/>
</contour>
<contour>
<pt x="90" y="-10" on="1"/>
<pt x="100" y="-10" on="1"/>
<pt x="100" y="-20" on="1"/>
<pt x="80" y="-20" on="1"/>
<pt x="80" y="-10" on="1"/>
<pt x="70" y="-10" on="1"/>
<pt x="70" y="0" on="1"/>
<pt x="60" y="0" on="1"/>
Expand All @@ -38997,6 +39001,10 @@
<pt x="60" y="70" on="1"/>
<pt x="70" y="70" on="1"/>
<pt x="70" y="80" on="1"/>
<pt x="80" y="80" on="1"/>
<pt x="80" y="90" on="1"/>
<pt x="100" y="90" on="1"/>
<pt x="100" y="80" on="1"/>
<pt x="90" y="80" on="1"/>
<pt x="90" y="70" on="1"/>
<pt x="80" y="70" on="1"/>
Expand All @@ -39021,10 +39029,10 @@

<TTGlyph name="fwd_compose.elm" xMin="30" yMin="-20" xMax="130" yMax="80">
<contour>
<pt x="50" y="-20" on="1"/>
<pt x="30" y="-20" on="1"/>
<pt x="30" y="90" on="1"/>
<pt x="50" y="90" on="1"/>
<pt x="60" y="-20" on="1"/>
<pt x="40" y="-20" on="1"/>
<pt x="40" y="90" on="1"/>
<pt x="60" y="90" on="1"/>
</contour>
<contour>
<pt x="130" y="30" on="1"/>
Expand All @@ -39036,6 +39044,10 @@
<pt x="100" y="0" on="1"/>
<pt x="90" y="0" on="1"/>
<pt x="90" y="-10" on="1"/>
<pt x="80" y="-10" on="1"/>
<pt x="80" y="-20" on="1"/>
<pt x="60" y="-20" on="1"/>
<pt x="60" y="-10" on="1"/>
<pt x="70" y="-10" on="1"/>
<pt x="70" y="0" on="1"/>
<pt x="80" y="0" on="1"/>
Expand All @@ -39054,6 +39066,10 @@
<pt x="80" y="70" on="1"/>
<pt x="70" y="70" on="1"/>
<pt x="70" y="80" on="1"/>
<pt x="60" y="80" on="1"/>
<pt x="60" y="90" on="1"/>
<pt x="80" y="90" on="1"/>
<pt x="80" y="80" on="1"/>
<pt x="90" y="80" on="1"/>
<pt x="90" y="70" on="1"/>
<pt x="100" y="70" on="1"/>
Expand Down
Binary file modified images/sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions ligatures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ a/=b
a::b
a:=b
{-ab-}
a<|b
a|>b

0 comments on commit 9352e52

Please sign in to comment.