Show / Hide Table of Contents

Class FontFamilyModel

Inheritance
object
FontFamilyModel
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Colectica.Reporting
Assembly: Colectica.Reporting.dll
Syntax
public class FontFamilyModel

Fields

FontFiles

Declaration
public Dictionary<XFontStyleEx, string> FontFiles
Field Value
Type Description
Dictionary<XFontStyleEx, string>

Properties

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Methods

IsStyleAvailable(XFontStyleEx)

Declaration
public bool IsStyleAvailable(XFontStyleEx fontStyle)
Parameters
Type Name Description
XFontStyleEx fontStyle
Returns
Type Description
bool
In this article
Back to top Generated by DocFX