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;
The SoCache class is the superclass for all internal cache classes.
Definition SoCache.h:43
Definition SoGlyphCache.h:55
void readFontspec(SoState *state)
Definition SoGlyphCache.cpp:125
const cc_font_specification * getCachedFontspec(void) const
Definition SoGlyphCache.cpp:145
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44