New to Telerik UI for WPFStart a free 30-day trial

Represents observable collection of font families.

Definition

Namespace:Telerik.Windows.Documents.Layout

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class RegisteredFonts : IEnumerable<FontFamilyInfo>, IEnumerable, INotifyCollectionChanged

Inheritance: objectRegisteredFonts

Implements: IEnumerableIEnumerable<FontFamilyInfo>INotifyCollectionChanged

Methods

Enumerates the registered fonts in the Telerik Windows Documents layout.

C#
public IEnumerator<FontFamilyInfo> GetEnumerator()
Returns:

IEnumerator<FontFamilyInfo>

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

Implements: IEnumerable<FontFamilyInfo>.GetEnumerator()

Raises the event.

C#
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters:eNotifyCollectionChangedEventArgs

The NotifyCollectionChangedEventArgs instance containing the event data.

Events

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

C#
public event NotifyCollectionChangedEventHandler CollectionChanged

Implements: INotifyCollectionChanged.CollectionChanged