Public Member Functions | |
BatchedTextAppearanceBuilder & | SetSize (float size) |
BatchedTextAppearanceBuilder & | SetGlyphColor (const v4 &glyphColor) |
BatchedTextAppearanceBuilder & | SetOutlineColor (const v4 &outlineColor) |
BatchedTextAppearanceBuilder & | SetHaloColor (const v4 &haloColor) |
BatchedTextAppearanceBuilder & | SetHaloWidth (float haloWidth) |
BatchedTextAppearanceBuilder & | SetHaloHardness (float haloHardness) |
BatchedTextAppearanceBuilder & | SetDepthTest (bool depthTest) |
BatchedTextAppearanceBuilder & | SetStencilTest (bool stencilTest) |
BatchedTextAppearanceBuilder & | SetStencilFunc (GLenum stencilFunc, int stencilRef, u32 stencilMask) |
BatchedTextAppearanceBuilder & | SetStencilMaskedStyle (bool enable, GLenum stencilFunc, const v4 &glyphColor, const v4 &haloColor) |
BatchedTextAppearanceBuilder & | SetFromTextAppearance (const BatchedTextAppearance &textApperance) |
BatchedTextAppearanceBuilder & | Reset () |
BatchedTextAppearance | Build () |
Public Member Functions inherited from Eegeo::NonCopyable | |
NonCopyable (const NonCopyable &)=delete | |
NonCopyable & | operator= (const NonCopyable &)=delete |