{"id":15696835,"url":"https://github.com/madeorsk/emojisfx","last_synced_at":"2025-05-08T23:30:23.353Z","repository":{"id":57726385,"uuid":"119185074","full_name":"Madeorsk/EmojisFX","owner":"Madeorsk","description":"Beautiful emojis support for JavaFX 8.","archived":false,"fork":false,"pushed_at":"2021-05-31T23:31:51.000Z","size":3483,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T19:21:17.983Z","etag":null,"topics":["emojione","emojis","gui","javafx","ui-components"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Madeorsk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-27T17:16:51.000Z","updated_at":"2023-05-03T20:11:10.000Z","dependencies_parsed_at":"2022-09-26T21:50:46.996Z","dependency_job_id":null,"html_url":"https://github.com/Madeorsk/EmojisFX","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Madeorsk%2FEmojisFX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Madeorsk%2FEmojisFX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Madeorsk%2FEmojisFX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Madeorsk%2FEmojisFX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Madeorsk","download_url":"https://codeload.github.com/Madeorsk/EmojisFX/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253163267,"owners_count":21864049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emojione","emojis","gui","javafx","ui-components"],"created_at":"2024-10-03T19:10:08.677Z","updated_at":"2025-05-08T23:30:23.317Z","avatar_url":"https://github.com/Madeorsk.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EmojisFX\n\nBeautiful emojis support for JavaFX 8.\n\n![Simple example](./example.png)\n\nDefault emojis: [Open Moji 13.0](https://github.com/hfg-gmuend/openmoji/tree/13.0.0).\n\n## TODO\n\n- EmojisField: editable field with emojis.\n- Optimizations\n\n## How to use\n\nFull example: [com.madeorsk.emojisfx.examples.SimpleExample](https://github.com/Madeorsk/EmojisFX/blob/master/src/test/java/com/madeorsk/emojisfx/examples/SimpleExample.java)\n\n### Classic label\n\n`EmojisLabel` is very similar to a normal label, it just has one more property which is the path of the emojis directory (only internal directories for now).\n\n```java\n// See com.madeorsk.emojisfx.examples.SimpleExample in test directory for the full example.\n\n// Create an EmojisLabel, and we are so happy that we indicate it with an emoji.\nEmojisLabel label = new EmojisLabel(\"Look! That's a coloured emoji! \\uD83D\\uDE04\");\nlabel.setFont(Font.font(24)); // Please, I want to see this text!\nroot.getChildren().add(label);\n```\n\n### Selectable label\n\n`EmojisLabel` text is selectable, and you can set the selection colors.\n\n```java\n// See com.madeorsk.emojisfx.examples.SimpleExample in test directory for the full example.\n\nlabel.setSelectionFill(Color.BLACK); // So dark...\nlabel.setSelectedTextFill(Color.WHITE);\n```\n\n### Linkable label\n\n`EmojisLabel` also support integrated links!\n\n```java\n// See com.madeorsk.emojisfx.examples.SimpleExample in test directory for the full example.\n\nEmojisLabel linkedLabel = new EmojisLabel(\"Do you ❤ this? If yes, consider making a donation.\");\nlinkedLabel.setLinkTextFill(Color.rgb(255, 90, 121)); // A link with the same color as the heart.\nlinkedLabel.addLinkRange(new Range(24, 40, () -\u003e { /* Link action. */ }));\nroot.getChildren().add(linkedLabel);\n```\n\nYou can use [com.madeorsk.emojisfx.Testing](https://github.com/Madeorsk/EmojisFX/blob/master/src/test/java/com/madeorsk/emojisfx/Testing.java) as another example.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeorsk%2Femojisfx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadeorsk%2Femojisfx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeorsk%2Femojisfx/lists"}