{"id":"graphics.text--graphicsTextRun","name":"graphicsTextRun","owner":"yeho","package":"graphics.text","kind":"thing","signature":"external thing graphicsTextRun","description":"A graphics text run record carrying value, styleRef, overflow, alignment.","context":"Shape, measure, and represent text and glyph resources.","parameters":[],"returns":"void","members":[{"name":"value","kind":"field","type":"text","description":"Stores value as text.","signature":"text value","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"styleRef","kind":"field","type":"text","description":"Stores style ref as text.","signature":"text styleRef","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"overflow","kind":"field","type":"text","description":"Stores overflow as text.","signature":"text overflow","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"alignment","kind":"field","type":"text","description":"Stores alignment as text.","signature":"text alignment","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"graphicsTextRun","kind":"constructor","parameters":[{"name":"value","type":"text","description":"Value."},{"name":"styleRef","type":"text","description":"Style ref."},{"name":"overflow","type":"text","description":"Overflow."},{"name":"alignment","type":"text","description":"Alignment."}],"returns":"void","signature":"graphicsTextRun(text value, text styleRef, text overflow, text alignment)","description":"Graphics text run.","tags":["thing","constructor","graphics.text"],"updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","graphics.text"],"exampleId":"method-Describe-5","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/text.yh","line":32,"sha256":"960ad0d330e47b3966c95530907649dd2ad38ddbc16cc2530eaeb252c64f5170"},"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 graphicsTextRun","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.\ngraphicsTextRun sample = graphicsTextRun(\"value\", \"style Ref\", \"overflow\", \"alignment\")\nConsole.Log(Text.From(sample.value))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text__graphicstextrun\"\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":"1d414ff6b595e2981d6746a0f72998ffdd2f128c204c266898b41edb81fe5a0c","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-5","title":"graphicsTextRun.Describe","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using graphics.text\n\n// Describe.\ngraphicsTextRun instance = graphicsTextRun(\"value\", \"style Ref\", \"overflow\", \"alignment\")\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text__graphicstextrun\"\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":"d156680ed7c97eff9259aa72198c62bc382d2e3ad605b3f821b714b4222eeb6f","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["value","styleRef","overflow","alignment","graphicsTextRun","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=graphics.text--graphicsTextRun","json":"https://demonhunterlabs.com/reference/items/graphics.text--graphicsTextRun.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.text--graphicsTextRun.md"}
