When is a cap height not a cap height?
Simon Cozens
Posts: 741
I was just on the point of writing some QA tests to ensure that glyphs' points which should be on the baseline/xheight/capheight were actually at the appropriate Y coordinates - allowing for overshoots, but flagging points which fall one or two units either side of the metric as a potential mistake.
To test my tests, I reached for a copy of Source Sans Pro in order to modify it. But I found that the Y-coordinates of the cap points in Source Sans weren't at the OS/2 sCapHeight metric anyway: sCapHeight is defined as 660, but the top of the capital A, B, D, E, etc. were all aligned to Y=656.
Is this common? Is it a mistake? Why would you define a cap height metric and then not put your caps on the cap height?
To test my tests, I reached for a copy of Source Sans Pro in order to modify it. But I found that the Y-coordinates of the cap points in Source Sans weren't at the OS/2 sCapHeight metric anyway: sCapHeight is defined as 660, but the top of the capital A, B, D, E, etc. were all aligned to Y=656.
Is this common? Is it a mistake? Why would you define a cap height metric and then not put your caps on the cap height?
0
Comments
-
Have you checked all masters. Maybe the sCapHeight was synced between them?
1 -
Ah, you're right:
$ for i in *tf; ttx -o - -t "OS/2" $i 2>/dev/null | grep sCapHeight <sCapHeight value="660"/> <sCapHeight value="660"/> <sCapHeight value="660"/> <sCapHeight value="660"/> <sCapHeight value="660"/> <sCapHeight value="660"/> <sCapHeight value="660"/> <sCapHeight value="660"/> <sCapHeight value="660"/> <sCapHeight value="660"/> <sCapHeight value="660"/> <sCapHeight value="660"/>
And indeed the Y-coordinates of the capitals on the Extra Light instance do fall on Y=660. Interesting! So should we regard the OS/2 metrics as family metrics, not font metrics?
1 -
Source Serif has actually serious vertical-proportion issues...0
Categories
- All Categories
- 43 Introductions
- 3.7K Typeface Design
- 799 Font Technology
- 1K Technique and Theory
- 617 Type Business
- 444 Type Design Critiques
- 541 Type Design Software
- 30 Punchcutting
- 136 Lettering and Calligraphy
- 83 Technique and Theory
- 53 Lettering Critiques
- 483 Typography
- 301 History of Typography
- 114 Education
- 68 Resources
- 498 Announcements
- 79 Events
- 105 Job Postings
- 148 Type Releases
- 165 Miscellaneous News
- 269 About TypeDrawers
- 53 TypeDrawers Announcements
- 116 Suggestions and Bug Reports