Giter Site home page Giter Site logo

fonts's Introduction

Powerline

Build status

Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, fish, tmux, IPython, Awesome, i3 and Qtile.

Author Kim Silkebækken ([email protected])
Source https://github.com/powerline/powerline
Version beta

Powerline does not support python2 anymore and powerline will stop working with python2 in the near future.

Features

  • Extensible and feature rich, written in Python. Powerline was completely rewritten in Python to get rid of as much vimscript as possible. This has allowed much better extensibility, leaner and better config files, and a structured, object-oriented codebase with no mandatory third-party dependencies other than a Python interpreter.
  • Stable and testable code base. Using Python has allowed unit testing of all the project code. The code is tested to work in Python 3.6+.
  • Support for prompts and statuslines in many applications. Originally created exclusively for vim statuslines, the project has evolved to provide statuslines in tmux and several WMs, and prompts for shells like bash/zsh and other applications. It’s simple to write renderers for any other applications that Powerline doesn’t yet support.
  • Configuration and colorschemes written in JSON. JSON is a standardized, simple and easy to use file format that allows for easy user configuration across all of Powerline’s supported applications.
  • Fast and lightweight, with daemon support for even better performance. Although the code base spans a couple of thousand lines of code with no goal of “less than X lines of code”, the main focus is on good performance and as little code as possible while still providing a rich set of features. The new daemon also ensures that only one Python instance is launched for prompts and statuslines, which provides excellent performance.

But I hate Python / I don’t need shell prompts / this is just too much hassle for me / what happened to the original vim-powerline project / …

You should check out some of the Powerline derivatives. The most lightweight and feature-rich alternative is currently the vim-airline project.

Configuration

Basic powerline configuration is done via JSON files located at .config/powerline/. It is a good idea to start by copying the default configuration located at powerline_root/powerline/config_files/ to .config/powerline/. If you installed the powerline from the AUR or via pip, powerline_root should be /usr/lib/python3.6/site-packages/ or something similar, depending on your python version.

If you installed powerline via apt-get 'powerline_root' should be '/usr/share/powerline/'.

This should yield you the following directory structure:

.config/powerline/
├── colorschemes
│   ├── ...
│   └── wm
|       └── default.json  // Your configuration goes here
├── colors.json
├── config.json
└── themes
    ├── ...
    └── wm
        └── default.json  // Your configuration goes here

The files in the subdirectories of themes are used to specify which segments shall be shown; the files in subdirectories of colorschemes are used to specify which colors (as defined in colors.json) shall be used to display a segment.

Note that your local configuration only overrides the global configuration, it does not replace it, i.e. if you don't configure something locally, the global default will be used instead.

Screenshots

Vim statusline

Mode-dependent highlighting

  • Normal mode
  • Insert mode
  • Visual mode
  • Replace mode

Automatic truncation of segments in small windows

  • Truncation illustration
  • Truncation illustration
  • Truncation illustration

The font in the screenshots is Pragmata Pro by Fabrizio Schiavi.

fonts's People

Contributors

anwarshah avatar bcbcarl avatar carlqlange avatar chrissimpkins avatar cryptorick avatar daehyeok avatar doctorokay avatar femiagbabiaka avatar graingert avatar hmanning77 avatar ialokim avatar kha avatar kodemeister avatar leonb avatar lokaltog avatar m-putnam avatar opgrsankkar avatar oschrenk avatar pgaskin avatar rbanffy avatar ro31337 avatar robchrob avatar roy-orbison avatar sbusch avatar sergioramos avatar sunaku avatar sven-strothoff avatar tthayer avatar zhangwei217245 avatar zyx-i avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fonts's Issues

Liberation vs. Literation?

Hi,

I was curious, why are the filenames and readme inconsistently referring to Liberation Mono as "Literation Mono" (with a t)? When installed, the font seems to be called "Liberation" (with a b).

Wrong colored arrow in Sauce Code Powerline

The color of the arrow don't match in the Sauce Code Powerline font. For example #875FD7 where it says "utf-8[unix]" and #7D59C6 on the arrow preceding it. Powerline fonts were installed with aur package powerline-fonts-git. Terminal is st.
image of my vim

