From 99eb8b4ebb9badc555c6b6996e0f6af32eb1bca2 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 16 Apr 2020 11:50:17 +0000 Subject: allow tkfontscale tlmgr config key git-svn-id: svn://tug.org/texlive/trunk@54766 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Master/texmf-dist/scripts/texlive') diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 6410f2e6dc4..20cf640a562 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -7358,6 +7358,9 @@ sub load_options_from_config { tlwarn("$prg: $fn: unknown value for no-checksums: $val\n"); } + } elsif ($key eq "tkfontscale") { + $config{'tkfontscale'} = $val; + } elsif ($sysmode) { # keys here are only allowed in sys mode if ($key eq "allowed-actions") { @@ -9271,6 +9274,9 @@ command-line option. =item C, value 0 or 1 (default 0), same as command-line option. +=item C, value any float. +Controls the scaling of fonts in the Tk based frontends. + =item C, value: comma-separated list of packages (no space allowed). Same as the command line option C<--exclude> for the action C. -- cgit v1.2.3