|
@@ -87,9 +87,7 @@ namespace QuestPDF.Elements.Text
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (Settings.CheckIfAllTextGlyphsAreAvailable)
|
|
if (Settings.CheckIfAllTextGlyphsAreAvailable)
|
|
|
- {
|
|
|
|
|
throw CreateNotMatchingFontException(codepoint);
|
|
throw CreateNotMatchingFontException(codepoint);
|
|
|
- }
|
|
|
|
|
|
|
|
|
|
return fallbackOptions.First();
|
|
return fallbackOptions.First();
|
|
|
}
|
|
}
|