@@ -104,17 +104,19 @@ Vertical Metrics Reporting
104104The following OpenType vertical metrics values and calculated values
105105derived from these data are displayed with the ``report `` sub-command:
106106
107- - [OS/2] TypoAscender
108- - [OS/2] TypoDescender
109- - [OS/2] WinAscent
110- - [OS/2] WinDescent
111- - [OS/2] TypoLineGap
112- - [hhea] Ascent
113- - [hhea] Descent
114- - [hhea] lineGap
115- - [head] unitsPerEm
116- - [head] yMax
117- - [head] yMin
107+ - [OS/2] TypoAscender
108+ - [OS/2] TypoDescender
109+ - [OS/2] WinAscent
110+ - [OS/2] WinDescent
111+ - [OS/2] TypoLineGap
112+ - [OS/2] xHeight
113+ - [OS/2] CapHeight
114+ - [hhea] Ascent
115+ - [hhea] Descent
116+ - [hhea] lineGap
117+ - [head] unitsPerEm
118+ - [head] yMax
119+ - [head] yMin
118120
119121``report `` Sub-Command Usage
120122''''''''''''''''''''''''''''
@@ -138,13 +140,15 @@ Example Font Vertical Metrics Report
138140::
139141
140142 === Hack-Regular.ttf ===
141- Version 2.020;DEV-03192016;
142- SHA1: 638f033cc1b6a21597359278bee62cf7e96557ff
143+ Version 3.001; 379b3ad6d-dev
144+ SHA1: 20d02edca75f2d23787e80161a64418598c850de
143145
144146 --- Metrics ---
145147 [head] Units per Em: 2048
146148 [head] yMax: 2001
147149 [head] yMin: -573
150+ [OS/2] CapHeight: 1493
151+ [OS/2] xHeight: 1120
148152 [OS/2] TypoAscender: 1556
149153 [OS/2] TypoDescender: -492
150154 [OS/2] WinAscent: 1901
@@ -323,8 +327,8 @@ Acknowledgments
323327font-line is built with the fantastic
324328`fontTools <https://github.com/behdad/fonttools >`__ Python library.
325329
326- .. |Build Status | image :: https://travis-ci.org/source-foundry/ font-line.svg?branch=master
327- :target: https://travis-ci.org/source-foundry /font-line
330+ .. |Build Status | image :: https://semaphoreci.com/api/v1/sourcefoundry/ font-line/branches/master/badge .svg
331+ :target: https://semaphoreci.com/sourcefoundry /font-line
328332.. |Build status | image :: https://ci.appveyor.com/api/projects/status/2s4725o5mxh2298c/branch/master?svg=true
329333 :target: https://ci.appveyor.com/project/chrissimpkins/font-line/branch/master
330334.. |codecov.io | image :: https://codecov.io/github/source-foundry/font-line/coverage.svg?branch=master
0 commit comments