Glcd Set font / system font name

General discussion on mikroBasic PRO for PIC.
Post Reply
Author
Message
Kalain
Posts: 1093
Joined: 11 Mar 2005 18:26
Location: Aubenas, France

Glcd Set font / system font name

#1 Post by Kalain » 25 Apr 2009 21:32

Hi,

I'm looking for system font names which i can use with MB Pro 1.45.
I'm trying to import a MB 7.xx project into MP Pro 1.45 and have to check font names.

In Glcd_Set_Font help page it's written :
The user can use fonts given in the file “__Lib_GLCDFonts.mbas” file located in the Uses folder or create his own fonts.
But in "Uses" folder there is not such .mbas file, only a .mcl file.

Where can I find font system name available in MB Pro 1.45 ?
Alain

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

Re: Glcd Set font / system font name

#2 Post by zristic » 27 Apr 2009 09:54

Code: Select all

FontSystem5x7_v2
FontSystem5x8
Font5x7
System3x6
Character8x7
You are right, definetely we need to put this list somewhere in help.

Thanks.

Kalain
Posts: 1093
Joined: 11 Mar 2005 18:26
Location: Aubenas, France

Re: Glcd Set font / system font name

#3 Post by Kalain » 28 Apr 2009 00:49

zristic wrote:

Code: Select all

FontSystem5x7_v2
FontSystem5x8
Font5x7
System3x6
Character8x7
You are right, definetely we need to put this list somewhere in help.

Thanks.
I didn't know for Fontsystem5x8.
Should also mention that System3x6 is only in CAPITAL.

Here is a small error I noticed in ../EasyPic5/Glcd/ examples :

Code: Select all

    Glcd_Set_Font(@System3x6, 3, 5, 32)     ' Change font
    someText = "3X5 CAPITALS ONLY"
Text of example should be :

Code: Select all

    someText = "3X6 CAPITALS ONLY"
Alain

Post Reply

Return to “mikroBasic PRO for PIC General”