public interface DMImportedFont
Represents a font imported through the import/fonts folder inside the plugin's folder.
-
Method Summary
boolean
Sets the name of the image.
-
Method Details
-
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
- Returns:
- The file of the image.