graphics.text · thing ·

graphicsFontProfile

A graphics font profile record carrying name, source, shaping, atlasPolicy, fallbackPolicy, and related state.

cpugraphicsgraphics.textmethodsource-exampletextthingyeho

Shape, measure, and represent text and glyph resources.

external thing graphicsFontProfile

Status: source-declared

Fields and methods (8)
text name
Stores name as text.
text source
Stores source as text.
text shaping
Stores shaping as text.
text atlasPolicy
Stores atlas policy as text.
text fallbackPolicy
Stores fallback policy as text.
text diagnostics
Stores diagnostics as text.
graphicsFontProfile(text name, text source, text shaping, text atlasPolicy, text fallbackPolicy, text diagnostics)
Graphics font profile.
Describe() returns text
Describe. Complete example

Use graphicsFontProfile

A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.

cpu · source-example · type checked

using graphics.text

// Shape, measure, and represent text and glyph resources.
graphicsFontProfile sample = graphicsFontProfile("Nova", "example", "shaping", "atlas Policy", "fallback Policy", "diagnostics")
Console.Log(Text.From(sample.name))
project.mech
manifestVersion = "2"
package = "api.example.graphics_text__graphicsfontprofile"
version = "0.1.0"
languageEdition = "yeho-core-2026.1"

[app]
kind = "headless"

[[dependencies]]
package = "graphics.text"
version = "0.1.0"
path = "../../../yeho/packages/graphics/text"

graphicsFontProfile.Describe

A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.

cpu · method · source-example · type checked

using graphics.text

// Describe.
graphicsFontProfile instance = graphicsFontProfile("Nova", "example", "shaping", "atlas Policy", "fallback Policy", "diagnostics")
text result = instance.Describe()
Console.Log(Text.From(result))
project.mech
manifestVersion = "2"
package = "api.example.graphics_text__graphicsfontprofile"
version = "0.1.0"
languageEdition = "yeho-core-2026.1"

[app]
kind = "headless"

[[dependencies]]
package = "graphics.text"
version = "0.1.0"
path = "../../../yeho/packages/graphics/text"
Notes and source

Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup.

yeho/packages/graphics/text/text.yh:2