libdom
Loading...
Searching...
No Matches
Typedefs | Functions
html_basefont_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_base_font_element dom_html_base_font_element
 

Functions

dom_exception dom_html_base_font_element_get_size (dom_html_base_font_element *element, int32_t *size)
 
dom_exception dom_html_base_font_element_set_size (dom_html_base_font_element *element, uint32_t size)
 
dom_exception dom_html_base_font_element_get_color (dom_html_base_font_element *element, dom_string **color)
 
dom_exception dom_html_base_font_element_set_color (dom_html_base_font_element *element, dom_string *color)
 
dom_exception dom_html_base_font_element_get_face (dom_html_base_font_element *element, dom_string **face)
 
dom_exception dom_html_base_font_element_set_face (dom_html_base_font_element *element, dom_string *face)
 

Typedef Documentation

◆ dom_html_base_font_element

Function Documentation

◆ dom_html_base_font_element_get_color()

dom_exception dom_html_base_font_element_get_color ( dom_html_base_font_element element,
dom_string **  color 
)

◆ dom_html_base_font_element_get_face()

dom_exception dom_html_base_font_element_get_face ( dom_html_base_font_element element,
dom_string **  face 
)

◆ dom_html_base_font_element_get_size()

dom_exception dom_html_base_font_element_get_size ( dom_html_base_font_element base_font,
int32_t *  size 
)

Get the width Property

Parameters
base_fontThe dom_html_base_font_element object

◆ dom_html_base_font_element_set_color()

dom_exception dom_html_base_font_element_set_color ( dom_html_base_font_element element,
dom_string color 
)

◆ dom_html_base_font_element_set_face()

dom_exception dom_html_base_font_element_set_face ( dom_html_base_font_element element,
dom_string face 
)

◆ dom_html_base_font_element_set_size()

dom_exception dom_html_base_font_element_set_size ( dom_html_base_font_element base_font,
uint32_t  size 
)

Set the width Property

Parameters
base_fontThe dom_html_base_font_element object