Skip to content

Commit

Permalink
Update hyrious.ini
Browse files Browse the repository at this point in the history
use Default.ini as default
change these to go back to previous settings:
DirectWrite=0
GammaValue=1.54
Contrast=1.22
RenderWeight=1.5
[FontSubstitutes]
;uncomment all lines
  • Loading branch information
hyrious authored Nov 22, 2018
1 parent d802ef9 commit ab6b8d7
Showing 1 changed file with 43 additions and 14 deletions.
57 changes: 43 additions & 14 deletions hyrious.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[Preview]
; BBGGRR
Color=$996633
Font=Consolas

[General]
Name=hyrious
Expand All @@ -13,7 +14,7 @@ Icon=hyrious.ico,0
HookChildProcesses=1

;[0:Normal] 1:NoHinting 2:AutoHinting 3:Light+AutoHinting
;if [3:Light+Auto], AntiAliasMode must be [1:Light]
;if [3:Light+AutoHinting], AntiAliasMode must be [1:Light]
HintingMode=1

;[0:Disable] 1:Enable(below 12pt)
Expand Down Expand Up @@ -41,16 +42,20 @@ GammaMode=0

;[1.4:ClearType] 1.8:OSX 2.2:TV
;works only if GammaMode=0
GammaValue=1.54
;GammaValue=1.54
GammaValue=1.5

;[1] 0.0625..10.0
Contrast=1.22
;Contrast=1.22
Contrast=1.7

;[1.0] 0.0..12.0
RenderWeight=1.5
;RenderWeight=1.5
RenderWeight=1.4

;[0:Disable] 1:Enable
DirectWrite=0
;disable it if there be any buggy display
DirectWrite=1

;[0] 0..12
;works only if AntiAliasMode=1
Expand All @@ -75,7 +80,7 @@ FontLink=2

;[0:DoNothing] 1:SafeMode 2:CrudeMode
;works only if FontLoader=0
FontSubstitutes=1
FontSubstitutes=0

;[0] 0..2147483647
MaxHeight=0
Expand All @@ -94,6 +99,7 @@ CacheMaxBytes=67108864
EnableKerning=1

;[0:Disable] 1:Enable(use bitmap for fonts below MaxBitmap)
;should be 0
MaxBitmap=0

[DirectWrite]
Expand All @@ -103,17 +109,33 @@ Contrast=1.0
ClearTypeLevel=1

[FontSubstitutes]
Courier=Iosevka
Terminal=XHei OSX Mono
MS Serif=XHei OSX
MS Sans Serif=XHei OSX
Microsoft Sans Serif=XHei OSX
SimSun=XHei OSX SimSun
NSimSun=XHei OSX NSimSun
Fixedsys=XHei OSX NSimSun
;Courier=Iosevka
;Terminal=XHei OSX Mono
;MS Serif=XHei OSX
;MS Sans Serif=XHei OSX
;Microsoft Sans Serif=XHei OSX
;SimSun=XHei OSX SimSun
;NSimSun=XHei OSX NSimSun
;Fixedsys=XHei OSX NSimSun

[Individual]
;font=Hinting,AAMode,NormalWeight,BoldWeight,ItalicSlant,Kerning
XSong=,,30,,,
XSong SimSun=,,30,,,
XSong Mono=,,30,,,
宋体=,,30,,,
新宋体=,,30,,,
华文宋体=,,30,,,
华文中宋=,,30,,,
Batang=,,30,,,
MingLiU=,,30,,,
PMingLiU=,,30,,,
PMingLiU_HKSCS=,,30,,,
MingLiU_ExtB=,,30,,,
PMingLiU_ExtB=,,30,,,
PMingLiU_HKSCS_ExtB=,,30,,,
MS Mincho=,,30,,,
MS PMincho=,,30,,,

[ExcludeSub]
javaw.exe
Expand All @@ -124,6 +146,12 @@ devenv.exe
[ExcludeModule]
;don't render. load dll

[Experimental]
Colorfont=1

[[email protected]]
InvertColor=1

[[email protected]]
ClipBoxFix=1

Expand Down Expand Up @@ -156,6 +184,7 @@ sai.exe
sc2.exe
SearchFilterHost.exe
SearchProtocolHost.exe
String2Pixel(Size12).exe
SynTPEnh.exe
SynTPHelper.exe
Telegram.exe
Expand Down

0 comments on commit ab6b8d7

Please sign in to comment.