webkit-0.12.5: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLFontElement

Documentation

htmlFontElementSetColor :: HTMLFontElementClass self => self -> String -> IO ()Source

htmlFontElementGetColor :: HTMLFontElementClass self => self -> IO StringSource

htmlFontElementSetFace :: HTMLFontElementClass self => self -> String -> IO ()Source

htmlFontElementGetFace :: HTMLFontElementClass self => self -> IO StringSource

htmlFontElementSetSize :: HTMLFontElementClass self => self -> String -> IO ()Source

htmlFontElementGetSize :: HTMLFontElementClass self => self -> IO StringSource