Is gdx-freetype can load NotoColorEmoji font on android
See original GitHub issueI try to load NotoColorEmoji font on android with gdx-freetype but have the following error:
E/AndroidRuntime(26776): com.badlogic.gdx.utils.GdxRuntimeException: Couldn't se
t size for font
E/AndroidRuntime(26776): at com.badlogic.gdx.graphics.g2d.freetype.FreeTy
peFontGenerator.setPixelSizes(FreeTypeFontGenerator.java:264)
E/AndroidRuntime(26776): at com.badlogic.gdx.graphics.g2d.freetype.FreeTy
peFontGenerator.<init>(FreeTypeFontGenerator.java:118)
Issue Analytics
- State:
- Created 8 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Noto Color Emoji - Google Fonts
Noto Color Emoji is an open-source emoji font. It supports the latest Unicode specification (15.0) and features 3,664 emoji. Supported writing systems. Emoji....
Read more >NotoColorEmoji.ttf not a valid font in Windows #43 - GitHub
I've tried installing NotoColorEmoji.ttf in Windows 10 and it is not a valid font to install. From https://www.google.com/get/noto/ I've ...
Read more >Gdx freetype - libGDX
The solution to your problem is the gdx-freetype extension: ship only lightweight .ttf files with your game; generate a BitmapFont of your desired...
Read more >Loading Colored Fonts With FreeType - Stack Overflow
While Noto Color Emoji works just fine (because of embedded bitmaps), I'd like to also support Segoe UI Emoji, that is using COLR/CPAL...
Read more >libGDX Quick Tips #1 - Free Type Fonts - YouTube
This quick tutorial will demonstrate how to use external fonts in your android game with the libGDX extension: FreeType. Use .ttf fonts ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve tried to search on forums and issues on this repo but found no related info. Use the newest gdx-setup app.
Here is my project for you to investigate. It does not contain libraries so please run on command line
gradlew.bat clean --no-daemon
to download them.Here is the logcat error:
Do i need to provide more info?
Interesting project, will have a look!