{"id":"graphics.text--graphicsShapedGlyphV2","name":"graphicsShapedGlyphV2","owner":"yeho","package":"graphics.text","kind":"thing","signature":"external thing graphicsShapedGlyphV2","description":"A graphics shaped glyph v2 record carrying index, glyphId, advanceXQ26_6, advanceYQ26_6, offsetXQ26_6, and related state.","context":"Shape, measure, and represent text and glyph resources.","parameters":[],"returns":"void","members":[{"name":"index","kind":"field","type":"int","description":"Stores index as int.","signature":"int index","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"glyphId","kind":"field","type":"int","description":"Stores glyph id as int.","signature":"int glyphId","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"advanceXQ26_6","kind":"field","type":"int","description":"Stores advance xq26 6 as int.","signature":"int advanceXQ26_6","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"advanceYQ26_6","kind":"field","type":"int","description":"Stores advance yq26 6 as int.","signature":"int advanceYQ26_6","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"offsetXQ26_6","kind":"field","type":"int","description":"Stores offset xq26 6 as int.","signature":"int offsetXQ26_6","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"offsetYQ26_6","kind":"field","type":"int","description":"Stores offset yq26 6 as int.","signature":"int offsetYQ26_6","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"missing","kind":"field","type":"bool","description":"Stores missing as bool.","signature":"bool missing","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"graphicsShapedGlyphV2","kind":"constructor","parameters":[{"name":"index","type":"int","description":"Index."},{"name":"glyphId","type":"int","description":"Glyph id."},{"name":"advanceXQ26_6","type":"int","description":"Advance xq26 6."},{"name":"advanceYQ26_6","type":"int","description":"Advance yq26 6."},{"name":"offsetXQ26_6","type":"int","description":"Offset xq26 6."},{"name":"offsetYQ26_6","type":"int","description":"Offset yq26 6."},{"name":"missing","type":"bool","description":"Missing."}],"returns":"void","signature":"graphicsShapedGlyphV2(int index, int glyphId, int advanceXQ26_6, int advanceYQ26_6, int offsetXQ26_6, int offsetYQ26_6, bool missing)","description":"Graphics shaped glyph v2.","tags":["thing","constructor","graphics.text"],"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"],"exampleId":"method-ValidationIssue-8","updated":"2026-09-09"},{"name":"Snapshot","kind":"method","parameters":[],"returns":"text","signature":"Snapshot() returns text","description":"Snapshot.","tags":["thing","method","graphics.text"],"exampleId":"method-Snapshot-9","updated":"2026-09-09"}],"tags":["cpu","graphics","graphics.text","method","source-example","text","thing","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/graphics/text/shaping_v2.yh","line":80,"sha256":"ad66072d9d12e22ed0e346be3498b8a3747585595527e5bbc916f1184c525ac4"},"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 graphicsShapedGlyphV2","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using graphics.text\n\n// Shape, measure, and represent text and glyph resources.\ngraphicsShapedGlyphV2 sample = graphicsShapedGlyphV2(1, 1, 1, 1, 1, 1, true)\nConsole.Log(Text.From(sample.index))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text__graphicsshapedglyphv2\"\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","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"311ff65af3c1724fd1db3045c1a24593d7fd66877d9c862f5134c59201989043","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-8","title":"graphicsShapedGlyphV2.ValidationIssue","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using graphics.text\n\n// Validation issue.\ngraphicsShapedGlyphV2 instance = graphicsShapedGlyphV2(1, 1, 1, 1, 1, 1, true)\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__graphicsshapedglyphv2\"\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","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"690920bca5a8f54608bb789b980de2e46b00dc0f64534eabb88d9ccfeb63434b","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Snapshot-9","title":"graphicsShapedGlyphV2.Snapshot","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using graphics.text\n\n// Snapshot.\ngraphicsShapedGlyphV2 instance = graphicsShapedGlyphV2(1, 1, 1, 1, 1, 1, true)\ntext result = instance.Snapshot()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text__graphicsshapedglyphv2\"\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","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"46d6f73a55e32e56cb3259f15a86f766e4d2bd199cb284a25aa7393dcf1b3e04","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["index","glyphId","advanceXQ26_6","advanceYQ26_6","offsetXQ26_6","offsetYQ26_6","missing","graphicsShapedGlyphV2","ValidationIssue","Snapshot"],"url":"https://demonhunterlabs.com/academy/api?item=graphics.text--graphicsShapedGlyphV2","json":"https://demonhunterlabs.com/reference/items/graphics.text--graphicsShapedGlyphV2.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.text--graphicsShapedGlyphV2.md"}