Linux fontconfig installation issue

I followed the Linux fontconfig installation instructions but hit a problem at step 4 which says :

Move 10-powerline-symbols.conf to either ~/.fonts.conf.d/ or ~/.config/fontconfig/conf.d/, depending on your fontconfig version.

but the problem is that I do not have either of those dirs. So I tried solving this by first creating the ~/.config/fontconfig/conf.d/ dir and moving the 10-powerline-symbols.conf file in there, closed gnome terminal, opened gnome terminal, ran tmux, ran vim, ran :Tmuxline lightline and still no powerline fonts showed up.

After this I made the ~/.fonts.conf.d/ dir and repeated the steps. After that I restarted, opened gnome terminal, ran tmux, ran vim, ran :Tmuxline lightline and once again no powerline fonts showed up.

I have font manager installed and in ~/.config/font-manager/ there is a conf.d/ dir so I tried moving the 10-powerline-symbols.conf file in there. I tested it out again in tmux and vim but still no powerline symbols.

How do I know what fontconfig version I have?

here is what my .config/fontconfig/fonts.conf. Maybe there are clues in it?

max@mythic:~/.config/fontconfig
$ cat fonts.conf 
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>

<!--
    This file is maintained by Font Manager.

    If you wish to make any changes it is suggested you do so using

        /home/max/.config/font-manager/local.conf

    Any changes made to this file will be automatically relocated there
    at startup and any settings already in that file will be overwritten.
-->

    <include ignore_missing="yes">/home/max/.config/font-manager/conf.d</include>
    <include ignore_missing="yes">/home/max/.config/font-manager/directories.conf</include>
    <include ignore_missing="yes">/home/max/.config/font-manager/local.conf</include>
    <include ignore_missing="yes">/home/max/.config/font-manager/select.conf</include>

</fontconfig>

Terminus font

As a feature request, could I ask for the terminus font to be added? It used to be patched from the old vim-powerline-fonts so it should not be too much trouble.

Thank you.

SourceCodePro patched fonts are defective

I haven't tested it thoroughly but for instance the character ~ (tilde) is replaced by ¨ ...
Patching the fonts with fontpatcher.py seemed to generate correct glyphs

Inconsolata font doesn't have border-drawing characters for Putty

Border-drawing characters (such as the ones used for panes in tmux) in the included Inconsolata font appear as boxes in Putty (on Windows). My Putty is set to use UTF-8 with "Use unicode drawpoints" and the border-drawing works correctly with the Consolas font I've been using previously. Oddly, this same tmux session renders fine from Linux through urxvt (in which I have been using Inconsolata for a whille).

Alignment bug with some of the fonts.

The left triangles (the dividers between the sections on the left end of powerline) are not lining up properly.

Screenshot: http://50.116.4.56/~/img/powerline-ubuntu-misaligned.png

Right after the yellow NORMAL section, the triangle that points rightward doesn't line up fully. The left vertical edge of the triangle seems slightly smaller than the height of the line, creating two kinks on top and bottom.

Simmilarly, with the incosolata font, the triangles are taller than the line.

Screenshot: http://50.116.4.56/~/img/powerline-inconsolata-misaligned.png

The Ubuntu misalignment happens in both console vim and gvim, while the inconsolata misalignment happens only in console vim (looks perfect in gvim).

EDIT: Ubuntu Mono size 13 is horrible: http://50.116.4.56/~/img/powerline-ubuntu13-misaligned.png

Powerline Patched Fonts on OSX 10.9.3 - iTerm2 & Chrome

Note: This is more of a question, than an issue. It is a duplicate of the question I posted here - hoping someone might here might have some insight.

TL;DR

I'm looking for a working solution for rendering powerline characters on OSX in iTerm2 and Chrome. There's a lot of documentation around I've attempted to use several methods, none seem to work correctly so far (though prepatched fonts with fontbook partially works). Details included below.

  1. Is there a working method for getting the powerline glyphs to render correctly in iTerm2 on OSX 10.9.3?
  2. Should the powerline glyphs be rendering correctly in web pages? Any idea why they are not and how I can fix it?

