@@ -104,17 +104,19 @@ Vertical Metrics Reporting
104
104
The following OpenType vertical metrics values and calculated values
105
105
derived from these data are displayed with the ``report `` sub-command:
106
106
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
118
120
119
121
``report `` Sub-Command Usage
120
122
''''''''''''''''''''''''''''
@@ -138,13 +140,15 @@ Example Font Vertical Metrics Report
138
140
::
139
141
140
142
=== Hack-Regular.ttf ===
141
- Version 2.020;DEV-03192016;
142
- SHA1: 638f033cc1b6a21597359278bee62cf7e96557ff
143
+ Version 3.001; 379b3ad6d-dev
144
+ SHA1: 20d02edca75f2d23787e80161a64418598c850de
143
145
144
146
--- Metrics ---
145
147
[head] Units per Em: 2048
146
148
[head] yMax: 2001
147
149
[head] yMin: -573
150
+ [OS/2] CapHeight: 1493
151
+ [OS/2] xHeight: 1120
148
152
[OS/2] TypoAscender: 1556
149
153
[OS/2] TypoDescender: -492
150
154
[OS/2] WinAscent: 1901
@@ -323,8 +327,8 @@ Acknowledgments
323
327
font-line is built with the fantastic
324
328
`fontTools <https://github.com/behdad/fonttools >`__ Python library.
325
329
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
328
332
.. |Build status | image :: https://ci.appveyor.com/api/projects/status/2s4725o5mxh2298c/branch/master?svg=true
329
333
:target: https://ci.appveyor.com/project/chrissimpkins/font-line/branch/master
330
334
.. |codecov.io | image :: https://codecov.io/github/source-foundry/font-line/coverage.svg?branch=master
0 commit comments