Package org.xhtmlrenderer.css.value
Class FontSpecification
- java.lang.Object
-
- org.xhtmlrenderer.css.value.FontSpecification
-
public class FontSpecification extends java.lang.Object
Created by IntelliJ IDEA. User: tobe Date: 2005-jun-23 Time: 00:28:43 To change this template use File | Settings | File Templates.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String[]
families
IdentValue
fontStyle
IdentValue
fontWeight
float
size
IdentValue
variant
-
Constructor Summary
Constructors Constructor Description FontSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
size
public float size
-
fontWeight
public IdentValue fontWeight
-
families
public java.lang.String[] families
-
fontStyle
public IdentValue fontStyle
-
variant
public IdentValue variant
-
-