Khmer Font Sites

urxvt or unicode-rxvt is a terminal simulator like Gnome-terminal or Konsole. Recently I’m trying to switch to use i3 (i3-gaps), a tiling windows manager, and urxvt is good compliment to i3.

Unlike Gnome-terminal or Konsole, the font name and size for urxvt are configured in ~/.Xresources. To make change to font size, for example, I’d edit ~/.Xresources, reload it with xrdb ~/.Xresources, and finally close and re-open urxvt itself. Though there is no built-in function to allow changing font size on the fly, urxvt allows us to do this via extensions.

This blog post explains how we can enable the font resize on the fly on Fedora 27.

Free khmer font

File name Size Download; 1: KhmerOS.ttf: 259.3KB: Download: 2: KhmerOSbattambang.ttf: 202.7KB: Download: 3: KhmerOSbokor.ttf: 209.5KB: Download: 4: KhmerOScontent. Khmer Unicode 2.0.1 for Windows 2. Khmer Unicode Typing 3. Khmer Unicode for Mac OSX 4. Khmer Unicode Fonts (kh-font, Khmer OS font) 5. Khmer Unicode Keyboard Layout (pdf) 6. 200+ Khmer Unicode Font Collection.How to Download 1. Click on link then wait 5s 2. Click on SKIP AD to download. Jun 25, 2014 Looking around for all the available Khmer Unicode fonts can be time consuming, so we have created this zip archive so that you can download all the known Khmer Unicode fonts all-in-one. Currently there are 152 Khmer fonts included. In the.zip file you will find a PDF with a preview of each font or you can view the preview below.

First we need to find out the location where we can drop the extension to. This can be done by checking the manual of urxvt and look for perl-lib. On Fedora 27,

Next we need to find a urxvt extension that does the font resizing on the fly. I’m using urxvt-resize-font which can be downloaded from here. (There could be other extensions made by others but I only tried the on mentioned here.)

Clone the repo, and move urxvt-resize-font file to ~/.urxvt/ext/.

Khmer Font Sites List

Then modify ~/.Xresources add resize-font to the urxvt.perl-ext-common setting so urxvt loads the extension, e.g:

Khmer font sites free

Finally, for one last time, we need to reload .Xresources, and restart urxvt.

Here’s the default key binding to resize font on urxvt:

  • CTRL +: increase font size
  • CTRL -: decrease font size
  • CTRL =: reset font size

Khmer Font Sites Online

If you’re not happy with the default shortcuts, you can also specify a customized ones in ~/.Xresources as the following:

Khmer Font Sites Free

Remember to load the .Xresources with xrdb and restart urxvt for the change to take effect. You should now use CTRL+j and CTRL+k to decrease and increase the font size respectively.