mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
docs: explain what font shaping actually is
This commit is contained in:
parent
84f7fb9f3b
commit
b4c8f7c01f
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user