#ifndef GLYPH_EXTENTS_H #define GLYPH_EXTENTS_H #include "glyphstr.h" #include "region.h" void GlyphExtents(int nlist, GlyphListPtr list, GlyphPtr *glyphs, BoxPtr extents); #endif