mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 08:46:03 +03:00
[PR #3921] [CLOSED] Fontfixes #3804
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3804
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/3921
Author: @georgemoralis
Created: 1/12/2026
Status: ❌ Closed
Base:
main← Head:fontfixes📝 Commits (10+)
f6aeb24dummy fontlib libs1c48cc1register font libse4cbd8ftypo fix2b66b62added font error fileaa56e60added sceFontCharacterGetBidiLevel (from RE)c63b1a0fixup6470992sceFontCharacterGetTextOrder , sceFontCharacterLooksFormatCharacters , sceFontCharacterLooksWhiteSpace RE97153edsceFontCharacterRefersTextBack,sceFontCharacterRefersTextNext,sceFontRenderSurfaceInit,sceFontRenderSurfaceSetScissor REaa2cf2bsceFontRenderSurfaceSetStyleFrame ,sceFontStyleFrameGetEffectSlant RE added6184d51clang fix📊 Changes
19 files changed (+14220 additions, -662 deletions)
View changed files
📝
.gitmodules(+4 -0)📝
CMakeLists.txt(+8 -2)📝
externals/CMakeLists.txt(+10 -0)➕
externals/freetype(+1 -0)📝
src/common/path_util.cpp(+11 -0)📝
src/common/path_util.h(+2 -0)➕
src/core/emulator_settings.cpp(+293 -0)➕
src/core/emulator_settings.h(+194 -0)📝
src/core/libraries/font/font.cpp(+5995 -345)📝
src/core/libraries/font/font.h(+571 -299)➕
src/core/libraries/font/font_internal.cpp(+1983 -0)➕
src/core/libraries/font/font_internal.h(+760 -0)📝
src/core/libraries/font/fontft.cpp(+83 -7)📝
src/core/libraries/font/fontft.h(+21 -3)➕
src/core/libraries/font/fontft_internal.cpp(+3671 -0)➕
src/core/libraries/font/fontft_internal.h(+603 -0)📝
src/core/libraries/libs.cpp(+4 -0)📝
src/emulator.cpp(+1 -6)📝
src/main.cpp(+5 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.