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

Method String

drawtext.go:379–381  ·  view source on GitHub ↗

String returns the textual content of s.

()

Source from the content-addressed store, hash-verified

377
378// String returns the textual content of s.
379func (s *AttributedString) String() string {
380 return C.GoString(C.uiAttributedStringString(s.s))
381}
382
383// AppendUnattributed adds str to the end of s. The new substring
384// will be unattributed.

Callers 1

appendWithAttributesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected