FontFamilyKey Class

Summary

Represents an identifier for a FontFamily
Namespace
Avalonia.Media.Fonts
Base Types
  • object
graph BT Type-->Base0["object"] Type["FontFamilyKey"] class Type type-node

Syntax

public class FontFamilyKey

Constructors

Name Summary
FontFamilyKey(Uri, Uri) Creates a new instance of FontFamilyKey

Properties

Name Value Summary
BaseUri Uri
A base URI to use if Source is relative
Source Uri
Source of stored font asset that belongs to a FontFamily

Methods

Name Value Summary
Equals(object) bool
Determines whether the specified object, is equal to this instance.
GetHashCode() int
Returns a hash code for this instance.
ToString() string
Returns a string that represents this instance.

Operators

Name Value Summary
operator !=(FontFamilyKey, FontFamilyKey) bool
operator ==(FontFamilyKey, FontFamilyKey) bool