skydoves / Balloon

:balloon: Modernized and sophisticated tooltips, fully customizable with an arrow and animations for Android.

Home Page:https://skydoves.github.io/libraries/balloon/html/balloon/com.skydoves.balloon/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get rid of font padding when I set font

jeongsoyoon opened this issue · comments

I set font with setTextTypeface and now I want to set includeFontPadding false. How can I do that?

Hey @jeongsoyoon, for now Balloon doesn't support includeFontPadding on customization. You can create your own custom layout instead of using the default one.

I see Thanks

Hey @jeongsoyoon, a new version 1.6.2 has been released, and it contains setIncludeFontPadding method to adjust the font padding. Thanks for raising this issue!