Searched defs:TextData (Results 1 – 1 of 1) sorted by relevance
296 struct TextSystem::TextData { struct in TextSystem297 uint32_t generation;298 BASE_NS::string text;299 BASE_NS::string fontFamily;300 BASE_NS::string fontStyle;301 float fontSize;302 float font3DThickness { 10.0f };303 TextComponent::FontMethod fontMethod { TextComponent::FontMethod::RASTER };304 FONT_NS::IFont::Ptr font;305 CORE_NS::EntityReference mesh;