|
@@ -19,7 +19,7 @@
|
|
package io.github.palexdev.materialfx.font;
|
|
package io.github.palexdev.materialfx.font;
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Enumerator class for MaterialFX font resources. (Count: 132)
|
|
|
|
|
|
+ * Enumerator class for MaterialFX font resources. (Count: 172)
|
|
*/
|
|
*/
|
|
public enum FontResources {
|
|
public enum FontResources {
|
|
ANGLE_DOWN("mfx-angle-down", '\uE900'),
|
|
ANGLE_DOWN("mfx-angle-down", '\uE900'),
|
|
@@ -53,108 +53,147 @@ public enum FontResources {
|
|
CHEVRON_RIGHT("mfx-chevron-right", '\uE91C'),
|
|
CHEVRON_RIGHT("mfx-chevron-right", '\uE91C'),
|
|
CHEVRON_UP("mfx-chevron-up", '\uE91D'),
|
|
CHEVRON_UP("mfx-chevron-up", '\uE91D'),
|
|
CIRCLE("mfx-circle", '\uE91E'),
|
|
CIRCLE("mfx-circle", '\uE91E'),
|
|
- CIRCLE_DOT("mfx-circle-dot", '\uE91F'),
|
|
|
|
- CIRCLE_EMPTY("mfx-circle-empty", '\uE920'),
|
|
|
|
- CONTENT_COPY("mfx-content-copy", '\uE921'),
|
|
|
|
- CONTENT_CUT("mfx-content-cut", '\uE922'),
|
|
|
|
- CONTENT_PASTE("mfx-content-paste", '\uE923'),
|
|
|
|
- DASHBOARD("mfx-dashboard", '\uE924'),
|
|
|
|
- DEBUG("mfx-debug", '\uE925'),
|
|
|
|
- DELETE("mfx-delete", '\uE926'),
|
|
|
|
- DELETE_ALT("mfx-delete-alt", '\uE927'),
|
|
|
|
- DO_NOT_ENTER_CIRCLE("mfx-do-not-enter-circle", '\uE928'),
|
|
|
|
- ELLIPSIS_VERTICAL("mfx-ellipsis-vertical", '\uE929'),
|
|
|
|
- EXCLAMATION_CIRCLE("mfx-exclamation-circle", '\uE92A'),
|
|
|
|
- EXCLAMATION_CIRCLE_FILLED("mfx-exclamation-circle-filled", '\uE92B'),
|
|
|
|
- EXCLAMATION_TRIANGLE("mfx-exclamation-triangle", '\uE92C'),
|
|
|
|
- EXPAND("mfx-expand", '\uE92D'),
|
|
|
|
- EYE("mfx-eye", '\uE92E'),
|
|
|
|
- EYE_SLASH("mfx-eye-slash", '\uE92F'),
|
|
|
|
- FILE("mfx-file", '\uE930'),
|
|
|
|
- FILTER("mfx-filter", '\uE931'),
|
|
|
|
- FILTER_ALT("mfx-filter-alt", '\uE932'),
|
|
|
|
- FILTER_ALT_CLEAR("mfx-filter-alt-clear", '\uE933'),
|
|
|
|
- FIRST_PAGE("mfx-first-page", '\uE934'),
|
|
|
|
- FIT("mfx-fit", '\uE935'),
|
|
|
|
- FOLDER("mfx-folder", '\uE936'),
|
|
|
|
- FONTICONS("mfx-fonticons", '\uE937'),
|
|
|
|
- GEAR("mfx-gear", '\uE938'),
|
|
|
|
- GOOGLE("mfx-google", '\uE939'),
|
|
|
|
- GOOGLE_DRAWING("mfx-google-drawing", '\uE93A'),
|
|
|
|
- GOOGLE_DRIVE("mfx-google-drive", '\uE93B'),
|
|
|
|
- GOOGLE_FORMS("mfx-google-forms", '\uE93C'),
|
|
|
|
- GOOGLE_FUSION_TABLES("mfx-google-fusion-tables", '\uE93D'),
|
|
|
|
- GOOGLE_PRESENTATION("mfx-google-presentation", '\uE93E'),
|
|
|
|
- GOOGLE_SCRIPT("mfx-google-script", '\uE93F'),
|
|
|
|
- GOOGLE_SITES("mfx-google-sites", '\uE940'),
|
|
|
|
- HOME("mfx-home", '\uE941'),
|
|
|
|
- HYPHEN("mfx-hyphen", '\uE942'),
|
|
|
|
- IMAGE("mfx-image", '\uE943'),
|
|
|
|
- INFO("mfx-info", '\uE944'),
|
|
|
|
- INFO_CIRCLE("mfx-info-circle", '\uE945'),
|
|
|
|
- INFO_CIRCLE_FILLED("mfx-info-circle-filled", '\uE946'),
|
|
|
|
- INPUT_PIPE("mfx-input-pipe", '\uE947'),
|
|
|
|
- INPUT_PIPE_ALT("mfx-input-pipe-alt", '\uE948'),
|
|
|
|
- LAST_PAGE("mfx-last-page", '\uE949'),
|
|
|
|
- LEVEL_UP("mfx-level-up", '\uE94A'),
|
|
|
|
- LIST_DROPDOWN("mfx-list-dropdown", '\uE94B'),
|
|
|
|
- LOCK("mfx-lock", '\uE94C'),
|
|
|
|
- LOCK_OPEN("mfx-lock-open", '\uE94D'),
|
|
|
|
- LOGO("mfx-logo", '\uE94E'),
|
|
|
|
- LOGO_ALT("mfx-logo-alt", '\uE94F'),
|
|
|
|
- MAP("mfx-map", '\uE950'),
|
|
|
|
- MESSAGE("mfx-message", '\uE951'),
|
|
|
|
- MESSAGES("mfx-messages", '\uE952'),
|
|
|
|
- MINUS("mfx-minus", '\uE953'),
|
|
|
|
- MINUS_CIRCLE("mfx-minus-circle", '\uE954'),
|
|
|
|
- MODENA_MARK("mfx-modena-mark", '\uE955'),
|
|
|
|
- MUSIC("mfx-music", '\uE956'),
|
|
|
|
- NEXT("mfx-next", '\uE957'),
|
|
|
|
- PLUS("mfx-plus", '\uE958'),
|
|
|
|
- PROGRESS_BARS("mfx-progress-bars", '\uE959'),
|
|
|
|
- PROGRESS_BARS_ALT("mfx-progress-bars-alt", '\uE95A'),
|
|
|
|
- REDO("mfx-redo", '\uE95B'),
|
|
|
|
- RESTORE("mfx-restore", '\uE95C'),
|
|
|
|
- SCROLL_BAR("mfx-scroll-bar", '\uE95D'),
|
|
|
|
- SEARCH("mfx-search", '\uE95E'),
|
|
|
|
- SEARCH_PLUS("mfx-search-plus", '\uE95F'),
|
|
|
|
- SELECT_ALL("mfx-select-all", '\uE960'),
|
|
|
|
- SHORTCUT("mfx-shortcut", '\uE961'),
|
|
|
|
- SIDEBAR_CLOSE("mfx-sidebar-close", '\uE962'),
|
|
|
|
- SIDEBAR_OPEN("mfx-sidebar-open", '\uE963'),
|
|
|
|
- SLIDERS("mfx-sliders", '\uE964'),
|
|
|
|
- SPREADSHEET("mfx-spreadsheet", '\uE965'),
|
|
|
|
- SQUARE_LIST("mfx-square-list", '\uE966'),
|
|
|
|
- STEP_BACKWARD("mfx-step-backward", '\uE967'),
|
|
|
|
- STEP_FORWARD("mfx-step-forward", '\uE968'),
|
|
|
|
- STEPPER("mfx-stepper", '\uE969'),
|
|
|
|
- SYNC("mfx-sync", '\uE96A'),
|
|
|
|
- SYNC_LIGHT("mfx-sync-light", '\uE96B'),
|
|
|
|
- TABLE("mfx-table", '\uE96C'),
|
|
|
|
- TABLE_ALT("mfx-table-alt", '\uE96D'),
|
|
|
|
- TOGGLE_OFF("mfx-toggle-off", '\uE96E'),
|
|
|
|
- TOGGLE_ON("mfx-toggle-on", '\uE96F'),
|
|
|
|
- UNDO("mfx-undo", '\uE970'),
|
|
|
|
- USER("mfx-user", '\uE971'),
|
|
|
|
- USERS("mfx-users", '\uE972'),
|
|
|
|
- VARIANT10_MARK("mfx-variant10-mark", '\uE973'),
|
|
|
|
- VARIANT11_MARK("mfx-variant11-mark", '\uE974'),
|
|
|
|
- VARIANT12_MARK("mfx-variant12-mark", '\uE975'),
|
|
|
|
- VARIANT13_MARK("mfx-variant13-mark", '\uE976'),
|
|
|
|
- VARIANT14_MARK("mfx-variant14-mark", '\uE977'),
|
|
|
|
- VARIANT3_MARK("mfx-variant3-mark", '\uE978'),
|
|
|
|
- VARIANT4_MARK("mfx-variant4-mark", '\uE979'),
|
|
|
|
- VARIANT5_MARK("mfx-variant5-mark", '\uE97A'),
|
|
|
|
- VARIANT6_MARK("mfx-variant6-mark", '\uE97B'),
|
|
|
|
- VARIANT7_MARK("mfx-variant7-mark", '\uE97C'),
|
|
|
|
- VARIANT8_MARK("mfx-variant8-mark", '\uE97D'),
|
|
|
|
- VARIANT9_MARK("mfx-variant9-mark", '\uE97E'),
|
|
|
|
- VIDEO("mfx-video", '\uE97F'),
|
|
|
|
- X("mfx-x", '\uE980'),
|
|
|
|
- X_ALT("mfx-x-alt", '\uE981'),
|
|
|
|
- X_CIRCLE("mfx-x-circle", '\uE982'),
|
|
|
|
- X_CIRCLE_LIGHT("mfx-x-circle-light", '\uE983'),
|
|
|
|
- X_LIGHT("mfx-x-light", '\uE984');
|
|
|
|
|
|
+ CIRCLE_CHEVRON_DOWN("mfx-circle-chevron-down", '\uE91F'),
|
|
|
|
+ CIRCLE_CHEVRON_LEFT("mfx-circle-chevron-left", '\uE920'),
|
|
|
|
+ CIRCLE_CHEVRON_RIGHT("mfx-circle-chevron-right", '\uE921'),
|
|
|
|
+ CIRCLE_CHEVRON_UP("mfx-circle-chevron-up", '\uE922'),
|
|
|
|
+ CIRCLE_DOT("mfx-circle-dot", '\uE923'),
|
|
|
|
+ CIRCLE_EMPTY("mfx-circle-empty", '\uE924'),
|
|
|
|
+ CONTENT_COPY("mfx-content-copy", '\uE925'),
|
|
|
|
+ CONTENT_CUT("mfx-content-cut", '\uE926'),
|
|
|
|
+ CONTENT_PASTE("mfx-content-paste", '\uE927'),
|
|
|
|
+ CSS("mfx-css", '\uE928'),
|
|
|
|
+ CSS_ALT("mfx-css-alt", '\uE929'),
|
|
|
|
+ DEBUG("mfx-debug", '\uE92A'),
|
|
|
|
+ DELETE("mfx-delete", '\uE92B'),
|
|
|
|
+ DELETE_ALT("mfx-delete-alt", '\uE92C'),
|
|
|
|
+ DO_NOT_ENTER_CIRCLE("mfx-do-not-enter-circle", '\uE92D'),
|
|
|
|
+ ELLIPSIS_VERTICAL("mfx-ellipsis-vertical", '\uE92E'),
|
|
|
|
+ EXCLAMATION_CIRCLE("mfx-exclamation-circle", '\uE92F'),
|
|
|
|
+ EXCLAMATION_CIRCLE_FILLED("mfx-exclamation-circle-filled", '\uE930'),
|
|
|
|
+ EXCLAMATION_TRIANGLE("mfx-exclamation-triangle", '\uE931'),
|
|
|
|
+ EXPAND("mfx-expand", '\uE932'),
|
|
|
|
+ EYE("mfx-eye", '\uE933'),
|
|
|
|
+ EYE_SLASH("mfx-eye-slash", '\uE934'),
|
|
|
|
+ FILE("mfx-file", '\uE935'),
|
|
|
|
+ FILES("mfx-files", '\uE936'),
|
|
|
|
+ FILTER("mfx-filter", '\uE937'),
|
|
|
|
+ FILTER_ALT("mfx-filter-alt", '\uE938'),
|
|
|
|
+ FILTER_ALT_CLEAR("mfx-filter-alt-clear", '\uE939'),
|
|
|
|
+ FIRST_PAGE("mfx-first-page", '\uE93A'),
|
|
|
|
+ FIT("mfx-fit", '\uE93B'),
|
|
|
|
+ FOLDER("mfx-folder", '\uE93C'),
|
|
|
|
+ FOLDER_ARROW_DOWN("mfx-folder-arrow-down", '\uE93D'),
|
|
|
|
+ FOLDER_ARROW_UP("mfx-folder-arrow-up", '\uE93E'),
|
|
|
|
+ FOLDER_BLANK("mfx-folder-blank", '\uE93F'),
|
|
|
|
+ FOLDER_USER("mfx-folder-user", '\uE940'),
|
|
|
|
+ FOLDERS("mfx-folders", '\uE941'),
|
|
|
|
+ FONTICONS("mfx-fonticons", '\uE942'),
|
|
|
|
+ FUNCTION("mfx-function", '\uE943'),
|
|
|
|
+ FUNCTION_LIGHT("mfx-function-light", '\uE944'),
|
|
|
|
+ GEAR("mfx-gear", '\uE945'),
|
|
|
|
+ GEAR_ALT("mfx-gear-alt", '\uE946'),
|
|
|
|
+ GEARS("mfx-gears", '\uE947'),
|
|
|
|
+ GOOGLE("mfx-google", '\uE948'),
|
|
|
|
+ GOOGLE_DRAWING("mfx-google-drawing", '\uE949'),
|
|
|
|
+ GOOGLE_DRIVE("mfx-google-drive", '\uE94A'),
|
|
|
|
+ GOOGLE_FORMS("mfx-google-forms", '\uE94B'),
|
|
|
|
+ GOOGLE_FUSION_TABLES("mfx-google-fusion-tables", '\uE94C'),
|
|
|
|
+ GOOGLE_PRESENTATION("mfx-google-presentation", '\uE94D'),
|
|
|
|
+ GOOGLE_SCRIPT("mfx-google-script", '\uE94E'),
|
|
|
|
+ GOOGLE_SITES("mfx-google-sites", '\uE94F'),
|
|
|
|
+ HOME("mfx-home", '\uE950'),
|
|
|
|
+ HYPHEN("mfx-hyphen", '\uE951'),
|
|
|
|
+ IMAGE("mfx-image", '\uE952'),
|
|
|
|
+ INFO("mfx-info", '\uE953'),
|
|
|
|
+ INFO_CIRCLE("mfx-info-circle", '\uE954'),
|
|
|
|
+ INFO_CIRCLE_LIGHT("mfx-info-circle-light", '\uE955'),
|
|
|
|
+ INFO_SQUARE("mfx-info-square", '\uE956'),
|
|
|
|
+ INFO_SQUARE_LIGHT("mfx-info-square-light", '\uE957'),
|
|
|
|
+ INPUT_PIPE("mfx-input-pipe", '\uE958'),
|
|
|
|
+ INPUT_PIPE_ALT("mfx-input-pipe-alt", '\uE959'),
|
|
|
|
+ LAST_PAGE("mfx-last-page", '\uE95A'),
|
|
|
|
+ LAYER_GROUP("mfx-layer-group", '\uE95B'),
|
|
|
|
+ LAYER_GROUP_LIGHT("mfx-layer-group-light", '\uE95C'),
|
|
|
|
+ LAYOUTS_ALT("mfx-layouts-alt", '\uE95D'),
|
|
|
|
+ LAYOUTS_ALT_LIGHT("mfx-layouts-alt-light", '\uE95E'),
|
|
|
|
+ LEVEL_UP("mfx-level-up", '\uE95F'),
|
|
|
|
+ LIST_DROPDOWN("mfx-list-dropdown", '\uE960'),
|
|
|
|
+ LOCK("mfx-lock", '\uE961'),
|
|
|
|
+ LOCK_OPEN("mfx-lock-open", '\uE962'),
|
|
|
|
+ LOGO("mfx-logo", '\uE963'),
|
|
|
|
+ LOGO_ALT("mfx-logo-alt", '\uE964'),
|
|
|
|
+ MAGNIFYING_GLASS("mfx-magnifying-glass", '\uE965'),
|
|
|
|
+ MAGNIFYING_GLASS_LIGHT("mfx-magnifying-glass-light", '\uE966'),
|
|
|
|
+ MAGNIFYING_GLASS_MINUS("mfx-magnifying-glass-minus", '\uE967'),
|
|
|
|
+ MAGNIFYING_GLASS_MINUS_LIGHT("mfx-magnifying-glass-minus-light", '\uE968'),
|
|
|
|
+ MAGNIFYING_GLASS_PLUS("mfx-magnifying-glass-plus", '\uE969'),
|
|
|
|
+ MAGNIFYING_GLASS_PLUS_LIGHT("mfx-magnifying-glass-plus-light", '\uE96A'),
|
|
|
|
+ MAP("mfx-map", '\uE96B'),
|
|
|
|
+ MENU_V1("mfx-menu-v1", '\uE96C'),
|
|
|
|
+ MENU_V2("mfx-menu-v2", '\uE96D'),
|
|
|
|
+ MENU_V3("mfx-menu-v3", '\uE96E'),
|
|
|
|
+ MENU_V3_LIGHT("mfx-menu-v3-light", '\uE96F'),
|
|
|
|
+ MESSAGE("mfx-message", '\uE970'),
|
|
|
|
+ MESSAGES("mfx-messages", '\uE971'),
|
|
|
|
+ MINUS("mfx-minus", '\uE972'),
|
|
|
|
+ MINUS_CIRCLE("mfx-minus-circle", '\uE973'),
|
|
|
|
+ MODENA_MARK("mfx-modena-mark", '\uE974'),
|
|
|
|
+ MUSIC("mfx-music", '\uE975'),
|
|
|
|
+ NEXT("mfx-next", '\uE976'),
|
|
|
|
+ PEN_FIELD("mfx-pen-field", '\uE977'),
|
|
|
|
+ PEN_FIELD_LIGHT("mfx-pen-field-light", '\uE978'),
|
|
|
|
+ PLUS("mfx-plus", '\uE979'),
|
|
|
|
+ PROGRESS_BARS("mfx-progress-bars", '\uE97A'),
|
|
|
|
+ PROGRESS_BARS_ALT("mfx-progress-bars-alt", '\uE97B'),
|
|
|
|
+ REDO("mfx-redo", '\uE97C'),
|
|
|
|
+ RESTORE("mfx-restore", '\uE97D'),
|
|
|
|
+ SCROLL_BAR("mfx-scroll-bar", '\uE97E'),
|
|
|
|
+ SELECT_ALL("mfx-select-all", '\uE97F'),
|
|
|
|
+ SHORTCUT("mfx-shortcut", '\uE980'),
|
|
|
|
+ SIDEBAR_CLOSE("mfx-sidebar-close", '\uE981'),
|
|
|
|
+ SIDEBAR_OPEN("mfx-sidebar-open", '\uE982'),
|
|
|
|
+ SLIDERS("mfx-sliders", '\uE983'),
|
|
|
|
+ SPARKLES("mfx-sparkles", '\uE984'),
|
|
|
|
+ SPARKLES_LIGHT("mfx-sparkles-light", '\uE985'),
|
|
|
|
+ SPREADSHEET("mfx-spreadsheet", '\uE986'),
|
|
|
|
+ SQUARE_CHEVRON_DOWN("mfx-square-chevron-down", '\uE987'),
|
|
|
|
+ SQUARE_CHEVRON_LEFT("mfx-square-chevron-left", '\uE988'),
|
|
|
|
+ SQUARE_CHEVRON_RIGHT("mfx-square-chevron-right", '\uE989'),
|
|
|
|
+ SQUARE_CHEVRON_UP("mfx-square-chevron-up", '\uE98A'),
|
|
|
|
+ SQUARE_LIST("mfx-square-list", '\uE98B'),
|
|
|
|
+ SQUARE_PEN("mfx-square-pen", '\uE98C'),
|
|
|
|
+ SQUARE_PLUS("mfx-square-plus", '\uE98D'),
|
|
|
|
+ STEP_BACKWARD("mfx-step-backward", '\uE98E'),
|
|
|
|
+ STEP_FORWARD("mfx-step-forward", '\uE98F'),
|
|
|
|
+ STEPPER("mfx-stepper", '\uE990'),
|
|
|
|
+ SYNC("mfx-sync", '\uE991'),
|
|
|
|
+ SYNC_LIGHT("mfx-sync-light", '\uE992'),
|
|
|
|
+ TABLE("mfx-table", '\uE993'),
|
|
|
|
+ TABLE_ALT("mfx-table-alt", '\uE994'),
|
|
|
|
+ TOGGLE_OFF("mfx-toggle-off", '\uE995'),
|
|
|
|
+ TOGGLE_ON("mfx-toggle-on", '\uE996'),
|
|
|
|
+ UNDO("mfx-undo", '\uE997'),
|
|
|
|
+ USER("mfx-user", '\uE998'),
|
|
|
|
+ USERS("mfx-users", '\uE999'),
|
|
|
|
+ VARIANT10_MARK("mfx-variant10-mark", '\uE99A'),
|
|
|
|
+ VARIANT11_MARK("mfx-variant11-mark", '\uE99B'),
|
|
|
|
+ VARIANT12_MARK("mfx-variant12-mark", '\uE99C'),
|
|
|
|
+ VARIANT13_MARK("mfx-variant13-mark", '\uE99D'),
|
|
|
|
+ VARIANT14_MARK("mfx-variant14-mark", '\uE99E'),
|
|
|
|
+ VARIANT3_MARK("mfx-variant3-mark", '\uE99F'),
|
|
|
|
+ VARIANT4_MARK("mfx-variant4-mark", '\uE9A0'),
|
|
|
|
+ VARIANT5_MARK("mfx-variant5-mark", '\uE9A1'),
|
|
|
|
+ VARIANT6_MARK("mfx-variant6-mark", '\uE9A2'),
|
|
|
|
+ VARIANT7_MARK("mfx-variant7-mark", '\uE9A3'),
|
|
|
|
+ VARIANT8_MARK("mfx-variant8-mark", '\uE9A4'),
|
|
|
|
+ VARIANT9_MARK("mfx-variant9-mark", '\uE9A5'),
|
|
|
|
+ VIDEO("mfx-video", '\uE9A6'),
|
|
|
|
+ X("mfx-x", '\uE9A7'),
|
|
|
|
+ X_ALT("mfx-x-alt", '\uE9A8'),
|
|
|
|
+ X_CIRCLE("mfx-x-circle", '\uE9A9'),
|
|
|
|
+ X_CIRCLE_LIGHT("mfx-x-circle-light", '\uE9AA'),
|
|
|
|
+ X_LIGHT("mfx-x-light", '\uE9AB');
|
|
|
|
|
|
public static FontResources findByDescription(String description) {
|
|
public static FontResources findByDescription(String description) {
|
|
for (FontResources font : values()) {
|
|
for (FontResources font : values()) {
|