{"id":"graphics.text.windows--graphicsWindowsShapedAlphaGeometryTextV1","name":"graphicsWindowsShapedAlphaGeometryTextV1","owner":"yeho","package":"graphics.text.windows","kind":"thing","signature":"external thing graphicsWindowsShapedAlphaGeometryTextV1","description":"A graphics windows shaped alpha geometry text v1 record carrying capture, shaped, alpha, geometry, captureGeneration, and related state.","context":"Capture Windows text shaping and glyph rasterization for the shared text model.","parameters":[],"returns":"void","members":[{"name":"capture","kind":"field","type":"graphicsWindowsGlyphRunCaptureSnapshot","description":"Stores capture as graphicsWindowsGlyphRunCaptureSnapshot.","signature":"graphicsWindowsGlyphRunCaptureSnapshot capture","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"shaped","kind":"field","type":"graphicsShapedTextV2","description":"Stores shaped as graphicsShapedTextV2.","signature":"graphicsShapedTextV2 shaped","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"alpha","kind":"field","type":"graphicsGlyphAlphaResourceSetV1","description":"Stores alpha as graphicsGlyphAlphaResourceSetV1.","signature":"graphicsGlyphAlphaResourceSetV1 alpha","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"geometry","kind":"field","type":"graphicsWindowsTextLayoutGeometrySnapshot","description":"Stores geometry as graphicsWindowsTextLayoutGeometrySnapshot.","signature":"graphicsWindowsTextLayoutGeometrySnapshot geometry","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"captureGeneration","kind":"field","type":"int","description":"Stores capture generation as int.","signature":"int captureGeneration","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"geometryGeneration","kind":"field","type":"int","description":"Stores geometry generation as int.","signature":"int geometryGeneration","tags":["thing","field","graphics.text.windows"],"updated":"2026-09-09"},{"name":"oneNativeLayout","kind":"field","type":"bool","description":"Stores one native layout as bool.","signature":"bool oneNativeLayout","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":"graphicsWindowsShapedAlphaGeometryTextV1","kind":"constructor","parameters":[{"name":"capture","type":"graphicsWindowsGlyphRunCaptureSnapshot","description":"Capture."},{"name":"shaped","type":"graphicsShapedTextV2","description":"Shaped."},{"name":"alpha","type":"graphicsGlyphAlphaResourceSetV1","description":"Alpha."},{"name":"geometry","type":"graphicsWindowsTextLayoutGeometrySnapshot","description":"Geometry."},{"name":"captureGeneration","type":"int","description":"Capture generation."},{"name":"geometryGeneration","type":"int","description":"Geometry generation."},{"name":"oneNativeLayout","type":"bool","description":"One native layout."},{"name":"source","type":"text","description":"Source."}],"returns":"void","signature":"graphicsWindowsShapedAlphaGeometryTextV1(graphicsWindowsGlyphRunCaptureSnapshot capture, graphicsShapedTextV2 shaped, graphicsGlyphAlphaResourceSetV1 alpha, graphicsWindowsTextLayoutGeometrySnapshot geometry, int captureGeneration, int geometryGeneration, bool oneNativeLayout, text source)","description":"Graphics windows shaped alpha geometry text v1.","tags":["thing","constructor","graphics.text.windows"],"updated":"2026-09-09"},{"name":"Available","kind":"method","parameters":[],"returns":"bool","signature":"Available() returns bool","description":"Available.","tags":["thing","method","graphics.text.windows"],"exampleId":"method-Available-9","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-10","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/glyph_alpha_raster_v1.yh","line":37,"sha256":"04a65e0d33acc9cb8f322b73d53b54bc4ccc82aded1c37368411090eb82baa2f"},"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 graphicsWindowsShapedAlphaGeometryTextV1","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.\ngraphicsWindowsShapedAlphaGeometryTextV1 sample = graphicsWindowsShapedAlphaGeometryTextV1(graphicsWindowsGlyphRunCaptureSnapshot(\"example\"), graphicsShapedTextV2(\"value\", \"locale\", \"direction\", \"provider\", graphicsTextMetricsV2(1, 1, 1, 1, 1, 1, 1, 1, 1), \"example\"), graphicsGlyphAlphaResourceSetV1(\"example\"), graphicsWindowsTextLayoutGeometrySnapshot(\"example\"), 1, 1, true, \"example\")\nConsole.Log(Text.From(sample.captureGeneration))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text_windows__graphicswindowsshapedalphageometrytextv1\"\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":"4e35311570212ef4cb2f3032d24979e6ef009f935e2c4cba6791b6e4fe1e2574","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Available-9","title":"graphicsWindowsShapedAlphaGeometryTextV1.Available","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// Available.\ngraphicsWindowsShapedAlphaGeometryTextV1 instance = graphicsWindowsShapedAlphaGeometryTextV1(graphicsWindowsGlyphRunCaptureSnapshot(\"example\"), graphicsShapedTextV2(\"value\", \"locale\", \"direction\", \"provider\", graphicsTextMetricsV2(1, 1, 1, 1, 1, 1, 1, 1, 1), \"example\"), graphicsGlyphAlphaResourceSetV1(\"example\"), graphicsWindowsTextLayoutGeometrySnapshot(\"example\"), 1, 1, true, \"example\")\nbool result = instance.Available()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text_windows__graphicswindowsshapedalphageometrytextv1\"\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":"e93a1607381f739c0e5b0cc9bfc9f596b9267d4e98491e8d259d4c291adb1afe","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-CleanupComplete-10","title":"graphicsWindowsShapedAlphaGeometryTextV1.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.\ngraphicsWindowsShapedAlphaGeometryTextV1 instance = graphicsWindowsShapedAlphaGeometryTextV1(graphicsWindowsGlyphRunCaptureSnapshot(\"example\"), graphicsShapedTextV2(\"value\", \"locale\", \"direction\", \"provider\", graphicsTextMetricsV2(1, 1, 1, 1, 1, 1, 1, 1, 1), \"example\"), graphicsGlyphAlphaResourceSetV1(\"example\"), graphicsWindowsTextLayoutGeometrySnapshot(\"example\"), 1, 1, true, \"example\")\nbool result = instance.CleanupComplete()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text_windows__graphicswindowsshapedalphageometrytextv1\"\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":"0c2997d04e90df48d8b9b1edf7edd0663cfedd9e8d2ad73327c0da97cad8f705","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Snapshot-11","title":"graphicsWindowsShapedAlphaGeometryTextV1.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.\ngraphicsWindowsShapedAlphaGeometryTextV1 instance = graphicsWindowsShapedAlphaGeometryTextV1(graphicsWindowsGlyphRunCaptureSnapshot(\"example\"), graphicsShapedTextV2(\"value\", \"locale\", \"direction\", \"provider\", graphicsTextMetricsV2(1, 1, 1, 1, 1, 1, 1, 1, 1), \"example\"), graphicsGlyphAlphaResourceSetV1(\"example\"), graphicsWindowsTextLayoutGeometrySnapshot(\"example\"), 1, 1, true, \"example\")\ntext result = instance.Snapshot()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text_windows__graphicswindowsshapedalphageometrytextv1\"\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":"7fb5d8b42cb3047c6aa3c44cc2fb8042ca78facaa6dbaa3da9993494462eb77d","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["capture","shaped","alpha","geometry","captureGeneration","geometryGeneration","oneNativeLayout","source","graphicsWindowsShapedAlphaGeometryTextV1","Available","CleanupComplete","Snapshot"],"url":"https://demonhunterlabs.com/academy/api?item=graphics.text.windows--graphicsWindowsShapedAlphaGeometryTextV1","json":"https://demonhunterlabs.com/reference/items/graphics.text.windows--graphicsWindowsShapedAlphaGeometryTextV1.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsShapedAlphaGeometryTextV1.md"}
