9 class ScreenTextRenderingModule;
11 class IScreenTextRenderer;
12 class IWorldTextRenderer;
13 struct BatchedTextAppearance;
14 class BatchedTextAppearanceBuilder;
15 class BatchedTextRenderable;
16 class BatchedScreenTextRenderable;
17 class BatchedWorldTextRenderable;
18 class IBatchedScreenTextRenderableFactory;
19 class IBatchedWorldTextRenderableFactory;
21 struct BatchedTextRange;
22 class BatchedTextRangeBuilder;
26 class ShapedTextBuilder;
27 class FontMaterialCache;
29 class IBatchedTextRenderableCache;
31 template <
typename TBatchedTextRenderable,
typename TBatchedTextRenderableFactory>
32 class TBatchedTextRenderableCache;