OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: domenicomaria on April 26, 2019, 01:33:36 AM

Title: change textbox FONT ...
Post by: domenicomaria on April 26, 2019, 01:33:36 AM
Why,
it seems that
SOMETIMES
it does NOT SHOW the RIGHT FONT
in the text box ?

Before,
try to create some text styles with different TTF,
and test it.
Title: Re: change textbox FONT ...
Post by: roy_043 on April 26, 2019, 06:56:47 AM
Probably because quite often the font name and the font file name do not match.
Example: "Comic Sans MS" and "comic.ttf".
Title: Re: change textbox FONT ...
Post by: roy_043 on April 26, 2019, 07:34:51 AM
... vla-getfont is your friend here.
Title: Re: change textbox FONT ...
Post by: domenicomaria on April 26, 2019, 10:18:39 AM
yes.

This is the question.

Now it works well.
Thank you very much !

Ciao