-
Full disclosure: I only came across this yesterday in an article on Smashing Magazine's newsletter. It's a brilliant concept and it makes working in code much more visually appealing. I was a bit worr…
-
Hi guys,
now that I’ve used _rtype_ for a couple of days there’s one thing which disrupts the overall feeling of awesomeness. It’s the `(): : ` notation for callbacks. Here’s why.
#### 1
I’ve grown …
-
Tested this font in Kate (Kubuntu 14.04 [x64]). It doesn't do any any ligature substitution, unlike Hasklig, which works fine.
I think you need your own list of [tested] supported programs instead of…
-
Hi,
I don't know how complex it is, but a nice feature would be supporting ligatures. Monospaced fonts with ligatures such as [Hasklig](https://github.com/i-tu/Hasklig) or [FiraCode](https://github.c…
-
It is possible to make `.` a valid operator and make it so `f . g` parses correctly while still allowing `obj .prop` (or indented `.prop`s) - `.` only being treated as compose when followed with a spa…
garyb updated
8 years ago
-
According to the [release notes](http://www.barebones.com/support/bbedit/current_notes.html) of BBEdit 11 font ligatures are now supported:
> You can now turn on font ligatures with an expert prefere…
-
I've just downloaded FiraCode 0.1 and Hasklig 0.4, and tested them in QtCreator 3.2.2 on Fedora Linux 20 x64. It seems that FiraCode doesn't do any ligature substitution, unlike Hasklig, which works f…
-
When Chrome 39 added support for subpixel font scaling, it broke our approach to horizontal position measurement. We disabled subpixel scaling with a flag, but that was only a temporary stopgap measur…
-
Hi!
I wanted to add couple of ligatures to Fira Mono similar to what [Hasklig does to Source Code Pro](https://github.com/i-tu/Hasklig), for personal use.
I’m trying to build Fira Mono from sources …
-
This is not an issue with makeotf. But i am facing this while using it with Lohit project. Basically i am loosing font encoding after building font.
Following steps i am following:
1. git clone https…