Commit Graph

23 Commits

Author SHA1 Message Date
snowie2000
4742bb6039 Merge branch 'directwrite' of https://githubfast.com/snowie2000/mactype into directwrite 2021-05-07 16:13:01 +08:00
snowie2000
1dfb3407db Bump version.
Removed ForceChangeFont.
Refactored the declaration of FT_Glyph_To_BitmapEx
2021-05-07 16:10:37 +08:00
namazso
3668c9e551 add utf8 codepage pragma to rc files 2020-12-06 11:43:08 +01:00
namazso
98f62cb4b1 uniformize line endings 2020-12-06 08:59:02 +01:00
namazso
0c7007845b Get everything build with latest toolkits, simplify build process 2020-04-12 09:55:53 +02:00
snowie2000
59a53aba0d disable magic static to support Windows XP
https://docs.microsoft.com/en-us/cpp/build/reference/zc-threadsafeinit-thread-safe-local-static-initialization?view=vs-2019
2019-05-23 11:05:17 +08:00
snowie2000
ee408d5064 Implemented Include feature
Better compatibility for Windows 8/8.1, fixed issue #522
2019-05-08 17:32:31 +08:00
snowie2000
56928ae044 Unified font id generation.
Improve font identification by concatenate fullname, stylename and familyname together with an extra crc32 of fullname to address cases like FiraCode and FuraCode NF mentioned in issue #513
2019-02-28 16:57:42 +08:00
MacType
6ddd98eb9e update version. 2018-12-05 15:22:05 +08:00
MacType
7d095bf95c improve versioning system 2018-12-05 14:02:32 +08:00
git
264f9a96e0 per-app group setting is back. 2018-11-09 11:19:37 +08:00
git
5ddd6b3daf bump version 2018.10.19 (beta)
fixed color font problem on BGR layout

# Conflicts:
#	gdidll.rc
2018-11-07 14:42:35 +08:00
extratype
17a199c2a2 Merge commit '69cf00e6a625c9f33965be0df0e82076526fc8a5'
# Conflicts:
#	gdidll.rc
#	gdipp.vcxproj
2018-10-01 11:33:55 +09:00
git
6fce9a2fff Infinality patch support (with custom FT_Env calls) 2018-08-02 11:07:50 +08:00
git
4e4afc1429 improved implementation of clipboxfix functionality. 2018-04-13 14:05:08 +08:00
extratype
083c1b51e9 Add FontSubstitutesDW section 2018-03-31 21:45:26 +09:00
MacType
d3d6e3d89a hinting for DirectWrite now follows the global option HintingMode
return true if previous call to MakeD2DParams succeed.
2017-06-19 15:21:44 +08:00
MacType
5bdd8a9aee removed delayhlp
use ldrLoadDll to inject dll from x86 to x64 processes for better compatibility.
2016-11-17 09:07:13 +08:00
MacType
e9cf6b70c8 calculate position based on Windows API with priority
fixed a unicode plane related problem.
2016-10-26 15:21:03 +08:00
MacType
38681008a1 version updated
removed old freetype files
add some code to avoid a vs2015 DllMain bug which will call dllmain with reason_process_detach multiple times.
2016-09-22 19:47:49 +08:00
MacType
8a7f4977cd fixed issue that caused windows7 to stuck at boot when dw tweak is on.
fixed issue that caused edge to lag/crash
2016-09-01 14:59:16 +08:00
MacType
28187cbe48 Support more recent version of DirectWrite/D2D
Fix a bug that will crash program in certain cases.
version info updated.
2016-08-30 15:54:05 +08:00
MacType
07a1eee62c Initial release. Some files may missing, please report.
Dependency not included.

Deps: EasyHook, FreeType
2016-05-30 17:12:15 +08:00