When running my game in the editor, I see this on the title screen for example:
But when building for Windows Release, I see this:
The .
character disappears. When the player types their email into the leaderboards area for registering a PlayFab account, the same issue occurs.
I’m using the mongram font, found here: monogram by datagoblin
I tried checking “All Characters” in the editor, however that did not seem to help.
britzl
January 30, 2023, 5:33am
2
Could you please create a ticket on GitHub?
I wrote out the full issue report with an example project, but playing with it some more I discovered it is the monogram font itself at 16 px size causes the .
character to disappear. I tried different sizes and it does work, so I will be swapping fonts for my game. Anti-aliasing did not affect the result.
Edit: After switching to m5x7 font, the same is happening at 16 px. I’ll make a ticket.
Bug report is here with minimal project attached:
opened 12:25AM - 01 Feb 23 UTC
bug
**Describe the bug (REQUIRED)**
When bundling a project outside of the editor… , the `.` character is not rendered at font size 16 px regardless of anti-aliasing.
Editor build:

Release or debug build:

Tested on Windows and HTML. This occurred with two different fonts, so it is not a problem with the fonts themselves. Tested with both [monogram ](https://datagoblin.itch.io/monogram) and [m5x7](https://managore.itch.io/m5x7).
**To Reproduce (REQUIRED)**
1. Download example project.
2. Build for any platform outside of CTRL + B in the editor.
3. View result. The `.` characters are missing.
**Expected behavior (REQUIRED)**
All characters should be rendered at the supported font sizes.
**Defold version (REQUIRED):**
Tested on 1.4.1 and 1.4.2 (current).
**Platforms (REQUIRED):**
* Windows 11
* HTML
**Minimal repro case project (OPTIONAL):**
This project contains two GUI labels, one 32 px and one 16 px. The 16 px font does not render the `.`, but the 32 px font does. Monogram is used in this project.

Download: [example.zip](https://github.com/defold/defold/files/10552087/example.zip)
1 Like
britzl
February 1, 2023, 6:04am
5
Are you using a bitmap or distance field font?
Both tested fonts are bitmap.
britzl
February 1, 2023, 2:47pm
7
I’m able to repro it here. We’ll look into it, can’t say exactly when though.
1 Like
Solved this problem by editing the TTF file a bit. The problem in Defold engine is not yet fixed, but the workaround works without negative artifacts. See GitHub ticket for details. I’ll mark this forum post as solved.
1 Like