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
textstringText to check.
Returns
- bool
trueif this font contains all glyphs required to draw thetext. Otherwise,false.
Exceptions
- ArgumentException
textcontains 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.