diff --git a/options.xhtml b/options.xhtml index dfc729868..31994ad4f 100644 --- a/options.xhtml +++ b/options.xhtml @@ -7220,6 +7220,33 @@ boolean

Default: false

+

Declared by:

+ + +
+ +<home-manager/modules/misc/fontconfig.nix> + +
+ +
+ + fonts.fontconfig.antialiasing + + +
+
+

Whether to enable font antialiasing.

+ +

Type: +null or boolean

+ +

Default: +null

+ +

Example: +true

+

Declared by:

@@ -7324,6 +7351,60 @@ list of string

Default: [ ]

+

Declared by:

+ + +
+ +<home-manager/modules/misc/fontconfig.nix> + +
+ +
+ + fonts.fontconfig.hinting + + +
+
+

The font hinting mode.

+ +

Type: +null or one of “none”, “slight”, “medium”, “full”

+ +

Default: +null

+ +

Example: +"slight"

+ +

Declared by:

+ + +
+ +<home-manager/modules/misc/fontconfig.nix> + +
+
+
+ + fonts.fontconfig.subpixelRendering + + +
+
+

The sub-pixel rendering mode.

+ +

Type: +null or one of “none”, “rgb”, “bgr”, “vertical-rgb”, “vertical-bgr”

+ +

Default: +null

+ +

Example: +"rgb"

+

Declared by: