{"id":"graphics.text.windows--graphicsWindowsGlyphBridgeRunV1","name":"graphicsWindowsGlyphBridgeRunV1","owner":"yeho","package":"graphics.text.windows","kind":"thing","signature":"external thing graphicsWindowsGlyphBridgeRunV1","description":"A graphics windows glyph bridge run v1 record carrying index, captureSequence, sourceStartUtf16, sourceEndUtf16, sourceStartUtf8, and related state.","context":"Capture Windows text shaping and glyph rasterization for the shared text model.","parameters":[],"returns":"void","members":[{"name":"index","kind":"field","type":"int","description":"Stores index as int.","signature":"int index","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"captureSequence","kind":"field","type":"int","description":"Stores capture sequence as int.","signature":"int captureSequence","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"sourceStartUtf16","kind":"field","type":"int","description":"Stores source start utf16 as int.","signature":"int sourceStartUtf16","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"sourceEndUtf16","kind":"field","type":"int","description":"Stores source end utf16 as int.","signature":"int sourceEndUtf16","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"sourceStartUtf8","kind":"field","type":"int","description":"Stores source start utf8 as int.","signature":"int sourceStartUtf8","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"sourceEndUtf8","kind":"field","type":"int","description":"Stores source end utf8 as int.","signature":"int sourceEndUtf8","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"clusterStart","kind":"field","type":"int","description":"Stores cluster start as int.","signature":"int clusterStart","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"clusterEnd","kind":"field","type":"int","description":"Stores cluster end as int.","signature":"int clusterEnd","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"glyphStart","kind":"field","type":"int","description":"Stores glyph start as int.","signature":"int glyphStart","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"glyphEnd","kind":"field","type":"int","description":"Stores glyph end as int.","signature":"int glyphEnd","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"bidiLevel","kind":"field","type":"int","description":"Stores bidi level as int.","signature":"int bidiLevel","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"direction","kind":"field","type":"text","description":"Stores direction as text.","signature":"text direction","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"sideways","kind":"field","type":"bool","description":"Stores sideways as bool.","signature":"bool sideways","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"graphicsWindowsGlyphBridgeRunV1","kind":"constructor","parameters":[{"name":"index","type":"int","description":"Index."},{"name":"captureSequence","type":"int","description":"Capture sequence."},{"name":"sourceStartUtf16","type":"int","description":"Source start utf16."},{"name":"sourceEndUtf16","type":"int","description":"Source end utf16."},{"name":"sourceStartUtf8","type":"int","description":"Source start utf8."},{"name":"sourceEndUtf8","type":"int","description":"Source end utf8."},{"name":"clusterStart","type":"int","description":"Cluster start."},{"name":"clusterEnd","type":"int","description":"Cluster end."},{"name":"glyphStart","type":"int","description":"Glyph start."},{"name":"glyphEnd","type":"int","description":"Glyph end."},{"name":"bidiLevel","type":"int","description":"Bidi level."},{"name":"direction","type":"text","description":"Direction."},{"name":"sideways","type":"bool","description":"Sideways."}],"returns":"void","signature":"graphicsWindowsGlyphBridgeRunV1(int index, int captureSequence, int sourceStartUtf16, int sourceEndUtf16, int sourceStartUtf8, int sourceEndUtf8, int clusterStart, int clusterEnd, int glyphStart, int glyphEnd, int bidiLevel, text direction, bool sideways)","description":"Graphics windows glyph bridge run v1.","tags":["thing","constructor","graphics.text.windows"],"updated":"2026-09-09"},{"name":"Snapshot","kind":"method","parameters":[],"returns":"text","signature":"Snapshot() returns text","description":"Snapshot.","tags":["thing","method","graphics.text.windows"],"exampleId":"method-Snapshot-14","updated":"2026-09-09"}],"tags":["cpu","graphics","graphics.text.windows","method","source-example","text","thing","windows","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/graphics/text/windows/shaped_text_bridge.yh","line":85,"sha256":"d55792e4d95170c1971dd51c143f1923b32aea7865a7751f9a260d23bbbb8425"},"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 graphicsWindowsGlyphBridgeRunV1","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using graphics.text.windows\n\n// Capture Windows text shaping and glyph rasterization for the shared text model.\ngraphicsWindowsGlyphBridgeRunV1 sample = graphicsWindowsGlyphBridgeRunV1(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, \"direction\", true)\nConsole.Log(Text.From(sample.index))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text_windows__graphicswindowsglyphbridgerunv1\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\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","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"35ce1f9a421ebdf06e197d51a0cefb2e0e09ce5a033c12445fdaa01eb73615d2","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Snapshot-14","title":"graphicsWindowsGlyphBridgeRunV1.Snapshot","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using graphics.text.windows\n\n// Snapshot.\ngraphicsWindowsGlyphBridgeRunV1 instance = graphicsWindowsGlyphBridgeRunV1(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, \"direction\", true)\ntext result = instance.Snapshot()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text_windows__graphicswindowsglyphbridgerunv1\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\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","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"5f008e6fba3c6f2333a535a5e6780bf1869cc9806ec53c3c0757f9d1a7e9daaf","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["index","captureSequence","sourceStartUtf16","sourceEndUtf16","sourceStartUtf8","sourceEndUtf8","clusterStart","clusterEnd","glyphStart","glyphEnd","bidiLevel","direction","sideways","graphicsWindowsGlyphBridgeRunV1","Snapshot"],"url":"https://demonhunterlabs.com/academy/api?item=graphics.text.windows--graphicsWindowsGlyphBridgeRunV1","json":"https://demonhunterlabs.com/reference/items/graphics.text.windows--graphicsWindowsGlyphBridgeRunV1.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsGlyphBridgeRunV1.md"}
