Skip to main content

EmbeddedFontCollection Class

Definition

Assembly:Avalonia.Base
Package:Avalonia
public class EmbeddedFontCollection

Inheritance: object -> FontCollectionBase -> EmbeddedFontCollection

Derived types:InterFontCollection

Constructors

NameDescription
EmbeddedFontCollectionNo summary available.

EmbeddedFontCollection Constructor

public EmbeddedFontCollection(Uri key, Uri source)

Parameters

key Uri

source Uri

Methods

NameDescription
GetEnumeratorInherited from FontCollectionBase.
TryAddFontSourceAttempts to add a font source to the font collection. Inherited from FontCollectionBase.
TryAddGlyphTypeface (3 overloads)Attempts to add the specified Avalonia.Media.GlyphTypeface to the font collection. Inherited from FontCollectionBase.
TryCreateSyntheticGlyphTypefaceInherited from FontCollectionBase.
TryGetFamilyTypefacesInherited from FontCollectionBase.
TryGetGlyphTypefaceInherited from FontCollectionBase.
TryGetNearestMatchInherited from FontCollectionBase.
TryMatchCharacterInherited from FontCollectionBase.

Properties

NameDescription
KeyNo summary available.
CountInherited from FontCollectionBase.
ItemInherited from FontCollectionBase.

Key Property

public Uri Key { get; set; }