litehtml-sys 0.2.4

Raw FFI bindings for litehtml (C++ HTML/CSS rendering engine)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#include "el_break.h"

litehtml::el_break::el_break(const std::shared_ptr<litehtml::document>& doc) : html_tag(doc)
{

}

bool litehtml::el_break::is_break() const
{
	return true;
}