Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
postscriptlib
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Registry
Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Peter Billam
postscriptlib
Commits
14fe7107
Commit
14fe7107
authored
Jun 15, 2018
by
Peter Billam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
migrate doc to gitlab
parent
8bd2baa7
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
44 additions
and
35 deletions
+44
-35
brownian.html
html/brownian.html
+3
-3
colours.html
html/colours.html
+3
-3
fen2img.html
html/fen2img.html
+3
-3
fonts.html
html/fonts.html
+24
-15
line_drawing.html
html/line_drawing.html
+3
-3
muscript_ps.html
html/muscript_ps.html
+4
-4
random.html
html/random.html
+3
-3
test_fonts.ps
test/test_fonts.ps
+1
-1
No files found.
html/brownian.html
View file @
14fe7107
...
...
@@ -235,11 +235,11 @@ cd /home/wherever/ps/lib/
curl http://www.pjb.com.au/comp/free/brownian.ps.txt -o brownian.ps
</CODE></P>
</P><P>
Or, get it from
<I>
git
hu
b
</I>
:
Or, get it from
<I>
git
la
b
</I>
:
<BR><CODE>
git clone
<A
HREF=
"https://git
hu
b.com/peterbillam/postscriptlib"
>
https://git
hu
b.com/peterbillam/postscriptlib
</A>
<A
HREF=
"https://git
la
b.com/peterbillam/postscriptlib"
>
https://git
la
b.com/peterbillam/postscriptlib
</A>
</CODE></P>
<A
NAME=
"author"
><HR></A><H3>
AUTHOR
</H3><P>
...
...
html/colours.html
View file @
14fe7107
...
...
@@ -421,11 +421,11 @@ cd /home/wherever/ps/lib/
</CODE><BR>
or:
<BR>
<CODE>
curl http://www.pjb.com.au/comp/free/colours.ps.txt -o colours.ps
</CODE></P><P>
Or, get it from
<I>
git
hu
b
</I>
:
Or, get it from
<I>
git
la
b
</I>
:
<BR><CODE>
git clone
<A
HREF=
"https://git
hu
b.com/peterbillam/postscriptlib"
>
https://git
hu
b.com/peterbillam/postscriptlib
</A>
<A
HREF=
"https://git
la
b.com/peterbillam/postscriptlib"
>
https://git
la
b.com/peterbillam/postscriptlib
</A>
</CODE></P>
<A
NAME=
"author"
>
<HR>
</A>
...
...
html/fen2img.html
View file @
14fe7107
...
...
@@ -77,10 +77,10 @@ files.</p>
<H3
id=
"DOWNLOAD"
>
DOWNLOAD
</H3>
<p><i>
fen2img
</i>
at is available in
</p>
<pre><code>
git clone https://git
hu
b.com/peterbillam/postscriptlib
</code></pre>
<pre><code>
git clone https://git
la
b.com/peterbillam/postscriptlib
</code></pre>
<p>
or at
</p>
<pre><code>
https://git
hu
b.com/peterbillam/postscriptlib
https://git
hu
b.com/peterbillam/postscriptlib/tree/master/bin
<pre><code>
https://git
la
b.com/peterbillam/postscriptlib
https://git
la
b.com/peterbillam/postscriptlib/tree/master/bin
http://www.pjb.com.au/comp/free/fen2img
</code></pre>
<p>
It also needs
<i>
gs
</i>
to be installed, if it isn't already:
</p>
<pre><code>
apt-get install ghostscript
</code></pre>
...
...
html/fonts.html
View file @
14fe7107
...
...
@@ -133,10 +133,11 @@ It's mostly intended for use in posters;
it creates very clear tangent-lines along the top and the bottom of the
letters, which can be useful graphically.
<BR>
Its only letters are uppercase, including ISO accents for german and french,
plus digits
<B>
0
</B>
-
<B>
9
</B>
and
<B>
+ - = . , : ; ! ? ' " / | _ ( )
</B>
<BR>
Remember
<I>
charpath
</I>
will not work with any
<I>
Type 3
</I>
font.
It including ISO accents for german,
french and spanish, plus digits
<B>
0
</B>
-
<B>
9
</B>
and
<B>
+ - = . , : ; ! ? ' " / | _ ( )
</B><BR>
Its only letters are uppercase.
<BR>
Remember
<I>
charpath
</I>
will not work with any
<I>
Type 3
</I>
font.
</P></DD><DT>
<B><A
NAME=
"FatSimpleItalic"
>
/FatSimpleItalic 30 selectfont
</A></B>
...
...
@@ -163,11 +164,13 @@ It differs from <I>FatSimple</I> in that the pointy tops to <B>A</B>,
They give
<I>
FatBlunt
</I>
a more 'brutalist' character,
whereas
<I>
FatSimple
</I>
is more 'edgy'.
<BR>
Lowercase letters are displayed as SmallCaps,
It includes ISO accents for german and french,
plus digits
<B>
0
</B>
-
<B>
9
</B>
It includes ISO accents for german,
french and spanish, plus digits
<B>
0
</B>
-
<B>
9
</B>
and
<B>
+ - = . , : ; ! ? ' " / | _ ( )
</B>
<BR>
Remember
<I>
charpath
</I>
will not work with any
<I>
Type 3
</I>
font.
<BR>
Lowercase letters are displayed as SmallCaps.
<BR>
Remember
<I>
charpath
</I>
will not work with any
<I>
Type 3
</I>
font.
</P></DD><DT>
<B><A
NAME=
"FatBluntItalic"
>
/FatBluntItalic 30 selectfont
</A></B>
...
...
@@ -258,11 +261,11 @@ cd /home/wherever/ps/lib/
curl http://www.pjb.com.au/comp/free/fonts.ps.txt -o fonts.ps
</CODE></P>
</P><P>
Or, get it from
<I>
git
hu
b
</I>
:
Or, get it from
<I>
git
la
b
</I>
:
<BR><CODE>
git clone
<A
HREF=
"https://git
hu
b.com/peterbillam/postscriptlib"
>
https://git
hu
b.com/peterbillam/postscriptlib
</A>
<A
HREF=
"https://git
la
b.com/peterbillam/postscriptlib"
>
https://git
la
b.com/peterbillam/postscriptlib
</A>
</CODE></P>
<A
NAME=
"author"
>
<HR>
</A>
...
...
@@ -291,6 +294,10 @@ Peter J Billam
<A
NAME=
"see_also"
>
<HR>
</A>
<H3>
SEE ALSO
</H3>
<P>
<A
HREF=
"free/test_fonts.ps.txt"
>
test_fonts.ps
</A>
<BR>
<A
HREF=
"https://gitlab.com/peterbillam/postscriptlib"
>
gitlab.com/peterbillam/postscriptlib
</A>
<BR>
<A
HREF=
"text.html"
>
text.ps
</A>
<BR>
<A
HREF=
"colours.html"
>
colours.ps
</A>
...
...
@@ -301,12 +308,14 @@ Peter J Billam
<BR>
<A
HREF=
"brownian.html"
>
brownian.ps
</A>
<BR>
<A
HREF=
"https://git
hu
b.com/peterbillam/postscriptlib"
>
git
hu
b.com/peterbillam/postscriptlib
</A>
<A
HREF=
"https://git
la
b.com/peterbillam/postscriptlib"
>
git
la
b.com/peterbillam/postscriptlib
</A>
<BR>
<CODE>
git clone http://repo.or.cz/Font7x5.git
</CODE>
<BR>
<A
HREF=
"http://www.pjb.com.au/"
>
http://www.pjb.com.au/
</A>
<A
HREF=
"http://www.pjb.com.au/"
>
www.pjb.com.au
</A>
<BR>
<A
HREF=
"http://www.identifont.com/"
>
www.identifont.com
</A>
<BR>
<I>
The Art Deco Poster
</I>
by William W. Crowse, Thames
&
Hudson
<BR>
...
...
@@ -315,7 +324,7 @@ The
also on
<I>
youtube
</I>
at
<A
HREF=
"https://youtu.be/yLo-cU9gPlA"
>
youtu.be/yLo-cU9gPlA
</A>
<BR>
the
<I>
PostScript Language Reference Manual
</I>
(Adobe).
<I>
PostScript Language Reference Manual
</I>
(Adobe).
</P>
<HR><CENTER><P>
Back to
<A
HREF=
"index.html"
>
P J B Computing
</A>
or to
...
...
html/line_drawing.html
View file @
14fe7107
...
...
@@ -451,11 +451,11 @@ cd /home/wherever/ps/lib/
</CODE><BR>
or:
<BR>
<CODE>
curl http://www.pjb.com.au/comp/free/line_drawing.ps.txt -o line_drawing.ps
</CODE></P><P>
Or, get it from
<I>
git
hu
b
</I>
:
Or, get it from
<I>
git
la
b
</I>
:
<BR><CODE>
git clone
<A
HREF=
"https://git
hu
b.com/peterbillam/postscriptlib"
>
https://git
hu
b.com/peterbillam/postscriptlib
</A>
<A
HREF=
"https://git
la
b.com/peterbillam/postscriptlib"
>
https://git
la
b.com/peterbillam/postscriptlib
</A>
</CODE></P>
<A
NAME=
"author"
><HR></A><H3>
AUTHOR
</H3>
...
...
html/muscript_ps.html
View file @
14fe7107
...
...
@@ -187,11 +187,11 @@ cd /home/wherever/ps/lib/
</CODE><BR>
or:
<BR>
<CODE>
curl http://www.pjb.com.au/comp/free/muscript.ps.txt -o muscript.ps
</CODE></P><P>
Or, get it from
<I>
git
hu
b
</I>
:
Or, get it from
<I>
git
la
b
</I>
:
<BR><CODE>
git clone
<A
HREF=
"https://git
hu
b.com/peterbillam/postscriptlib"
>
https://git
hu
b.com/peterbillam/postscriptlib
</A>
<A
HREF=
"https://git
la
b.com/peterbillam/postscriptlib"
>
https://git
la
b.com/peterbillam/postscriptlib
</A>
</CODE></P>
<A
NAME=
"author"
>
<HR>
</A>
<H3>
AUTHOR
</H3>
...
...
@@ -218,7 +218,7 @@ www.pjb.com.au/comp/contact.html</A>
</LI><LI>
<A
HREF=
"http://www.pjb.com.au/"
>
www.pjb.com.au
</A>
</LI><LI>
<A
HREF=
"https://git
hub.com/peterbillam"
>
https://githu
b.com/peterbillam
</A>
<A
HREF=
"https://git
lab.com/peterbillam"
>
https://gitla
b.com/peterbillam
</A>
</LI><LI>
the
<I>
PostScript Language Reference Manual
</I>
(Adobe).
</LI></UL>
...
...
html/random.html
View file @
14fe7107
...
...
@@ -186,11 +186,11 @@ cd /home/wherever/ps/lib/
curl http://www.pjb.com.au/comp/free/random.ps.txt -o random.ps
</CODE></P>
</P><P>
Or, get it from
<I>
git
hu
b
</I>
:
Or, get it from
<I>
git
la
b
</I>
:
<BR><CODE>
git clone
<A
HREF=
"https://git
hu
b.com/peterbillam/postscriptlib"
>
https://git
hu
b.com/peterbillam/postscriptlib
</A>
<A
HREF=
"https://git
la
b.com/peterbillam/postscriptlib"
>
https://git
la
b.com/peterbillam/postscriptlib
</A>
</CODE></P>
...
...
test/test_fonts.ps
View file @
14fe7107
...
...
@@ -130,7 +130,7 @@ showpage
/Bitfont5x7 40 selectfont
black setrgbcolor 0 0 xmax ymax rectfill green setrgbcolor
60
700 moveto
45
700 moveto
/Helvetica-Bold 35 selectfont (CHECK ) show
/Bitfont5x7 35 selectfont (01234+56789 ?) show
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment