Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / HasMissingFontCharacters Property

In This Topic
    HasMissingFontCharacters Property
    In This Topic
    Gets a value indicating whether TextRuns contain some characters that are not present in the specified fonts and fallback fonts, so those characters cannot be displayed correctly.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasMissingFontCharacters As System.Boolean
    public System.bool HasMissingFontCharacters {get;}
    See Also