mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #2761] [MERGED] [Libs] Font lib HLE implementation #2961
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#2961
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/2761
Author: @georgemoralis
Created: 4/8/2025
Status: ✅ Merged
Merged: 11/4/2025
Merged by: @georgemoralis
Base:
main← Head:fontlib📝 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
9 files changed (+2145 additions, -2 deletions)
View changed files
📝
CMakeLists.txt(+6 -0)📝
src/common/logging/filter.cpp(+2 -0)📝
src/common/logging/types.h(+2 -0)➕
src/core/libraries/font/font.cpp(+1611 -0)➕
src/core/libraries/font/font.h(+299 -0)➕
src/core/libraries/font/font_error.h(+44 -0)➕
src/core/libraries/font/fontft.cpp(+140 -0)➕
src/core/libraries/font/fontft.h(+37 -0)📝
src/emulator.cpp(+4 -2)📄 Description
Just some functions atm , not useable
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.