Skip to content

Commit ed4340b

Browse files
committed
fix(wezterm): Add description to harfbuzz_features.
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
1 parent 66cb354 commit ed4340b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

lua/wezterm/types/wezterm.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,16 @@
413413
---
414414
---@class FontFamilyAttributes: FontAttributes
415415
---@field family string
416+
---When [`config.font_shaper`](lua://Config.font_shaper)
417+
---is set to `"Harfbuzz"`, this setting affects how font shaping takes place.
418+
---
419+
---See [Font Shaping](https://wezterm.org/config/font-shaping.html)
420+
---for more information and examples.
421+
---
422+
---The _OpenType_ spec lists a number of features [here](https://docs.microsoft.com/en-us/typography/opentype/spec/featurelist).
423+
---
424+
---See [Font Shaping](https://wezterm.org/config/font-shaping.html) for more information and examples.
425+
---
416426
---@field harfbuzz_features? HarfbuzzFeatures[]
417427
---@field freetype_load_target? "Normal"|"HorizontalLcd"|"Light"|"Mono"|"VerticalLcd"
418428
---@field freetype_render_target? "Normal"|"HorizontalLcd"|"Light"|"Mono"|"VerticalLcd"

0 commit comments

Comments
 (0)