We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b42a5 commit c75f6e9Copy full SHA for c75f6e9
1 file changed
README.md
@@ -352,8 +352,12 @@ To Change the font of only content:
352
To apply custom downloaded fonts you have place your font file in "assest/fonts" folder or under "res/font" folder. Below
353
is the screen-shot for reference about how to place your font file in assest folder
354
355
+ kAlertDialog.setContentFontAssets("fonts/poppins_regular.ttf");
356
+
357

358
359
+You can also have font in the res/font folder and apply directly.
360
361
new KAlertDialog(this, KAlertDialog.NORMAL_TYPE)
362
.setTitleText("Lorem Ipsum")
363
.setContentText("Lorem Ipsum is simply dummy text of the printing and typesetting industry.")
0 commit comments