27#include <Inventor/SbBasic.h>
28#include <Inventor/SbBox2f.h>
29#include <Inventor/SbVec2s.h>
30#include <Inventor/misc/SoState.h>
43 void unref(
void)
const;
57 const unsigned int character,
68#if (COIN_MAJOR_VERSION == 2)
69#error Reminder: when copying this file over to Coin-2, next 3 functions
70#error must be changed back to take a non-const first argument -- to keep
71#error ABI-compatibility. Do not change any other interfaces because of this,
72#error but handle by doing work-around casting internally in SoGlyph.cpp.
79 static void unrefGlyph(
SoGlyph * glyph);
80 void setFontType(Fonttype type)
const;
83 friend class SoGlyphP;
The SbBox2f class is a 2 dimensional box with floating point corner coordinates.
Definition SbBox2f.h:33
The SbName class stores strings by reference.
Definition SbName.h:31
The SbVec2f class is a 2 dimensional vector with floating point coordinates.
Definition SbVec2f.h:39
The SbVec2s class is a 2 dimensional vector with short integer coordinates.
Definition SbVec2s.h:41
void setCoords(const SbVec2f *coords, int numcoords=-1)
Definition SoGlyph.cpp:322
const int * getNextCCWEdge(const int edgeidx) const
Definition SoGlyph.cpp:246
static const SoGlyph * getGlyph(const char character, const SbName &font)
Definition SoGlyph.cpp:440
float getWidth(void) const
Definition SoGlyph.cpp:266
void unref(void) const
Definition SoGlyph.cpp:154
const SbBox2f & getBoundingBox(void) const
Definition SoGlyph.cpp:280
void setEdgeIndices(const int *indices, int numindices=-1)
Definition SoGlyph.cpp:360
const int * getNextCWEdge(const int edgeidx) const
Definition SoGlyph.cpp:223
SoGlyph(void)
Definition SoGlyph.cpp:118
const int * getFaceIndices(void) const
Definition SoGlyph.cpp:194
const int * getEdgeIndices(void) const
Definition SoGlyph.cpp:208
void setFaceIndices(const int *indices, int numindices=-1)
Definition SoGlyph.cpp:341
const SbVec2f * getCoords(void) const
Definition SoGlyph.cpp:181
unsigned char * getBitmap(SbVec2s &size, SbVec2s &pos, const SbBool antialiased) const
Definition SoGlyph.cpp:650
The SoState class manages the Coin scenegraph traversal state data.
Definition SoState.h:35