Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: tooth_fairy on December 02, 2016, 09:37:41 PM



Title: Using custom font in qt wallet
Post by: tooth_fairy on December 02, 2016, 09:37:41 PM
Hello,

Im trying to implement my design into qt wallet.
I encountered a problem with custom font.
I can use any system font, but dont know how to use the font which is not implemented in the system
Can anybody help me ?


Thanks in advance!

Cheers.

Your Fairy!



Title: Re: Using custom font in qt wallet
Post by: kolloh on December 06, 2016, 01:53:47 AM
Hello,

Im trying to implement my design into qt wallet.
I encountered a problem with custom font.
I can use any system font, but dont know how to use the font which is not implemented in the system
Can anybody help me ?


Thanks in advance!

Cheers.

Your Fairy!



I would imagine that you simply bundle the font file and specify a local path to the included font file.

We'll likely need more details on your implementation or sample code on how you are attempting to load the custom font.