OSDN Git Service

Update isFallbackFamily() with missing fonts
authorRussell Brenner <russellbrenner@google.com>
Thu, 26 May 2011 21:05:45 +0000 (14:05 -0700)
committerRussell Brenner <russellbrenner@google.com>
Thu, 26 May 2011 21:05:45 +0000 (14:05 -0700)
commit0da3e5e1d2b913ba0c47bfd1c7923bbce60faa6a
treeb077eba1adefd7eec8061f2450cafc9bdb99db1d
parent3d487c65ee7e11672335cae6240879d3421abf24
Update isFallbackFamily() with missing fonts

Skia maps numerous fonts to the standard system fonts. Only a few of
these were matched by isFallbackFamily(). This brings them to parity,
adding standards like arial, times, courier, and more.

Bug: 4499169
Change-Id: I02a1816501c61f59ebaddb487bb0ff24cc5c1cca
WebCore/platform/graphics/android/FontCacheAndroid.cpp