mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
expcl TextGlyph
This commit is contained in:
parent
0eb1e35c05
commit
e559a87e8c
@ -33,7 +33,7 @@ class TextGlyph;
|
|||||||
// font. This is a piece of renderable geometry of some
|
// font. This is a piece of renderable geometry of some
|
||||||
// kind.
|
// kind.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
class TextGlyph : public ReferenceCount {
|
class EXPCL_PANDA TextGlyph : public ReferenceCount {
|
||||||
public:
|
public:
|
||||||
INLINE TextGlyph();
|
INLINE TextGlyph();
|
||||||
INLINE TextGlyph(Geom *geom, const AllTransitionsWrapper &trans, float advance);
|
INLINE TextGlyph(Geom *geom, const AllTransitionsWrapper &trans, float advance);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user