Searched defs:TextConfig (Results 1 – 1 of 1) sorted by relevance
211 struct TextConfig { struct212 InputAttribute inputAttribute = {};213 CursorInfo cursorInfo = {};214 Range range = {};215 uint32_t windowId = INVALID_WINDOW_ID;216 double positionY = 0;217 double height = 0;218 std::unordered_map<std::string, PrivateDataValue> privateCommand = {};220 std::string ToString() const in ToString()233 …bool IsPrivateCommandValid(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) in IsPrivateCommandValid()[all …]