# graphicsGlyphAlphaSubmissionV1

A graphics glyph alpha submission v1 record carrying sequence, providerRunIndex, resourceIndex, originXQ26_6, originYQ26_6, and related state.

Last updated: 2026-09-09

Package: graphics.text | Status: source-declared

Tags: cpu, graphics, graphics.text, method, source-example, text, thing, yeho

Shape, measure, and represent text and glyph resources.

```yh
external thing graphicsGlyphAlphaSubmissionV1
```

- 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.
- Snapshot() returns text: Snapshot.

## Use graphicsGlyphAlphaSubmissionV1

A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.

Verification: type checked

```yh
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))

```

Save this beside start.yh as project.mech:

```toml
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"

```

Extract the example archive beside the yeho and dolphin checkouts. This example requires those source dependencies and a current developer compiler.

```sh
./yeho/build/dolphin-metal/yehoc ./api-examples/graphics.text--graphicsGlyphAlphaSubmissionV1/usage --backend cpu-oracle -o /tmp/yeho-example
/tmp/yeho-example
```


## graphicsGlyphAlphaSubmissionV1.ValidationIssue

A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.

Verification: type checked

```yh
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))

```

Save this beside start.yh as project.mech:

```toml
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"

```

Extract the example archive beside the yeho and dolphin checkouts. This example requires those source dependencies and a current developer compiler.

```sh
./yeho/build/dolphin-metal/yehoc ./api-examples/graphics.text--graphicsGlyphAlphaSubmissionV1/method-ValidationIssue-10 --backend cpu-oracle -o /tmp/yeho-example
/tmp/yeho-example
```


## graphicsGlyphAlphaSubmissionV1.Snapshot

A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.

Verification: type checked

```yh
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))

```

Save this beside start.yh as project.mech:

```toml
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"

```

Extract the example archive beside the yeho and dolphin checkouts. This example requires those source dependencies and a current developer compiler.

```sh
./yeho/build/dolphin-metal/yehoc ./api-examples/graphics.text--graphicsGlyphAlphaSubmissionV1/method-Snapshot-11 --backend cpu-oracle -o /tmp/yeho-example
/tmp/yeho-example
```


Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup.

Source: yeho/packages/graphics/text/glyph_alpha_resources_v1.yh

AI training permission: https://demonhunterlabs.com/ai-use
