- fixed typos in comments and debug outputs (hinstyle -> hintstyle)
OBS-URL: https://build.opensuse.org/package/show/M17N/fonts-config?expand=0&rev=56
This commit is contained in:
parent
70afd9ae29
commit
97898e4e55
@ -25,7 +25,7 @@ fonts-config [B<OPTION>]...
|
|||||||
By default, "hintstyle" is chosen depending on value of autohint for given font.
|
By default, "hintstyle" is chosen depending on value of autohint for given font.
|
||||||
Apart from exceptions (e. g. IPA fonts for example): for fonts, with good
|
Apart from exceptions (e. g. IPA fonts for example): for fonts, with good
|
||||||
instructions*) "hintfull" used and for other fonts "hintslight" is used. You can
|
instructions*) "hintfull" used and for other fonts "hintslight" is used. You can
|
||||||
enforce hinstyle here. Possible values are "none", "hintnone", "hintslight",
|
enforce hintstyle here. Possible values are "none", "hintnone", "hintslight",
|
||||||
"hintmedium" and "hintfull". This option can be overriden by --force-bw* options,
|
"hintmedium" and "hintfull". This option can be overriden by --force-bw* options,
|
||||||
where "hintfull" is always used.
|
where "hintfull" is always used.
|
||||||
|
|
||||||
@ -56,7 +56,7 @@ This can produce bitmap quality rendering for good instructed fonts.
|
|||||||
=item B<--force-bw-monospace>
|
=item B<--force-bw-monospace>
|
||||||
|
|
||||||
This option has lower impact than --force-bw. Sets black and white rendering only
|
This option has lower impact than --force-bw. Sets black and white rendering only
|
||||||
for good hinted monospaced fonts (e. g. Liberation Mono). "hintfull" hinstyle is
|
for good hinted monospaced fonts (e. g. Liberation Mono). "hintfull" hintstyle is
|
||||||
used.
|
used.
|
||||||
|
|
||||||
=item B<--lcd-filter> string
|
=item B<--lcd-filter> string
|
||||||
@ -1052,7 +1052,7 @@ sub rendering_options {
|
|||||||
while (<TEMPLATE>) {
|
while (<TEMPLATE>) {
|
||||||
if ($ARG =~ /_FORCE_HINTSTYLE_PLACEHOLDER_/) {
|
if ($ARG =~ /_FORCE_HINTSTYLE_PLACEHOLDER_/) {
|
||||||
if ($VERBOSITY >= $VERBOSITY_DEBUG) {
|
if ($VERBOSITY >= $VERBOSITY_DEBUG) {
|
||||||
printf "--- forcing hinstyle: $OPT_FHINTSTYLE\n";
|
printf "--- forcing hintstyle: $OPT_FHINTSTYLE\n";
|
||||||
}
|
}
|
||||||
$ARG =~ s/_FORCE_HINTSTYLE_PLACEHOLDER_/$OPT_FHINTSTYLE/;
|
$ARG =~ s/_FORCE_HINTSTYLE_PLACEHOLDER_/$OPT_FHINTSTYLE/;
|
||||||
$suse_rendering_template .= $ARG;
|
$suse_rendering_template .= $ARG;
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 28 08:42:00 UTC 2014 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- fixed typos in comments and debug outputs (hinstyle -> hintstyle)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 11 09:53:01 UTC 2014 - pgajdos@suse.com
|
Wed Jun 11 09:53:01 UTC 2014 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@ VERBOSITY="0"
|
|||||||
# Prefered common hinting style.
|
# Prefered common hinting style.
|
||||||
#
|
#
|
||||||
# By default, hinslight is prefered for autohinter and hintfull for
|
# By default, hinslight is prefered for autohinter and hintfull for
|
||||||
# BCI. You can enforce one hinstyle here. This value is not final
|
# BCI. You can enforce one hintstyle here. This value is not final
|
||||||
# though, hinstyle can be overriden by other option in this file
|
# though, hintstyle can be overriden by other option in this file
|
||||||
# (e. g. FORCE_BW_MONOSPACE => hintfull)
|
# (e. g. FORCE_BW_MONOSPACE => hintfull)
|
||||||
#
|
#
|
||||||
FORCE_HINTSTYLE="none"
|
FORCE_HINTSTYLE="none"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user