CompactCalendarView icon indicating copy to clipboard operation
CompactCalendarView copied to clipboard

Need to set typeface in days name and number

Open dheerajjaiswal08 opened this issue 8 years ago • 2 comments
trafficstars

Sir Please help me to set typeface in days name and number shown in calendar view.

Thank you

dheerajjaiswal08 avatar Sep 18 '17 06:09 dheerajjaiswal08

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 avatar Sep 18 '17 20:09 SundeepK

@SundeepK Sorry for my IntelliJ's auto formatting of the file :)

sofakingforever avatar Jun 29 '18 12:06 sofakingforever