Skip to content

Commit

Permalink
Merge branch 'fix-font-stretch-of-width-class'
Browse files Browse the repository at this point in the history
  • Loading branch information
gfngfn committed Feb 21, 2020
2 parents 1243829 + 3fc9881 commit 58241d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/fontFormat.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1189,8 +1189,8 @@ let intern_gid (dcdr : decoder) (gidorg : original_glyph_id) : glyph_id =


let font_stretch_of_width_class srcpath = function
| 0 -> UltraCondensedStretch
| 1 -> ExtraCondensedStretch
| 1 -> UltraCondensedStretch
| 2 -> ExtraCondensedStretch
| 3 -> CondensedStretch
| 4 -> SemiCondensedStetch
| 5 -> NormalStretch
Expand Down

0 comments on commit 58241d1

Please sign in to comment.