ClassRegisteredFonts
Class
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:
Methods
GetEnumerator()
Enumerates the registered fonts in the Telerik Windows Documents layout.
Declaration
cs-api-definition
public IEnumerator<FontFamilyInfo> GetEnumerator()
Returns
An enumerator that provides iteration over the collection of registered fonts.
Implements
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
Implements