{"id":"graphics.text--graphicsGlyphAlphaResourceSetV1","name":"graphicsGlyphAlphaResourceSetV1","owner":"yeho","package":"graphics.text","kind":"thing","signature":"external thing graphicsGlyphAlphaResourceSetV1","description":"A graphics glyph alpha resource set v1 record carrying available, resources, submissions, totalBytes, nativeScratchAllocations, and related state.","context":"Shape, measure, and represent text and glyph resources.","parameters":[],"returns":"void","members":[{"name":"available","kind":"field","type":"bool","description":"Stores available as bool.","signature":"bool available","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"resources","kind":"field","type":"list of graphicsGlyphAlphaResourceV1","description":"Stores resources as list of graphicsGlyphAlphaResourceV1.","signature":"list of graphicsGlyphAlphaResourceV1 resources","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"submissions","kind":"field","type":"list of graphicsGlyphAlphaSubmissionV1","description":"Stores submissions as list of graphicsGlyphAlphaSubmissionV1.","signature":"list of graphicsGlyphAlphaSubmissionV1 submissions","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"totalBytes","kind":"field","type":"int","description":"Stores total bytes as int.","signature":"int totalBytes","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"nativeScratchAllocations","kind":"field","type":"int","description":"Stores native scratch allocations as int.","signature":"int nativeScratchAllocations","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"nativeScratchReleases","kind":"field","type":"int","description":"Stores native scratch releases as int.","signature":"int nativeScratchReleases","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"nativeObjectsAcquired","kind":"field","type":"int","description":"Stores native objects acquired as int.","signature":"int nativeObjectsAcquired","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"nativeObjectsReleased","kind":"field","type":"int","description":"Stores native objects released as int.","signature":"int nativeObjectsReleased","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"diagnostic","kind":"field","type":"text","description":"Stores diagnostic as text.","signature":"text diagnostic","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":"graphicsGlyphAlphaResourceSetV1","kind":"constructor","parameters":[{"name":"source","type":"text","description":"Source."}],"returns":"void","signature":"graphicsGlyphAlphaResourceSetV1(text source)","description":"Graphics glyph alpha resource set v1.","tags":["thing","constructor","graphics.text"],"updated":"2026-09-09"},{"name":"FindResource","kind":"method","parameters":[{"name":"id","type":"text","description":"Id."}],"returns":"int","signature":"FindResource(text id) returns int","description":"Find resource.","tags":["thing","method","graphics.text"],"exampleId":"method-FindResource-11","updated":"2026-09-09"},{"name":"AddResource","kind":"method","parameters":[{"name":"resource","type":"graphicsGlyphAlphaResourceV1","description":"Resource."}],"returns":"int","signature":"AddResource(graphicsGlyphAlphaResourceV1 resource) returns int","description":"Add resource.","tags":["thing","method","graphics.text"],"exampleId":"method-AddResource-12","updated":"2026-09-09"},{"name":"AddSubmission","kind":"method","parameters":[{"name":"submission","type":"graphicsGlyphAlphaSubmissionV1","description":"Submission."}],"returns":"bool","signature":"AddSubmission(graphicsGlyphAlphaSubmissionV1 submission) returns bool","description":"Add submission.","tags":["thing","method","graphics.text"],"exampleId":"method-AddSubmission-13","updated":"2026-09-09"},{"name":"Reject","kind":"method","parameters":[{"name":"issue","type":"text","description":"Issue."}],"returns":"void","signature":"Reject(text issue)","description":"Reject.","tags":["thing","method","graphics.text"],"exampleId":"method-Reject-14","updated":"2026-09-09"},{"name":"CleanupComplete","kind":"method","parameters":[],"returns":"bool","signature":"CleanupComplete() returns bool","description":"Cleanup complete.","tags":["thing","method","graphics.text"],"exampleId":"method-CleanupComplete-15","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-16","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-17","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":157,"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 graphicsGlyphAlphaResourceSetV1","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.\ngraphicsGlyphAlphaResourceSetV1 sample = graphicsGlyphAlphaResourceSetV1(\"example\")\nConsole.Log(Text.From(sample.available))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text__graphicsglyphalpharesourcesetv1\"\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":"833d6ed67ae3ea36d6d70f3a159eb77bb58355f0deaddeb4589ce1e56bb15cad","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-FindResource-11","title":"graphicsGlyphAlphaResourceSetV1.FindResource","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using graphics.text\n\n// Find resource.\ngraphicsGlyphAlphaResourceSetV1 instance = graphicsGlyphAlphaResourceSetV1(\"example\")\ntext argument_id = \"argument id\"\nint result = instance.FindResource(argument_id)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text__graphicsglyphalpharesourcesetv1\"\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":"7960c5f36c7b4ee7905f79672cfc26ffecb87edfb15d8152baa7b01079dfe71f","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-AddResource-12","title":"graphicsGlyphAlphaResourceSetV1.AddResource","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using graphics.text\n\n// Add resource.\ngraphicsGlyphAlphaResourceSetV1 instance = graphicsGlyphAlphaResourceSetV1(\"example\")\ngraphicsGlyphAlphaResourceV1 argument_resource = graphicsGlyphAlphaResourceV1(1, \"id\", 1, 1, 4, 4, \"payload Hex\", \"example\")\nint result = instance.AddResource(argument_resource)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text__graphicsglyphalpharesourcesetv1\"\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":"286ba17d2173079db653931efe789865280abbdc7081ea549eceee01574beb6f","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-AddSubmission-13","title":"graphicsGlyphAlphaResourceSetV1.AddSubmission","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using graphics.text\n\n// Add submission.\ngraphicsGlyphAlphaResourceSetV1 instance = graphicsGlyphAlphaResourceSetV1(\"example\")\ngraphicsGlyphAlphaSubmissionV1 argument_submission = graphicsGlyphAlphaSubmissionV1(1, 1, 1, 1, 1, 1, 1, true, \"example\")\nbool result = instance.AddSubmission(argument_submission)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text__graphicsglyphalpharesourcesetv1\"\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":"7c63767e158520f391366145e815dc7cae7c7fe9fb1175ede5e8910a2fde0c4b","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Reject-14","title":"graphicsGlyphAlphaResourceSetV1.Reject","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using graphics.text\n\n// Reject.\ngraphicsGlyphAlphaResourceSetV1 instance = graphicsGlyphAlphaResourceSetV1(\"example\")\ntext argument_issue = \"argument issue\"\ninstance.Reject(argument_issue)\nConsole.Log(\"Reject completed\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text__graphicsglyphalpharesourcesetv1\"\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":"93e43e8a9e64238f06adb0a0252e004c6fc6761b7b70d6ffcdf2fe37048d3b9e","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-CleanupComplete-15","title":"graphicsGlyphAlphaResourceSetV1.CleanupComplete","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using graphics.text\n\n// Cleanup complete.\ngraphicsGlyphAlphaResourceSetV1 instance = graphicsGlyphAlphaResourceSetV1(\"example\")\nbool result = instance.CleanupComplete()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text__graphicsglyphalpharesourcesetv1\"\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":"26cfa069f34b6eb94b04829106202d3d4aca93d4d844f24c5c0abd4db8f0e545","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-16","title":"graphicsGlyphAlphaResourceSetV1.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.\ngraphicsGlyphAlphaResourceSetV1 instance = graphicsGlyphAlphaResourceSetV1(\"example\")\ntext result = instance.ValidationIssue()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text__graphicsglyphalpharesourcesetv1\"\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":"db8e48da879dc7dbbe02e45d1ae7c8c8cce5d4269f50bb7b0a5cdddc748ba79e","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Snapshot-17","title":"graphicsGlyphAlphaResourceSetV1.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.\ngraphicsGlyphAlphaResourceSetV1 instance = graphicsGlyphAlphaResourceSetV1(\"example\")\ntext result = instance.Snapshot()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text__graphicsglyphalpharesourcesetv1\"\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":"aa16f70018ac915c39de141f8045adf24eeceab8f97ca5d526d082df715cf3ad","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["available","resources","submissions","totalBytes","nativeScratchAllocations","nativeScratchReleases","nativeObjectsAcquired","nativeObjectsReleased","diagnostic","source","graphicsGlyphAlphaResourceSetV1","FindResource","AddResource","AddSubmission","Reject","CleanupComplete","ValidationIssue","Snapshot"],"url":"https://demonhunterlabs.com/academy/api?item=graphics.text--graphicsGlyphAlphaResourceSetV1","json":"https://demonhunterlabs.com/reference/items/graphics.text--graphicsGlyphAlphaResourceSetV1.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.text--graphicsGlyphAlphaResourceSetV1.md"}
