MCPcopy Create free account
hub / github.com/andlabs/ui / toLibui

Method toLibui

drawtext.go:202–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200}
201
202func (u UnderlineColorCustom) toLibui() *C.uiAttribute {
203 return C.uiNewUnderlineColorAttribute(C.uiUnderlineColorCustom, C.double(u.R), C.double(u.G), C.double(u.B), C.double(u.A))
204}
205
206// OpenTypeFeatures is an Attribute that represents a set of
207// OpenType feature tag-value pairs, for applying OpenType

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected