1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

docs: explain what font shaping actually is

This commit is contained in:
Wez Furlong 2023-04-08 07:52:55 -07:00
parent 84f7fb9f3b
commit b4c8f7c01f
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -1,5 +1,20 @@
---
tags:
- font
keywords:
- ligature
- font
---
### Advanced Font Shaping Options
Font shaping is the process which expands font ligatures and applies other
advanced font display features that are encoded in your chosen font, in
order to correctly position and display the appropriate glyphs on your display.
The [HarfBuzz](https://harfbuzz.github.io/) library is used to perform
font shaping.
The `harfbuzz_features` option allows specifying the features to enable when
using harfbuzz for font shaping.