Changed the osgText::Font implementation so it used a facade us abstract away

the actual implemention. This has been done so that when a freetype font is
created the implementation can unloaded when the freetype plugin is unloaded
without breaking the main font.

Also add image margin around founds to prevent any image boundaries appearing.
This commit is contained in:
Robert Osfield
2003-03-06 17:11:24 +00:00
parent 0d9aaa5ca6
commit fab6f24f4e
10 changed files with 240 additions and 84 deletions

View File

@@ -14,7 +14,7 @@
#ifndef OSG_REF_PTR
#define OSG_REF_PTR 1
// #define AUTOMATIC_CAST_TO_POINTER
#define AUTOMATIC_CAST_TO_POINTER
namespace osg {