min_bounds>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition

GENERIC: min_bounds>> ( object -- value )


Methods

M: XFontStruct min_bounds>>
T{ struct-slot-spec
{ name "min_bounds" }
{ offset 56 }
{ class XCharStruct }
{ initial
S{ XCharStruct
{ lbearing 0 }
{ rbearing 0 }
{ width 0 }
{ ascent 0 }
{ descent 0 }
{ attributes 0 }
}
}
{ type XCharStruct }
} read-struct-slot ; inline