Table of Contents

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 string

Text to check.

Returns

bool

true if this font contains all glyphs required to draw the text. 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.