Custom Font

Is It possible to use ttf font? I would like to put it on titlebar. How to do that?
I want my custom font to be in theme directory!

Yes, with XFT support:

Style * Font xft:Verdana

Or whatever else you want. Looking in the manpage for FVWM, or indeed these forums, is going to help you a lot.

– Thomas Adam

Thank’s for replay, but sill
Is there any way to load font from ~/.fvwm/ directory?

As I understand Style * Font xft:Verdana looks in /usr/X11R6/lib/X11/fonts/*/ directory.

You can put you custom fonts under your ~/.fonts dir
Then using :

fc-cache

It should be ok to use after that

Yes, thanks, that worked.