Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renkun-ken/MacType.Decency
A MacType profile that provides decent solution to font rendering and font substitutions for Windows operating systems.
https://github.com/renkun-ken/MacType.Decency
Last synced: 3 months ago
JSON representation
A MacType profile that provides decent solution to font rendering and font substitutions for Windows operating systems.
- Host: GitHub
- URL: https://github.com/renkun-ken/MacType.Decency
- Owner: renkun-ken
- License: mit
- Created: 2014-04-04T00:08:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-11T17:38:15.000Z (over 10 years ago)
- Last Synced: 2024-05-02T18:55:10.932Z (6 months ago)
- Size: 203 KB
- Stars: 183
- Watchers: 15
- Forks: 46
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - renkun-ken/MacType.Decency - A MacType profile that provides decent solution to font rendering and font substitutions for Windows operating systems. (Others)
README
# MacType.Decency
MacType.Decency is a MacType profile that provides decent solutions to font rendering and font substitutions for Windows operating systems under English locale and Chiense locale.
For English-locale Windows, the profile uses the following fonts:
| Environment | Font |
|-------------|-----------------------------------|
| Windows UI | Microsoft YaHei UI, Lucida Grande |
| Firefox | FZLanTingHei-R-GBK |For Chinese-locale Windows, the profile uses the following fonts:
| Environment | Font |
|-------------|-----------------------------------|
| Windows UI | Microsoft YaHei UI |
| Firefox | FZLanTingHei-R-GBK |The choice of fonts is for maximal compatibility and best performance and effect.
## Installation
1. Make sure you have installed the recommended fonts used by this profile.
2. Install [MacType](https://code.google.com/p/mactype/).
3. Download this repository and extract the ini files to ini folder of where you installed MacType.
4. Start configuration and choose the proper file in your need.## Recommended configurations
### Firefox
The profile has been tuning not only for the operating system but also for Firefox. Please use the following fonts in correspondence to optimize the effects.
1. [Source Serif Pro](https://github.com/adobe/source-serif-pro/tree/release)
2. [Source Sans Pro](https://github.com/adobe/source-sans-pro/tree/release)
3. [Source Code Pro](https://github.com/adobe/source-code-pro/tree/release)Enter `about:config` and change the following configurations:
| Key | Value |
|----------------------------------------------------------|-------|
| gfx.direct2d.disabled | true |
| gfx.font_loader.delay | -1 |
| gfx.font_rendering.cleartype.always_use_for_content;true | true |
| gfx.font_rendering.cleartype_params.cleartype_level | 100 |
| gfx.font_rendering.cleartype_params.enhanced_contrast | 100 |
| gfx.font_rendering.cleartype_params.gamma | 1400 |
| gfx.font_rendering.cleartype_params.pixel_structure | 1 |
| gfx.font_rendering.cleartype_params.rendering_mode | 5 |
| gfx.font_rendering.fallback.always_use_cmaps | true |
| gfx.use_text_smoothing_setting | true |## License
This project is under [MIT License](http://opensource.org/licenses/MIT).