Scenic.Script.draw_text

You're seeing just the function draw_text, go back to Scenic.Script module for more information.
Link to this function

draw_text(ops, utf8_string)

View Source

Specs

draw_text(ops :: t(), text :: String.t()) :: ops :: t()
Link to this function

draw_text(ops, utf8_text, line_height)

View Source

Specs

draw_text(ops :: t(), text :: String.t(), line_height :: number()) :: ops :: t()