{"id":"graphics.text.windows--graphicsWindowsGlyphBridgeClusterV1","name":"graphicsWindowsGlyphBridgeClusterV1","owner":"yeho","package":"graphics.text.windows","kind":"thing","signature":"external thing graphicsWindowsGlyphBridgeClusterV1","description":"A graphics windows glyph bridge cluster v1 record carrying index, runSequence, 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":"runSequence","kind":"field","type":"int","description":"Stores run sequence as int.","signature":"int runSequence","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":"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":"graphicsWindowsGlyphBridgeClusterV1","kind":"constructor","parameters":[{"name":"index","type":"int","description":"Index."},{"name":"runSequence","type":"int","description":"Run 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":"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."}],"returns":"void","signature":"graphicsWindowsGlyphBridgeClusterV1(int index, int runSequence, int sourceStartUtf16, int sourceEndUtf16, int sourceStartUtf8, int sourceEndUtf8, int glyphStart, int glyphEnd, int bidiLevel, text direction)","description":"Graphics windows glyph bridge cluster 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-11","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":40,"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 graphicsWindowsGlyphBridgeClusterV1","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.\ngraphicsWindowsGlyphBridgeClusterV1 sample = graphicsWindowsGlyphBridgeClusterV1(1, 1, 1, 1, 1, 1, 1, 1, 1, \"direction\")\nConsole.Log(Text.From(sample.index))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text_windows__graphicswindowsglyphbridgeclusterv1\"\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":"9559e9e84d42f6055eefebe556de61858afff4f022a7c77c89850690c34912a0","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Snapshot-11","title":"graphicsWindowsGlyphBridgeClusterV1.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.\ngraphicsWindowsGlyphBridgeClusterV1 instance = graphicsWindowsGlyphBridgeClusterV1(1, 1, 1, 1, 1, 1, 1, 1, 1, \"direction\")\ntext result = instance.Snapshot()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text_windows__graphicswindowsglyphbridgeclusterv1\"\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":"37f317e1ad4ea49816d6cfcae8daaed91c7e8006357ef94a21a379a03c821831","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["index","runSequence","sourceStartUtf16","sourceEndUtf16","sourceStartUtf8","sourceEndUtf8","glyphStart","glyphEnd","bidiLevel","direction","graphicsWindowsGlyphBridgeClusterV1","Snapshot"],"url":"https://demonhunterlabs.com/academy/api?item=graphics.text.windows--graphicsWindowsGlyphBridgeClusterV1","json":"https://demonhunterlabs.com/reference/items/graphics.text.windows--graphicsWindowsGlyphBridgeClusterV1.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsGlyphBridgeClusterV1.md"}
