[]
        
Removes association to the specified EUDC Font from the current font.
public bool RemoveEudcFont(Font eudcFont)
Public Function RemoveEudcFont(eudcFont As Font) As Boolean
| Type | Name | Description | 
|---|---|---|
| Font | eudcFont | The EUDC Font with missing user-defined characters.  | 
    
| Type | Description | 
|---|---|
| bool | True if the association was successfully removed, False if it was not found.  |