Removes a link to the specified
Font.
public System.bool RemoveLinkedFont(
Font
)
'Declaration
Public Function RemoveLinkedFont( _
ByVal As Font _
) As System.Boolean
Parameters
- linkedFont
- The Font to be removed from the list of linked fonts.
Return Value
True if the link was successfully removed, False if it was not found.