Denis Moyogo Jacquerye

Results 42 issues of Denis Moyogo Jacquerye

Add Oriya language based on CLDR data and Wikipedia. Fixes #95.

The sil_euro_latin and basic_kbdne layouts should allow using the acute deadkey + j to get í for Dutch íj́. Dutch spelling rules use the acute accent to mark stress on...

The OS2.usWeightClass values should be the multiples of 100 defined in http://www.microsoft.com/typography/otspec/os2.htm#wtc

This now happens with 0.6.0, but was working before: ```python >>> import defcon [42/78] >>> font = defcon.Font() >>> import copy >>> copy.deepcopy(font) >>> font.save('font060.ufo') >>> copy.deepcopy(font) Traceback (most recent...

Version 1.2 removed the `ccmp` feature lookup `DblMarks` and lookup `CmbMarks` that caused #3 but also removed the `ccmp` feature lookup `Dotless` and the `mark` feature block. The `ccmp` feature...

The ɨ and ɉ have a crossbar that is too wide and they have the width of i and j. They clash with letters before and after. This PR: -...

**Describe the bug** Latin ï or Cyrillic ї have a few issues: - ï is poorly spaced in ïj, for example in "yïjï" in Laru language. The same is true...

### Steps to reproduce If a file contains the strings `ɛ́ ɛ̃ ɛ̃́`, searching for ɛ́ matches ɛ́ and ɛ̃́ when it should only match ɛ́. The same is true...

bug

Several Latin African orthographies are based on the International African Alphabet, published in 1927 and in the 1930 *Practical Orthography of African Languages*, which is directly derived from the IPA...

- scripts/lang.py is not needed, or belongs in https://github.com/googlefonts/lang. - Replacing hyperglot.parse and removing the dependency, fixes #498. The logic should probably be in a function in https://github.com/googlefonts/lang itself, or...