1 #ifndef COIN_SOGLYPHCACHE_H
2 #define COIN_SOGLYPHCACHE_H
37 #error this is a private header file
42 #include <Inventor/caches/SoCache.h>
43 #include <Inventor/SbVec3f.h>
44 #include <Inventor/SbVec4f.h>
45 #include <Inventor/SbVec2f.h>
46 #include "../src/fonts/glyph2d.h"
47 #include "../src/fonts/glyph3d.h"
48 #include "../src/fonts/fontspec.h"
65 void addGlyph(cc_glyph2d * glyph);
66 void addGlyph(cc_glyph3d * glyph);
69 friend class SoGlyphCacheP;
70 SoGlyphCacheP * pimpl;
75 #endif // !COIN_SOGLYPHCACHE_H
Definition: SoGlyphCache.h:55
const cc_font_specification * getCachedFontspec(void) const
Definition: SoGlyphCache.cpp:145
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:44
void readFontspec(SoState *state)
Definition: SoGlyphCache.cpp:125
The SoCache class is the superclass for all internal cache classes.It organizes reference counting to...
Definition: SoCache.h:43