Searched defs:TextConfig (Results 1 – 1 of 1) sorted by relevance
223 struct TextConfig { struct224 InputAttribute inputAttribute = {};225 CursorInfo cursorInfo = {};226 Range range = {};227 uint32_t windowId = INVALID_WINDOW_ID;228 double positionY = 0;229 double height = 0;230 std::unordered_map<std::string, PrivateDataValue> privateCommand = {};232 std::string ToString() const in ToString()246 …bool IsPrivateCommandValid(const std::unordered_map<std::string, PrivateDataValue> &privateCommand) in IsPrivateCommandValid()[all …]