From 455d1878970fb711f0952241a35aee70b0c9b5ff Mon Sep 17 00:00:00 2001 From: MarcinZiabek Date: Mon, 6 Mar 2023 21:42:32 +0100 Subject: [PATCH] Code formatting improvement --- Source/QuestPDF/Elements/Text/FontFallback.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/QuestPDF/Elements/Text/FontFallback.cs b/Source/QuestPDF/Elements/Text/FontFallback.cs index c7aefd3..2b71fbc 100644 --- a/Source/QuestPDF/Elements/Text/FontFallback.cs +++ b/Source/QuestPDF/Elements/Text/FontFallback.cs @@ -87,9 +87,7 @@ namespace QuestPDF.Elements.Text } if (Settings.CheckIfAllTextGlyphsAreAvailable) - { throw CreateNotMatchingFontException(codepoint); - } return fallbackOptions.First(); }