|
@@ -19,7 +19,7 @@
|
|
|
package io.github.palexdev.materialfx.font;
|
|
|
|
|
|
/**
|
|
|
- * Enumerator class for MaterialFX font resources. (Count: 79)
|
|
|
+ * Enumerator class for MaterialFX font resources. (Count: 81)
|
|
|
*/
|
|
|
public enum FontResources {
|
|
|
ANGLE_DOWN("mfx-angle-down", '\uE900'),
|
|
@@ -75,32 +75,34 @@ public enum FontResources {
|
|
|
MINUS_CIRCLE("mfx-minus-circle", '\uE932'),
|
|
|
MODENA_MARK("mfx-modena-mark", '\uE933'),
|
|
|
NEXT("mfx-next", '\uE934'),
|
|
|
- RESTORE("mfx-restore", '\uE935'),
|
|
|
- SEARCH("mfx-search", '\uE936'),
|
|
|
- SEARCH_PLUS("mfx-search-plus", '\uE937'),
|
|
|
- SELECT_ALL("mfx-select-all", '\uE938'),
|
|
|
- SLIDERS("mfx-sliders", '\uE939'),
|
|
|
- STEP_BACKWARD("mfx-step-backward", '\uE93A'),
|
|
|
- STEP_FORWARD("mfx-step-forward", '\uE93B'),
|
|
|
- SYNC("mfx-sync", '\uE93C'),
|
|
|
- SYNC_LIGHT("mfx-sync-light", '\uE93D'),
|
|
|
- USER("mfx-user", '\uE93E'),
|
|
|
- USERS("mfx-users", '\uE93F'),
|
|
|
- VARIANT10_MARK("mfx-variant10-mark", '\uE940'),
|
|
|
- VARIANT11_MARK("mfx-variant11-mark", '\uE941'),
|
|
|
- VARIANT12_MARK("mfx-variant12-mark", '\uE942'),
|
|
|
- VARIANT3_MARK("mfx-variant3-mark", '\uE943'),
|
|
|
- VARIANT4_MARK("mfx-variant4-mark", '\uE944'),
|
|
|
- VARIANT5_MARK("mfx-variant5-mark", '\uE945'),
|
|
|
- VARIANT6_MARK("mfx-variant6-mark", '\uE946'),
|
|
|
- VARIANT7_MARK("mfx-variant7-mark", '\uE947'),
|
|
|
- VARIANT8_MARK("mfx-variant8-mark", '\uE948'),
|
|
|
- VARIANT9_MARK("mfx-variant9-mark", '\uE949'),
|
|
|
- X("mfx-x", '\uE94A'),
|
|
|
- X_ALT("mfx-x-alt", '\uE94B'),
|
|
|
- X_CIRCLE("mfx-x-circle", '\uE94C'),
|
|
|
- X_CIRCLE_LIGHT("mfx-x-circle-light", '\uE94D'),
|
|
|
- X_LIGHT("mfx-x-light", '\uE94E'),
|
|
|
+ REDO("mfx-redo", '\uE935'),
|
|
|
+ RESTORE("mfx-restore", '\uE936'),
|
|
|
+ SEARCH("mfx-search", '\uE937'),
|
|
|
+ SEARCH_PLUS("mfx-search-plus", '\uE938'),
|
|
|
+ SELECT_ALL("mfx-select-all", '\uE939'),
|
|
|
+ SLIDERS("mfx-sliders", '\uE93A'),
|
|
|
+ STEP_BACKWARD("mfx-step-backward", '\uE93B'),
|
|
|
+ STEP_FORWARD("mfx-step-forward", '\uE93C'),
|
|
|
+ SYNC("mfx-sync", '\uE93D'),
|
|
|
+ SYNC_LIGHT("mfx-sync-light", '\uE93E'),
|
|
|
+ UNDO("mfx-undo", '\uE93F'),
|
|
|
+ USER("mfx-user", '\uE940'),
|
|
|
+ USERS("mfx-users", '\uE941'),
|
|
|
+ VARIANT10_MARK("mfx-variant10-mark", '\uE942'),
|
|
|
+ VARIANT11_MARK("mfx-variant11-mark", '\uE943'),
|
|
|
+ VARIANT12_MARK("mfx-variant12-mark", '\uE944'),
|
|
|
+ VARIANT3_MARK("mfx-variant3-mark", '\uE945'),
|
|
|
+ VARIANT4_MARK("mfx-variant4-mark", '\uE946'),
|
|
|
+ VARIANT5_MARK("mfx-variant5-mark", '\uE947'),
|
|
|
+ VARIANT6_MARK("mfx-variant6-mark", '\uE948'),
|
|
|
+ VARIANT7_MARK("mfx-variant7-mark", '\uE949'),
|
|
|
+ VARIANT8_MARK("mfx-variant8-mark", '\uE94A'),
|
|
|
+ VARIANT9_MARK("mfx-variant9-mark", '\uE94B'),
|
|
|
+ X("mfx-x", '\uE94C'),
|
|
|
+ X_ALT("mfx-x-alt", '\uE94D'),
|
|
|
+ X_CIRCLE("mfx-x-circle", '\uE94E'),
|
|
|
+ X_CIRCLE_LIGHT("mfx-x-circle-light", '\uE94F'),
|
|
|
+ X_LIGHT("mfx-x-light", '\uE950'),
|
|
|
;
|
|
|
|
|
|
public static FontResources findByDescription(String description) {
|