Method ContainsGlyphsForText
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ContainsGlyphsForText(string)
Checks whether this font contains all glyphs required to draw the given text.
public bool ContainsGlyphsForText(string text)
Parameters
text
stringText to check.
Returns
- bool
true
if this font contains all glyphs required to draw thetext
. Otherwise,false
.
Exceptions
- ArgumentException
text
contains an invalid surrogate pair. Either the first character in the pair is not a valid high surrogate or the second character in the pair is not a valid low surrogate.