libdom
Loading...
Searching...
No Matches
Typedefs | Functions
html_font_element.h File Reference
#include <stdbool.h>
#include <dom/core/exceptions.h>
#include <dom/core/string.h>

Go to the source code of this file.

Typedefs

typedef struct dom_html_font_element dom_html_font_element
 

Functions

dom_exception dom_html_font_element_get_color (dom_html_font_element *ele, dom_string **color)
 
dom_exception dom_html_font_element_set_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_set_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)
 
dom_exception dom_html_font_element_set_size (dom_html_font_element *ele, dom_string *size)
 

Typedef Documentation

◆ dom_html_font_element

Function Documentation

◆ dom_html_font_element_get_color()

dom_exception dom_html_font_element_get_color ( dom_html_font_element ele,
dom_string **  color 
)

◆ dom_html_font_element_get_face()

dom_exception dom_html_font_element_get_face ( dom_html_font_element ele,
dom_string **  face 
)

◆ dom_html_font_element_get_size()

dom_exception dom_html_font_element_get_size ( dom_html_font_element ele,
dom_string **  size 
)

◆ dom_html_font_element_set_color()

dom_exception dom_html_font_element_set_color ( dom_html_font_element ele,
dom_string color 
)

◆ dom_html_font_element_set_face()

dom_exception dom_html_font_element_set_face ( dom_html_font_element ele,
dom_string face 
)

◆ dom_html_font_element_set_size()

dom_exception dom_html_font_element_set_size ( dom_html_font_element ele,
dom_string size 
)