You've already forked nerd-fonts
							
							
				mirror of
				https://github.com/ryanoasis/nerd-fonts.git
				synced 2025-10-30 23:43:47 +02:00 
			
		
		
		
	Fixes AttributeError when patching python 3 version of font patcher script (fixes #79)
This commit is contained in:
		| @@ -340,7 +340,7 @@ def copy_glyphs(sourceFont, sourceFontStart, sourceFontEnd, symbolFont, symbolFo | ||||
|             if exactEncoding: | ||||
|                 # use the exact same hex values for the source font as for the symbol font | ||||
|                 currentSourceFontGlyph = sym_glyph.encoding | ||||
|                 copiedToSlot = str(sym_glyph.str) | ||||
|                 copiedToSlot = str(sym_glyph.unicode) | ||||
|             else: | ||||
|                 # use source font defined hex values based on passed in start and end | ||||
|                 # convince that this string really is a hex: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user