This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

I'm making a game with a few friends and we want to use Egyptian hieroglyphics in labels in our game. We tried using a font for it but all the text comes out blank. Does anyone know of any way we could do this? I can provide extra information if needed.

in Engine by (12 points)

1 Answer

+1 vote

While I don't know the details of what you're doing, I just grabbed the first hieroglyphics TTF font I could find and it seems to work as expected in a Godot label control. Here's the font I grabbed:

https://dl.dafont.com/dl/?f=meroitic_hieroglyphics

I added that to my godot project and then assigned it as the font for a Label control. Adding some text to the label does indeed show the hieroglyphic characters.

One thing to be aware of. I assume that many (most?) such fonts won't contain a complete character set. That is, only some characters will convert to valid font glyphs. In my case, using the above font and upper and lowercase characters seems to work, but numbers don't (as the font doesn't contain the corresponding glyphs).

So, generally, it does work. How does the process outlined above differ from your attempts?

by (22,704 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.