axjxwright

Results 2 issues of axjxwright

Non virtual destructors in base classes results in undefined behavior. `~Shape()` should be marked as virtual to make the destruction of derived types well defined

I'm using litehtml as a layout engine for rendering UI elements from my separate UI toolkit. For responsive layout i want to be able to change font sizes without having...