Search Results for

    Show / Hide Table of Contents

    Class CmsFontFace

    The Object Type 304. This object type defines the visual appearance of the attached font file. It describes the specific design and style of a user defined font with various properties such as thickness, slant (italic or normal), size and other typographical features.

    Inheritance
    object
    CmsObject
    CmsFontFace
    Inherited Members
    CmsObject.Meta
    CmsObject.Values
    CmsObject.GetValue(int, int, int)
    CmsObject.GetValues(int, int, int)
    CmsObject.SetValue(CmsValue)
    CmsObject.SetValues(int, int, int, IEnumerable<CmsValue>)
    CmsObject.GetValue<T>(int, int, int)
    CmsObject.SetValue<T>(int, int, int, T)
    CmsObject.GetValues<T>(int, int, int)
    CmsObject.SetValues<T>(int, int, int, IEnumerable<T>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Cms.Client
    Assembly: Noxum.Nova.Cms.Client.dll
    Syntax
    public class CmsFontFace : CmsObject

    Properties

    ExternalBinaryFileName

    Get or set value of attribute 11002

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

    ExternalBinaryMediaType

    Get or set value of attribute 11003

    Declaration
    public int? ExternalBinaryMediaType { get; set; }
    Property Value
    Type Description
    int?

    FontFaceFamilyRef

    Get or set value of attribute 30402

    Declaration
    public int? FontFaceFamilyRef { get; set; }
    Property Value
    Type Description
    int?

    FontFaceName

    Get or set value of attribute 30401

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

    FontFaceUnicodeRange

    Get or set value of attribute 30403

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

    StyleBold

    Get or set value of attribute 30110

    Declaration
    public bool? StyleBold { get; set; }
    Property Value
    Type Description
    bool?

    StyleFontStretch

    Get or set value of attribute 30115

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

    StyleItalic

    Get or set value of attribute 30111

    Declaration
    public bool? StyleItalic { get; set; }
    Property Value
    Type Description
    bool?
    In this article
    Back to top Version 6.1.0.31rc