mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-25 20:18:01 +02:00
Braille: Exchange UBraille with CC0 source font
[why] To be on the safe side we use a font with a well defined license that puts no restrictions upon us and our users from GGbotnet. Suggested-by: Martin Wimpress <@flexiondotorg> Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
de5eacf4bc
commit
0a976df7e1
@ -1120,7 +1120,7 @@ class font_patcher:
|
||||
{'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
|
||||
{'Enabled': self.args.octicons, 'Name': "Octicons", 'Filename': "octicons/octicons.ttf", 'Exact': False, 'SymStart': 0xF27C, 'SymEnd': 0xF306, 'SrcStart': 0xF4A9, 'ScaleRules': OCTI_SCALE_LIST, 'Attributes': SYM_ATTR_DEFAULT},
|
||||
{'Enabled': self.args.codicons, 'Name': "Codicons", 'Filename': "codicons/codicon.ttf", 'Exact': True, 'SymStart': 0xEA60, 'SymEnd': 0xEC1E, 'SrcStart': None, 'ScaleRules': CODI_SCALE_LIST, 'Attributes': SYM_ATTR_DEFAULT},
|
||||
{'Enabled': self.args.braille, 'Name': "Braille", 'Filename': "UBraille.sfd", 'Exact': True, 'SymStart': 0x2800, 'SymEnd': 0x28FF, 'SrcStart': None, 'ScaleRules': BRAILLE_SCALE_LIST, 'Attributes': SYM_ATTR_BRAILLE},
|
||||
{'Enabled': self.args.braille, 'Name': "Braille", 'Filename': "braille-cc0-font/BrailleCc0-DOeDd.ttf", 'Exact': True, 'SymStart': 0x2800, 'SymEnd': 0x28FF, 'SrcStart': None, 'ScaleRules': BRAILLE_SCALE_LIST, 'Attributes': SYM_ATTR_BRAILLE},
|
||||
{'Enabled': self.args.custom, 'Name': "Custom", 'Filename': self.args.custom, 'Exact': True, 'SymStart': 0x0000, 'SymEnd': 0x0000, 'SrcStart': None, 'ScaleRules': None, 'Attributes': CUSTOM_ATTR}
|
||||
]
|
||||
|
||||
@ -1951,7 +1951,7 @@ def setup_arguments():
|
||||
|
||||
sym_font_group = parser.add_argument_group('Symbol Fonts')
|
||||
sym_font_group.add_argument('-c', '--complete', dest='complete', default=False, action='store_true', help='Add all available Glyphs')
|
||||
sym_font_group.add_argument('--braille', dest='braille', default=False, action='store_true', help='Add Braille Glyphs (https://yudit.org/download/fonts/UBraille/)')
|
||||
sym_font_group.add_argument('--braille', dest='braille', default=False, action='store_true', help='Add Braille Glyphs')
|
||||
sym_font_group.add_argument('--codicons', dest='codicons', default=False, action='store_true', help='Add Codicons Glyphs (https://github.com/microsoft/vscode-codicons)')
|
||||
sym_font_group.add_argument('--fontawesome', dest='fontawesome', default=False, action='store_true', help='Add Font Awesome Glyphs (http://fontawesome.io/)')
|
||||
sym_font_group.add_argument('--fontawesomeext', dest='fontawesomeextension', default=False, action='store_true', help='Add Font Awesome Extension Glyphs (https://andrelzgava.github.io/font-awesome-extension/)')
|
||||
|
@ -29,6 +29,7 @@ All files created such as `font-patcher` and any `ph` or `sh` script/source file
|
||||
|
||||
| Project | License |
|
||||
| ------------------------------------------------ | ----------------|
|
||||
| Braille | CC0 1.0 |
|
||||
| Codicons | CC BY 4.0 |
|
||||
| Devicons | MIT |
|
||||
| Font Awesome | CC BY 4.0 |
|
||||
|
21535
src/glyphs/UBraille.sfd
21535
src/glyphs/UBraille.sfd
File diff suppressed because it is too large
Load Diff
BIN
src/glyphs/braille-cc0-font/BrailleCc0-DOeDd.ttf
Normal file
BIN
src/glyphs/braille-cc0-font/BrailleCc0-DOeDd.ttf
Normal file
Binary file not shown.
2
src/glyphs/braille-cc0-font/info.txt
Normal file
2
src/glyphs/braille-cc0-font/info.txt
Normal file
@ -0,0 +1,2 @@
|
||||
license: Public Domain
|
||||
link: https://www.fontspace.com/braille-cc0-font-f96789
|
Loading…
Reference in New Issue
Block a user