• Font size is Dynamic or Static?
    0 replies, posted
Alright so I'm creating a Panel from scratch with the surface and draw library. And I'm wondering if the font change size to scale of the client's resolution? If the client's resolution gets bigger, does the font get bigger with it? Or is the size of the font static where it doesn't change even if the resolution is really big or really small? I'm asking this because I'm worried to change this: self.panelParentPadding = 5 Should I just get the value through a division of the client's resolution? I'm worried my panel might get all messed up with other clients and have lines and such going through the title or text of the panel.
Sorry, you need to Log In to post a reply to this thread.