summary refs log tree commit diff
path: root/nixos/modules/config/fonts/fonts.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2014-11-30 13:49:34 -0600
committerThomas Tuegel <ttuegel@gmail.com>2014-12-08 10:55:24 -0600
commitc00c563c666465e4adea1c867b82e77b65f4c112 (patch)
treefefb0f6349d55c9278125f3106f378feca8496e0 /nixos/modules/config/fonts/fonts.nix
parent8991ff7ceb1019751b00d97bd343ad6797177101 (diff)
downloadnixpkgs-c00c563c666465e4adea1c867b82e77b65f4c112.tar
nixpkgs-c00c563c666465e4adea1c867b82e77b65f4c112.tar.gz
nixpkgs-c00c563c666465e4adea1c867b82e77b65f4c112.tar.bz2
nixpkgs-c00c563c666465e4adea1c867b82e77b65f4c112.tar.lz
nixpkgs-c00c563c666465e4adea1c867b82e77b65f4c112.tar.xz
nixpkgs-c00c563c666465e4adea1c867b82e77b65f4c112.tar.zst
nixpkgs-c00c563c666465e4adea1c867b82e77b65f4c112.zip
Add NixOS module for fontconfig-ultimate
Details:
* The option `fonts.fontconfig.ultimate.enable` can be used to disable
  the fontconfig-ultimate configuration.
* The user-configurable options provided by fontconfig-ultimate are
  exposed in the NixOS module: `allowBitmaps` (default: true),
  `allowType1` (default: false), `useEmbeddedBitmaps` (default: false),
  `forceAutohint` (default: false), `renderMonoTTFAsBitmap` (default:
  false).
* Upstream provides three substitution modes for substituting TrueType
  fonts for Type 1 fonts (which do not render well). The default,
  "free", substitutes free fonts for Type 1 fonts. The option "ms"
  substitutions Microsoft fonts for Type 1 fonts. The option "combi"
  uses a combination of Microsoft and free fonts. Substitutions can also
  be disabled.
* All 21 of the Infinality rendering modes supported by fontconfig-ultimate
  or by the original Infinality distribution can be selected through
  `fonts.fontconfig.ultimate.rendering`. The default is the medium style
  provided by fontconfig-ultimate. Any of the modes may be customized,
  or Infinality rendering can be disabled entirely.
Diffstat (limited to 'nixos/modules/config/fonts/fonts.nix')
0 files changed, 0 insertions, 0 deletions