10000 GitHub - hovlad/litehtmlcpp98: C++98 / FreeType fork https://github.com/litehtml/litehtml)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hovlad/litehtmlcpp98

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is litehtml engine?

litehtml is the lightweight HTML rendering engine with CSS2/CSS3 support. Note that litehtml itself does not draw any text, pictures or other graphics and that litehtml does not depend on any image/draw/font library. You are free to use any library to draw images, fonts and any other graphics. litehtml just parses HTML/CSS and places the HTML elements into the correct positions (renders HTML). To draw the HTML elements you have to implement the simple callback interface document_container. This interface is really simple, check it out! The document_container implementation is required to render HTML correctly.

litehtml all information

What is litehtmlcpp98?

litehtmlcpp98 is c++98 fork litehtml

Differences from litehtml

Demo

To demo the work you can use litehtmltopng simple render html to png based on litehtml engine.

About

C++98 / FreeType fork https://github.com/litehtml/litehtml)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 65.3%
  • C++ 27.1%
  • Ragel 7.3%
  • Other 0.3%
0