New Post: white-space: nowrap
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Unicode in HTML with HEX representation
Hello, if I put --- & # x 4 1 ; --- (without spaces) as HEX value it dosen´t show an "A" but --- & # 6 5 ; --- shows an "A". Is it possible to fix this. I´m using a markdown processor which...
View ArticleCreated Unassigned: Unicode in HTML with HEX representation [8941]
Hello,if I put --- & # x 4 1 ; --- (without spaces) as HEX value it dosen´t show an "A" but --- & # 6 5 ; --- shows an "A". Is it possible to fix this. I´m using a markdown processor which...
View ArticleNew Post: Unicode in HTML with HEX representation
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleClosed Unassigned: Text white spaces dissappear when styling [8772]
White spaces in text dissappear when we are using the <font> tag Or if we use <span style> with font-family and font size.Also, <font size""> is not respected.Can you provide a fix...
View ArticleReleased: 1.4.6.0 (Mar 10, 2013)
for full info: http://theartofdev.wordpress.com/2013/03/10/html-renderer-1-4-0-0/Update 1.4.6.0Native GDI text rendering (see...
View ArticleUpdated Release: 1.4.6.0 (Mar 10, 2013)
for full info: http://theartofdev.wordpress.com/2013/03/10/html-renderer-1-4-0-0/Update 1.4.6.0Native GDI text rendering (see...
View ArticleEdited Issue: Unicode in HTML with HEX representation [8941]
Hello,if I put --- & # x 4 1 ; --- (without spaces) as HEX value it dosen´t show an "A" but --- & # 6 5 ; --- shows an "A". Is it possible to fix this. I´m using a markdown processor which...
View ArticleClosed Issue: Unicode in HTML with HEX representation [8941]
Hello,if I put --- & # x 4 1 ; --- (without spaces) as HEX value it dosen´t show an "A" but --- & # 6 5 ; --- shows an "A". Is it possible to fix this. I´m using a markdown processor which...
View ArticleEdited Issue: white-space: nowrap [8907]
first of all, its a great project!i found a bug: "white-space: nowrap" not rendered correctly at resizing.Here is the sample code:"<html><body><div><p>This:<br/><span...
View ArticleClosed Issue: white-space: nowrap [8907]
first of all, its a great project!i found a bug: "white-space: nowrap" not rendered correctly at resizing.Here is the sample code:"<html><body><div><p>This:<br/><span...
View ArticleEdited Feature: Support Links to Anchors [8834]
https://htmlrenderer.codeplex.com/discussions/448317
View ArticleClosed Feature: Support Links to Anchors [8834]
https://htmlrenderer.codeplex.com/discussions/448317
View ArticleEdited Issue: Cannot wrap lines in Chinese. [8763]
Try this in HtmlPanel (Contians Chinese characters without any...
View ArticleClosed Issue: Cannot wrap lines in Chinese. [8763]
Try this in HtmlPanel (Contians Chinese characters without any...
View ArticleNew Post: Value cannot be null. Parameter name: parent
Attached is a sample HTML file taken from a website that exhibits the error in the render. I have had this error occur with multiple unrelated websites:
View ArticleNew Post: HtmlRender.Render - Pixilated Images
I wrote the following code which worked flawlessly. Started up the project the next day and now all the images are pixilated, bolded text. I have no idea what would have caused the issue. Any...
View ArticleNew Post: HtmlRender.Render - Pixilated Images
You probably updated the version from 1.4.5.0 It is the result of a change I made to using GDI text rendering Try "HtmlRenderer.HtmlRender.RenderToImage" method, the code should be simpler and the...
View ArticleNew Post: HtmlRender.Render - Pixilated Images
Thanks for the quick reply. I have tried the HtmlRender.RenderToImage method which did work better the text is now clear again. However, the background is now returning as black - I need to have it...
View ArticleNew Post: HtmlRender.Render - Pixilated Images
Sorry, transparent background is the only thing that is not supported :( You will have to use 1.4.5.0 Note that the rendered HTML does looks better, why do you need transparent background?
View Article