[pstricks] Type3 font used in \psdot

Herbert Voss Herbert.Voss at fu-berlin.de
Thu Jan 16 17:04:22 CET 2020



Am 16.01.20 um 09:37 schrieb Saravanan Murugaiah:
> My tags are as follows:
>
> \documentclass{book}
> \usepackage{pst-grad,pst-plot,pst-coil}
> \usepackage{pstricks}
> \usepackage{xcolor}
>
> \begin{document}
>
> \begin{pspicture}(0,0)(2.5,6.75)
> \pspolygon(0,4.5)(1.5,4.5)(2.25,5.25)(2.25, 6.75)(0.75,
> 6.75)(0,6)(1.5, 6)(1.5, 4.5)
> \psline(0,4.5)(0, 6)
> \psline(1.5, 6)(2.25, 6.75)
> \pspolygon[linewidth=.05,fillstyle=vlines,hatchcolor=lightgray] (0.5, 
> 4.5)(1.25, 5.25)(1.25, 6.75)(0.5, 6)
> \psline{->}(0.5, 4)(0.5, 3.5)
> \pspolygon(0, 1.5)(1.5,1.5)(1.5, 3)(0,3)
> \psline[linewidth=.05](0.5, 1.5)(0.5, 3)
> \psline{->}(0.5, 1)(0.5, 0.5)
> \psline(0,0)(1.5, 0)
> \psdot(0.5, 0)
> \uput{.2}[0](2.5,5.5){$E_G$}
> \uput{.2}[0](1.75,2.25){$M_G$}
> \uput{.2}[0](1.75, 0){$BG$}
> \rput(.85, 5.5){$E$}
> \uput{.2}[0](0.5, 2.25){$M$}
> \end{pspicture}
>
> \end{document}
>
> I am using MikTeX V2.9 and using "latex", "dvips" and "ps2pdf" to 
> generate the output. While checking PDF file, \psdot having some Type3 
> font, how to control it? Please advise...
>

Everything which is not a type 1 font is called type 3. This is not 
always correct.
PSTricks creates "on the fly" a vector font for the dots (a so-called 
softfont,
which is loaded into the printer) which is a vector font and _not_ a 
bitmap!
But it has not the same structure as a type 1 font. This is the reason 
why you
get it listed as a type 3 font.

Herbert


More information about the PSTricks mailing list.