graphics.text · thing ·
graphicsTextShapingCapabilityV2
A graphics text shaping capability v2 record carrying schema, provider, target, available, fractionalBits, and related state.
Shape, measure, and represent text and glyph resources.
external thing graphicsTextShapingCapabilityV2Status: source-declared
Fields and methods (10)
text schema- Stores schema as text.
text provider- Stores provider as text.
text target- Stores target as text.
bool available- Stores available as bool.
int fractionalBits- Stores fractional bits as int.
text features- Stores features as text.
text diagnostic- Stores diagnostic as text.
graphicsTextShapingCapabilityV2(text provider, text target, bool available, int fractionalBits, text features, text diagnostic)- Graphics text shaping capability v2.
ValidationIssue() returns text- Validation issue. Complete example
Snapshot() returns text- Snapshot. Complete example
Use graphicsTextShapingCapabilityV2
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.
graphicsTextShapingCapabilityV2 sample = graphicsTextShapingCapabilityV2("provider", "target", true, 1, "features", "diagnostic")
Console.Log(Text.From(sample.schema))
project.mech
manifestVersion = "2"
package = "api.example.graphics_text__graphicstextshapingcapabilityv2"
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"
graphicsTextShapingCapabilityV2.ValidationIssue
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
// Validation issue.
graphicsTextShapingCapabilityV2 instance = graphicsTextShapingCapabilityV2("provider", "target", true, 1, "features", "diagnostic")
text result = instance.ValidationIssue()
Console.Log(Text.From(result))
project.mech
manifestVersion = "2"
package = "api.example.graphics_text__graphicstextshapingcapabilityv2"
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"
graphicsTextShapingCapabilityV2.Snapshot
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
// Snapshot.
graphicsTextShapingCapabilityV2 instance = graphicsTextShapingCapabilityV2("provider", "target", true, 1, "features", "diagnostic")
text result = instance.Snapshot()
Console.Log(Text.From(result))
project.mech
manifestVersion = "2"
package = "api.example.graphics_text__graphicstextshapingcapabilityv2"
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/shaping_v2.yh:334