<div dir="auto"><div dir="auto"><br></div><div dir="auto">Font.Load (fontpath, "MyFont")</div><div dir="auto"><br></div><div dir="auto">Draw.Font = Font!MyFont</div><div dir="auto"><br></div><div dir="auto">Print Draw.Font.Size</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">... if I understand well Font act like Picture</div></div><br><div class="gmail_quote"><div dir="ltr">Le lun. 7 janv. 2019 00:58, T Lee Davidson <<a href="mailto:t.lee.davidson@gmail.com">t.lee.davidson@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">According to the wiki, Font acts like a read-only static array. And, according to [0], we should be able to use ...<br>
<br>
[Code]<br>
Dim hFont As Font<br>
hFont = Font[Null]<br>
[/Code]<br>
<br>
... to have the default font returned.<br>
<br>
But, when I do that (even with the name of a TTF font I've loaded), I get, "Incorrect font size".<br>
<br>
The Font methods aren't exposed unless a variable is declared as type Font.<br>
But then if I try, "Print hFont.Name", I get, "Null object".<br>
<br>
Honestly, I don't know how Font is supposed to be used.<br>
<br>
<br>
___<br>
Lee<br>
<br>
[0] <a href="http://gambaswiki.org/wiki/comp/gb.sdl2/font/_get" rel="noreferrer noreferrer" target="_blank">http://gambaswiki.org/wiki/comp/gb.sdl2/font/_get</a><br>
P.S. Try to ensure you "Reply to List".<br>
<br>
<br>
On 1/5/19 10:10 PM, Shane wrote:<br>
> yes that is how i have tried to use it but the font doesn't change so it seems there might be a bug can someone else give this a try<br>
> <br>
> cheers Shane <br>
<br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div>