public class FontFamilies extends Object
| Constructor and Description |
|---|
FontFamilies() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCursive()
The cursive font-family.
|
String |
getFantasy()
The fantasy font-family.
|
String |
getFixed()
The fixed font-family.
|
String |
getPictograph()
The pictograph font-family.
|
String |
getSansSerif()
The sansSerif font-family.
|
String |
getSerif()
The serif font-family.
|
String |
getStandard()
The standard font-family.
|
void |
setCursive(String cursive)
The cursive font-family.
|
void |
setFantasy(String fantasy)
The fantasy font-family.
|
void |
setFixed(String fixed)
The fixed font-family.
|
void |
setPictograph(String pictograph)
The pictograph font-family.
|
void |
setSansSerif(String sansSerif)
The sansSerif font-family.
|
void |
setSerif(String serif)
The serif font-family.
|
void |
setStandard(String standard)
The standard font-family.
|
public String getStandard()
public void setStandard(String standard)
public String getFixed()
public void setFixed(String fixed)
public String getSerif()
public void setSerif(String serif)
public String getSansSerif()
public void setSansSerif(String sansSerif)
public String getCursive()
public void setCursive(String cursive)
public String getFantasy()
public void setFantasy(String fantasy)
public String getPictograph()
public void setPictograph(String pictograph)
Copyright © 2020. All rights reserved.