elm/libraries/Graphics/Text.elm

24 lines
492 B
Elm

module Graphics.Text where
import Native.Graphics.Text as T
toText : String -> Text
typeface : String -> Text -> Text
href : String -> Text -> Text
height : Float -> Text -> Text
color : Color -> Text -> Text
bold : Text -> Text
italic : Text -> Text
overline : Text -> Text
underline : Text -> Text
strikeThrough : Text -> Text
justified : Text -> Element
centered : Text -> Element
righted : Text -> Element
text : Text -> Element
asText : a -> Element