- 28be72b PDF: Add text support with a font framework (font embedding to come). by vandebo@chromium.org · 14 years ago
- 61a678a Add support for TTC font files in SkFontHost_Freetype. by agl@chromium.org · 15 years ago
- cb34235 fix matrix use in coretext fonthost update gm images to new baseline by reed@android.com · 15 years ago
- 930056e fix reference bugs in font linklist by reed@android.com · 15 years ago
- a2c71cb Add support for forcing autohinting. by agl@chromium.org · 15 years ago
- 36bb697 Add include of FT_SYNTHESIS_H by agl@chromium.org · 15 years ago
- e76073b Add support for fake bold of bitmap fonts. by agl@chromium.org · 15 years ago
- 268013b add carbon.h include by reed@android.com · 15 years ago
- 7bea297 remove duplicate LCD functions (these are portable, and live in SkFontHost.cpp) by reed@android.com · 15 years ago
- feda2f9 separate mac fonthost into atsui (32bit, pre-10.6) and coretext (64bit, 10.6) by reed@android.com · 15 years ago
- 70a303f [FreeType] Always use MONO hinting when hinting in monochrome. by agl@chromium.org · 15 years ago
- 5f6a076 Add a SkTypeface::CreateForChars() function. by agl@chromium.org · 15 years ago
- 51709c7 remove obsolete closeStream() method -- the caller just unref's the stream when they're done by reed@android.com · 15 years ago
- f244f1b add EmptyTypeface class, to gracefully handle when there are no fonts avail. by reed@android.com · 15 years ago
- 887e4f3 be sure to ref() before returning a typeface from Create by reed@android.com · 15 years ago
- c846ede fix build for SK_SCALAR_IS_FIXED by reed@android.com · 15 years ago
- 1c0c5a0 fix refcnt for streams by reed@android.com · 15 years ago
- 3f1f06a add optional pref-config table to codecs by reed@android.com · 15 years ago
- faea355 update for new fonts by reed@android.com · 15 years ago
- dc3381f update save/restore comments to mention that the drawFilter is also saved by reed@android.com · 15 years ago
- 4526a84 This patch allows the use of the native FreeType emboldening by senorblanco@chromium.org · 15 years ago
- afd599a disable debug printfs for gamma table by reed@android.com · 15 years ago
- b4234a2 skia: Always use aliased text when antialiasing is disabled. by agl@chromium.org · 15 years ago
- ec10d21 remove obsolete SK_BUILD_FOR_BREW conditional by reed@android.com · 15 years ago
- 9d3a985 add glyph->unichar query (inverse of a cmap) by reed@android.com · 15 years ago
- 99e1b90 Add parens in order to make conditional correct. by agl@chromium.org · 15 years ago
- 13c8558 Fix r466 which was causing Chromium valgrind failures. by agl@chromium.org · 15 years ago
- e95c91e Add flag to enable bitmap strikes. by agl@chromium.org · 15 years ago
- e191b16 update windows port by reed@android.com · 15 years ago
- 9272761 SSE2 optimizations for 32bit blending blitters. by senorblanco@chromium.org · 15 years ago
- 471403d change projects to just run with curren-os sdk, in prep for snow-lepard by reed@android.com · 15 years ago
- f2afb67 fix base linux build, adding freetype support by reed@android.com · 15 years ago
- 2a645c9 add FilterRec() so it links again by reed@android.com · 15 years ago
- 2a4d1ff allow the gamma to be changed at runtime by reed@android.com · 15 years ago
- 8430cd1 Fix flipped text orientation on Windows. by deanm@chromium.org · 16 years ago
- 558434a FreeType: fix garbled bitmap glyphs. by agl@chromium.org · 16 years ago
- e0d0899 FreeType: don't use bitmap strikes when antialiasing by agl@chromium.org · 16 years ago
- ac98154 add GetFileName api to SkFontHost by reed@android.com · 16 years ago
- 61608aa fix #endif placement so it works when LCD support is not defined by reed@android.com · 16 years ago
- f18d876 Add runtime detection for missing subpixel support in FreeType. by agl@chromium.org · 16 years ago
- 5ebd88e Revert "Support subpixel text when FreeType is built without such support." by agl@chromium.org · 16 years ago
- ac3011c Support subpixel text when FreeType is built without such support. by agl@chromium.org · 16 years ago
- e4d0bc0 add filterrec logic for subpixel and slight-hinting by reed@android.com · 16 years ago
- e61238b Build fix: add FilterRec for Windows. by agl@chromium.org · 16 years ago
- bfbd4ff fix uninitialized library variable by reed@android.com · 16 years ago
- 659aaf9 fix warnings (unused local var) by reed@android.com · 16 years ago
- bd2724f Fix valgrind warnings triggered in vertical mode. by agl@chromium.org · 16 years ago
- 36a4c2a Add SkFontHost::FilterRect() which allows the font host to filter our request by reed@android.com · 16 years ago
- f549369 rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the by reed@android.com · 16 years ago
- 1a18cdc Mac: fix SkFontHost_mac.cpp to work with the new hinting interface. by agl@chromium.org · 16 years ago
- 309485b Subpixel glyph rendering support. by agl@chromium.org · 16 years ago
- b9b9a18 use genericRGB space to ensure that we decode exactly the pixels we encode by reed@android.com · 16 years ago
- bff8e29 Fix a precedence error in an assert in the fontconfig host. by deanm@chromium.org · 16 years ago
- 4516f47 use sk_bzero instead of bzero, since it isn't always available. by reed@android.com · 16 years ago
- a0f5d15 move xfermode modes from porterduff into xfermode itself by reed@android.com · 16 years ago
- 8015dd8 almost there on gm (need to fix image writes/reads/compares) by reed@android.com · 16 years ago
- 90e764e update to latest api (need a test for this port!) by reed@android.com · 16 years ago
- 5c44d32 Make sure we have a non-null FreeType face before dereferencing it. by deanm@chromium.org · 16 years ago
- 1220e1c Some Linux / 64-bit compile fixes. by deanm@chromium.org · 16 years ago
- af59d51 fontconfig: allow fallback for certain magical font names. by agl@chromium.org · 16 years ago
- 22dbaaf Fix reference count on openStream by reed@android.com · 16 years ago
- b9890c1 Typo fix for VDMX parsing in Chromium. by agl@chromium.org · 16 years ago
- 7a56108 add simple port of memory APIs, to be used as a template for other platforms by reed@android.com · 16 years ago
- a8a8b8b check for 0 upem in freetype add 32bit-overflow check by reed@android.com · 16 years ago
- df8ecfb Add fontconfig support. by agl@chromium.org · 16 years ago
- b2f92f0 fix mac build by reed@android.com · 16 years ago
- cc3096b Sync with Chromium's fork by agl@chromium.org · 16 years ago
- 304b59e trivial: fix ws by reed@android.com · 16 years ago
- 9781ca5 add SkSfntUtils to parse some known truetype tables by reed@android.com · 16 years ago
- fc3ac32 SkFontHost_tables: fix minor bugs by agl@chromium.org · 16 years ago
- 467a3dc implement generateCountGlyphs using new font table apis by reed@android.com · 16 years ago
- d6638e6 add Table apis to SkFontHost need to implement in _win backend by reed@android.com · 16 years ago
- 9c97045 import portability fixes from Chrome around floats by reed@android.com · 16 years ago
- fcce647 pull latest from android by reed@android.com · 16 years ago
- 04225dc build with -Wall fix associated warnings (at least on gcc 4.0.1) by reed@android.com · 16 years ago
- 79b2cd1 fix capitalization for system includes by reed@android.com · 16 years ago
- a14ea0e Simplify font-chaining (fallbacks) to have fonthost just return the next by reed@android.com · 16 years ago
- 590ef3f remember to specify the bloody font tag in the constructor! by reed@android.com · 16 years ago
- 330578d mac fonts sort of work now by reed@android.com · 16 years ago
- 0bf64d4 implement fontmetrics by reed@android.com · 16 years ago
- ea446b9 check-point (2) on mac fonts - simplify typeface factories by reed@android.com · 16 years ago
- 60dfdbc minor check-point for switching to glyphs by reed@android.com · 16 years ago
- 62533ed fix leak in Deserialize by reed@android.com · 16 years ago
- fb12c3e fix ref() in CreateTypeface fix comment in SkDraw.cpp 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
- ff7f389 Oops, CreateTypeface takes over ownership of the stream, instead of just ref() by reed@android.com · 16 years ago
- 1bfd0ca Implement CreateTypefaceFromFile by reed@android.com · 16 years ago
- 62900b4 handle failure when creating a scalercontext by reed@android.com · 16 years ago
- 7b830a1 update makefile for newly moved Factories by reed@android.com · 16 years ago
- 00bf85a pull from android: use registry to build up list of image codecs by reed@android.com · 16 years ago
- f13c6e1 Remove unneeded SK_BUILD_FOR_... checks in SkBitmap.h by reed@android.com · 16 years ago
- 4cb8bd1 add crude Makefile (someone please help!) by reed@android.com · 16 years ago
- b50a60c fix formatting issues by reed@android.com · 16 years ago
- 6f25297 fix multiple warnings (e.g. hidden virtuals, unused static functions) by reed@android.com · 16 years ago
- 563771e update to build with the latest SkFontHost interface not runtime tested yet by reed@android.com · 16 years ago
- 0becfc5b add optimization for width==1 bitmaps in shader procs by reed@android.com · 16 years ago
- b08eb2b separate image encode and decode remove obsolete build-flag for encode by reed@android.com · 16 years ago
- acb8fb0 Initial automake and autoconf files to build core into libskia.a. by joe.gregorio · 16 years ago
- 1550a42 pull from android - add createfromfile entry-point by reed@android.com · 16 years ago
- da342a8 update more sample code to new compose shader header by reed@android.com · 16 years ago