{"id":"graphics.text--CreateGraphicsFontProfile","name":"CreateGraphicsFontProfile","owner":"yeho","package":"graphics.text","kind":"function","signature":"external CreateGraphicsFontProfile(text name, text source, text shaping, text atlasPolicy, text fallbackPolicy, text diagnostics) returns graphicsFontProfile","description":"Create graphics font profile from the supplied values.","context":"Shape, measure, and represent text and glyph resources.","parameters":[{"name":"name","type":"text","description":"Supply name as text."},{"name":"source","type":"text","description":"Supply source as text."},{"name":"shaping","type":"text","description":"Supply shaping as text."},{"name":"atlasPolicy","type":"text","description":"Supply atlas policy as text."},{"name":"fallbackPolicy","type":"text","description":"Supply fallback policy as text."},{"name":"diagnostics","type":"text","description":"Supply diagnostics as text."}],"returns":"graphicsFontProfile","members":[],"tags":["cpu","function","graphics","graphics.text","source-example","text","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/graphics/text/text.yh","line":27,"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 CreateGraphicsFontProfile","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.\ntext name = \"Nova\"\ntext source = \"example\"\ntext shaping = \"shaping\"\ntext atlasPolicy = \"atlas Policy\"\ntext fallbackPolicy = \"fallback Policy\"\ntext diagnostics = \"diagnostics\"\ngraphicsFontProfile result = CreateGraphicsFontProfile(name, source, shaping, atlasPolicy, fallbackPolicy, diagnostics)\nConsole.Log(\"Inspect result in your debugger\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_text__creategraphicsfontprofile\"\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":"91b2516ddf306db7e435a0890f2b88c68c668a59f1ab3bc3cf3b4b24a6664bc2","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=graphics.text--CreateGraphicsFontProfile","json":"https://demonhunterlabs.com/reference/items/graphics.text--CreateGraphicsFontProfile.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsFontProfile.md"}
