1. 14 Aug, 2012 1 commit
  2. 21 Jun, 2012 2 commits
  3. 19 Jun, 2012 1 commit
  4. 14 Jun, 2012 2 commits
  5. 13 Jun, 2012 1 commit
    • Victoria Lease's avatar
      DO NOT MERGE Skia solution to fake-bold fallback fonts. · ec1ad08b
      Victoria Lease authored
      This version of the fake-bold-for-fallback-fonts fix addresses the
      issue succinctly inside of Skia, with no need for Skia's clients to
      be aware of the issue. Attempts to draw a bold parent font flag the
      embolden flag in the associated SkScalerContext while leaving the
      SkPaint's fake bold flag unmodified.
      
      This depends upon change Icdd13f6b, which arranges for FreeType's
      FontHost to ignore redundant embolden requests.
      
      This is a cherry-pick of change I4132a232 from master.
      
      Bug: 6629786
      Change-Id: I389d6793e5472d664f6ac7b894927dbfd811be12
      ec1ad08b
  6. 07 Jun, 2012 4 commits
  7. 06 Jun, 2012 1 commit
  8. 05 Jun, 2012 1 commit
  9. 31 May, 2012 1 commit
    • Victoria Lease's avatar
      Use FreeType's "embolden", but only if face is not already bold. · bd64a4dd
      Victoria Lease authored
      A side-effect of not knowing the actual SkTypeface used to draw text
      until render-time is that we cannot make decisions based upon the
      face's proper font metrics. As a result, attempts to draw bold text
      will fail when a fallback font with normal weight is selected. With
      this, we can feel free to enable fake bold mode even if the primary
      font is bold, as the extraneous fake bold bit will just get ignored
      at render-time if the actual font used to draw the text is bold.
      
      Bug: 6522642
      Change-Id: Icdd13f6bd36a85ba374b6ed7a08b596d4c31e86f
      bd64a4dd
  10. 30 May, 2012 4 commits
  11. 29 May, 2012 1 commit
  12. 24 May, 2012 1 commit
  13. 22 May, 2012 2 commits
  14. 20 May, 2012 1 commit
  15. 19 May, 2012 3 commits
  16. 18 May, 2012 1 commit
  17. 17 May, 2012 5 commits
  18. 16 May, 2012 5 commits
  19. 15 May, 2012 3 commits