Quantcast
Channel: HTML Renderer
Viewing all articles
Browse latest Browse all 693

Created Unassigned: Word-spacing not working... [9078]

$
0
0
I can see that the control tries to implement word-spacing:

```
_actualWordSpacing = CssUtils.WhiteSpace(g, this);
if (WordSpacing != CssConstants.Normal)
{
string len = RegexParserUtils.Search(RegexParserUtils.CssLength, WordSpacing);
_actualWordSpacing += CssValueParser.ParseLength(len, 1, this);
}
```
But this doesnot appear to change the output of the renderer???

Kris

Viewing all articles
Browse latest Browse all 693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>