var text = typeof(options.text) === 'function' ?
                options.text.call(this, options, uri, settings) :
                String(options.text);