Skip to content

Commit

Permalink
Added UnicodeFontProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
VahidN committed Feb 11, 2018
1 parent 45e4b53 commit 161af7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void Verify_Issue24_CanBe_Processed()

var props = new Hashtable
{
{ "font_factory", new UnicodeFontProvider() } // Always use Unicode fonts
{ "font_factory", new UnicodeFontProvider() } // Always use Unicode fonts --> It's defined here: https://github.com/VahidN/iTextSharp.LGPLv2.Core/blob/master/src/iTextSharp.LGPLv2.Core.FunctionalTests/HtmlWorkerTests.cs#L117
};

var document = new Document();
Expand Down

0 comments on commit 161af7d

Please sign in to comment.