Opened 23 months ago
Closed 22 months ago
#14014 closed defect (fixed)
AGOS: Warning about missing subtitle font
Reported by: | eriktorbjorn | Owned by: | lephilousophe |
---|---|---|---|
Priority: | high | Component: | Engine: AGOS |
Version: | Keywords: | ||
Cc: | Game: | The Feeble Files |
Description
Every time a cutscene starts in The Feeble Files (AGOS engine), I get the following warnings:
WARNING: Cannot load font FreeSans.ttf directly! WARNING: Cannot load font FreeSans.ttf!
I don't know which other engines are affected. There are certainly others that refer to FreeSans.ttf.
The message goes away if I change engines/agos/animation.cpp to use _subtitles.setFont("FreeSans.ttf@15"); instead, but none of the other engines do that.
Change History (4)
comment:1 by , 23 months ago
Priority: | normal → high |
---|
comment:2 by , 22 months ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → pending |
comment:3 by , 22 months ago
It seems to be working. I no longer see the warning, of course, but I also get a different - and better - font than before. Thanks!
comment:4 by , 22 months ago
Status: | pending → closed |
---|
Thanks. The font is different because it's a real TTF instead of falling back on our old bitmap fonts.
Should be fixed in c6e9986e676efef5b5219ec1def75392c3faea92 in master and in 5ae74e04e55631b066c614ca04d5632bacebc24b in branch-2-7.
Can you check? Thanks.