Accepting request 280905 from M17N
- added Command: metadata to relevant sysconfig variables [bnc#912279] OBS-URL: https://build.opensuse.org/request/show/280905 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonts-config?expand=0&rev=45
This commit is contained in:
commit
ab8dfebe4b
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 12 13:55:20 UTC 2015 - pgajdos@suse.com
|
||||
|
||||
- added Command: metadata to relevant sysconfig variables
|
||||
[bnc#912279]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 7 21:42:17 UTC 2014 - pgajdos@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fonts-config
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
@ -2,6 +2,7 @@
|
||||
## Description: Display font configuration
|
||||
## Type: integer
|
||||
## Default: 0
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Type of output (quiet=0, verbose=1, debug=256) while reconfiguring
|
||||
# fonts.
|
||||
@ -12,6 +13,7 @@ VERBOSITY="0"
|
||||
## Description: Display font configuration
|
||||
## Type: list(none,hintnone,hintslight,hintmedium,hintfull)
|
||||
## Default: none
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Prefered common hinting style.
|
||||
#
|
||||
@ -26,6 +28,7 @@ FORCE_HINTSTYLE="none"
|
||||
## Description: Display font configuration
|
||||
## Type: yesno
|
||||
## Default: no
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Force autohint even for fonts, which are said to have good
|
||||
# hinting instructions.
|
||||
@ -36,6 +39,7 @@ FORCE_AUTOHINT="no"
|
||||
## Description: Display font configuration
|
||||
## Type: yesno
|
||||
## Default: no
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Force black and white rendering. Fonts will not get smoothed with
|
||||
# the benefit of high contrast betwen font and background.
|
||||
@ -46,6 +50,7 @@ FORCE_BW="no"
|
||||
## Description: Display font configuration
|
||||
## Type: yesno
|
||||
## Default: no
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Force black and white rendering for well hinted monospaced fonts.
|
||||
# That makes look them in bitmap quality.
|
||||
@ -56,6 +61,7 @@ FORCE_BW_MONOSPACE="no"
|
||||
## Description: Display font configuration
|
||||
## Type: list(lcdnone,lcddefault,lcdlight,lcdlegacy)
|
||||
## Default: lcdnone
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# LCD filter.
|
||||
#
|
||||
@ -69,6 +75,7 @@ USE_LCDFILTER="lcdnone"
|
||||
## Description: Display font configuration
|
||||
## Type: list(none,rgb,vrgb,bgr,vbgr,unknown)
|
||||
## Default: none
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Subpixel arrangement for your monitor and its rotation.
|
||||
#
|
||||
@ -78,6 +85,7 @@ USE_RGBA="none"
|
||||
## Description: Display font configuration
|
||||
## Type: yesno
|
||||
## Default: yes
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# As rendering of outlines is often not perfect at small sizes, some
|
||||
# TrueType or OpenType fonts contain "embedded" bitmaps for small sizes.
|
||||
@ -100,6 +108,7 @@ USE_EMBEDDED_BITMAPS="yes"
|
||||
## Description: Display font configuration
|
||||
## Type: string
|
||||
## Default: ja:ko:zh-CN:zh-TW:zh-HK:zh-SG
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# You can limit the use of embedded bitmaps only to fonts which support certain
|
||||
# languages. To do this set this variable to a colon separated list of languages.
|
||||
@ -115,6 +124,7 @@ EMBEDDED_BITMAPS_LANGUAGES="ja:ko:zh-CN:zh-TW:zh-HK:zh-SG"
|
||||
## Description: Display font configuration
|
||||
## Type: string
|
||||
## Default: ""
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Colon-separated list of prefered sans families. Most prefered family first.
|
||||
#
|
||||
@ -134,6 +144,7 @@ PREFER_SANS_FAMILIES=""
|
||||
## Description: Display font configuration
|
||||
## Type: string
|
||||
## Default: ""
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Colon-separated list of prefered serif families. Most prefered family first.
|
||||
#
|
||||
@ -153,6 +164,7 @@ PREFER_SERIF_FAMILIES=""
|
||||
## Description: Display font configuration
|
||||
## Type: string
|
||||
## Default: ""
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Colon-separated list of prefered sans families. Most prefered family first.
|
||||
#
|
||||
@ -172,6 +184,7 @@ PREFER_MONO_FAMILIES=""
|
||||
## Description: Display font configuration
|
||||
## Type: yesno
|
||||
## Default: yes
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Perform metric substitutions.
|
||||
#
|
||||
@ -193,6 +206,7 @@ SEARCH_METRIC_COMPATIBLE="yes"
|
||||
## Description: Display font configuration
|
||||
## Type: yesno
|
||||
## Default: yes
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Strongly prefer of families in FPL.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user