Skip to content

Commit b914833

Browse files
authored
Update README.md
1 parent 66ef519 commit b914833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Game's backend is OPENGL
44
# DLL uses SimHei.ttf to render chinese glyphs, make sure you have installed SimHei.ttf into your Windows/Fonts folder.
55
# SimHei.ttf download link: https://huggingface.co/internlm/internlm-xcomposer2d5-7b/resolve/main/SimHei.ttf
6-
# DLL uses GDI (For drawing objects for extrasensory perception) and HUDHOOK (IMGUI for menu)
6+
# DLL uses HUDHOOK (IMGUI for menu and for drawing objects for extrasensory perception)
77
# This DLL does not use OTF fonts yet, but OTF fonts support is enabled, to use it you would need to install freetype using vcpkg
88
# To install freetype you need to install vcpkg and install freetype, using command
99
# vcpkg install freetype --triplet=x86-windows-static-md && vcpkg install freetype --triplet=x86-windows-static && vcpkg install freetype --triplet=x86-windows

0 commit comments

Comments
 (0)