Class
RegisteredFonts

Represents observable collection of font families.

Definition

Namespace:Telerik.Windows.Documents.Layout

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class RegisteredFonts : IEnumerable<FontFamilyInfo>, IEnumerable, INotifyCollectionChanged

Inheritance: objectRegisteredFonts

Implements: IEnumerableIEnumerable<FontFamilyInfo>INotifyCollectionChanged

Methods

GetEnumerator()

Enumerates the registered fonts in the Telerik Windows Documents layout.

Declaration

cs-api-definition
public IEnumerator<FontFamilyInfo> GetEnumerator()

Returns

IEnumerator<FontFamilyInfo>

An enumerator that provides iteration over the collection of registered fonts.

Implements IEnumerable<FontFamilyInfo>.GetEnumerator()

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Raises the event.

Declaration

cs-api-definition
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs e)

Parameters

e

NotifyCollectionChangedEventArgs

The NotifyCollectionChangedEventArgs instance containing the event data.

Events

CollectionChanged

Occurs when the items list of the collection has changed, or the collection is reset.

Declaration

cs-api-definition
public event NotifyCollectionChangedEventHandler CollectionChanged

Event Value

NotifyCollectionChangedEventHandler

Implements INotifyCollectionChanged.CollectionChanged