Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

rstudio How to enable font ligatures in RStudio?

I looked at Fira Code and I wanted to try it out with one of the listed supported editors. So I launched RStudio (Version 0.99.491 on a Win box) and set the font to Fira Code but ... nothing. So how to enable font ligatures in RStudio?

EDIT: The trick in the accepted answer below still works for RStudio Version 1.0.44. I still wish there's a simple button to enable it.

like image 975
green diod Avatar asked Dec 31 '15 15:12

green diod


People also ask

How do I turn on ligatures font?

To enable font ligatures in Visual Studio Code you will need to edit the settings. json file. To do this open the VS Code settings (File -> Preferences -> Settings) select the Text Editor group and Font settings. Replace the name of the font with the font you would like to use.

What is font ligature?

A ligature is a glyph that combines the shapes of certain sequences of characters into a new form that makes for a more harmonious reading experience.


1 Answers

I still wish there's a simple button to enable it.

Wish granted! We've just added this to RStudio 1.1.

You can try the preview release here:

https://www.rstudio.com/products/rstudio/download/preview/

like image 194
Jonathan Avatar answered Sep 28 '22 05:09

Jonathan