Skip to content

Commit

Permalink
Merge branch 'develop' into devsecops
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-ivanov committed Aug 27, 2024
2 parents f7a3de2 + 9e60ea8 commit 54fc4a8
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions itext/itext.layout/itext/layout/font/FontProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ public FontProvider(FontSet fontSet, String defaultFontFamily) {
pdfFonts = new Dictionary<FontInfo, PdfFont>();
fontSelectorCache = new FontSelectorCache(this.fontSet);
this.defaultFontFamily = defaultFontFamily;
this.fontSelectorStrategyFactory = new FirstMatchFontSelectorStrategy.FirstMathFontSelectorStrategyFactory
();
this.fontSelectorStrategyFactory = new BestMatchFontSelectorStrategy.BestMatchFontSelectorStrategyFactory(
);
}

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion port-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b5bb4494fc5c4d1bc8daa2efe669e03447fa6f8e
a414e9e5be64274561bce460b4c5f69062b4a917

0 comments on commit 54fc4a8

Please sign in to comment.