1#ifndef LH_HTML_MICROSYNTAXES_H
2#define LH_HTML_MICROSYNTAXES_H
type
Definition core.h:681
Definition background.h:12
bool html_parse_integer(const string &str, int &val)
Definition html_microsyntaxes.cpp:7
html_dimension_type
Definition html_microsyntaxes.h:11
@ html_percentage
Definition html_microsyntaxes.h:13
@ html_length
Definition html_microsyntaxes.h:12
bool html_parse_dimension_value(const string &str, float &val, html_dimension_type &type)
Definition html_microsyntaxes.cpp:29
bool html_parse_nonzero_dimension_value(const string &str, float &val, html_dimension_type &type)
Definition html_microsyntaxes.cpp:91
bool html_parse_non_negative_integer(const string &str, int &val)
Definition html_microsyntaxes.cpp:19