-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Fontlib #3772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Fontlib #3772
Conversation
…, sceFontCharacterLooksWhiteSpace RE
…RenderSurfaceInit,sceFontRenderSurfaceSetScissor RE
|
DIGIMON STORY CYBER SLEUTH now displays text, though at the wrong font size. |
|
DRIVECLUB displays text properly. |
|
Side note, if this PR is able to address all the cases of fonts still not working, it would be nice to remove Font-related LLEs entirely (also probably helpful for testers too) Those LLEs rarely functioned properly in the first place, causing things like anywhereVR to crash, or DIGIMON titles to have missing fonts on main. |
Yah this pr seems promising , let's see if we can fix the remaining issues and we gonna remove LLE fonts . I think it already work better than LLE fonts anyway |
|
DEATH STRANDING also uses fonts but deosn't display (it doesn't on LLE as well) [Lib.Font] font.cpp:232 ReportSystemFaceRequest: SystemFace: internal PS4 font requested but not available |
|
Do you mean that it will be possible to delete P.S. I tested this PR, but as it turned out, none of my games use Fonts, I did not find any lines in the logs where it would say [Lib.Font] or [Lib.FontFt]. |
|
Most Bandai Namco games use a font library, as I understand it. There are many stubbed functions, and implementing them will require a lot of work. We also need to find games that use all of them. I still don’t understand why the text appears at an inaccurate scale. |
Config example: [General] ... sysFontPath = "/.../NotoSansJP-Regular.ttf" ...
|
This should fix Catherine. @StevenMiller123, can you check it? |
possible MacOS build crash reason.
|
who can tell me what breaks MacOS build? :( |
|
Pretty sure Mac actions are broken for the whole repo, that's a job for @squidbus to deal with. |
|
I'll check on the fonts thing when I can. |
Yes, sure |
@w1naenator Specifying a "system font" does fix Catherine. |
|
anywhereVR is broken again, crashes on boot now. |
|
One font just for test, i found that there is multiple offsets for sys fonts used, so need to research. |
|
@StevenMiller123, what about vr, it also use sys fonts. |
|
Even with the path specified properly, it still doesn't work. |
Can you check. Is it work in v11 HLE? Acording to your log it does not crash, just do not show text, right? |
|
The only time anywhereVR ever booted was earlier builds of this PR. |
I will fix it. Can you provide me full list on PS4 font file names dumped. I need only names, not files. It helps me decode font set requests. |








No description provided.