Searched defs:TextConfig (Results 1 – 1 of 1) sorted by relevance
199 struct TextConfig { struct200 InputAttribute inputAttribute = {};201 CursorInfo cursorInfo = {};202 Range range = {};203 uint32_t windowId = INVALID_WINDOW_ID;204 double positionY = 0;205 double height = 0;206 std::unordered_map<std::string, PrivateDataValue> privateCommand = {};208 std::string ToString() const in ToString()222 …bool IsPrivateCommandValid(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) in IsPrivateCommandValid()[all …]