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.
Inherited Members
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? |