RegisteredFonts
Class
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:
Methods
Enumerates the registered fonts in the Telerik Windows Documents layout.
C#
public IEnumerator<FontFamilyInfo> GetEnumerator()
An enumerator that provides iteration over the collection of registered fonts.
Implements:
Raises the event.
C#
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
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: