()
| 200 | } |
| 201 | |
| 202 | func (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 |
nothing calls this directly
no outgoing calls
no test coverage detected