Created
January 29, 2021 03:09
-
-
Save dy/1777866830331aaf07e9a26f2c39259d to your computer and use it in GitHub Desktop.
Fix google font diacritics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lookup diacritics { | |
markClass [gravecomb acutecomb] <anchor 160 512> @TOP_MARKS; | |
# ш м т | |
pos base [\uni0448 \uni043C \uni0442] <anchor 500 512> mark @TOP_MARKS; | |
} diacritics; | |
feature mark { | |
lookup diacritics; | |
} mark; | |
# compile as | |
# makeotf -ff diacritics.fea -f source.ttf -o result.otf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment