BurntSushi / xgbutil

A utility library to make use of the X Go Binding easier. (Implements EWMH and ICCCM specs, key binding support, etc.)
Do What The F*ck You Want To Public License
195 stars 45 forks source link

[feature request] Add support for pcf fonts. #40

Open CamilleScholtz opened 7 years ago

CamilleScholtz commented 7 years ago

See title, support for pcf fonts would be very nice, expecially since many terminal like applications make use of them and because it doesn't seem to be possible to draw bitmap fonts using freetype-go.

I've looked around and this seems to be the only pcf library for go: https://github.com/nareix/pcf

BurntSushi commented 7 years ago

The only way something like this will happen is if someone else does it.

CamilleScholtz commented 7 years ago

Understandable :). For now I got plan9 fonts (which are not scaleable like ttf) working using https://godoc.org/golang.org/x/image/font/plan9font