Skip to content

Instantly share code, notes, and snippets.

@partrita
Forked from gddabe/Mactype Noto Sans CJK for Win10.md
Last active December 10, 2020 16:01
Show Gist options
  • Save partrita/cfd7c6ee7b8662c1ebd801b08905e22d to your computer and use it in GitHub Desktop.
Save partrita/cfd7c6ee7b8662c1ebd801b08905e22d to your computer and use it in GitHub Desktop.
Mactype Noto Sans CJK for Win10
  1. Noto Sans CJK 폰트 설치
  2. mactype 다운로드후 설치
  3. 아래의 내용을 C:\Program Files\MacType\ini\NotoSansCJK.ini 에 텍스트 파일로 저장
[Preview]
Font=Noto Sans Mono CJK
Color=$000000
Text=This is Noto Sans Mono CJK 01234567890!@#$%^&*
Size=10

[General]
Name=NotoSansCJK
DirectWrite=0
HintSmallFont=1
HookChildProcesses=1
HintingMode=1
AntiAliasMode=2
NormalWeight=0
BoldWeight=0
ItalicSlant=-2
UseMapping=0
GammaMode=0
GammaValue=1.2
Contrast=0.9
RenderWeight=1.1
DirectWrite=1
TextTuning=0
TextTuningR=0
TextTuningG=0
TextTuningB=0
BolderMode=0
FontLoader=0
Fontlink=1
FontSubstitutes=1
MaxHeight=0
Shadow=1,1,1
LcdFilter=1
LoadOnDemand=1
CacheMaxFaces=256
CacheMaxSizes=12554432
CacheMaxBytes=12108864
HintSmallFont=1
;EnableKerning=0
;LcdFilterWeight=15,54,137,55,15
;MaxBitmap=0
;WidthMode=0

; 【프로세스 연결】
; 0:Disable  1:Enable
HookChildProcesses=1

; 【힌팅 설정】
; 0:NoHinting  1:Normal  2:AutoHinting  3:Light+AutoHinting
HintingMode=1

; 【안티 앨리어싱 모드】
; -1:Disable 0:Normal 1:Light 2:LCD(RGB) 3:LCD(GBR) 4:Light-LCD(RGB) 5:Light-LCD(GBR)
AntiAliasMode=4

; 【기본 설정】
; -32:+32
NormalWeight=5

; -16:+16
BoldWeight=1

; -16:+16
ItalicSlant=0

; 수평, 수직, 깊이
Shadow=1,1,1

; 【대비】
Contrast=1.22

; 【렌더 두깨】
RenderWeight=1.5

; 【경계면 보정】
; -32:+32
TextTuning=0
TextTuningR=0
TextTuningG=0
TextTuningB=0

; 【필터링 모드】
; 0:None  1:Default  2:Light  16:Legacy
LcdFilter=1

; 【굵은 글꼴 렌더링 방법】
; 0:gdi0440 ; New
; 1:gdi0424 ; Old
; 2:gdi0347 ; Original FreeType Algorithm
BolderMode=0

; 【Gamma설정】
; -1; 0; 1; 2
GammaMode=0

; sRGB ≒ 2.2 CT-Default = 1.4
GammaValue=1.54

; 【폰트 로딩 방법】
; 0:FreeType 1:Win32
FontLoader=0

; 【폰트 연결】
; 0:Disable; 1:레지스트리,FreeType; 2:레지스트리,Windows
Fontlink=2

; 【폰트 대체】
; 0 : Disable; 1 : ini Only; 2 : ini + Registry
FontSubstitutes=1

; 【캐시 설정】
CacheMaxFaces=640
CacheMaxSizes=64000
CacheMaxBytes=52428800
EnableKerning=0
MaxBitmap=0

[UnloadDll]
; 【프로그램 제외】

Photoshop.exe
ccApp.exe
conhost.exe
conime.exe
csrss.exe
ctfmon.exe
dllhost.exe
dwm.exe
fontview.exe
Workrave.exe

[exclude]
; 【글꼴 제외】

[FontSubstitutes]
; 【글꼴 대체】
굴림=Noto Sans CJK KR Regular
굴림체=Noto Sans CJK KR Regular
돋움=Noto Sans CJK KR Regular
돋움체=Noto Sans CJK KR Regular
맑은 고딕=Noto Sans CJK KR Regular
gulim=Noto Sans CJK KR Regular
dotum=Noto Sans CJK KR Regular
tahoma=Noto Sans CJK KR Regular
바탕=Noto Sans CJK KR Regular
바탕체=Noto Sans CJK KR Regular
batang=Noto Sans CJK KR Regular
  1. mactype을 service(recomanded)로 실행
  2. NotoSansCJK 선택하고 적용한뒤 컴퓨터 재부팅
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment