SubhamTyagi / Last-Launcher

Lightweight: Faster than light, Low on memory
GNU General Public License v3.0
169 stars 52 forks source link

A solution for issue #151 #186

Open Tankkupper opened 2 years ago

Tankkupper commented 2 years ago

A solution for issue #151 When the font is italic, the font of an app may not be fully displayed. I found that I could solve this problem by increasing the width of each view. I added two items. You can then adjust the width of the view. The Main code is: view.setWidth((int)(child.getMeasuredWidth()*(1+letterSpacingRate))); The specific performance effects are as follows: When changing the font to be italic: a After we add apps spacing: b c

Users can add apps spacing by themselves to avoid this condition now!~~

addition: The test font is Alegreya-Italic.ttf