Home
last modified time | relevance | path

Searched defs:TextData (Results 1 – 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3DText/src/ecs/systems/
Dtext_system.cpp296 struct TextSystem::TextData { struct in TextSystem
297 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;