Code covered by the BSD License  

Highlights from
EPS Utility Toolbox

image thumbnail
from EPS Utility Toolbox by Kesh Ikuma
A set of functions to generate publisher-happy EPS images

epsgetfonts

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.

Contact us