Class FontDataBase
java.lang.Object
com.priint.pubserver.comet.entity.fontdb.FontDataBase
- All Implemented Interfaces:
MergableConfig<FontDataBase>,Serializable
The Class FontDataBase.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the font variants.mergeWithCustom(FontDataBase customConfig) Merge with custom config.voidsetVariants(List<FontVariant> variants) Sets the font variants.
-
Constructor Details
-
FontDataBase
public FontDataBase()
-
-
Method Details
-
mergeWithCustom
Merge with custom config.- Specified by:
mergeWithCustomin interfaceMergableConfig<FontDataBase>- Parameters:
customConfig- the custom config- Returns:
- the font data base
-
getVariants
Gets the font variants.- Returns:
- the variants
-
setVariants
Sets the font variants.- Parameters:
variants- the new variants
-