Created
May 19, 2019 22:17
-
-
Save wwdablu/423e9196075e0bbea17bf1dbac49cb9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TextProperties textProperties = new TextProperties(); | |
textProperties.textSize = 24; | |
textProperties.typeface = Typeface.create(Typeface.DEFAULT, Typeface.BOLD); | |
textProperties.alignment = Layout.Alignment.ALIGN_CENTER; | |
TextComposer textComposer = new TextComposer(simplyPdfDocument); | |
textComposer.write("SimplyPDF", textProperties); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment