add fonts with a free license

master
Michele Guerini Rocco 2019-05-15 23:49:59 +02:00
parent 7902d1b5ff
commit 940f93153b
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A
6 changed files with 3823 additions and 9 deletions

View File

@ -1,5 +1,5 @@
% A program to print the page footer, using the magic P function,
% which takes a string and a font.
(Tools for Publishing Source Code via OCR ) /Futura P
(Tools for Publishing Source Code via OCR ) /Beteckna P
(\343) /Symbol P % Copyright symbol
( 1997 Pretty Good Privacy, Inc.) /Futura P
( 1997 Pretty Good Privacy, Inc.) /Beteckna P

1281
ps/Beteckna-Bold.pfa Normal file

File diff suppressed because it is too large Load Diff

1446
ps/Beteckna.pfa Normal file

File diff suppressed because it is too large Load Diff

1088
ps/Inconsolata.pfa Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,10 @@
##set pageNumFont="Futura"
##set dirNameFont="Futura-Heavy"
##set fontsNeeded="${font} Symbol Futura Futura-Heavy"
##set pageNumFont="Beteckna"
##set dirNameFont="Beteckna-Bold"
##set fontsNeeded="${font} Beteckna Beteckna-Bold"
##set includeFontComments=<<"END"
%%IncludeResource: font ${font}
%%IncludeResource: font Symbol
%%IncludeResource: font Futura
%%IncludeResource: font Futura-Heavy
%%IncludeResource: font Beteckna
%%IncludeResource: font Beteckna-Bold
END
##if ${font} eq Courier
##set charShrinkFactor=0.93

View File

@ -34,7 +34,7 @@ $tempFile = "/tmp/psgen-$$";
# Parse arguments
$firstLogPage = $firstPhysPage = 0;
$productNumber = 1;
$font = "OCRB";
$font = "Inconsolata";
$autoEdit = 0;
while ($#ARGV >= 0 && $ARGV[0] =~ /^-/)
{