From 55395910bd25d2ad8143b3221cda1b47f584420c Mon Sep 17 00:00:00 2001 From: Marcus Kellerman Date: Mon, 17 Oct 2016 15:07:39 -0700 Subject: [PATCH] maximize glyph size for power line and pomicons --- font-patcher | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/font-patcher b/font-patcher index 7dc2a1449..5ca3fb18c 100755 --- a/font-patcher +++ b/font-patcher @@ -281,9 +281,9 @@ sourceFontFontLinuxEnd = 0xF315 # To keep the size of glyphs constant when scaling, choose a larger # sized glyph from each symbol font to set the scaling amount -symbolsPomiconsScaleGlyph = 0xE000 # first symbol -symbolsPowerlineScaleGlyph = 0xE0A0 # scm branch symbol -symbolsPowerlineExtraScaleGlyph = 0xE70E # Android logo +symbolsPomiconsScaleGlyph = None # 0xE000 # first symbol +symbolsPowerlineScaleGlyph = None # 0xE0A0 # scm branch symbol +symbolsPowerlineExtraScaleGlyph = None # 0xE70E # Android logo symbolsDeviconsScaleGlyph = 0xE60E # Android logo symbolsFontAwesomeScaleGlyph = 0xF17A # Windows logo symbolsOcticonsScaleGlyph = 0xF02E # magnifying glass