[]
        
Removes a link to the specified Font.
public bool RemoveLinkedFont(Font linkedFont)
Public Function RemoveLinkedFont(linkedFont As Font) As Boolean
| Type | Name | Description | 
|---|---|---|
| Font | linkedFont | The Font to be removed from the list of linked fonts.  | 
    
| Type | Description | 
|---|---|
| bool | True if the link was successfully removed, False if it was not found.  |