Skip to documentation
SLOP

tiny.filigree.GlyphAtlasRectangle

Reference tiny.filigree GlyphAtlasRectangle

Defined in font.raster.

API (4)

Fields and members

Public fields and members.

No direct callersNo direct callsfont.rasterRectangle
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/filigree/src/font/raster.zig:16

zig
pub const Rectangle = struct {    x: f32 = 0,    y: f32 = 0,    width: f32 = 0,    height: f32 = 0,};

Source: lib/filigree/src/root.zig:94

zig
pub const GlyphAtlasRectangle = font.GlyphAtlasRectangle;

Also reachable as

font.GlyphAtlasRectangle.

Audit

Definitions1
Public names3
Members4
Version26.7.0
Revisiondaab053ee433