Skip to content

Commit

Permalink
Add آ to PT/P2 series, آأإة to original Pebbles
Browse files Browse the repository at this point in the history
  • Loading branch information
cpfair committed Sep 29, 2016
1 parent 439a808 commit 84a294b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fonts/text_shaper.py
Expand Up @@ -28,8 +28,8 @@
kashida = "ـ"

subsets = {
"full": "ابپتٹثجچحخدڈذرڑزژسشصضطظعغفقكکگلمنوهھءیےټڅځډړږښګڼيېۍئڕێۆەڵڤأإةىؤ" + kashida,
"arabic": "غظضذخثتشرقصفعسنملكيطحزوهدجباء" + kashida
"full": "ابپتٹثجچحخدڈذرڑزژسشصضطظعغفقكکگلمنوهھءیےټڅځډړږښګڼيېۍئڕێۆەڵڤأإةىؤآ" + kashida,
"arabic": "غظضذخثتشرقصفعسنملكيطحزوهدجباءآأإة" + kashida
}
shaped_alphabet = subsets[subset_key]
for ch in shaped_alphabet:
Expand Down

0 comments on commit 84a294b

Please sign in to comment.