{"id":"graphics.text--graphicsFontProfile","name":"graphicsFontProfile","owner":"yeho","package":"graphics.text","kind":"thing","signature":"external thing graphicsFontProfile","description":"A graphics font profile record carrying name, source, shaping, atlasPolicy, fallbackPolicy, and related state.","context":"Shape, measure, and represent text and glyph resources.","parameters":[],"returns":"void","members":[{"name":"name","kind":"field","type":"text","description":"Stores name as text.","signature":"text name","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":"shaping","kind":"field","type":"text","description":"Stores shaping as text.","signature":"text shaping","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"atlasPolicy","kind":"field","type":"text","description":"Stores atlas policy as text.","signature":"text atlasPolicy","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"fallbackPolicy","kind":"field","type":"text","description":"Stores fallback policy as text.","signature":"text fallbackPolicy","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"diagnostics","kind":"field","type":"text","description":"Stores diagnostics as text.","signature":"text diagnostics","tags":["thing","field","graphics.text"],"updated":"2026-09-09"},{"name":"graphicsFontProfile","kind":"constructor","parameters":[{"name":"name","type":"text","description":"Name."},{"name":"source","type":"text","description":"Source."},{"name":"shaping","type":"text","description":"Shaping."},{"name":"atlasPolicy","type":"text","description":"Atlas policy."},{"name":"fallbackPolicy","type":"text","description":"Fallback policy."},{"name":"diagnostics","type":"text","description":"Diagnostics."}],"returns":"void","signature":"graphicsFontProfile(text name, text source, text shaping, text atlasPolicy, text fallbackPolicy, text diagnostics)","description":"Graphics font profile.","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-7","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":2,"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 graphicsFontProfile","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.\ngraphicsFontProfile sample = graphicsFontProfile(\"Nova\", \"example\", \"shaping\", \"atlas Policy\", \"fallback Policy\", \"diagnostics\")\nConsole.Log(Text.From(sample.name))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text__graphicsfontprofile\"\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":"d41f26f23af04431b20dae9ff2ed437844b841fb800c748f1fd38a6b996241b3","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-7","title":"graphicsFontProfile.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.\ngraphicsFontProfile instance = graphicsFontProfile(\"Nova\", \"example\", \"shaping\", \"atlas Policy\", \"fallback Policy\", \"diagnostics\")\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text__graphicsfontprofile\"\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":"b570ec181d325592ccad03a51a9f99537de9b6d85de56307ed9e98d4f9b8c4d7","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["name","source","shaping","atlasPolicy","fallbackPolicy","diagnostics","graphicsFontProfile","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=graphics.text--graphicsFontProfile","json":"https://demonhunterlabs.com/reference/items/graphics.text--graphicsFontProfile.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.text--graphicsFontProfile.md"}
