Interface DMImportedFont


public interface DMImportedFont
Represents a font imported through the import/fonts folder inside the plugin's folder.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    boolean
    setPath(@NotNull String path)
    Sets the name of the image.
  • Method Details

    • getName

      String getName()
      Returns:
      The name of the font.
    • setPath

      boolean setPath(@NotNull @NotNull String path)
      Sets the name of the image.
      Parameters:
      path - the new path and name of the font. For example "example_folder/example"
    • getFile

      File getFile()
      Returns:
      The file of the image.