fontdetect : Detect installed fonts
| script karma |
Rating 11/5,
Downloaded by 2573 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Michael Henry |
| |
| script type |
| utility |
| |
| description |
fontdetect helps Vim detect which fonts are installed on the system.
It works around limitations in Vim's getfontname() function.
For example (using GTK2 GUI)::
if fontdetect#hasFontFamily("DejaVu Sans Mono")
let &guifont = "DejaVu Sans Mono 14"
endif
At present, the following platforms are supported:
- Linux (using GTK2 GUI)
- Windows
- Mac OS X
See documentation in doc/fontdetect.txt for installation instructions.
Developed by Michael Henry (vim at drmikehenry.com).
Distributed under Vim's license.
Git repository: https://github.com/drmikehenry/vim-fontdetect
|
| |
| install details |
|
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|