SergioLuis / CHIPEIT

A CHIP-8 emulator for Android, written in Kotlin
GNU General Public License v3.0
3 stars 1 forks source link

Change font units where needed #42

Open mikelcaz opened 6 years ago

mikelcaz commented 6 years ago

Assigned people

Developer: Reviewer:


Description

The splash screen font is affected by the user font size. It shouldn't, as the logo can become too big so easily, and has no sense to scale it that way to begin with.

Not every font should be scaled that way, so this should be fixed somehow, but only where makes sense.