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(); }