How does the rendering of these characters work (at a system/application level)? Does it differ from application to application? In chrome, if the current font does not contain bindings for the glyphs, will chrome attempt to find the bindings in another font present on the system and use those? Is there any way to provide bindings for this unicode characters at a system level so that they will render using that font, regardless of the font that is being used?

Unicode Private Area Characters

If I understand the way powerline-compatible patched fonts work, they bind scalable graphics to specific values in the unicode private use area:

U+E0A0     Version control branch
U+E0A1     LN (line) symbol
U+E0A2     Closed padlock
U+E0B0     Rightwards black arrowhead
U+E0B1     Rightwards arrowhead
U+E0B2     Leftwards black arrowhead
U+E0B3     Leftwards arrowhead

To test the glyphs in a terminal, I've read that this should work:

echo -e "\ue0a0\ue0a1\ue0a2\ue0b0\ue0b1\ue0b2"

However it does not work for me (OSX 10.9.3, iTerm2, zsh) even with a powerline-patched font installed and iTerm2 configured to use one of those fonts.

I've tried several methods for installing the patched fonts:

FontBook & Prepatched Fonts

I downloaded the fonts from Localtog/powerline-fonts and installed them using FontBook. On same pages, some of the glyphs render but others do not. On other pages, none of the glyphs render:

Agnoster Theme
Powerline Documentation

