|
openscenegraph
|
#include <TextBase>
Public Member Functions | |
| TextBase () | |
| TextBase (const TextBase &text, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| virtual bool | isSameKindAs (const osg::Object *obj) const |
| virtual const char * | className () const |
| virtual const char * | libraryName () const |
| void | setColor (const osg::Vec4 &color) |
| const osg::Vec4 & | getColor () const |
| virtual void | setFont (Font *font=0) |
| virtual void | setFont (osg::ref_ptr< Font > font) |
| virtual void | setFont (const std::string &fontfile) |
| Font * | getFont () |
| const Font * | getFont () const |
| void | setStyle (Style *style) |
| Style * | getStyle () |
| const Style * | getStyle () const |
| Style * | getOrCreateStyle () |
| void | setFontResolution (unsigned int width, unsigned int height) |
| unsigned int | getFontWidth () const |
| unsigned int | getFontHeight () const |
| void | setText (const String &text) |
| void | setText (const std::string &text) |
| void | setText (const std::string &text, String::Encoding encoding) |
| void | setText (const wchar_t *text) |
| String & | getText () |
| const String & | getText () const |
| void | update () |
| void | setCharacterSize (float height) |
| void | setCharacterSize (float height, float aspectRatio) |
| float | getCharacterHeight () const |
| float | getCharacterAspectRatio () const |
| void | setCharacterSizeMode (CharacterSizeMode mode) |
| CharacterSizeMode | getCharacterSizeMode () const |
| void | setMaximumWidth (float maximumWidth) |
| float | getMaximumWidth () const |
| void | setMaximumHeight (float maximumHeight) |
| float | getMaximumHeight () const |
| void | setLineSpacing (float lineSpacing) |
| float | getLineSpacing () const |
| void | setPosition (const osg::Vec3 &pos) |
| const osg::Vec3 & | getPosition () const |
| void | setAlignment (AlignmentType alignment) |
| AlignmentType | getAlignment () const |
| void | setAxisAlignment (AxisAlignment axis) |
| AxisAlignment | getAxisAlignment () const |
| void | setRotation (const osg::Quat &quat) |
| const osg::Quat & | getRotation () const |
| void | setAutoRotateToScreen (bool autoRotateToScreen) |
| bool | getAutoRotateToScreen () const |
| void | setLayout (Layout layout) |
| Layout | getLayout () const |
| void | setDrawMode (unsigned int mode) |
| unsigned int | getDrawMode () const |
| void | setBoundingBoxMargin (float margin) |
| float | getBoundingBoxMargin () const |
| void | setBoundingBoxColor (const osg::Vec4 &color) |
| const osg::Vec4 & | getBoundingBoxColor () const |
| void | setKerningType (KerningType kerningType) |
| KerningType | getKerningType () const |
| unsigned int | getLineCount () const |
| virtual void | compileGLObjects (osg::RenderInfo &renderInfo) const |
| virtual void | resizeGLObjectBuffers (unsigned int maxSize) |
| virtual void | releaseGLObjects (osg::State *state=0) const |
| virtual osg::BoundingBox | computeBoundingBox () const |
| Coords & | getCoords () |
| const Coords & | getCoords () const |
| void | getCoord (unsigned int i, osg::Vec2 &c) const |
| void | getCoord (unsigned int i, osg::Vec3 &c) const |
| const osg::Matrix & | getMatrix () const |
| bool | computeMatrix (osg::Matrix &matrix, osg::State *state=0) const |
| Public Member Functions inherited from osg::Drawable | |
| Drawable () | |
| Drawable (const Drawable &drawable, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
| META_Node (osg, Drawable) | |
| virtual Drawable * | asDrawable () |
| virtual const Drawable * | asDrawable () const |
| virtual void | computeDataVariance () |
| MatrixList | getWorldMatrices (const osg::Node *haltTraversalAtNode=0) const |
| void | setInitialBound (const osg::BoundingBox &bbox) |
| const BoundingBox & | getInitialBound () const |
| const BoundingSphere & | getBound () const |
| const BoundingBox & | getBoundingBox () const |
| virtual BoundingSphere | computeBound () const |
| void | setComputeBoundingBoxCallback (ComputeBoundingBoxCallback *callback) |
| ComputeBoundingBoxCallback * | getComputeBoundingBoxCallback () |
| const ComputeBoundingBoxCallback * | getComputeBoundingBoxCallback () const |
| virtual void | setShape (Shape *shape) |
| template<class T> | |
| void | setShape (const ref_ptr< T > &shape) |
| Shape * | getShape () |
| const Shape * | getShape () const |
| void | setSupportsDisplayList (bool flag) |
| bool | getSupportsDisplayList () const |
| void | setUseDisplayList (bool flag) |
| bool | getUseDisplayList () const |
| GLuint & | getDisplayList (unsigned int contextID) const |
| virtual void | setUseVertexBufferObjects (bool flag) |
| bool | getUseVertexBufferObjects () const |
| void | setUseVertexArrayObject (bool flag) |
| bool | getUseVertexArrayObject () const |
| virtual void | dirtyGLObjects () |
| virtual unsigned int | getGLObjectSizeHint () const |
| void | draw (RenderInfo &renderInfo) const |
| void | drawInner (RenderInfo &renderInfo) const |
| void | setCreateVertexArrayStateCallback (CreateVertexArrayStateCallback *cb) |
| CreateVertexArrayStateCallback * | getCreateVertexArrayStateCallback () |
| const CreateVertexArrayStateCallback * | getCreateVertexArrayStateCallback () const |
| VertexArrayState * | createVertexArrayState (RenderInfo &renderInfo) const |
| void | setVertexArrayStateList (VertexArrayStateList &vasl) |
| VertexArrayStateList & | getVertexArrayStateList () |
| const VertexArrayStateList & | getVertexArrayStateList () const |
| virtual void | setThreadSafeRefUnref (bool threadSafe) |
| virtual void | setDrawCallback (DrawCallback *dc) |
| DrawCallback * | getDrawCallback () |
| const DrawCallback * | getDrawCallback () const |
| virtual void | drawImplementation (RenderInfo &) const |
| virtual bool | supports (const AttributeFunctor &) const |
| virtual void | accept (AttributeFunctor &) |
| virtual bool | supports (const ConstAttributeFunctor &) const |
| virtual void | accept (ConstAttributeFunctor &) const |
| virtual bool | supports (const PrimitiveFunctor &) const |
| virtual void | accept (PrimitiveFunctor &) const |
| virtual bool | supports (const PrimitiveIndexFunctor &) const |
| virtual void | accept (PrimitiveIndexFunctor &) const |
| Public Member Functions inherited from osg::Node | |
| Node () | |
| Node (const Node &, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
| virtual Object * | cloneType () const |
| virtual Object * | clone (const CopyOp ©op) const |
| virtual Node * | asNode () |
| virtual const Node * | asNode () const |
| virtual Geometry * | asGeometry () |
| virtual const Geometry * | asGeometry () const |
| virtual Group * | asGroup () |
| virtual const Group * | asGroup () const |
| virtual Transform * | asTransform () |
| virtual const Transform * | asTransform () const |
| virtual Switch * | asSwitch () |
| virtual const Switch * | asSwitch () const |
| virtual Geode * | asGeode () |
| virtual const Geode * | asGeode () const |
| virtual osgTerrain::Terrain * | asTerrain () |
| virtual const osgTerrain::Terrain * | asTerrain () const |
| virtual void | accept (NodeVisitor &nv) |
| virtual void | ascend (NodeVisitor &nv) |
| virtual void | traverse (NodeVisitor &) |
| const ParentList & | getParents () const |
| ParentList | getParents () |
| Group * | getParent (unsigned int i) |
| const Group * | getParent (unsigned int i) const |
| unsigned int | getNumParents () const |
| NodePathList | getParentalNodePaths (osg::Node *haltTraversalAtNode=0) const |
| MatrixList | getWorldMatrices (const osg::Node *haltTraversalAtNode=0) const |
| void | setUpdateCallback (Callback *nc) |
| template<class T> | |
| void | setUpdateCallback (const ref_ptr< T > &nc) |
| Callback * | getUpdateCallback () |
| const Callback * | getUpdateCallback () const |
| void | addUpdateCallback (Callback *nc) |
| template<class T> | |
| void | addUpdateCallback (const ref_ptr< T > &nc) |
| void | removeUpdateCallback (Callback *nc) |
| template<class T> | |
| void | removeUpdateCallback (const ref_ptr< T > &nc) |
| unsigned int | getNumChildrenRequiringUpdateTraversal () const |
| void | setEventCallback (Callback *nc) |
| template<class T> | |
| void | setEventCallback (const ref_ptr< T > &nc) |
| Callback * | getEventCallback () |
| const Callback * | getEventCallback () const |
| void | addEventCallback (Callback *nc) |
| template<class T> | |
| void | addEventCallback (const ref_ptr< T > &nc) |
| void | removeEventCallback (Callback *nc) |
| template<class T> | |
| void | removeEventCallback (const ref_ptr< T > &nc) |
| unsigned int | getNumChildrenRequiringEventTraversal () const |
| void | setCullCallback (Callback *nc) |
| template<class T> | |
| void | setCullCallback (const ref_ptr< T > &nc) |
| Callback * | getCullCallback () |
| const Callback * | getCullCallback () const |
| void | addCullCallback (Callback *nc) |
| template<class T> | |
| void | addCullCallback (const ref_ptr< T > &nc) |
| void | removeCullCallback (Callback *nc) |
| template<class T> | |
| void | removeCullCallback (const ref_ptr< T > &nc) |
| void | setCullingActive (bool active) |
| bool | getCullingActive () const |
| unsigned int | getNumChildrenWithCullingDisabled () const |
| bool | isCullingActive () const |
| unsigned int | getNumChildrenWithOccluderNodes () const |
| bool | containsOccluderNodes () const |
| void | setNodeMask (NodeMask nm) |
| NodeMask | getNodeMask () const |
| void | setStateSet (osg::StateSet *stateset) |
| template<class T> | |
| void | setStateSet (const osg::ref_ptr< T > &stateset) |
| osg::StateSet * | getOrCreateStateSet () |
| osg::StateSet * | getStateSet () |
| const osg::StateSet * | getStateSet () const |
| void | setDescriptions (const DescriptionList &descriptions) |
| DescriptionList & | getDescriptions () |
| const DescriptionList & | getDescriptions () const |
| const std::string & | getDescription (unsigned int i) const |
| std::string & | getDescription (unsigned int i) |
| unsigned int | getNumDescriptions () const |
| void | addDescription (const std::string &desc) |
| void | setInitialBound (const osg::BoundingSphere &bsphere) |
| const BoundingSphere & | getInitialBound () const |
| void | dirtyBound () |
| const BoundingSphere & | getBound () const |
| void | setComputeBoundingSphereCallback (ComputeBoundingSphereCallback *callback) |
| template<class T> | |
| void | setComputeBoundingSphereCallback (const ref_ptr< T > &callback) |
| ComputeBoundingSphereCallback * | getComputeBoundingSphereCallback () |
| const ComputeBoundingSphereCallback * | getComputeBoundingSphereCallback () const |
| Public Member Functions inherited from osg::Object | |
| Object () | |
| Object (bool threadSafeRefUnref) | |
| Object (const Object &, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
| std::string | getCompoundClassName () const |
| virtual NodeVisitor * | asNodeVisitor () |
| virtual const NodeVisitor * | asNodeVisitor () const |
| virtual StateSet * | asStateSet () |
| virtual const StateSet * | asStateSet () const |
| virtual StateAttribute * | asStateAttribute () |
| virtual const StateAttribute * | asStateAttribute () const |
| virtual Uniform * | asUniform () |
| virtual const Uniform * | asUniform () const |
| virtual Camera * | asCamera () |
| virtual const Camera * | asCamera () const |
| virtual Callback * | asCallback () |
| virtual const Callback * | asCallback () const |
| virtual CallbackObject * | asCallbackObject () |
| virtual const CallbackObject * | asCallbackObject () const |
| virtual UserDataContainer * | asUserDataContainer () |
| virtual const UserDataContainer * | asUserDataContainer () const |
| virtual ValueObject * | asValueObject () |
| virtual const ValueObject * | asValueObject () const |
| virtual Image * | asImage () |
| virtual const Image * | asImage () const |
| virtual void | setName (const std::string &name) |
| void | setName (const char *name) |
| const std::string & | getName () const |
| void | setDataVariance (DataVariance dv) |
| DataVariance | getDataVariance () const |
| void | setUserDataContainer (osg::UserDataContainer *udc) |
| template<class T> | |
| void | setUserDataContainer (const ref_ptr< T > &udc) |
| osg::UserDataContainer * | getUserDataContainer () |
| const osg::UserDataContainer * | getUserDataContainer () const |
| osg::UserDataContainer * | getOrCreateUserDataContainer () |
| virtual void | setUserData (Referenced *obj) |
| template<class T> | |
| void | setUserData (const ref_ptr< T > &ud) |
| virtual Referenced * | getUserData () |
| virtual const Referenced * | getUserData () const |
| template<typename T> | |
| bool | getUserValue (const std::string &name, T &value) const |
| template<typename T> | |
| void | setUserValue (const std::string &name, const T &value) |
| template<typename T> | |
| BoolValueObject UCharValueObject UShortValueObject UIntValueObject DoubleValueObject Vec3fValueObject Vec2dValueObject Vec4dValueObject PlaneValueObject MatrixdValueObject BoundingBoxdValueObject BoundingSpheredValueObject bool | getUserValue (const std::string &name, T &value) const |
| Public Member Functions inherited from osg::Referenced | |
| Referenced () | |
| Referenced (bool threadSafeRefUnref) | |
| Referenced (const Referenced &) | |
| Referenced & | operator= (const Referenced &) |
| bool | getThreadSafeRefUnref () const |
| OpenThreads::Mutex * | getRefMutex () const |
| int | ref () const |
| int | unref () const |
| int | unref_nodelete () const |
| int | referenceCount () const |
| ObserverSet * | getObserverSet () const |
| ObserverSet * | getOrCreateObserverSet () const |
| void | addObserver (Observer *observer) const |
| void | removeObserver (Observer *observer) const |
Protected Types | |
| typedef osg::ref_ptr< osg::Vec2Array > | TexCoords |
| typedef osg::ref_ptr< osg::Vec4Array > | ColorCoords |
| typedef std::vector< osg::ref_ptr< osg::DrawElements > > | Primitives |
| Protected Types inherited from osg::Drawable | |
| typedef osg::buffered_value< GLuint > | GLObjectList |
Protected Member Functions | |
| virtual | ~TextBase () |
| virtual osg::StateSet * | createStateSet () |
| virtual void | assignStateSet () |
| void | initArraysAndBuffers () |
| osg::VertexArrayState * | createVertexArrayStateImplementation (osg::RenderInfo &renderInfo) const |
| void | positionCursor (const osg::Vec2 &endOfLine_coords, osg::Vec2 &cursor, unsigned int linelength) |
| String::iterator | computeLastCharacterOnLine (osg::Vec2 &cursor, String::iterator first, String::iterator last) |
| void | computePositions () |
| virtual void | computePositionsImplementation () |
| virtual void | computeGlyphRepresentation ()=0 |
| void | setupDecoration () |
| unsigned int | addCoord (const osg::Vec2 &c) |
| unsigned int | addCoord (const osg::Vec3 &c) |
| void | addTexCoord (const osg::Vec2 &tc) |
| Protected Member Functions inherited from osg::Drawable | |
| Drawable & | operator= (const Drawable &) |
| virtual | ~Drawable () |
| void | setBound (const BoundingBox &bb) const |
| Protected Member Functions inherited from osg::Node | |
| virtual | ~Node () |
| void | addParent (osg::Group *parent) |
| void | removeParent (osg::Group *parent) |
| void | setNumChildrenRequiringUpdateTraversal (unsigned int num) |
| void | setNumChildrenRequiringEventTraversal (unsigned int num) |
| void | setNumChildrenWithCullingDisabled (unsigned int num) |
| void | setNumChildrenWithOccluderNodes (unsigned int num) |
| Protected Member Functions inherited from osg::Object | |
| virtual | ~Object () |
| Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Additional Inherited Members | |
| Static Public Member Functions inherited from osg::Drawable | |
| static GLuint | generateDisplayList (unsigned int contextID, unsigned int sizeHint=0) |
| static void | deleteDisplayList (unsigned int contextID, GLuint globj, unsigned int sizeHint=0) |
| static void | setMinimumNumberOfDisplayListsToRetainInCache (unsigned int minimum) |
| static unsigned int | getMinimumNumberOfDisplayListsToRetainInCache () |
| Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
|
protected |
|
protected |
|
protected |
| osgText::TextBase::TextBase | ( | ) |
Referenced by isSameKindAs(), and TextBase().
| osgText::TextBase::TextBase | ( | const TextBase & | text, |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY ) |
References osg::CopyOp::SHALLOW_COPY, and TextBase().
|
protectedvirtual |
|
inlineprotected |
References _coords, osg::Vec2f::x(), and osg::Vec2f::y().
|
inlineprotected |
References _texcoords.
|
protectedvirtual |
|
inlinevirtual |
return the name of the node's class type.
Reimplemented from osg::Node.
Reimplemented in osgText::Text.
|
virtual |
Immediately compile this Drawable into an OpenGL Display List/VertexBufferObjects.
_useDisplayList is false or VertexBufferObjects are not used. Reimplemented from osg::Drawable.
|
virtual |
Compute the bounding box around Drawables's geometry.
Reimplemented from osg::Drawable.
Reimplemented in osgText::Text3D.
|
protectedpure virtual |
Implemented in osgText::Text3D, and osgText::Text.
Referenced by update().
|
protected |
| bool osgText::TextBase::computeMatrix | ( | osg::Matrix & | matrix, |
| osg::State * | state = 0 ) const |
compute the matrix that positions the text in model space for the given viewpoint.
|
protected |
|
protectedvirtual |
Reimplemented in osgText::Text.
|
protectedvirtual |
Reimplemented in osgText::Text.
|
protectedvirtual |
Implementation of Create the VertexArrayState object.
Reimplemented from osg::Drawable.
|
inline |
References _alignment.
|
inline |
References _autoRotateToScreen.
|
inline |
References _axisAlignment.
|
inline |
References _textBBColor.
|
inline |
References _textBBMargin.
|
inline |
References _style.
|
inline |
References _characterHeight.
|
inline |
Get the CharacterSizeMode.
References _characterSizeMode.
|
inline |
References _coords, and osg::Vec2f::set().
|
inline |
|
inline |
References _drawMode.
|
inline |
Get the font. Return 0 if default is being used.
References _font.
|
inline |
Get the const font. Return 0 if default is being used.
References _font.
|
inline |
References _fontSize.
|
inline |
References _fontSize.
|
inline |
References _kerningType.
|
inline |
Get the number of wrapped lines - only valid after computeGlyphRepresentation() has been called, returns 0 otherwise
References _lineCount.
|
inline |
Get the line spacing of the text box.
References _lineSpacing.
|
inline |
Get the cached internal matrix used to provide positioning of text. The cached matrix is originally computed by computeMatrix(..).
References _matrix.
|
inline |
Get the maximum height of the text box.
References _maximumHeight.
|
inline |
Get the maximim width of the text box.
References _maximumWidth.
|
inline |
Get or create the text style.
References _style.
|
inline |
Get the position of text.
References _position.
|
inline |
Get the const text style.
References _style.
|
inline |
Get the text string. Note, if you modify the string you must call Text::update() for the internal glyph reprentation to be updated.
References _text.
|
inline |
Get the const text string.
References _text.
|
protected |
|
inlinevirtual |
return true if this and obj are of the same kind of object.
Reimplemented from osg::Node.
Reimplemented in osgText::Text.
References NULL, and TextBase().
|
inlinevirtual |
return the name of the node's library.
Reimplemented from osg::Node.
Reimplemented in osgText::Text.
|
protected |
|
virtual |
If State is non-zero, this function releases OpenGL objects for the specified graphics context. Otherwise, releases OpenGL objexts for all graphics contexts.
Reimplemented from osg::Drawable.
Reimplemented in osgText::Text3D, and osgText::Text.
|
virtual |
Resize any per context GLObject buffers to specified size.
Reimplemented from osg::Drawable.
Reimplemented in osgText::Text3D, and osgText::Text.
| void osgText::TextBase::setAlignment | ( | AlignmentType | alignment | ) |
| void osgText::TextBase::setAutoRotateToScreen | ( | bool | autoRotateToScreen | ) |
| void osgText::TextBase::setAxisAlignment | ( | AxisAlignment | axis | ) |
|
inline |
References _textBBColor.
| void osgText::TextBase::setBoundingBoxMargin | ( | float | margin | ) |
| void osgText::TextBase::setCharacterSize | ( | float | height | ) |
Set the rendered character size in object coordinates.
| void osgText::TextBase::setCharacterSize | ( | float | height, |
| float | aspectRatio ) |
Set the rendered character size in object coordinates.
|
inline |
Set how the CharacterSize value relates to the final rendered character.
References _characterSizeMode.
| void osgText::TextBase::setColor | ( | const osg::Vec4 & | color | ) |
| void osgText::TextBase::setDrawMode | ( | unsigned int | mode | ) |
|
virtual |
Set the font, loaded from the specified front file, to use to render the text, setFont("") sets the use of the default font. See the osgText::readFontFile function for how the font file will be located.
|
inlinevirtual |
|
virtual |
Set the Font to use to render the text.
| void osgText::TextBase::setFontResolution | ( | unsigned int | width, |
| unsigned int | height ) |
Set the Font reference width and height resolution in texels. Note, the size may not be supported by current font, the closest supported font size will be selected.
|
inline |
References _kerningType.
| void osgText::TextBase::setLayout | ( | Layout | layout | ) |
| void osgText::TextBase::setLineSpacing | ( | float | lineSpacing | ) |
Set the line spacing of the text box, given as a percentage of the character height. The default value is 0 for backward compatibility. For longer paragraphs of text, a value of at least 25% (i.e. set line spacing to 0.25) is recommended.
| void osgText::TextBase::setMaximumHeight | ( | float | maximumHeight | ) |
Set the maximum height of the text box. With horizontal layouts any characters which do not fit are wrapped around. 0 or negative values indicate that no maximum height is set, lines can be as long as they need be to fit the required text
| void osgText::TextBase::setMaximumWidth | ( | float | maximumWidth | ) |
Set the maximum width of the text box. With horizontal layouts any characters which do not fit are wrapped around. 0 or negative values indicate that no maximum width is set, lines can be as long as they need be to fit thre required text
| void osgText::TextBase::setPosition | ( | const osg::Vec3 & | pos | ) |
Set the position of text.
| void osgText::TextBase::setRotation | ( | const osg::Quat & | quat | ) |
| void osgText::TextBase::setText | ( | const std::string & | text | ) |
Set the text using a std::string, which is converted to an internal TextString.
| void osgText::TextBase::setText | ( | const std::string & | text, |
| String::Encoding | encoding ) |
Set the text using a Unicode encoded std::string, which is converted to an internal TextString. The encoding parameter specificies which Unicode encodeding is used in the std::string.
| void osgText::TextBase::setText | ( | const String & | text | ) |
Set the text using a osgText::String.
| void osgText::TextBase::setText | ( | const wchar_t * | text | ) |
Set the text using a wchar_t string, which is converted to an internal TextString.
|
protected |
|
inline |
update internal glyph respresentation used for rendering, and bounding volume.
References computeGlyphRepresentation().
|
protected |
Referenced by getAlignment().
|
protected |
Referenced by getAutoRotateToScreen().
|
protected |
Referenced by getAxisAlignment().
|
protected |
Referenced by getCharacterHeight().
|
protected |
Referenced by getCharacterSizeMode(), and setCharacterSizeMode().
|
protected |
Referenced by getColor().
|
protected |
|
protected |
Referenced by addCoord(), addCoord(), getCoord(), getCoords(), and getCoords().
|
protected |
|
protected |
Referenced by getDrawMode().
|
protected |
|
protected |
|
protected |
|
protected |
Referenced by getFontHeight(), and getFontWidth().
|
protected |
|
protected |
Referenced by getKerningType(), and setKerningType().
|
protected |
Referenced by getLayout().
|
protected |
Referenced by getLineCount().
|
protected |
Referenced by getLineSpacing().
|
mutableprotected |
Referenced by getMatrix().
|
protected |
Referenced by getMaximumHeight().
|
protected |
Referenced by getMaximumWidth().
|
protected |
|
protected |
|
protected |
|
protected |
Referenced by getPosition().
|
protected |
Referenced by getRotation().
|
protected |
Referenced by getCharacterAspectRatio(), getOrCreateStyle(), getStyle(), getStyle(), and setStyle().
|
protected |
Referenced by addTexCoord().
|
protected |
|
protected |
Referenced by getBoundingBoxColor(), and setBoundingBoxColor().
|
protected |
Referenced by getBoundingBoxMargin().
|
protected |
|
protected |