Skip to content

Commit fb454de

Browse files
committed
[README.md] v3.0.0 updates
1 parent 4370ebe commit fb454de

File tree

1 file changed

+52
-35
lines changed

1 file changed

+52
-35
lines changed

README.md

Lines changed: 52 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ font-line is a libre, open source command line tool for OpenType vertical metric
2828

2929
## Install
3030

31-
font-line is built with Python and is tested with Python 3.5+ interpreters. You can verify your installed Python version on the command line with the command:
31+
font-line is built with Python and is tested with Python 3.6+ interpreters. You can verify your installed Python version on the command line with the command:
3232

3333
```
3434
$ python3 --version
@@ -106,40 +106,57 @@ $ font-line report Hack-Regular.ttf
106106
#### Example Font Vertical Metrics Report
107107
```
108108
=== Hack-Regular.ttf ===
109-
Version 3.001; 379b3ad6d-dev
110-
SHA1: 20d02edca75f2d23787e80161a64418598c850de
111-
112-
--- Metrics ---
113-
[head] Units per Em: 2048
114-
[head] yMax: 2027
115-
[head] yMin: -605
116-
[OS/2] CapHeight: 1493
117-
[OS/2] xHeight: 1120
118-
[OS/2] TypoAscender: 1556
119-
[OS/2] TypoDescender: -492
120-
[OS/2] WinAscent: 1901
121-
[OS/2] WinDescent: 483
122-
[hhea] Ascent: 1901
123-
[hhea] Descent: -483
124-
125-
[hhea] LineGap: 0
126-
[OS/2] TypoLineGap: 410
127-
128-
--- Height Calculations by Table Values ---
129-
[OS/2] TypoAscender to TypoDescender: 2048
130-
[OS/2] WinAscent to WinDescent: 2384
131-
[hhea] Ascent to Descent: 2384
132-
133-
--- Delta Values ---
134-
WinAscent to TypoAscender: 345
135-
Ascent to TypoAscender: 345
136-
WinDescent to TypoDescender: -9
137-
Descent to TypoDescender: -9
138-
139-
--- Ratios ---
140-
(Typo Asc + Desc + Linegap) / UPM: 1.2
141-
(winAsc + winDesc) / UPM: 1.16
142-
(hhea Asc + Desc) / UPM: 1.16
109+
Version 3.003;[3114f1256]-release
110+
SHA1: b1cd50ba36380d6d6ada37facfc954a8f20c15ba
111+
112+
::::::::::::::::::::::::::::::::::::::::::::::::::
113+
Metrics
114+
::::::::::::::::::::::::::::::::::::::::::::::::::
115+
[head] Units per Em: 2048
116+
[head] yMax: 2027
117+
[head] yMin: -605
118+
[OS/2] CapHeight: 1493
119+
[OS/2] xHeight: 1120
120+
[OS/2] TypoAscender: 1556
121+
[OS/2] TypoDescender: -492
122+
[OS/2] WinAscent: 1901
123+
[OS/2] WinDescent: 483
124+
[hhea] Ascent: 1901
125+
[hhea] Descent: -483
126+
127+
[hhea] LineGap: 0
128+
[OS/2] TypoLineGap: 410
129+
130+
::::::::::::::::::::::::::::::::::::::::::::::::::
131+
Ascent to Descent Calculations
132+
::::::::::::::::::::::::::::::::::::::::::::::::::
133+
[hhea] Ascent to Descent: 2384
134+
[OS/2] TypoAscender to TypoDescender: 2048
135+
[OS/2] WinAscent to WinDescent: 2384
136+
137+
::::::::::::::::::::::::::::::::::::::::::::::::::
138+
Delta Values
139+
::::::::::::::::::::::::::::::::::::::::::::::::::
140+
[hhea] Ascent to [OS/2] TypoAscender: 345
141+
[hhea] Descent to [OS/2] TypoDescender: -9
142+
[OS/2] WinAscent to [OS/2] TypoAscender: 345
143+
[OS/2] WinDescent to [OS/2] TypoDescender: -9
144+
145+
::::::::::::::::::::::::::::::::::::::::::::::::::
146+
Baseline to Baseline Distances
147+
::::::::::::::::::::::::::::::::::::::::::::::::::
148+
hhea metrics: 2384
149+
typo metrics: 2458
150+
win metrics: 2384
151+
152+
[OS/2] fsSelection USE_TYPO_METRICS bit set: False
153+
154+
::::::::::::::::::::::::::::::::::::::::::::::::::
155+
Ratios
156+
::::::::::::::::::::::::::::::::::::::::::::::::::
157+
hhea metrics / UPM: 1.16
158+
typo metrics / UPM: 1.2
159+
win metrics / UPM: 1.16
143160
```
144161

145162
The report includes the font version string, a SHA-1 hash digest of the font file, and OpenType table metrics that are associated with line spacing in the font.

0 commit comments

Comments
 (0)