New Post: fonts that aren't installed on system
How do you deal with the lack of certain fonts (Helvetica is an easy one) that aren't installed, but are very common in HTML / CSS code? Are you just going to bundle up a set of Browser fonts? Perhaps...
View ArticleNew Post: fonts that aren't installed on system
Great point. No you are right that is a problem, and yes the solution I built could solve it as is, but perhaps it is not the most elegant solution for those general cases. Every application wo uld...
View ArticleNew Post: fonts that aren't installed on system
In next version I will add support for adding custom font, similar to what you did with CssFontFactory but no exactly for performance reasons. also I will add unavailable font mapping option, so the...
View ArticleNew Post: fonts that aren't installed on system
Gotcha, as long as it’s still easy to use so that somebody who has custom loaded their font families can register them with the library. Keep in mind these could be either file or memory fonts, right...
View ArticleNew Post: GetStyleSheet Missing
In previous versions there used to be a GetStyleSheet function. This allowed for tooltips to use html with links to stylesheets. Example:<head> <title>Day Info: {0}</title> <link...
View ArticleNew Post: CSS float problem
Hi, I've been trying to right float an image for a few hours, but can't get it to work.HTML<div style="width:250px; background-color:#FFFF80"><img src="c:\temp\rik1.png" style="float: right;...
View ArticleNew Post: CSS float problem
It's currently not support by HtmlRenderer. Unfortunately it's a very hard feature to support so I don't know when I will be able to add it.
View ArticleNew Post: CSS float problem
Ah that's unfortunate. I'll try to figure out a workaround. Thanks for your fast reply!
View ArticleCommented Issue: line-through in CSS renders incorrectly [8651]
When using a CSS class containing text-I see that this works from the Demo app:<span style="text-decoration: line-through">Font style</span>but in my case I must use CSS to define the start...
View ArticleEdited Issue: line-through in CSS renders incorrectly [8651]
When using a CSS class containing text-I see that this works from the Demo app:<span style="text-decoration: line-through">Font style</span>but in my case I must use CSS to define the start...
View ArticleCommented Issue: line-through in CSS renders incorrectly [8651]
When using a CSS class containing text-I see that this works from the Demo app:<span style="text-decoration: line-through">Font style</span>but in my case I must use CSS to define the start...
View ArticleReleased: 1.4.3.0 (Mar 10, 2013)
for full info: http://theartofdev.wordpress.com/2013/03/10/html-renderer-1-4-0-0/Update 1.4.3.0Support ::selection style Support custom fonts by HtmlRender.AddFontFamily (thx TheRhinoDude) Support not...
View ArticleUpdated Release: 1.4.3.0 (Mar 10, 2013)
for full info: http://theartofdev.wordpress.com/2013/03/10/html-renderer-1-4-0-0/Update 1.4.3.0Support ::selection styleSupport custom fonts by HtmlRender.AddFontFamily (thx TheRhinoDude)Support not...
View ArticleClosed Issue: line-through in CSS renders incorrectly [8651]
When using a CSS class containing text-I see that this works from the Demo app:<span style="text-decoration: line-through">Font style</span>but in my case I must use CSS to define the start...
View ArticleReleased: 1.4.4.0 (Mar 10, 2013)
for full info: http://theartofdev.wordpress.com/2013/03/10/html-renderer-1-4-0-0/Update 1.4.4.0Fix whitespace removed in some cases Fix list-item not respecting padding/margin Fix empty inline element...
View ArticleUpdated Release: 1.4.4.0 (Mar 10, 2013)
for full info: http://theartofdev.wordpress.com/2013/03/10/html-renderer-1-4-0-0/Update 1.4.4.0Fix whitespace removed in some casesFix list-item not respecting padding/marginFix empty inline element...
View ArticleNew Post: Scrolling to end
How can I programmatically scroll the HtmlPanel to the beginning/to the end? Thanks!
View Article