{"id":"frontend.yui.host.windows--yuiWindowsTextEditingLineV1","name":"yuiWindowsTextEditingLineV1","owner":"yeho","package":"frontend.yui.host.windows","kind":"thing","signature":"external thing yuiWindowsTextEditingLineV1","description":"A yui windows text editing line v1 record carrying index, clusterStart, clusterEnd, sourceStartUtf8, sourceEndUtf8, and related state.","context":"Connect YUI to Windows host input, accessibility, and editing services.","parameters":[],"returns":"void","members":[{"name":"index","kind":"field","type":"int","description":"Stores index as int.","signature":"int index","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"clusterStart","kind":"field","type":"int","description":"Stores cluster start as int.","signature":"int clusterStart","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"clusterEnd","kind":"field","type":"int","description":"Stores cluster end as int.","signature":"int clusterEnd","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"sourceStartUtf8","kind":"field","type":"int","description":"Stores source start utf8 as int.","signature":"int sourceStartUtf8","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"sourceEndUtf8","kind":"field","type":"int","description":"Stores source end utf8 as int.","signature":"int sourceEndUtf8","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"sourceStartUtf16","kind":"field","type":"int","description":"Stores source start utf16 as int.","signature":"int sourceStartUtf16","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"sourceEndUtf16","kind":"field","type":"int","description":"Stores source end utf16 as int.","signature":"int sourceEndUtf16","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"widthQ26_6","kind":"field","type":"int","description":"Stores width q26 6 as int.","signature":"int widthQ26_6","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"heightQ26_6","kind":"field","type":"int","description":"Stores height q26 6 as int.","signature":"int heightQ26_6","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"baselineQ26_6","kind":"field","type":"int","description":"Stores baseline q26 6 as int.","signature":"int baselineQ26_6","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"wrappedAfter","kind":"field","type":"bool","description":"Stores wrapped after as bool.","signature":"bool wrappedAfter","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"trimmed","kind":"field","type":"bool","description":"Stores trimmed as bool.","signature":"bool trimmed","tags":["thing","field","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"yuiWindowsTextEditingLineV1","kind":"constructor","parameters":[{"name":"index","type":"int","description":"Index."},{"name":"clusterStart","type":"int","description":"Cluster start."},{"name":"clusterEnd","type":"int","description":"Cluster end."},{"name":"sourceStartUtf8","type":"int","description":"Source start utf8."},{"name":"sourceEndUtf8","type":"int","description":"Source end utf8."},{"name":"sourceStartUtf16","type":"int","description":"Source start utf16."},{"name":"sourceEndUtf16","type":"int","description":"Source end utf16."},{"name":"widthQ26_6","type":"int","description":"Width q26 6."},{"name":"heightQ26_6","type":"int","description":"Height q26 6."},{"name":"baselineQ26_6","type":"int","description":"Baseline q26 6."},{"name":"wrappedAfter","type":"bool","description":"Wrapped after."},{"name":"trimmed","type":"bool","description":"Trimmed."}],"returns":"void","signature":"yuiWindowsTextEditingLineV1(int index, int clusterStart, int clusterEnd, int sourceStartUtf8, int sourceEndUtf8, int sourceStartUtf16, int sourceEndUtf16, int widthQ26_6, int heightQ26_6, int baselineQ26_6, bool wrappedAfter, bool trimmed)","description":"Yui windows text editing line v1.","tags":["thing","constructor","frontend.yui.host.windows"],"updated":"2026-09-09"},{"name":"Snapshot","kind":"method","parameters":[],"returns":"text","signature":"Snapshot() returns text","description":"Snapshot.","tags":["thing","method","frontend.yui.host.windows"],"exampleId":"method-Snapshot-13","updated":"2026-09-09"}],"tags":["cpu","frontend","frontend.yui.host.windows","host","method","source-example","thing","windows","yeho","yui"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/frontend/yui/host/windows/text-editing_geometry-editing_geometry_v1.yh","line":43,"sha256":"3e747cb419290ff7dea9b82643316fb944e1060595cca1d83bbd826166493226"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use yuiWindowsTextEditingLineV1","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using frontend.yui.host.windows\n\n// Connect YUI to Windows host input, accessibility, and editing services.\nyuiWindowsTextEditingLineV1 sample = yuiWindowsTextEditingLineV1(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, true, true)\nConsole.Log(Text.From(sample.index))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.frontend_yui_host_windows__yuiwindowstexteditinglinev1\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"frontend.yui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui\"\n\n[[dependencies]]\npackage = \"frontend.yui.host.windows\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui/host/windows\"\n\n[[dependencies]]\npackage = \"graphics.canvas\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/canvas\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.image.processing\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image/processing\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"graphics.text.windows\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text/windows\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"host.windows\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/windows\"\n\n[[dependencies]]\npackage = \"input.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/input/text\"\n\n[[dependencies]]\npackage = \"time\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/time\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n\n[[dependencies]]\npackage = \"window\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window\"\n\n[[dependencies]]\npackage = \"window.multi\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window/multi\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"9495ec7cb5c1b4f57c31bfb6337b3497a2caa8d0936d78f339f4012a641b9288","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Snapshot-13","title":"yuiWindowsTextEditingLineV1.Snapshot","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using frontend.yui.host.windows\n\n// Snapshot.\nyuiWindowsTextEditingLineV1 instance = yuiWindowsTextEditingLineV1(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, true, true)\ntext result = instance.Snapshot()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.frontend_yui_host_windows__yuiwindowstexteditinglinev1\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"frontend.yui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui\"\n\n[[dependencies]]\npackage = \"frontend.yui.host.windows\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui/host/windows\"\n\n[[dependencies]]\npackage = \"graphics.canvas\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/canvas\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.image.processing\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image/processing\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"graphics.text.windows\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text/windows\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"host.windows\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/windows\"\n\n[[dependencies]]\npackage = \"input.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/input/text\"\n\n[[dependencies]]\npackage = \"time\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/time\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n\n[[dependencies]]\npackage = \"window\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window\"\n\n[[dependencies]]\npackage = \"window.multi\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window/multi\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"5aec1e5c293951c0c510a9331c480046b882f6e3cfd1212cdc6a02281a92a970","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["index","clusterStart","clusterEnd","sourceStartUtf8","sourceEndUtf8","sourceStartUtf16","sourceEndUtf16","widthQ26_6","heightQ26_6","baselineQ26_6","wrappedAfter","trimmed","yuiWindowsTextEditingLineV1","Snapshot"],"url":"https://demonhunterlabs.com/academy/api?item=frontend.yui.host.windows--yuiWindowsTextEditingLineV1","json":"https://demonhunterlabs.com/reference/items/frontend.yui.host.windows--yuiWindowsTextEditingLineV1.json","markdown":"https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--yuiWindowsTextEditingLineV1.md"}
