epsgetfonts
Get all fonts used in an EPS file.
Contents
Syntax
epsgetfonts(epsfile) [AllFonts, EmbeddedFonts] = epsgetfonts(epsfile)
Description
epsgetfonts(epsfile) prettyprint all the fonts used in the EPS file specified by epsfile.
[AllFonts, EmbeddedFonts] = epsgetfonts(epsfile) returns the cell arrays of font name strings, AllFonts and EmbeddedFonts. While AllFonts contains all the fonts used in the EPS file, EmbeddedFonts contains the names of all embedded fonts.
Copyright 2012. Takeshi Ikuma. All rights reserved.