[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.Font.RemoveLinkedFont

RemoveLinkedFont Method

RemoveLinkedFont(Font)

Removes a link to the specified Font.

Declaration
public bool RemoveLinkedFont(Font linkedFont)
Public Function RemoveLinkedFont(linkedFont As Font) As Boolean
Parameters
Type Name Description
Font linkedFont

The Font to be removed from the list of linked fonts.

Returns
Type Description
bool

True if the link was successfully removed, False if it was not found.