Typography: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
== References == |
== References == |
||
;Tools |
|||
* [https://fontforge.org/en-US/ FontForge] |
|||
;Font design |
;Font design |
||
* [https://grahamwideman.wikispaces.com/Font+Vertical+Metrics Font Vertical Metrics] (from [https://github.com/chrissimpkins/Hack/issues/188]) |
* [https://grahamwideman.wikispaces.com/Font+Vertical+Metrics Font Vertical Metrics] (from [https://github.com/chrissimpkins/Hack/issues/188]) |
||
* [https://www.glyphsapp.com/tutorials/vertical-metrics Vertical Metrics] (from [https://github.com/chrissimpkins/Hack/issues/188]) |
* [https://www.glyphsapp.com/tutorials/vertical-metrics Vertical Metrics] (from [https://github.com/chrissimpkins/Hack/issues/188]) |
||
* [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. |
|||
;Font rendering |
;Font rendering |
Latest revision as of 06:00, 26 October 2021
Information on Truetype fonts (TTF), OpenType fonts (OTF), etc
References
- Tools
- Font design
- Font Vertical Metrics (from [1])
- Vertical Metrics (from [2])
- Deep dive CSS: font metrics, line-height and vertical-align
- Detailed explanation about the difficulty of aligning text, creating surrounding boxes, etc.
- 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