Removes association to the specified EUDC
Font from the current font.
'Declaration
Public Function RemoveEudcFont( _
ByVal As Font _
) As System.Boolean
public System.bool RemoveEudcFont(
Font
)
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.