{"id":"graphics.text.windows--graphicsWindowsGlyphRunCaptureCapability","name":"graphicsWindowsGlyphRunCaptureCapability","owner":"yeho","package":"graphics.text.windows","kind":"thing","signature":"external thing graphicsWindowsGlyphRunCaptureCapability","description":"A graphics windows glyph run capture capability record carrying schema, provider, capability, available, maximumUtf8Bytes, and related state.","context":"Capture Windows text shaping and glyph rasterization for the shared text model.","parameters":[],"returns":"void","members":[{"name":"schema","kind":"field","type":"text","description":"Stores schema as text.","signature":"text schema","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"provider","kind":"field","type":"text","description":"Stores provider as text.","signature":"text provider","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"capability","kind":"field","type":"text","description":"Stores capability as text.","signature":"text capability","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"available","kind":"field","type":"bool","description":"Stores available as bool.","signature":"bool available","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"maximumUtf8Bytes","kind":"field","type":"int","description":"Stores maximum utf8 bytes as int.","signature":"int maximumUtf8Bytes","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"maximumUtf16Units","kind":"field","type":"int","description":"Stores maximum utf16 units as int.","signature":"int maximumUtf16Units","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"maximumRuns","kind":"field","type":"int","description":"Stores maximum runs as int.","signature":"int maximumRuns","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"maximumGlyphs","kind":"field","type":"int","description":"Stores maximum glyphs as int.","signature":"int maximumGlyphs","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"features","kind":"field","type":"text","description":"Stores features as text.","signature":"text features","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"nonClaims","kind":"field","type":"text","description":"Stores non claims as text.","signature":"text nonClaims","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"diagnostic","kind":"field","type":"text","description":"Stores diagnostic as text.","signature":"text diagnostic","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"graphicsWindowsGlyphRunCaptureCapability","kind":"constructor","parameters":[{"name":"available","type":"bool","description":"Available."},{"name":"diagnostic","type":"text","description":"Diagnostic."}],"returns":"void","signature":"graphicsWindowsGlyphRunCaptureCapability(bool available, text diagnostic)","description":"Graphics windows glyph run capture capability.","tags":["thing","constructor","graphics.text.windows"],"updated":"2026-09-09"},{"name":"ValidationIssue","kind":"method","parameters":[],"returns":"text","signature":"ValidationIssue() returns text","description":"Validation issue.","tags":["thing","method","graphics.text.windows"],"exampleId":"method-ValidationIssue-12","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-13","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":3,"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 graphicsWindowsGlyphRunCaptureCapability","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.\ngraphicsWindowsGlyphRunCaptureCapability sample = graphicsWindowsGlyphRunCaptureCapability(true, \"diagnostic\")\nConsole.Log(Text.From(sample.schema))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text_windows__graphicswindowsglyphruncapturecapability\"\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":"d858c2db3199740b5324f8101988830bfbd656f1af0b430f599b187d49e544f9","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-12","title":"graphicsWindowsGlyphRunCaptureCapability.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.\ngraphicsWindowsGlyphRunCaptureCapability instance = graphicsWindowsGlyphRunCaptureCapability(true, \"diagnostic\")\ntext result = instance.ValidationIssue()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text_windows__graphicswindowsglyphruncapturecapability\"\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":"b55adb9a049adb12ff5d514321f3ea9547d1a90254c9824f425f909ba9e9f4c4","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Snapshot-13","title":"graphicsWindowsGlyphRunCaptureCapability.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.\ngraphicsWindowsGlyphRunCaptureCapability instance = graphicsWindowsGlyphRunCaptureCapability(true, \"diagnostic\")\ntext result = instance.Snapshot()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text_windows__graphicswindowsglyphruncapturecapability\"\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":"3f85ec653aadd455876b561213319903e6e6834ba0e1a2da2063b2385e0f617e","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["schema","provider","capability","available","maximumUtf8Bytes","maximumUtf16Units","maximumRuns","maximumGlyphs","features","nonClaims","diagnostic","graphicsWindowsGlyphRunCaptureCapability","ValidationIssue","Snapshot"],"url":"https://demonhunterlabs.com/academy/api?item=graphics.text.windows--graphicsWindowsGlyphRunCaptureCapability","json":"https://demonhunterlabs.com/reference/items/graphics.text.windows--graphicsWindowsGlyphRunCaptureCapability.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsGlyphRunCaptureCapability.md"}
