public class FontFace extends Object
| Constructor and Description |
|---|
FontFace() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFontFamily()
The font-family.
|
String |
getFontStretch()
The font-stretch.
|
String |
getFontStyle()
The font-style.
|
String |
getFontVariant()
The font-variant.
|
String |
getFontWeight()
The font-weight.
|
String |
getPlatformFontFamily()
The resolved platform font family
|
String |
getSrc()
The src.
|
String |
getUnicodeRange()
The unicode-range.
|
void |
setFontFamily(String fontFamily)
The font-family.
|
void |
setFontStretch(String fontStretch)
The font-stretch.
|
void |
setFontStyle(String fontStyle)
The font-style.
|
void |
setFontVariant(String fontVariant)
The font-variant.
|
void |
setFontWeight(String fontWeight)
The font-weight.
|
void |
setPlatformFontFamily(String platformFontFamily)
The resolved platform font family
|
void |
setSrc(String src)
The src.
|
void |
setUnicodeRange(String unicodeRange)
The unicode-range.
|
public String getFontFamily()
public void setFontFamily(String fontFamily)
public String getFontStyle()
public void setFontStyle(String fontStyle)
public String getFontVariant()
public void setFontVariant(String fontVariant)
public String getFontWeight()
public void setFontWeight(String fontWeight)
public String getFontStretch()
public void setFontStretch(String fontStretch)
public String getUnicodeRange()
public void setUnicodeRange(String unicodeRange)
public String getSrc()
public void setSrc(String src)
public String getPlatformFontFamily()
public void setPlatformFontFamily(String platformFontFamily)
Copyright © 2020. All rights reserved.