Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Font Class / RemoveEudcFont Method
The EUDC Font with missing user-defined characters.

In This Topic
    RemoveEudcFont Method
    In This Topic
    Removes association to the specified EUDC Font from the current font.
    Syntax
    'Declaration
     
    Public Function RemoveEudcFont( _
       ByVal eudcFont As Font _
    ) As System.Boolean
    public System.bool RemoveEudcFont( 
       Font eudcFont
    )

    Parameters

    eudcFont
    The EUDC Font with missing user-defined characters.

    Return Value

    True if the association was successfully removed, False if it was not found.
    See Also