graphics.text · function ·
CreateGraphicsGlyphAlphaSubmissionV1
Create graphics glyph alpha submission v1 from the supplied values.
Shape, measure, and represent text and glyph resources.
external CreateGraphicsGlyphAlphaSubmissionV1(int sequence, int providerRunIndex, int resourceIndex, int originXQ26_6, int originYQ26_6, int width, int height, bool empty, text source) returns graphicsGlyphAlphaSubmissionV1Status: source-declared
Parameters
int sequence- Supply sequence as int.
int providerRunIndex- Supply provider run index as int.
int resourceIndex- Supply resource index as int.
int originXQ26_6- Supply origin xq26 6 as int.
int originYQ26_6- Supply origin yq26 6 as int.
int width- Supply width as int.
int height- Supply height as int.
bool empty- Supply empty as bool.
text source- Supply source as text.
Use CreateGraphicsGlyphAlphaSubmissionV1
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.
int sequence = 1
int providerRunIndex = 1
int resourceIndex = 1
int originXQ26_6 = 1
int originYQ26_6 = 1
int width = 1
int height = 1
bool empty = true
text source = "example"
graphicsGlyphAlphaSubmissionV1 result = CreateGraphicsGlyphAlphaSubmissionV1(sequence, providerRunIndex, resourceIndex, originXQ26_6, originYQ26_6, width, height, empty, source)
Console.Log("Inspect result in your debugger")
project.mech
manifestVersion = "2"
package = "api.example.graphics_text__creategraphicsglyphalphasubmissionv1"
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:500