Class FontDataBase

java.lang.Object
com.priint.pubserver.comet.entity.fontdb.FontDataBase
All Implemented Interfaces:
MergableConfig<FontDataBase>, Serializable

public class FontDataBase extends Object implements MergableConfig<FontDataBase>, Serializable
The Class FontDataBase.
See Also:
  • Constructor Details

    • FontDataBase

      public FontDataBase()
  • Method Details

    • mergeWithCustom

      public FontDataBase mergeWithCustom(FontDataBase customConfig)
      Merge with custom config.
      Specified by:
      mergeWithCustom in interface MergableConfig<FontDataBase>
      Parameters:
      customConfig - the custom config
      Returns:
      the font data base
    • getVariants

      public List<FontVariant> getVariants()
      Gets the font variants.
      Returns:
      the variants
    • setVariants

      public void setVariants(List<FontVariant> variants)
      Sets the font variants.
      Parameters:
      variants - the new variants