Skip to content

Commit

Permalink
Thai Looped
Browse files Browse the repository at this point in the history
  • Loading branch information
yanone committed Jun 18, 2021
1 parent 67b4bab commit f350586
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 16 additions & 0 deletions Google-Fonts-Fixes/packager/sans-thai-looped.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: IBM Plex Sans Thai Looped
repository_url: https://github.com/googlefonts/plex
branch: master
category: SANS_SERIF
designer: Mike Abbink, Bold Monday
files:
LICENSE.txt: OFL.txt
Google-Fonts-Fixes/descriptions/DESCRIPTION.en_us.html: DESCRIPTION.en_us.html
Google-Fonts-Fixes/fonts/IBM-Plex-Sans-Thai-Looped/fonts/complete/ttf/IBMPlexSansThaiLooped-Bold.ttf: IBMPlexSansThaiLooped-Bold.ttf
Google-Fonts-Fixes/fonts/IBM-Plex-Sans-Thai-Looped/fonts/complete/ttf/IBMPlexSansThaiLooped-ExtraLight.ttf: IBMPlexSansThaiLooped-ExtraLight.ttf
Google-Fonts-Fixes/fonts/IBM-Plex-Sans-Thai-Looped/fonts/complete/ttf/IBMPlexSansThaiLooped-Light.ttf: IBMPlexSansThaiLooped-Light.ttf
Google-Fonts-Fixes/fonts/IBM-Plex-Sans-Thai-Looped/fonts/complete/ttf/IBMPlexSansThaiLooped-Medium.ttf: IBMPlexSansThaiLooped-Medium.ttf
Google-Fonts-Fixes/fonts/IBM-Plex-Sans-Thai-Looped/fonts/complete/ttf/IBMPlexSansThaiLooped-Regular.ttf: IBMPlexSansThaiLooped-Regular.ttf
Google-Fonts-Fixes/fonts/IBM-Plex-Sans-Thai-Looped/fonts/complete/ttf/IBMPlexSansThaiLooped-SemiBold.ttf: IBMPlexSansThaiLooped-SemiBold.ttf
Google-Fonts-Fixes/fonts/IBM-Plex-Sans-Thai-Looped/fonts/complete/ttf/IBMPlexSansThaiLooped-Thin.ttf: IBMPlexSansThaiLooped-Thin.ttf

1 change: 1 addition & 0 deletions Google-Fonts-Fixes/scripts/convert-sans-thai-looped.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sh Google-Fonts-Fixes/scripts/convert.sh "IBM-Plex-Sans-Thai-Looped/fonts/complete/ttf" "Google-Fonts-Fixes/fonts/IBM-Plex-Sans-Thai-Looped/fonts/complete/ttf"
4 changes: 3 additions & 1 deletion Google-Fonts-Fixes/scripts/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@
ttFont["OS/2"].usWinDescent = 601

if familyName == "IBM Plex Sans Hebrew":
# ttFont["OS/2"].usWinAscent = X # No fontbakery complaint
ttFont["OS/2"].usWinDescent = 365

if familyName == "IBM Plex Sans Devanagari":
Expand All @@ -309,4 +308,7 @@
ttFont["OS/2"].sTypoDescender = -120
ttFont["OS/2"].sTypoLineGap = 0

if familyName == "IBM Plex Sans Thai Looped":
ttFont["OS/2"].usWinAscent = 1239

ttFont.save(outputpath)

0 comments on commit f350586

Please sign in to comment.