Css.AtRules.FontFeatureValuesRule Class Reference

Detailed Description

Represents the font-feature-values rule.

Inheritance diagram for Css.AtRules.FontFeatureValuesRule:
Css.CssAtRule Css.Rule

Public Attributes

List< RuleEntries
 The inner rules. More...
 
string FontName
 Font name being targeted. More...
 
Css.Value RawValue
 The raw value. More...
 
StyleSheet ParentSheet
 The parent stylesheet. More...
 

to the rule itself.</summary>

A lookup by

Dictionary< string,
CssFontFeatureSubRule
FeatureLookup =new Dictionary<string,CssFontFeatureSubRule>()
 
string cssText [get, set]
 The CSS text of this rule. More...
 
StyleSheet parentStyleSheet [get]
 The parent stylesheet. More...
 
int type [get]
 Rule type. More...
 
override string[] GetNames ()
 The set of all names that this at rule can use. Usually just one. E.g. font-face etc. More...
 
override void SetupParsing (CssLexer lexer)
 True if this @ rule uses nested selectors. Media and keyframes are two examples. More...
 
override CssAtRule Copy ()
 Copies this at rule. More...
 
void AddToDocument (ReflowDocument document)
 The parent rule of this rule. More...
 
void RemoveFromDocument (ReflowDocument document)
 Removes this rule from the lookups in the given document. More...
 
override Rule LoadRule (Css.Rule parent, StyleSheet sheet, Css.Value value)
 Called on this instance object to load it's values from the given value object. More...
 

Additional Inherited Members

- Properties inherited from Css.CssAtRule
string Name [get]
 The main name of this function. Originates from the first result returned by GetNames. More...
 
- Properties inherited from Css.Rule
int type [get]
 The type of rule. More...
 
StyleSheet parentStyleSheet [get]
 The parent style sheet. More...
 
string cssText [get, set]
 The CSS text. More...
 

Member Function Documentation

void Css.AtRules.FontFeatureValuesRule.AddToDocument ( ReflowDocument  document)
inline

The parent rule of this rule.

Adds this rule to the lookups in the given document.

Implements Css.Rule.

override CssAtRule Css.AtRules.FontFeatureValuesRule.Copy ( )
inlinevirtual

Copies this at rule.

Reimplemented from Css.CssAtRule.

override string [] Css.AtRules.FontFeatureValuesRule.GetNames ( )
inlinevirtual

The set of all names that this at rule can use. Usually just one. E.g. font-face etc.

Reimplemented from Css.CssAtRule.

override Rule Css.AtRules.FontFeatureValuesRule.LoadRule ( Css.Rule  parent,
StyleSheet  style,
Css.Value  value 
)
inlinevirtual

Called on this instance object to load it's values from the given value object.

Reimplemented from Css.CssAtRule.

void Css.AtRules.FontFeatureValuesRule.RemoveFromDocument ( ReflowDocument  document)
inline

Removes this rule from the lookups in the given document.

Implements Css.Rule.

override void Css.AtRules.FontFeatureValuesRule.SetupParsing ( CssLexer  lexer)
inlinevirtual

True if this @ rule uses nested selectors. Media and keyframes are two examples.

Reimplemented from Css.CssAtRule.

Member Data Documentation

List<Rule> Css.AtRules.FontFeatureValuesRule.Entries

The inner rules.

Dictionary<string,CssFontFeatureSubRule> Css.AtRules.FontFeatureValuesRule.FeatureLookup =new Dictionary<string,CssFontFeatureSubRule>()
string Css.AtRules.FontFeatureValuesRule.FontName

Font name being targeted.

StyleSheet Css.AtRules.FontFeatureValuesRule.ParentSheet

The parent stylesheet.

Css.Value Css.AtRules.FontFeatureValuesRule.RawValue

The raw value.

Property Documentation

string Css.AtRules.FontFeatureValuesRule.cssText
getset

The CSS text of this rule.

StyleSheet Css.AtRules.FontFeatureValuesRule.parentStyleSheet
get

The parent stylesheet.

int Css.AtRules.FontFeatureValuesRule.type
get

Rule type.