Christopher Jenkins

Results 383 comments of Christopher Jenkins

Yeah the fonts are loaded the same way, have a look. one one works through styles only pre 4.0.4 is bizzare...

Yeah, never inflate fragments that's a recipe for disaster. Also never tried with child fragments, they are horribly buggy, and add such in this case is probably a bug where...

Great glad that worked :) On Sat, 16 Apr 2016 at 13:30 georgethms10 [email protected] wrote: > Ya... When i changed to getChildManager() it works..Thanks for the > comment, i will...

It's an old requested feature see #195 Need to work out a way to build Typeface Families.

That font-compat is complicated to use. But I'll take how he generates font families. Thanks for linking. On Mon, 28 Mar 2016, 15:27 Joe, [email protected] wrote: > The MeetMe/font-compat https://github.com/MeetMe/font-compat...

I actually have found a better way to do this. :D On Sun, 17 Apr 2016 at 13:02 staroflead [email protected] wrote: > I use seperated fontpath for each variant. Unfotunately,...

Very similar to the font manager mechanism. But I think I'd always do it as third party attribute and pull out the text Style at the same time. Basically the...

Easily, no. But, don't set a default font in the `CalligraphyConfig`. Then set a `fontPath` on the `textStyles` in your Themes, then just don't define one for your Alert Dialog.

We are going to go down the font manager route where Calligraphy supports font families bold/italic making this obsolete. I am also tempted to remove the default font as it...