1. 7103f18 GDI fonthost to serialize using correct font name. by bungeman@google.com · 13 years ago
  2. a76de72 Clean up usage of mask gamma. https://codereview.appspot.com/6749061/ by bungeman@google.com · 13 years ago
  3. cb1bbb3 Fonts with cubic outlines are rendered without ClearType by GDI. by bungeman@google.com · 13 years ago
  4. 515899e CreateTypefaceFromFile for GDI. https://codereview.appspot.com/6658045/ by bungeman@google.com · 13 years ago
  5. 1bfe01d When creating gray from lcd, use luminance instead of coverage. by bungeman@google.com · 13 years ago
  6. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  7. 1bd2d67 Correctly linearize Windows AA from ClearType. by bungeman@google.com · 13 years ago
  8. 2788987 must include SkPath.h after restructure by reed@google.com · 13 years ago
  9. 6385314 Handle rgb_to_a8 when kGenA8FromLCD_Flag is set. by bungeman@google.com · 13 years ago
  10. 97efada Gamma correcting masks. https://codereview.appspot.com/6244068/ by bungeman@google.com · 13 years ago
  11. bbe5013 Split SkGlyph into its own header. https://codereview.appspot.com/6434049/ by bungeman@google.com · 13 years ago
  12. 8127539 add MS UI GOTHIC to list of bad fonts. by reed@google.com · 13 years ago
  13. 5a121ad add more font names to our extra-bottom-space hack by reed@google.com · 13 years ago
  14. b8a5c61 http://codereview.appspot.com/6307089 by reed@google.com · 13 years ago
  15. e70f798 Serialize support for GDI. http://codereview.appspot.com/6263046/ by bungeman@google.com · 13 years ago
  16. e9bbee3 Fix assignment of non-copyable. by bungeman@google.com · 13 years ago
  17. a550199 CreateTypefaceFromStream for GDI. http://codereview.appspot.com/5616047/ by bungeman@google.com · 13 years ago
  18. 0389d93 remove unused ptr/len parameters from CreateTypeface by reed@google.com · 13 years ago
  19. 90b7e38 Fix gdi assert that the font is not a vector FON font. by bungeman@google.com · 13 years ago
  20. a0319f6 Basic support for bitmap fonts on Windows. by bungeman@google.com · 13 years ago
  21. d41e70d [PDF] Treat TTF Fonts that report zero glyphs as other font type. by vandebo@chromium.org · 13 years ago
  22. ee51d1a Fix TypefaceCache races. http://codereview.appspot.com/5656066/ by bungeman@google.com · 13 years ago
  23. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 14 years ago
  24. 8351aab add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD by reed@google.com · 14 years ago
  25. c84547a Remove attempt at subpixel handling from GDI font host. by bungeman@google.com · 14 years ago
  26. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 14 years ago
  27. 05b6f3a move variable declarations above goto lines, to fix warning/error about by reed@google.com · 14 years ago
  28. 2b49cc8 remove obsolete assert by reed@google.com · 14 years ago
  29. ffe49f5 store 3 bits of luminance, but (for now) discretize that in fonthost::filterec by reed@google.com · 14 years ago
  30. 1f6b4ae remove GetGammaFlag from SkFontHost prep for retooling of gamma support by reed@google.com · 14 years ago
  31. b6bb5cb reorder bits and remove obsolete kForceAA experimental bit by reed@google.com · 14 years ago
  32. 39698b1 Add paging support for handle based typefaces. by bungeman@google.com · 14 years ago
  33. 77407ca add api to SkGraphics to get/set font cache limit by reed@google.com · 14 years ago
  34. 90d812b Remove duplicate GetFontStyle from SkFontHost_win. by bungeman@google.com · 14 years ago
  35. cb6c2f4 Just use ExtTextOutW for glyphs. http://codereview.appspot.com/5308047/ by bungeman@google.com · 14 years ago
  36. 127c3be Remove debug messages that are no longer needed. by vandebo@chromium.org · 14 years ago
  37. 7430a33 invert gamma for non-black/white text by reed@google.com · 14 years ago
  38. 6fc3c1f Detect that we're drawing to a device that has per-pixel alpha, and if so, by reed@google.com · 14 years ago
  39. 3c9f8ff remove clearing gamma for BW, since caller does that now by reed@google.com · 14 years ago
  40. 6f5df48 add gamma-correct text by reed@google.com · 14 years ago
  41. f8897e8 Add debug trap to track down crash. by vandebo@chromium.org · 14 years ago
  42. 7a23014 fix bw bits when width >= 16 by reed@google.com · 14 years ago
  43. 6a8f14d doh -- fix conversion to BW from color/gray by reed@google.com · 14 years ago
  44. 754e4eb set gamma flag for white, since GDI gives us different (better) values by reed@google.com · 14 years ago
  45. bbb77d5 Add asserts to track down Chrome crash (bug 94421). by vandebo@chromium.org · 14 years ago
  46. 82cff02 tweak check for BW to avoid cmp by reed@google.com · 14 years ago
  47. 5e2df64 detect when LCD is really just BW, and remark the glyph as that. by reed@google.com · 14 years ago
  48. 99edd43 cache offscreen HDC by reed@google.com · 14 years ago
  49. f8cead5 outset 2 on all sides, as we now find some CJK fonts that are off by by reed@google.com · 14 years ago
  50. 37ad8fb [PDF] Subset font advance data (W array). by vandebo@chromium.org · 14 years ago
  51. 7b13aca Revert "Improve generation of glyph advance array." This reverts commit r2126 by vandebo@chromium.org · 14 years ago
  52. e7f3300 Improve generation of glyph advance array. by vandebo@chromium.org · 14 years ago
  53. a767fa0 add api for scalers to force us to use skia to generate their bits from their by reed@google.com · 14 years ago
  54. 9181aa8 revert rotated-lcd workaround until I can render gray/lcd+subpixel myself by reed@google.com · 14 years ago
  55. 5aa937b Honor fixed width font in Windows. by ctguil@chromium.org · 14 years ago
  56. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  57. 82a34d8 GetGlyphOutline can return clipped results :( so we now draw offscreen by reed@google.com · 14 years ago
  58. db77a6a export function to return a typeface's LOGFONT by reed@google.com · 14 years ago
  59. da44067 since I can't make GDI's lcd text pretty when we're rotated, detect that by reed@google.com · 14 years ago
  60. e8fab01 add more scalerrec filtering, in prep for handling unhinted by reed@google.com · 14 years ago
  61. effc501 remove obsolete text codepaths by reed@google.com · 14 years ago
  62. 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 14 years ago
  63. 6271117 support BW glyphs, instead of always forcing them to AA by reed@google.com · 14 years ago
  64. 1dd17a1 use hires metrics when rotated (or subpixel is requested) by reed@google.com · 14 years ago
  65. f4c2622 Use SkSetFourByteTag in SkFontHost_win.cpp. by ctguil@chromium.org · 14 years ago
  66. d604481 [PDF] Fix windows SkFontHost::OpenStream for TTC fonts. by vandebo@chromium.org · 14 years ago
  67. 6744d49 [PDF] Add a ToUnicode mapping for fonts. by vandebo@chromium.org · 14 years ago
  68. d9fec61 never support bw by reed@google.com · 14 years ago
  69. 59d2f63 fix signed shift in blend32 use typefacecache in fonthost_win by reed@google.com · 14 years ago
  70. 0e6dc0a Prepend SkAdvancedTypefaceMetrics on enum usage. by ctguil@chromium.org · 14 years ago
  71. 325cb9a Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances. by vandebo@chromium.org · 14 years ago
  72. c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 14 years ago
  73. ac6b979 support lcd16 mask format by reed@google.com · 14 years ago
  74. 9db86bb PDF Type3 Support. by ctguil@chromium.org · 14 years ago
  75. f7c2c45 Update windows port of of SkFontHost::GetAdvancedTypefaceMetrics to use calculateGlyphCount. by ctguil@chromium.org · 14 years ago
  76. 0bc7bf5 Implement SkScalerContext_Windows::generateGlyphCount() and provide access via SkGlyphCache interface. by ctguil@chromium.org · 14 years ago
  77. 9b74b11 export SkCreateTypefaceFromLOGFONT by reed@google.com · 14 years ago
  78. b652427 remove obsolete generateLineHeight by reed@google.com · 14 years ago
  79. 958c39b export SkCreateTypefaceFromLOGFONT by reed@google.com · 14 years ago
  80. 7b19d6d Support unicode to glyph id conversion in windows for non-BMP characters. by ctguil@chromium.org · 14 years ago
  81. 57c2b1d Set fLastGlyphID in SkFontHost::GetAdvancedTypefaceMetrics for windows. by ctguil@chromium.org · 14 years ago
  82. 564e46f Fix file modes. by vandebo@chromium.org · 14 years ago
  83. 6f72d1e Provide windows font host implementation needed to support TrueType text in pdf backend. by vandebo@chromium.org · 14 years ago
  84. 9db446a Use real glyph IDs in the win fonthost to better support pdf. by vandebo@chromium.org · 15 years ago
  85. c48b2b3 Cleanup SkPDFTypfaceInfo and make it more generic. by vandebo@chromium.org · 15 years ago
  86. 8af0b36 Fix windows build. by vandebo@chromium.org · 15 years ago
  87. 2a22e10 Add Truetype and Type 1 font embedding support by vandebo@chromium.org · 15 years ago
  88. 930056e fix reference bugs in font linklist by reed@android.com · 15 years ago
  89. 5f6a076 Add a SkTypeface::CreateForChars() function. by agl@chromium.org · 15 years ago
  90. e191b16 update windows port by reed@android.com · 16 years ago
  91. 8430cd1 Fix flipped text orientation on Windows. by deanm@chromium.org · 16 years ago
  92. e61238b Build fix: add FilterRec for Windows. by agl@chromium.org · 16 years ago
  93. 90e764e update to latest api (need a test for this port!) by reed@android.com · 16 years ago
  94. b1d9d2e Significant cleanup in api, and more importantly in sementics, of SkFontHost by reed@android.com · 16 years ago
  95. 8a1c16f grab from latest android by reed@android.com · 17 years ago