Module io.sf.carte.css4j
Package io.sf.carte.doc.style.css.parser
Interface FontFeatureValuesHandler
- All Superinterfaces:
DocumentHandler
DocumentHandler for @font-feature-values rule body.
It is likely to be moved to a new DocumentHandler2 interface in NSAC 1.1.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
startFeatureMap
(String mapName) void
startFontFeatures
(String[] familyName) Methods inherited from interface org.w3c.css.sac.DocumentHandler
comment, endDocument, endFontFace, endMedia, endPage, endSelector, ignorableAtRule, importStyle, namespaceDeclaration, property, startDocument, startFontFace, startMedia, startPage, startSelector
-
Method Details
-
startFontFeatures
-
endFontFeatures
void endFontFeatures() -
startFeatureMap
-
endFeatureMap
void endFeatureMap()
-