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

Created Unassigned: WpfAdapter Constructor Failed. [9088]

$
0
0
I have pull requested about this issue.

(WpfAdapter.cs)
AddFontFamily(new FontFamilyAdapter(family)); fail by a limited font.

An example of solution method.

try
{
AddFontFamily(new FontFamilyAdapter(family));
}
catch
{
}


Viewing all articles
Browse latest Browse all 693

Trending Articles