Skip to content

Commit

Permalink
Add Ethiopic and Ethiopic Supplement
Browse files Browse the repository at this point in the history
  • Loading branch information
hakatashi committed Dec 15, 2016
1 parent b811747 commit 43a514d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
29 changes: 29 additions & 0 deletions data/codepoints/1000.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,32 @@
11A8..11FF:
font: unbatang
transform: translate(0.42, 0)

# Ethiopic

1200..12BF:
font: abyssinica
transform: scale(0.8)

1249: notdef
124E..124F: notdef
1257: notdef
1259: notdef
125E..125F: notdef
1289: notdef
128E..128F: notdef
12B1: notdef
12B6..12B7: notdef
12BF: notdef

# Empty

12C0..137F: notdef

# Ethiopic Supplement

1380..139F:
font: abyssinica
transform: scale(0.8)

139A..139F: notdef
1 change: 1 addition & 0 deletions lib/download-fonts.ls
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fonts =
'Padauk': 'http://software.sil.org/downloads/d/padauk/padauk-3.002.zip'
'Quivira': 'http://www.quivira-font.com/files/Quivira.otf'
'UnFonts': 'https://kldp.net/unfonts/release/2607-un-fonts-core-1.0.2-080608.tar.gz'
'Abyssinica': 'http://software.sil.org/downloads/d/abyssinica/AbyssinicaSIL-1.500.zip'

module.exports = ->
Promise.all do
Expand Down
2 changes: 2 additions & 0 deletions lib/generate-svg.ls
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ font-data =
path: 'Quivira/Quivira.otf'
unbatang:
path: 'UnFonts/un-fonts/UnBatang.ttf'
abyssinica:
path: 'Abyssinica/AbyssinicaSIL-1.500/AbyssinicaSIL-R.ttf'

load-fonts = ->
Promise.all do
Expand Down

0 comments on commit 43a514d

Please sign in to comment.