Skip to content
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

FSUI: Icon treatments #10809

Merged
merged 2 commits into from
Mar 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions 3rdparty/include/IconsPromptFont.h
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@
#define ICON_PF_ACHIEVEMENTS_PROGRESSION "\xE2\x8E\xB2"
#define ICON_PF_ACHIEVEMENTS_MISSABLE "\xE2\x8E\xB3"
#define ICON_PF_ACHIEVEMENTS_WIN "\xE2\x8E\xB4"
#define ICON_PF_DUMBELL "\xE2\x8E\xB5"
#define ICON_PF_POPN_CONTROLLER "\xE2\x8A\xBF"
#define ICON_PF_POPN_BLUE_LEFT "\xE2\x8B\x80"
#define ICON_PF_POPN_BLUE_RIGHT "\xE2\x8B\x81"
Expand All @@ -341,3 +342,25 @@
#define ICON_PF_POPN_WHITE_RIGHT "\xE2\x8B\x87"
#define ICON_PF_POPN_RED "\xE2\x8B\x88"
#define ICON_PF_SLOW_MOTION "\xE2\x8D\xBA"
#define ICON_PF_CONTROLLER_VIBRATION "\xE2\x88\x9A"
#define ICON_PF_USB "\xE2\x8D\x9A"
#define ICON_PF_MICROCHIP_ALT "\xE2\x8D\x9D"
#define ICON_PF_MICROCHIP "\xE2\x8D\x9E"
#define ICON_PF_INFINITY "\xE2\x8D\x9B"
#define ICON_PF_GAMEPAD_ALT "\xE2\x8D\xA0"
#define ICON_PF_KEYBOARD_ALT "\xE2\x8D\xA1"
#define ICON_PF_DOWNLOAD "\xE2\x8D\xA2"
#define ICON_PF_UPLOAD "\xE2\x8D\xA3"
#define ICON_PF_MEMORY_CARD "\xE2\x8D\xA4"
#define ICON_PF_SOUND "\xE2\x8D\xA5"
#define ICON_PF_PICTURE "\xE2\x8D\xA6"
#define ICON_PF_ISOMETRIC_CUBE "\xE2\xAC\x9B"
#define ICON_PF_SNOOZE "\xE2\x8D\xBB"
#define ICON_PF_HEARTBEAT_CIRCLE "\xE2\x8D\xBC"
#define ICON_PF_HEARTBEAT_ALT "\xE2\x8D\xBD"
#define ICON_PF_HEARTBEAT_MAG "\xE2\x8D\xBE"
#define ICON_PF_MONITOR_CODE "\xE2\x8D\xBF"
#define ICON_PF_SIXTY_CIRCLE "\xE2\x8E\x80"
#define ICON_PF_SPEAKER_ALT "\xE2\x8D\xA7"
#define ICON_PF_THUNDERBOLT "\xE2\x8D\x9C"
#define ICON_PF_BACKWARD "\xE2\x8F\x8C"
618 changes: 534 additions & 84 deletions 3rdparty/promptfont/promptfont.sfd

Large diffs are not rendered by default.

Binary file modified bin/resources/fonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified bin/resources/fonts/promptfont.otf
Binary file not shown.
2 changes: 1 addition & 1 deletion pcsx2-qt/Settings/InterfaceSettingsWidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</property>
</widget>
</item>
<item row="4" column="1">
<item row="4" column="0">
<widget class="QCheckBox" name="discordPresence">
<property name="text">
<string>Enable Discord Presence</string>
Expand Down
15 changes: 7 additions & 8 deletions pcsx2-qt/resources/icons/black/svg/pin-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 7 additions & 8 deletions pcsx2-qt/resources/icons/white/svg/pin-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading