{"id":"graphics.text--graphicsGlyphAlphaSubmissionV1","name":"graphicsGlyphAlphaSubmissionV1","owner":"yeho","package":"graphics.text","kind":"thing","signature":"external thing graphicsGlyphAlphaSubmissionV1","description":"A graphics glyph alpha submission v1 record carrying sequence, providerRunIndex, resourceIndex, originXQ26_6, originYQ26_6, and related state.","context":"Shape, measure, and represent text and glyph resources.","parameters":[],"returns":"void","members":[{"name":"sequence","kind":"field","type":"int","description":"Stores sequence as int.","signature":"int sequence","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"providerRunIndex","kind":"field","type":"int","description":"Stores provider run index as int.","signature":"int providerRunIndex","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"resourceIndex","kind":"field","type":"int","description":"Stores resource index as int.","signature":"int resourceIndex","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"originXQ26_6","kind":"field","type":"int","description":"Stores origin xq26 6 as int.","signature":"int originXQ26_6","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"originYQ26_6","kind":"field","type":"int","description":"Stores origin yq26 6 as int.","signature":"int originYQ26_6","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"width","kind":"field","type":"int","description":"Stores width as int.","signature":"int width","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"height","kind":"field","type":"int","description":"Stores height as int.","signature":"int height","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"empty","kind":"field","type":"bool","description":"Stores empty as bool.","signature":"bool empty","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"source","kind":"field","type":"text","description":"Stores source as text.","signature":"text source","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"graphicsGlyphAlphaSubmissionV1","kind":"constructor","parameters":[{"name":"sequence","type":"int","description":"Sequence."},{"name":"providerRunIndex","type":"int","description":"Provider run index."},{"name":"resourceIndex","type":"int","description":"Resource index."},{"name":"originXQ26_6","type":"int","description":"Origin xq26 6."},{"name":"originYQ26_6","type":"int","description":"Origin yq26 6."},{"name":"width","type":"int","description":"Width."},{"name":"height","type":"int","description":"Height."},{"name":"empty","type":"bool","description":"Empty."},{"name":"source","type":"text","description":"Source."}],"returns":"void","signature":"graphicsGlyphAlphaSubmissionV1(int sequence, int providerRunIndex, int resourceIndex, int originXQ26_6, int originYQ26_6, int width, int height, bool empty, text source)","description":"Graphics glyph alpha submission v1.","tags":["thing","constructor","graphics.text"],"updated":"2026-09-09"},{"name":"ValidationIssue","kind":"method","parameters":[],"returns":"text","signature":"ValidationIssue() returns text","description":"Validation issue.","tags":["thing","method","graphics.text"],"exampleId":"method-ValidationIssue-10","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-11","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/glyph_alpha_resources_v1.yh","line":95,"sha256":"be961dc717c917cc7eb2a980f3791bfe085187acdeabdf685c2c8db744a66748"},"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 graphicsGlyphAlphaSubmissionV1","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.\ngraphicsGlyphAlphaSubmissionV1 sample = graphicsGlyphAlphaSubmissionV1(1, 1, 1, 1, 1, 1, 1, true, \"example\")\nConsole.Log(Text.From(sample.sequence))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text__graphicsglyphalphasubmissionv1\"\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":"3632a63946bbc39e1a6e846e10d2a424f0fa5fe09ab11ba68bcdfebd2458d43f","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-10","title":"graphicsGlyphAlphaSubmissionV1.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.\ngraphicsGlyphAlphaSubmissionV1 instance = graphicsGlyphAlphaSubmissionV1(1, 1, 1, 1, 1, 1, 1, true, \"example\")\ntext result = instance.ValidationIssue()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text__graphicsglyphalphasubmissionv1\"\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":"07a8aed386304947d78955465f0a21ae4b46849f7ba563f763516d335db47335","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Snapshot-11","title":"graphicsGlyphAlphaSubmissionV1.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.\ngraphicsGlyphAlphaSubmissionV1 instance = graphicsGlyphAlphaSubmissionV1(1, 1, 1, 1, 1, 1, 1, true, \"example\")\ntext result = instance.Snapshot()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text__graphicsglyphalphasubmissionv1\"\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":"f25f3d5e737ba83872d47542b2697e56b6b28348c42ad31201aac0b0e89f8cbb","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["sequence","providerRunIndex","resourceIndex","originXQ26_6","originYQ26_6","width","height","empty","source","graphicsGlyphAlphaSubmissionV1","ValidationIssue","Snapshot"],"url":"https://demonhunterlabs.com/academy/api?item=graphics.text--graphicsGlyphAlphaSubmissionV1","json":"https://demonhunterlabs.com/reference/items/graphics.text--graphicsGlyphAlphaSubmissionV1.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.text--graphicsGlyphAlphaSubmissionV1.md"}
