Xinf API Reference
Back | Index
class xinf.ony.type.StringList

Defines a list of String values.

Used mainly for the fontFamily property of SVG Text.

FIXME: maybe drop this, and just use Array?

var list :Array<String>
function new( l:Array<String> ) :Void
function toString( ) :String
Back | Index