Searched defs:CommonAttribute (Results 1 – 1 of 1) sorted by relevance
54 struct CommonAttribute : Attribute { struct55 std::string id;56 std::string style;57 std::string className;58 std::string ref;59 bool isRightToLeft = false;60 TextDirection direction = TextDirection::AUTO;