blob: 76b61cc06b67e5e40c5b49d9c18a5917463ae540 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#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
|