17 #include <tbb/concurrent_unordered_map.h>
18 #include <tbb/concurrent_unordered_set.h>
23 class DtTexturedGlyphRenderer;
74 tbb::concurrent_unordered_map<DtFontInterface*, tbb::concurrent_unordered_set<DtUnicodeChar::CodePoint> >
myFontToUniqueCodePoints;
Contains makVrv::DtTextProxy class.
TextProxyList myProxies
Definition: DtTextProxyGroup.h:68
A glyph renderer which renders the texture associated with a glyph.
Definition: DtTexturedGlyphRenderer.h:28
Contains makVrv::DtAltitudeBasedConfiguration class.
Contains makVrv::DtCommonRenderData class.
A class for rendering text object.
Definition: DtTextRenderer.h:58
#define DT_DLL_VRVGRAPHICS
Contains DLL export macros.
Definition: vrvGraphics.h:19
tbb::concurrent_unordered_map< DtFontInterface *, tbb::concurrent_unordered_set< DtUnicodeChar::CodePoint > > myFontToUniqueCodePoints
Definition: DtTextProxyGroup.h:74
A class with encapsulated a font loaded from disk with a given size.
Definition: DtFontInterface.h:22
DtQuadsRenderData myRenderData
Definition: DtTextProxyGroup.h:72
Definition: DtCommonRenderData.h:20
std::vector< DtTextProxy * > TextProxyList
Definition: DtTextProxyGroup.h:32
DtAltitudeBasedConfigurationCollection myAltitudeBasedConfigurations
Definition: DtTextProxyGroup.h:70
Definition: DtCommonRenderData.h:33
A group of text proxies that share the same set of altitude-based configurations. Groups of text prox...
Definition: DtTextProxyGroup.h:27
std::vector< DtAltitudeBasedConfiguration > DtAltitudeBasedConfigurationCollection
A collection of altitude-based configurations for a text proxy.
Definition: DtAltitudeBasedConfiguration.h:42