CompactCalendarView
CompactCalendarView copied to clipboard
Need to set typeface in days name and number
trafficstars
Sir Please help me to set typeface in days name and number shown in calendar view.
Thank you
Hi, you need to set the typeface on the underlying paint object using the setTypeface method. For example, just before this line might be a good place: https://github.com/SundeepK/CompactCalendarView/blob/master/library/src/main/java/com/github/sundeepk/compactcalendarview/CompactCalendarController.java#L185
I think this would be a good enhancement to the library, so I'll mark this as an enhancement ro mbe done sometime in the future.
@SundeepK Sorry for my IntelliJ's auto formatting of the file :)