Mirage Source
Changing font size? - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: Changing font size? (/showthread.php?tid=795)



Changing font size? - Swordmaster - 06-03-2007

As the title says, im trying to change the font size of when you login, how would you do this?


- Robin - 06-03-2007

click whatever control you are changing and go to properties.


- Swordmaster - 06-03-2007

Well im trying to change

Code:
' Send a global message that he/she joined
    If GetPlayerAccess(index) = ADMIN_CREATOR Then
        Call GlobalMsg("Your god" & GetPlayerName(index) & " has joined " & GAME_NAME &" Fear thee presence of your lord!", JoinLeftColor)

im not really sure how to get the properties of that : /


- William - 06-03-2007

You can not set a certain text to a larger text, it will make everything bigger.


- Swordmaster - 06-03-2007

You cant make it for example

From: Swordmaster has entered GameName

To:

Swordmaster has entered GameName


?


- William - 06-03-2007

No, you can only change all the text in the chat.


- Swordmaster - 06-03-2007

Really? Cause im playing a game now that has the exact thing i typed

its only for a certain player


- William - 06-03-2007

Then I suggest you ask that person, cause there are addons to all sort of things.


- Robin - 07-03-2007

If you can change sel colour, why not size?


- William - 07-03-2007

Feel free to try SelFontSize.


- Swordmaster - 07-03-2007

SelFontSize?

Code for that?


- William - 07-03-2007

txtChar.SelFontSize


- Swordmaster - 07-03-2007

For that code dont you have to write the font size number such as 24 or something?


- William - 07-03-2007

From my knowledge it wont work. Ask Kite, he seemed to know something.