Setting bigger font for a button
When I set a large font for a button, I get a picture where text is scaled, button's width scaled, but height is not:
Here is an example code:
(capi:contain
(make-instance
'capi:button
:text "Just example"
:font (gp:make-font-description :family "courier"
:weight :medium
:slant :roman
:size 100)))
How to change the font properly?
Why this does not work out of the box?
--
Alexander Artemenko