8#ifndef dom_html_font_element_h_
9#define dom_html_font_element_h_
dom_exception
Definition exceptions.h:24
dom_exception dom_html_font_element_set_face(dom_html_font_element *ele, dom_string *face)
dom_exception dom_html_font_element_set_size(dom_html_font_element *ele, dom_string *size)
dom_exception dom_html_font_element_set_color(dom_html_font_element *ele, dom_string *color)
dom_exception dom_html_font_element_get_color(dom_html_font_element *ele, dom_string **color)
dom_exception dom_html_font_element_get_face(dom_html_font_element *ele, dom_string **face)
dom_exception dom_html_font_element_get_size(dom_html_font_element *ele, dom_string **size)
Definition html_font_element.h:16