@@ -1105,7 +1105,7 @@ class font_patcher:
1105
1105
{'Enabled' : False , 'Name' : "Material legacy" , 'Filename' : "materialdesign/materialdesignicons-webfont.ttf" , 'Exact' : False , 'SymStart' : 0xF001 , 'SymEnd' : 0xF847 , 'SrcStart' : 0xF500 , 'ScaleRules' : None , 'Attributes' : SYM_ATTR_DEFAULT },
1106
1106
{'Enabled' : self .args .material , 'Name' : "Material" , 'Filename' : "materialdesign/MaterialDesignIconsDesktop.ttf" , 'Exact' : True , 'SymStart' : 0xF0001 ,'SymEnd' : 0xF1AF0 ,'SrcStart' : None , 'ScaleRules' : MDI_SCALE_LIST , 'Attributes' : SYM_ATTR_DEFAULT },
1107
1107
{'Enabled' : self .args .weather , 'Name' : "Weather Icons" , 'Filename' : "weather-icons/weathericons-regular-webfont.ttf" , 'Exact' : False , 'SymStart' : 0xF000 , 'SymEnd' : 0xF0EB , 'SrcStart' : 0xE300 , 'ScaleRules' : WEATH_SCALE_LIST , 'Attributes' : SYM_ATTR_DEFAULT },
1108
- {'Enabled' : self .args .fontlogos , 'Name' : "Font Logos" , 'Filename' : "font-logos.ttf" , 'Exact' : True , 'SymStart' : 0xF300 , 'SymEnd' : 0xF375 , 'SrcStart' : None , 'ScaleRules' : None , 'Attributes' : SYM_ATTR_DEFAULT },
1108
+ {'Enabled' : self .args .fontlogos , 'Name' : "Font Logos" , 'Filename' : "font-logos.ttf" , 'Exact' : True , 'SymStart' : 0xF300 , 'SymEnd' : 0xF381 , 'SrcStart' : None , 'ScaleRules' : None , 'Attributes' : SYM_ATTR_DEFAULT },
1109
1109
{'Enabled' : self .args .octicons , 'Name' : "Octicons" , 'Filename' : "octicons/octicons.ttf" , 'Exact' : False , 'SymStart' : 0xF000 , 'SymEnd' : 0xF105 , 'SrcStart' : 0xF400 , 'ScaleRules' : OCTI_SCALE_LIST , 'Attributes' : SYM_ATTR_DEFAULT }, # Magnifying glass
1110
1110
{'Enabled' : self .args .octicons , 'Name' : "Octicons" , 'Filename' : "octicons/octicons.ttf" , 'Exact' : True , 'SymStart' : 0x2665 , 'SymEnd' : 0x2665 , 'SrcStart' : None , 'ScaleRules' : OCTI_SCALE_LIST , 'Attributes' : SYM_ATTR_DEFAULT }, # Heart
1111
1111
{'Enabled' : self .args .octicons , 'Name' : "Octicons" , 'Filename' : "octicons/octicons.ttf" , 'Exact' : True , 'SymStart' : 0X26A1 , 'SymEnd' : 0X26A1 , 'SrcStart' : None , 'ScaleRules' : OCTI_SCALE_LIST , 'Attributes' : SYM_ATTR_DEFAULT }, # Zap
0 commit comments