Hải Trần
0b6ba96d58
fix typo in readme.md
2018-09-13 14:12:38 +07:00
Páll Haraldsson
61e61fd362
Typo
2018-09-10 20:55:14 +00:00
MacType
2ebcf52f68
won't exit process when a unsupported vert font is used.
...
removed horizontal glyph width increment since it doesn't make the expect effect and its side-effect is unknown.
2018-09-08 21:31:48 +08:00
Samantha Glocker
f999e8842a
Improve clarity of warnings
2018-08-28 15:26:26 +09:30
git
6fce9a2fff
Infinality patch support (with custom FT_Env calls)
2018-08-02 11:07:50 +08:00
git
15c6c09aa4
fixed a problem that will crash mactype when one unsupported character is detected before any other valid character.
2018-07-17 16:39:45 +08:00
git
baff395233
bug fixes.
2018-05-04 15:41:10 +08:00
git
247f1e945f
Merge branch 'master' of https://github.com/snowie2000/mactype
2018-04-13 14:05:40 +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
snowie2000
14ab7cea62
Update README.md
2017-12-19 13:43:31 +08:00
snowie2000
3b3e85a5e1
Merge pull request #373 from ip-gpu/PVS_fixes
...
fixes from PVS-Studio
Fixed a potential null pointer error.
2017-10-30 11:22:47 +08:00
ip_gpu
ba2da617a3
fixes from PVS-Studio
...
V575 The potential null pointer is passed into 'memset' function. Inspect the first argument. hash_list.cpp 211,217
2017-10-30 08:01:18 +05:00
snowie2000
5597989930
Merge pull request #368 from felixonmars/patch-1
...
Fix a typo in README.md
2017-10-23 15:21:44 +08:00
Felix Yan
d2aea6994a
Fix a typo in README.md
2017-10-19 12:20:35 +08:00
snowie2000
9fb49b78e9
Merge pull request #343 from AT-Aoi/patch-1
...
Fix typo
2017-07-26 14:34:09 +08:00
Ayatsuki Aoi
145b9c4380
Fix typo
2017-07-24 20:41:46 +08:00
snowie2000
a6af97df42
Update README.md
2017-06-28 14:34:25 +08:00
snowie2000
bac8aff119
Update README.md
2017-06-28 14:30:41 +08:00
MacType
5736d75d4d
Merge branch 'master' of https://github.com/snowie2000/mactype
2017-06-21 17:31:07 +08:00
MacType
f4f1cd3cc2
enhanced directwrite support
2017-06-21 17:30:51 +08:00
snowie2000
3c90087e37
Update README.md
2017-06-20 15:45:53 +08:00
snowie2000
c0aba8b0b9
Update README.md
2017-06-20 15:44:42 +08:00
MacType
c5e991a441
Separated DirectWrite param from Direct2d temporarily.
...
Fixed some logic bugs.
2017-06-20 14:55:25 +08:00
MacType
abf60a9937
Merge branch 'master' of https://github.com/snowie2000/mactype
2017-06-19 15:22:05 +08: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
snowie2000
7897a396ab
Update README.md
2017-06-17 21:50:15 +08:00
snowie2000
5f98459589
Update README.md
2017-06-17 21:49:56 +08:00
snowie2000
6f23228001
Update README.md
2017-06-17 21:49:26 +08:00
snowie2000
e79dc1c5ca
Update README.md
2017-06-17 14:53:15 +08:00
snowie2000
cceedff396
Update README.md
2017-06-17 14:52:22 +08:00
snowie2000
72edb40bfa
Update README.md
2017-06-17 14:51:52 +08:00
snowie2000
da7a0d0f09
Update README.md
2017-06-17 14:49:53 +08:00
snowie2000
b75e0beb3b
Update README.md
2017-06-17 14:48:23 +08:00
snowie2000
cb3cfd826a
Update README.md
2017-06-17 14:27:49 +08:00
snowie2000
7183817ce0
Update README.md
2017-06-16 10:08:50 +08:00
snowie2000
f4980c96b2
Update README.md
2017-06-16 10:07:50 +08:00
snowie2000
d1ed693d88
Update README.md
2017-06-16 10:06:41 +08:00
snowie2000
b919575e4d
Create README.md
2017-06-15 21:01:05 +08:00
snowie2000
970dec2b13
Create README.md
2017-06-15 21:00:31 +08:00
snowie2000
b5bc3ac990
Create README.md
2017-06-15 20:59:00 +08:00
MacType
fea25ae614
removed unused func
...
init exe name properly.
2017-05-24 13:51:07 +08:00
MacType
9975c559f7
added more controlcenter abilities
2017-05-20 14:55:59 +08:00
MacType
e6a050a654
added check for MakeD2DParams
2017-05-12 15:40:39 +08:00
MacType
5b6c289e9b
optimized some code structure.
...
dw and d2d now may have separate params for their special behavior
enabled ASLR support
2017-05-12 11:17:19 +08:00
MacType
8560e3daac
added latest DirectWrite support
...
added a whole new DirectWrite section for DW only settings
completely remove windows private profile related api to improve performance.
removed some unused/unnecessary codes.
2017-05-11 16:56:34 +08:00
MacType
7d9ea87770
Windows 10 preview compatible.
...
Fully removed CreateProcess hook from mactype core dll.
2017-03-23 10:18:56 +08:00
MacType
ea7c234b3e
Merge branch 'master' of https://github.com/snowie2000/mactype
2016-12-20 16:59:25 +08:00
MacType
5ad9b345d4
add bootstrap to help preparing mactype environment
...
debug version, do not use!
2016-12-20 16:59:09 +08:00
snowie2000
4369e3d8d2
Update README.md
2016-11-17 09:18:36 +08:00