Home
last modified time | relevance | path

Searched defs:setCharacterSize (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/
H A DTextBase.cpp115 void TextBase::setCharacterSize(float height) in setCharacterSize() function in TextBase
123 void TextBase::setCharacterSize(float height, float aspectRatio) in setCharacterSize() function in TextBase
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgtext3D/
H A DTextNode.h131 void setCharacterSize(float characterSize) { _characterSize = characterSize; } in setCharacterSize() function
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgtext3D/
H A DTextNode.h131 void setCharacterSize(float characterSize) { _characterSize = characterSize; } in setCharacterSize() function
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/
H A DTextBase.cpp249 void TextBase::setCharacterSize(float height) in setCharacterSize() function in TextBase
257 void TextBase::setCharacterSize(float height, float aspectRatio) in setCharacterSize() function in TextBase
/dports/devel/sfml/SFML-2.5.1/src/SFML/Graphics/
H A DText.cpp142 void Text::setCharacterSize(unsigned int size) in setCharacterSize() function in sf::Text