View Source ScenicFontAwesome.Icon (scenic_fontawesome v0.1.0)
Provides functionality to wrap Scenic primitives.
Summary
Functions
Wrapper function around the Scenic sprites
primitive. See: https://hexdocs.pm/scenic/Scenic.Primitives.html#sprites/3
Functions
Link to this function
render(graph_or_primitive, spritesheet, destination_coordinates, source_coordinates, source_dimensions, opts \\ [])
View Source@spec render( source :: Scenic.Graph.t() | Scenic.Primitive.t(), binary(), {number(), number()}, {number(), number()}, {number(), number()}, options :: list() ) :: Scenic.Graph.t() | Scenic.Primitive.t()
Wrapper function around the Scenic sprites
primitive. See: https://hexdocs.pm/scenic/Scenic.Primitives.html#sprites/3