{"id":"graphics.text.windows--graphicsWindowsCapturedGlyph","name":"graphicsWindowsCapturedGlyph","owner":"yeho","package":"graphics.text.windows","kind":"thing","signature":"external thing graphicsWindowsCapturedGlyph","description":"A graphics windows captured glyph record carrying index, glyphId, advanceQ26_6, advanceOffsetQ26_6, ascenderOffsetQ26_6.","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":"glyphId","kind":"field","type":"int","description":"Stores glyph id as int.","signature":"int glyphId","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"advanceQ26_6","kind":"field","type":"int","description":"Stores advance q26 6 as int.","signature":"int advanceQ26_6","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"advanceOffsetQ26_6","kind":"field","type":"int","description":"Stores advance offset q26 6 as int.","signature":"int advanceOffsetQ26_6","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"ascenderOffsetQ26_6","kind":"field","type":"int","description":"Stores ascender offset q26 6 as int.","signature":"int ascenderOffsetQ26_6","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"graphicsWindowsCapturedGlyph","kind":"constructor","parameters":[{"name":"index","type":"int","description":"Index."},{"name":"glyphId","type":"int","description":"Glyph id."},{"name":"advanceQ26_6","type":"int","description":"Advance q26 6."},{"name":"advanceOffsetQ26_6","type":"int","description":"Advance offset q26 6."},{"name":"ascenderOffsetQ26_6","type":"int","description":"Ascender offset q26 6."}],"returns":"void","signature":"graphicsWindowsCapturedGlyph(int index, int glyphId, int advanceQ26_6, int advanceOffsetQ26_6, int ascenderOffsetQ26_6)","description":"Graphics windows captured glyph.","tags":["thing","constructor","graphics.text.windows"],"updated":"2026-09-09"},{"name":"ValidationIssue","kind":"method","parameters":[{"name":"source","type":"text","description":"Source."}],"returns":"text","signature":"ValidationIssue(text source) returns text","description":"Validation issue.","tags":["thing","method","graphics.text.windows"],"exampleId":"method-ValidationIssue-6","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-7","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/glyph_run_capture.yh","line":133,"sha256":"e64d82451ad85576d7ddcd4e74165aeaaa26f12f4e49928fe8a0a4ac0a0caa8f"},"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 graphicsWindowsCapturedGlyph","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.\ngraphicsWindowsCapturedGlyph sample = graphicsWindowsCapturedGlyph(1, 1, 1, 1, 1)\nConsole.Log(Text.From(sample.index))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text_windows__graphicswindowscapturedglyph\"\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":"7fe36cd97431077d3eed0011a1a3ba79d12f5108282687abc8cdc3f337127970","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-6","title":"graphicsWindowsCapturedGlyph.ValidationIssue","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// Validation issue.\ngraphicsWindowsCapturedGlyph instance = graphicsWindowsCapturedGlyph(1, 1, 1, 1, 1)\ntext argument_source = \"argument source\"\ntext result = instance.ValidationIssue(argument_source)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text_windows__graphicswindowscapturedglyph\"\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":"07417c2a3e669e4cec963eb59e42d6fe522fa03414a02906a557b4359a616eec","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Snapshot-7","title":"graphicsWindowsCapturedGlyph.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.\ngraphicsWindowsCapturedGlyph instance = graphicsWindowsCapturedGlyph(1, 1, 1, 1, 1)\ntext result = instance.Snapshot()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text_windows__graphicswindowscapturedglyph\"\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":"604d54e475cecc2cca4fc0b688ca78bce2d120301edd900827db892a50b527b7","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["index","glyphId","advanceQ26_6","advanceOffsetQ26_6","ascenderOffsetQ26_6","graphicsWindowsCapturedGlyph","ValidationIssue","Snapshot"],"url":"https://demonhunterlabs.com/academy/api?item=graphics.text.windows--graphicsWindowsCapturedGlyph","json":"https://demonhunterlabs.com/reference/items/graphics.text.windows--graphicsWindowsCapturedGlyph.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsCapturedGlyph.md"}
