File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -506,12 +506,12 @@ local freetype_target = {
506506--- - [`config.font_shaper`](lua://Config.font_shaper)
507507---
508508--- @field harfbuzz_features ? HarfbuzzFeatures[]
509+ --- @field scale ? number
509510--- @field stretch ? FontStretch
510511--- This option will only be respected if the `italic` option is `nil`.
511512---
512513--- @field style ? FontStyle
513514--- @field weight ? FontWeight
514- --- @field scale ? number
515515
516516--- Argument type for `Wezterm.font()` and `Wezterm.font_with_fallback()`.
517517--- @class FontFamilyAttributes : FontAttributesBase
@@ -522,6 +522,7 @@ local freetype_target = {
522522
523523--- Corresponds to the internal `FontAttributes` struct that is used to
524524--- select a single named font.
525+ ---
525526--- @class FontAttributes : FontAttributesBase
526527--- @field is_fallback ? boolean
527528--- @field is_synthetic ? boolean
You can’t perform that action at this time.
0 commit comments