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