Renamed osgText::Font::SizePair to osgText::FontSizePair in prep for use this more
widely within osgText/freetype plugin. Added support for inserting loading models into --mt multithreaded implementation.
This commit is contained in:
@@ -16,11 +16,15 @@
|
||||
|
||||
namespace osgText
|
||||
{
|
||||
|
||||
typedef std::pair< unsigned int, unsigned int > FontSizePair;
|
||||
|
||||
enum KerningType
|
||||
{
|
||||
KERNING_DEFAULT, //default locked to integer kerning values
|
||||
KERNING_UNFITTED, //use floating point value for kerning
|
||||
KERNING_NONE //no kerning
|
||||
};
|
||||
|
||||
}
|
||||
#endif /*OSGTEXT_KERNINGTYPE*/
|
||||
|
||||
Reference in New Issue
Block a user