Skip to content

Commit 25c98d7

Browse files
authored
feat: use Direct2D to draw colorful emojis and to avoid customizing fallback fonts. (#24)
Squash following commits: * feat: use Direct2D to draw colorful emojis and to avoid customizing fallback fonts. commit f59076c Author: zerxmega <zerxmega@foxmail.com> * feat: use Direct2D to draw colorful emojis and to avoid customizing fallback fonts. commit b0cda52 Author: zerxmega <zerxmega@foxmail.com> * CandidatePreview's render is migrated from gdip to direct2d, and now Gdip_All.ahk is no longer needed commit fe66c7b Author: zerxmega <zerxmega@foxmail.com>
1 parent 41cc35c commit 25c98d7

File tree

5 files changed

+143
-512
lines changed

5 files changed

+143
-512
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
[submodule "Lib/Gdip"]
88
path = Lib/Gdip
99
url = https://github.com/buliasz/AHKv2-Gdip
10+
[submodule "Lib/Direct2D"]
11+
path = Lib/Direct2D
12+
url = https://github.com/rawbx/AHK-Direct2D

Lib/Direct2D

Submodule Direct2D added at 9684ecd

0 commit comments

Comments
 (0)