graphics.text · thing ·

graphicsGlyphAlphaSubmissionV1

A graphics glyph alpha submission v1 record carrying sequence, providerRunIndex, resourceIndex, originXQ26_6, originYQ26_6, and related state.

cpugraphicsgraphics.textmethodsource-exampletextthingyeho

Shape, measure, and represent text and glyph resources.

external thing graphicsGlyphAlphaSubmissionV1

Status: source-declared

Fields and methods (12)
int sequence
Stores sequence as int.
int providerRunIndex
Stores provider run index as int.
int resourceIndex
Stores resource index as int.
int originXQ26_6
Stores origin xq26 6 as int.
int originYQ26_6
Stores origin yq26 6 as int.
int width
Stores width as int.
int height
Stores height as int.
bool empty
Stores empty as bool.
text source
Stores source as text.
graphicsGlyphAlphaSubmissionV1(int sequence, int providerRunIndex, int resourceIndex, int originXQ26_6, int originYQ26_6, int width, int height, bool empty, text source)
Graphics glyph alpha submission v1.
ValidationIssue() returns text
Validation issue. Complete example
Snapshot() returns text
Snapshot. Complete example

Use graphicsGlyphAlphaSubmissionV1

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.
graphicsGlyphAlphaSubmissionV1 sample = graphicsGlyphAlphaSubmissionV1(1, 1, 1, 1, 1, 1, 1, true, "example")
Console.Log(Text.From(sample.sequence))
project.mech
manifestVersion = "2"
package = "api.example.graphics_text__graphicsglyphalphasubmissionv1"
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"

graphicsGlyphAlphaSubmissionV1.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.
graphicsGlyphAlphaSubmissionV1 instance = graphicsGlyphAlphaSubmissionV1(1, 1, 1, 1, 1, 1, 1, true, "example")
text result = instance.ValidationIssue()
Console.Log(Text.From(result))
project.mech
manifestVersion = "2"
package = "api.example.graphics_text__graphicsglyphalphasubmissionv1"
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"

graphicsGlyphAlphaSubmissionV1.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.
graphicsGlyphAlphaSubmissionV1 instance = graphicsGlyphAlphaSubmissionV1(1, 1, 1, 1, 1, 1, 1, true, "example")
text result = instance.Snapshot()
Console.Log(Text.From(result))
project.mech
manifestVersion = "2"
package = "api.example.graphics_text__graphicsglyphalphasubmissionv1"
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/glyph_alpha_resources_v1.yh:95