In iTerm2 (this happens with all of the powerline fonts I've tested), some of the characters render, but others do not:

iTerm2 & zsh

In macvim (terminal) with vim-airline installed, some of the characters render, but some render incorrectly:

vim-airline

Fontconfig

I uninstalled all the powerline-patched fonts, installed fontconfig with homebrew, installed the powerline font, and rebuilt the font cache:

wget -P ~/.fonts/ https://github.com/Lokaltog/powerline/raw/develop/font/PowerlineSymbols.otf
wget -P ~/.config/fontconfig/conf.d/ https://github.com/Lokaltog/powerline/raw/develop/font/10-powerline-symbols.conf
fc-cache -vf ~/.fonts

The font was detected and fontconfig said it was installed, however it did not appear in FontBook and I was unable to select it in iTerm2.

After running this, I removed the fonts, reran fc-cache, and uninstalled fontconfig.

I am currently using the prepatched fonts installed in fontbook, which partially work, but I'm hoping someone can help me understand the issue a little bit better so I can find a working solution.

Fedora 19 font characters not showing up

I tried both the methods 'fontconfig' and 'patched fonts' - None work. The special characters don't show up.

I even tried putting the conf file in both the directories specified.. but didn't work.

OS: Fedora 19 x86_64
Terminal: gnome-terminal

TTF versions?

The OTF version of Ubuntu Mono on here doesn't look as nice as the TTF version from Arch Linux (archlinux.org/packages/community/any/ttf-ubuntu-font-family/). Aren't they supposed to be the same? Did this one get slightly distorted when converted to OTF from TTF?

The Arch Linux TTF version, which is probably just the official Ubuntu TTF version, looks just like the demo at http://font.ubuntu.com/ whereas the OTF version here seems to have each character slightly compressed (along the horizontal axis) and all the dots (on top of i, or period, etc) are thick, unlike that demo at http://font.ubuntu.com/.

Can you also include the TTF versions here for those who want an exact replica of the font, not just something similar?

EDIT: As mentioned in my newer issue, powerline draws the special characters despite chosing a non-patched font if a patched-font is available, so I've chosen the TTF version of Ubuntu Mono because it looks like the official version, and the special characters can still be drawn at the command line. It works best with size 12 font... Other sizes of the OTF version don't match up exactly with the TTF version so the special chars look slightly off. Also, I haven't installed any other fonts, so I don't know what type of priority powerline will place on the font it chooses for the special chars. Hopefully it matches up (or maybe they are all the same).

Menlo for Powerline allows ligatures

The latest version of iTerm2 has somehow enabled ligatures to be displayed, and for some reason they are available in the Menlo for Powerline font, but not in the Menlo font itself.

The problem is best explained with a screenshot:
2013-06-21 11 23 36 am

The f and l are combined into a single symbol, thus messing up the fixed width nature of the font, and it messes up the display of the cursor in interesting ways also.

Droid Sans Mono on OS X not patching?

iTerm2 settings:

.vimrc:

set guifont=Droid\ Sans\ Mono\ for\ Powerline.ttf:h15

Result:

I downloaded the OTF and converted it to TTF with fontforge (the OTF didn't work in iTerm), using the following script:

#!/usr/local/bin/fontforge
# Quick and dirty hack: converts a font to truetype (.ttf)
Print("Opening "+$1);
Open($1);
Print("Saving "+$1:r+".ttf");
Generate($1:r+".ttf");
Quit(0);

The result of the conversion was this:

Opening Droid Sans Mono for Powerline.otf
The glyph named mu is mapped to U+00B5.
But its name indicates it should be mapped to U+03BC.
The glyph named Tcommaaccent is mapped to U+021A.
But its name indicates it should be mapped to U+0162.
The glyph named tcommaaccent is mapped to U+021B.
But its name indicates it should be mapped to U+0163.
The glyph named macron is mapped to U+02C9.
But its name indicates it should be mapped to U+00AF.
The glyph named hook is mapped to U+0309.
But its name indicates it should be mapped to U+2440.
The glyph named Omega is mapped to U+2126.
But its name indicates it should be mapped to U+03A9.
The glyph named Delta is mapped to U+2206.
But its name indicates it should be mapped to U+0394.
Saving Droid Sans Mono for Powerline.ttf

What do I need to do to get this font to work in iTerm2/MacVim on OS X?

How to use these fonts config?

I have installed Powerline plugin via vundle,and config in my ~/.vimrc like this:

let g:Powerline_symbols = 'fancy'
set laststatus=2
set noshowmode
set t_Co=256

but it doesn't work.How can i use these font config?

SourceCodePro Regular & Bold broken on Windows

Hi,

Looks like the patched Regular & Bold fonts of Source Code Pro are broken on Windows - something to do with the naming.

When installed, it doesn't add it to the "Source Code Pro for Powerline" font group like the other fonts:

sc

On closer inspection, it could be due to the font name:

The broken "Regular" font:

r

The ok "Light" font:

l

So it could be due to addition of "for Powerline" in the font name of the broken fonts?

Broken fonts in latest iTerm2 version

I've tried using Inconsolata and SourceCodePro. I've also opened an issue in iTerm2 (https://code.google.com/p/iterm2/issues/detail?id=2518&thanks=2518&ts=1372092283).

What steps will reproduce the problem?

  1. Download iTerm2 previous stable release (early 2013 version??)
  2. Download and install powerline, configured for vim/tmux: https://github.com/Lokaltog/powerline
    2a. Notice that powerline does not look visually pleasing (it has missing character marks all over).
  3. Download and setup iTerm2 to use a powerline font: https://github.com/Lokaltog/powerline-fonts
    3b. Notice that the new font makes the powerline in vim look visually pleasing (as in vim-powerline.png)
  4. Upgrade iTerm2 to latest stable release 1.0.0.20130622
  5. Open vim or tmux in iTerm2 and notice broken font

What is the expected output? What do you see instead?

I expect that iTerm2 will use the patched font while running powerline to display a visual interface as in the attached screenshot (vim-powerline.png).

Instead, I am seeing unknown character marks as in the attached screenshot (Screen Shot ... .png)

What version of the product are you using? On what operating system?
iTerm2 1.0.0.20130622
Mac OS X 10.8.4 Build 12E55

Please provide any additional information below.
vim-powerline
screen shot 2013-06-24 at 10 33 01 am

U+E0B3 not patched in Inconsolata bold/italic

The patcher correctly patched this character into bold/italic version of my own font I was testing. But the Inconsolata font in this repo seems to be missing the  (U+E0B3) character from bold and italic variants, even though its in the regular one. This can be easily tested in vim, as seen in the attached screenshot (comment in italic, class name in bold - with tweaked syntax to allow this character in class name). The right-facing arrow, however, does seem to be patched in both.

inconsolata_glitch

Font request: Courier New

I haven't found anyone mentioning this font even though this is the best looking font available on fresh windows installs and is also the default font for PuTTY.

May I ask that you include a patched version of that font in this project, provided there are no licensing issues?

DejaVu

The special characters are slightly too tall so they exceed the top of the status-line.

Fancy symbols several pixels larger than it should be

I installed powerline symbols and Patched Anonymous Pro according to the official guide and the actual effect is awesome, but the symbols looks a little bigger than it should be:

image

believe me I've properly set font and font size in iterm2 settings, I also tried to set non-ASCIIs smaller but they just don't fit together. I feel like an asshole posting something something like this but it's agonizing for me to see something like this.

Issue with SLES11

I've been using powerline fonts(specifically the DejaVuSansMono) in SLES10 for a while. Recently I migrated my machines to SLES11 and I see a totally different look for the same font, which looks really bad. I tried downloading the latest version of these fonts and rebuilding the cache which did not solve the issue so far.

What is that I'm missing here? Please help.

Thanks,
Leo

Wrong vertical line space in Sauce Code Powerline

The picture below was taken for 13pt. Left is the original, right is the patched one. As you see the patched one on the right adds vertical line spacing. And this doesn't look good. I've tried with Ubuntu Mono and patched and they both looked fine.

_20140311_130733_20140311_130923

Patched Menlo and Meslo erratic behaviour whenever "f" is followed by an "i" or "l"

snapshot

Experienced in Konsole, Vim, Vim-Qt, Kate and more...

Wherever an f is followed by an i or l this peculiar glitch occurs. It looks as if the font is changed for another and... I don't know? The attached image depicts a patched Meslo with the glitch. Notice that moving the cursor to one of the characters will make them display correctly until the cursor is moved again. The same thing happens with the patched Menlo font but neither of them does this in their original, unpatched form. Also, as far as I can tell this only occurs with the f, i and l characters and nothing else in A-Z, a-z or 0-9.

Fancy symbols are not displayed

I've cloned powerline fonts repository. Installed Source Code Pro for Powerline.

I use Mac Os X Mountain Lion 10.8.5 + Iterm. I set Iterm to use Source Code Pro for Powerline. However, fancy symbols are not displayed in Vim status line.
powerline-fonts-issue

Possible copyright infringement

Ubuntu Mono for Powerline may violates UBUNTU FONT LICENCE Version 1.0:

(ii) add additional naming elements to distinguish the Modified
Version from the Original Version. The name of such Modified Versions
must be the name of the Original Version, with "derivative X" where X
represents the name of the new work, appended to that name.

It was working before but not working now

I use Mac OS X mavericks with iTerm2 Build 1.0.0.20140421 and zsh 5.0.2 (x86_64-apple-darwin13.0).

It was showing arrows nicely before but I realized that it is not working any more as you see in the image.

It could be after iTerm2 update but I am not completely sure.

I am wondering if you know the fix.

Thanks in advance.

screen shot 2014-04-26 at 6 40 45

Terminus font cannot be installed

I installed Terminus from repository according to the docs: copied and fc-cache-ed. fc-cache said it found new fonts in BDF and PCF, but not in PSF (I guess this it not an X11 format). The problem is it didn't work for me and it has never shown up in the output of fc-list after all kind of restarts. Inconsolata works fine thought. I ended up using Inconsolata as a secondary font.

Vertical spacing of Meslo is bigger than that of the retired Menlo font.

There appears to be a new font, Meslo, replacing the venerable Menlo. And it comes in three flavours, each with differing vertical spacing. However, none of them have the same spacing as Menlo, and this makes me sad.

I've done some checking, and the difference is only a single pixel. Picky, I know, but it soon mounts up and loses me a handful of lines of code when a full page is shown.

Screenshots cropped to the very edge of the font. The Meslo one is 1px taller.

Menlo:
screen shot 2014-03-18 at 09 55 26

Meslo:
screen shot 2014-03-18 at 09 55 43

Bitstream Vera Sans?

I use Bitstream Vera Sans Mono and powerline. There is a patched version for vim-powerline, but it doesn't seem to have the characters to handle what powerline proper (I'd like to use it with tmux). I'm using iTerm2 on a Mac.

Fancy Symbols not working in MacVim

I have installed the Source Code Pro for Powerline font in Font Book (downloaded pre-patched version), and added to .vimrc file, however I cannot get the symbols to work. I have also tried patching the fonts myself, other pre-patched fonts and modifying every related setting I could think of... with no results. (Running os x 10.9.1)

Am I missing something?

set encoding=utf-8
set guifont=Source\ Code\ Pro\ for\ Powerline
let g:Powerline_symbols = 'fancy'

image

Pre-patched Anonymous Pro arrowheads are vertically misaligned on Retina with iTerm 2

Migrated powerline/powerline#916 by @mcantor:

  • OS X version: 10.9.4
  • Display: 13" Retina, 2560 x 1600
  • iTerm 2 version: Build 1.0.0.20140629
  • Vim version: 7.4.273

Before I tried messing with iTerm2 font configs:

Before configuration

After jiggling the vertical character spacing:

Vertical character spacing

The latter screenshot is damned close, but as you can see from the full-sized version (please don't go by the thumbnail), the right arrowhead after "NORMAL" is clearly too small, and zooming in or out with ⌘+ and ⌘- exacerbates the problem.

The offending pixels

I find this inconsistency unbefitting of our craft, and thus it cannot be countenanced. I desire perfection as advertised on the tin:

Perfection, or thereabouts

Some other info:

  • iTerm2 Options
    • Terminal Type reported: xterm-256color
    • Set locale variables automatically: Checked
    • Character encoding: UTF-8
  • bash
    • $LANG: en_US.UTF-8

No symbols

Hi,

I am using Lubuntu 13.10 and vim 7.4. I'm trying lxterminal & xfce4-terminal.

I tried following the instructions but the fonts didn't appear. I copied the font config to both locations ~/.fonts.conf.d/ or ~/.config/fontconfig/conf.d/ just incase. I also tried simply downloading the pre-patched fonts and using them in the terminal. I have tried restarting.
Have you got any suggestions?

2014-01-07-011936_1440x900_scrot

Fancy Symbols broken in gvim

Hi,

I'm using powerline with gvim on archlinux. After an update a few days ago the fancy symbols started to look pretty weird. Terminal vim works fine though.

screenshot from 2013-10-17 09 42 29

Kind regards.

Overlapping characters in Inconsolata

I have the following in a text file:
→OOO—OOO

Displaying this file in gvim with Inconsolata Medium 13 looks fine:
inconsolata

But switching to the font to Inconsolata for Powerline Medium 13 causes the right arrow and em dash to overlap the character that follows:
inconsolata_for_powerline

Please let me know if any additional information would be useful.

Menlo bold, italic and bold&italic

The Menlo font included in this repo is only regular :/

Using fontforge with Menlo.ttc - that includes bold, italic and bold&italic - will produce Menlo Regular for Powerline.otf.

Is there a way to produce a ttc with all the font variations?

Powerline Font Rendering in PuTTY

Some of the fonts don't seem to be patching properly. I'm using the latest powerline-fonts, and I even tried patching the original Droid Sans Mono with the latest fontpatcher. Here's what I currently see:

Anonymous Pro for Powerline:
anonymous_pro

Consolas:
foo

DejaVu Sans Mono for Powerline
foo

Droid Sans Mono Dotted for Powerline
foo

Droid Sans Mono for Powerline
foo

Droid Sans Mono Slashed for Powerline
foo

Inconsolata for Powerline
foo

Liberation Mono for Powerline
foo

Meslo (none of these would actually load in windows for me)

Source Code Pro for Powerline
foo

Ubuntu Mono for Powerline
foo

Soft right arrows not displaying

Using rxvt-unicode (urxvt) v9.17 with the unicode3 option enabled I do not see the soft right arrows, the other arrows and glyphs display just fine. I have tried this with multiple fonts including the Monaco font that is currently in a Pull Request as well as the SourceCodePro font. I am using the python2 version of the powerline plugin from Arch's AUR.

Screen shots of what I am seen can be found here: http://imgur.com/a/Jyr9Z the font used in the screenshots is Source Code Pro.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.