epsfontpath

Get/set PFB font search path.

Contents

Syntax

epsfontpath()
P = epsfontpath()
epsfontpath(P)
epsfontpath(P1, P2)

Description

epsfontpath, by itself, prettyprints the Type-1 font search path of EPS Utility Toolbox.

P = epsfontpath returns a string containing the path in P.

epsfontpath(P) changes the path to P. Like MATLAB's search path, multiple directories may be registered by concatenating them with path separator given by pathsep.

epsfontpath(P1,P2) changes the path to the concatenation of the two path strings P1 and P2. Thus, epsfontpath(epsfontpath, P) appends a new directory to the current path and epsfontpath(P, epsfontpath) prepends a new directory. If P is already on the path, then epsfontpath(epsfontpath, P) moves P to the end of the path, and similarly, epsfontpath(P, epsfontpath) moves P to the beginning of the path.

See Also

epsfontalias, epssetup.

Copyright 2012. Takeshi Ikuma. All rights reserved.