add fonts with a free license
This commit is contained in:
parent
7902d1b5ff
commit
940f93153b
@ -1,5 +1,5 @@
|
|||||||
% A program to print the page footer, using the magic P function,
|
% A program to print the page footer, using the magic P function,
|
||||||
% which takes a string and a font.
|
% 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
|
(\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
1281
ps/Beteckna-Bold.pfa
Normal file
File diff suppressed because it is too large
Load Diff
1446
ps/Beteckna.pfa
Normal file
1446
ps/Beteckna.pfa
Normal file
File diff suppressed because it is too large
Load Diff
1088
ps/Inconsolata.pfa
Normal file
1088
ps/Inconsolata.pfa
Normal file
File diff suppressed because it is too large
Load Diff
11
ps/prolog.ps
11
ps/prolog.ps
@ -1,11 +1,10 @@
|
|||||||
##set pageNumFont="Futura"
|
##set pageNumFont="Beteckna"
|
||||||
##set dirNameFont="Futura-Heavy"
|
##set dirNameFont="Beteckna-Bold"
|
||||||
##set fontsNeeded="${font} Symbol Futura Futura-Heavy"
|
##set fontsNeeded="${font} Beteckna Beteckna-Bold"
|
||||||
##set includeFontComments=<<"END"
|
##set includeFontComments=<<"END"
|
||||||
%%IncludeResource: font ${font}
|
%%IncludeResource: font ${font}
|
||||||
%%IncludeResource: font Symbol
|
%%IncludeResource: font Beteckna
|
||||||
%%IncludeResource: font Futura
|
%%IncludeResource: font Beteckna-Bold
|
||||||
%%IncludeResource: font Futura-Heavy
|
|
||||||
END
|
END
|
||||||
##if ${font} eq Courier
|
##if ${font} eq Courier
|
||||||
##set charShrinkFactor=0.93
|
##set charShrinkFactor=0.93
|
||||||
|
@ -34,7 +34,7 @@ $tempFile = "/tmp/psgen-$$";
|
|||||||
# Parse arguments
|
# Parse arguments
|
||||||
$firstLogPage = $firstPhysPage = 0;
|
$firstLogPage = $firstPhysPage = 0;
|
||||||
$productNumber = 1;
|
$productNumber = 1;
|
||||||
$font = "OCRB";
|
$font = "Inconsolata";
|
||||||
$autoEdit = 0;
|
$autoEdit = 0;
|
||||||
while ($#ARGV >= 0 && $ARGV[0] =~ /^-/)
|
while ($#ARGV >= 0 && $ARGV[0] =~ /^-/)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user