Package org.xhtmlrenderer.css.value
Class FontSpecification
- java.lang.Object
-
- org.xhtmlrenderer.css.value.FontSpecification
-
public class FontSpecification extends Object
User: tobe Date: 2005-jun-23
-
-
Field Summary
Fields Modifier and Type Field Description String[]familiesIdentValuefontStyleIdentValuefontWeightfloatsizeIdentValuevariant
-
Constructor Summary
Constructors Constructor Description FontSpecification()
-
-
-
Field Detail
-
size
public float size
-
fontWeight
public IdentValue fontWeight
-
families
public String[] families
-
fontStyle
public IdentValue fontStyle
-
variant
public IdentValue variant
-
-