Typography: Difference between revisions
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
* [https://gankra.github.io/blah/text-hates-you/ Text rendering hates you] |
* [https://gankra.github.io/blah/text-hates-you/ Text rendering hates you] |
||
* [https://lord.io/blog/2019/text-editing-hates-you-too/ Text editing hates you too] |
* [https://lord.io/blog/2019/text-editing-hates-you-too/ Text editing hates you too] |
||
* [https://iamvdo.me/en/blog/css-font-metrics-line-height-and-vertical-align Deep dive CSS: font metrics, line-height and vertical-align] |
|||
:Detailed explanation about the difficulty of aligning text, creating surrounding boxes, etc. |
Revision as of 05:58, 26 October 2021
Information on Truetype fonts (TTF), OpenType fonts (OTF), etc
References
- Font design
- Font Vertical Metrics (from [1])
- Vertical Metrics (from [2])
- Font rendering
- A Closer Look At Font Rendering
- Challenges: TrueType Rasterizer, very detailed analysis.
- The whole book is a wealth of information on rendering on screen.
- Text rendering
- Text rendering hates you
- Text editing hates you too
- Deep dive CSS: font metrics, line-height and vertical-align
- Detailed explanation about the difficulty of aligning text, creating surrounding boxes, etc.