New Post: External CSS background-image from external CSS stylesheet
I will release a minor fixes version in the coming week so if you find more bugs the time is now.
View ArticleNew Post: Inline-block and block elements widths incorrect
Sorry, "inline-block" style is not supported. it's a bit complicated to support so it's waiting for some major work.
View ArticleNew Post: Thinking of Page Support?
Rendering 100% is extremely complicated and may takes months to do, I don't think it's the best investment at this point. In the long run I'm planning to do a major redesign of the library so I will be...
View ArticleNew Post: Handling whitespace:pre-wrap
I notice that whitespace:pre is supported but not pre-wrap. Which means I can have a pre block which preserves whitespaces but doesn't wrap at the control edge. How easy would pre-wrap support be? As...
View ArticleNew Post: Handling whitespace:pre-wrap
Should not be hard, if so I will add it in the coming release this weekend.
View ArticleReleased: 1.4.13.0 (Mar 10, 2013)
for more info: HTML Renderer 1.4.0.0Update 1.4.13.0Improve GDI+ text rendering by rounding text position Change GDI+ default TextRenderingHint to AntiAlias Fix breaking urls when loading downloaded...
View ArticleUpdated Release: 1.4.13.0 (Mar 10, 2013)
for more info: HTML Renderer 1.4.0.0Update 1.4.13.0Improve GDI+ text rendering by rounding text position Change GDI+ default TextRenderingHint to AntiAlias Fix breaking urls when loading downloaded...
View ArticleReleased: 1.4.13.0 (Mar 10, 2013)
Update 1.4.13.0Improve GDI+ text rendering by rounding text position Change GDI+ default TextRenderingHint to AntiAlias Fix breaking urls when loading downloaded stylesheet Add GetElementRectangle to...
View ArticleUpdated Release: 1.4.13.0 (Mar 10, 2013)
Update 1.4.13.0Improve GDI+ text rendering by rounding text position Change GDI+ default TextRenderingHint to AntiAlias Fix breaking urls when loading downloaded stylesheet Add GetElementRectangle to...
View ArticleClosed Unassigned: Access to HtmlContainer instance that HtmlPanel uses. [9028]
Hello again. I am going to need access to the GetElementRectangle method of the HtmlContainer instance (_htmlContainer) that HtmlPanel uses.As it stands, I have no options for doing this other than...
View ArticleNew Post: External CSS background-image from external CSS stylesheet
Works a charm, thank you so much! Awesome job on this project.
View ArticleNew Post: CSS: Line Height
Is "line-height" currently being considered for inclusion for the next release? I'm prototyping a screenshot capture where I generate html with a css background image and dynamic text vertically...
View ArticleNew Post: CSS: Line Height
For the record... this is one hell of an awesome project and you have saved me from having to start messing around drawing images in C#. Thank you!!!
View ArticleNew Post: CSS: Line Height
thx, line-height is supported, currently there is a limitation that it is not allowed to be lower than the normal line height.
View ArticleNew Post: button
it is complicated to implement while less important (for most) than other features.
View ArticleNew Post: Inline-block and block elements widths incorrect
Thanks Arthur. Do you have any idea of a possible timeframe? ie: never, 1 year, 6 months, 1 month?
View Article