From e6bcc5263cb99fcf1a51806dd4192e3698aef8cf Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 16 Jul 2019 16:31:24 -0400 Subject: scripts/gen-mplus-patch.pl: Drop 8x12, add 1mn regular patches/01_add-mplus-fonts.patch: Regenerate --- (limited to 'scripts') diff --git a/scripts/gen-mplus-patch.pl b/scripts/gen-mplus-patch.pl index fc83ce7..5d13311 100755 --- a/scripts/gen-mplus-patch.pl +++ b/scripts/gen-mplus-patch.pl @@ -28,7 +28,10 @@ use Text::Diff; my @FONTS = ( # face weight w h - [qw(1mn medium 8 12)], + [qw(1mn regular 10 14)], + [qw(1mn regular 12 17)], + [qw(1mn regular 14 19)], + [qw(1mn regular 16 22)], [qw(1mn medium 10 14)], [qw(1mn medium 12 17)], [qw(1mn medium 14 19)], -- cgit v0.9.1