Don't create FontExtensions Regex unless/until necessary (#676)
authorE.Z. Hart <hartez@users.noreply.github.com>
Wed, 11 Jan 2017 18:33:04 +0000 (11:33 -0700)
committerJason Smith <jason.smith@xamarin.com>
Wed, 11 Jan 2017 18:33:04 +0000 (10:33 -0800)
commit1d58aaec70266cf8bbbd3f94d2dd55719263eccd
treeb7529b66e3eea2004c4516894d7e8595a2c6819c
parent11b982e5d556324b344888ddf446b6c044a7954b
Don't create FontExtensions Regex unless/until necessary (#676)

* Lazy load Regex for loading fonts from assets

* Allow Regex class to handle Regex initialization and caching
Xamarin.Forms.Platform.Android/Renderers/FontExtensions.cs