{"id":"graphics.text.windows--graphicsWindowsTextLayoutGeometrySnapshot","name":"graphicsWindowsTextLayoutGeometrySnapshot","owner":"yeho","package":"graphics.text.windows","kind":"thing","signature":"external thing graphicsWindowsTextLayoutGeometrySnapshot","description":"A graphics windows text layout geometry snapshot record carrying schema, schemaVersion, provider, capability, available, 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":"schemaVersion","kind":"field","type":"int","description":"Stores schema version as int.","signature":"int schemaVersion","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":"utf16Length","kind":"field","type":"int","description":"Stores utf16 length as int.","signature":"int utf16Length","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"lines","kind":"field","type":"list of graphicsWindowsTextLineGeometry","description":"Stores lines as list of graphicsWindowsTextLineGeometry.","signature":"list of graphicsWindowsTextLineGeometry lines","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"clusters","kind":"field","type":"list of graphicsWindowsTextClusterGeometry","description":"Stores clusters as list of graphicsWindowsTextClusterGeometry.","signature":"list of graphicsWindowsTextClusterGeometry clusters","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"pointHit","kind":"field","type":"graphicsWindowsTextHitGeometry","description":"Stores point hit as graphicsWindowsTextHitGeometry.","signature":"graphicsWindowsTextHitGeometry pointHit","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"candidateHit","kind":"field","type":"graphicsWindowsTextHitGeometry","description":"Stores candidate hit as graphicsWindowsTextHitGeometry.","signature":"graphicsWindowsTextHitGeometry candidateHit","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"selectionStart","kind":"field","type":"int","description":"Stores selection start as int.","signature":"int selectionStart","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"selectionLength","kind":"field","type":"int","description":"Stores selection length as int.","signature":"int selectionLength","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"selectionRectangles","kind":"field","type":"list of graphicsWindowsTextRangeGeometry","description":"Stores selection rectangles as list of graphicsWindowsTextRangeGeometry.","signature":"list of graphicsWindowsTextRangeGeometry selectionRectangles","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"acquiredObjects","kind":"field","type":"int","description":"Stores acquired objects as int.","signature":"int acquiredObjects","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"releasedObjects","kind":"field","type":"int","description":"Stores released objects as int.","signature":"int releasedObjects","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":"source","kind":"field","type":"text","description":"Stores source as text.","signature":"text source","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"graphicsWindowsTextLayoutGeometrySnapshot","kind":"constructor","parameters":[{"name":"source","type":"text","description":"Source."}],"returns":"void","signature":"graphicsWindowsTextLayoutGeometrySnapshot(text source)","description":"Graphics windows text layout geometry snapshot.","tags":["thing","constructor","graphics.text.windows"],"updated":"2026-09-09"},{"name":"CleanupComplete","kind":"method","parameters":[],"returns":"bool","signature":"CleanupComplete() returns bool","description":"Cleanup complete.","tags":["thing","method","graphics.text.windows"],"exampleId":"method-CleanupComplete-18","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-19","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-20","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/layout_geometry.yh","line":237,"sha256":"c47887c7cea19d7b7ec453b685dd0308764521031754827b52583cf4cdc64044"},"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 graphicsWindowsTextLayoutGeometrySnapshot","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.\ngraphicsWindowsTextLayoutGeometrySnapshot sample = graphicsWindowsTextLayoutGeometrySnapshot(\"example\")\nConsole.Log(Text.From(sample.schema))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text_windows__graphicswindowstextlayoutgeometrysnapshot\"\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":"dd040ac29fd8bc2402b9d35c71d97b06e5beab51de12b63c3171c823d55ad0ae","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-CleanupComplete-18","title":"graphicsWindowsTextLayoutGeometrySnapshot.CleanupComplete","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// Cleanup complete.\ngraphicsWindowsTextLayoutGeometrySnapshot instance = graphicsWindowsTextLayoutGeometrySnapshot(\"example\")\nbool result = instance.CleanupComplete()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text_windows__graphicswindowstextlayoutgeometrysnapshot\"\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":"0dac97295f595b96ebbfdf9ffa5ed09cd7ffae8cd5c4312c7cf4a917487af67a","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-19","title":"graphicsWindowsTextLayoutGeometrySnapshot.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.\ngraphicsWindowsTextLayoutGeometrySnapshot instance = graphicsWindowsTextLayoutGeometrySnapshot(\"example\")\ntext result = instance.ValidationIssue()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text_windows__graphicswindowstextlayoutgeometrysnapshot\"\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":"d6fb745ed1bf7703e2cfbcc48963ac473c67c741dc3efb0c57687e87599f37f6","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Snapshot-20","title":"graphicsWindowsTextLayoutGeometrySnapshot.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.\ngraphicsWindowsTextLayoutGeometrySnapshot instance = graphicsWindowsTextLayoutGeometrySnapshot(\"example\")\ntext result = instance.Snapshot()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text_windows__graphicswindowstextlayoutgeometrysnapshot\"\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":"c367defa389ece08beaf57a0e6f06862dee6aabb47781e323bdadd7303dd8fa8","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["schema","schemaVersion","provider","capability","available","utf16Length","lines","clusters","pointHit","candidateHit","selectionStart","selectionLength","selectionRectangles","acquiredObjects","releasedObjects","diagnostic","source","graphicsWindowsTextLayoutGeometrySnapshot","CleanupComplete","ValidationIssue","Snapshot"],"url":"https://demonhunterlabs.com/academy/api?item=graphics.text.windows--graphicsWindowsTextLayoutGeometrySnapshot","json":"https://demonhunterlabs.com/reference/items/graphics.text.windows--graphicsWindowsTextLayoutGeometrySnapshot.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsTextLayoutGeometrySnapshot.md"}
