ThemeFontFace members
The ThemeFontFace type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsWebFont | ||
LargeImageUrl | The absolute or relative URL to a large image representation of the font for use in the font picker experience | |
Name | The font name | |
PreviewFontFaceBlock | A generated CSS font-face block for generating mock previews. Returns null if this isn't a WebFont. | |
SmallImageUrl | The absolute or relative URL to a small image representation of the font for use in the font picker experience |
Top
Methods
Name | Description | |
---|---|---|
Create(String) | ||
Create(XPathNavigator, XmlNamespaceManager) | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateFontFaceBlock | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Overrides Object.ToString().) |
Top