index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ports
/
SkFontHost_mac.cpp
Commit message (
Expand
)
Author
Age
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Add support for 8 bits/component glyphs, to
caryclark@google.com
2011-06-22
*
separate mac fonthost into atsui (32bit, pre-10.6) and coretext (64bit, 10.6)
reed@android.com
2010-05-19
*
Add a SkTypeface::CreateForChars() function.
agl@chromium.org
2010-04-20
*
fix build for SK_SCALAR_IS_FIXED
reed@android.com
2010-04-13
*
Add SkFontHost::FilterRect() which allows the font host to filter our request
reed@android.com
2009-07-22
*
Mac: fix SkFontHost_mac.cpp to work with the new hinting interface.
agl@chromium.org
2009-07-21
*
use sk_bzero instead of bzero, since it isn't always available.
reed@android.com
2009-06-29
*
fix mac build
reed@android.com
2009-04-23
*
Sync with Chromium's fork
agl@chromium.org
2009-04-22
*
implement generateCountGlyphs using new font table apis
reed@android.com
2009-04-08
*
add Table apis to SkFontHost
reed@android.com
2009-04-08
*
build with -Wall
reed@android.com
2009-03-20
*
fix capitalization for system includes
reed@android.com
2009-03-18
*
Simplify font-chaining (fallbacks) to have fonthost just return the next
reed@android.com
2009-03-17
*
remember to specify the bloody font tag in the constructor!
reed@android.com
2009-03-10
*
mac fonts sort of work now
reed@android.com
2009-03-09
*
implement fontmetrics
reed@android.com
2009-03-09
*
check-point (2) on mac fonts
reed@android.com
2009-03-09
*
minor check-point for switching to glyphs
reed@android.com
2009-03-09
*
Significant cleanup in api, and more importantly in sementics, of SkFontHost
reed@android.com
2009-03-04
*
Remove unneeded SK_BUILD_FOR_... checks in SkBitmap.h
reed@android.com
2009-01-19
*
update more sample code to new compose shader header
reed@android.com
2008-12-23
*
add text to hostapp sample
reed@android.com
2008-12-23
*
don't promote top/left to a fixed, when what we want is just an int
reed@android.com
2008-12-22
*
move CreateTypefaceFromFile into fonthost porting layer, so we don't force a ...
reed@android.com
2008-12-22
*
use native mac fonthost
reed@android.com
2008-12-19
*
grab from latest android
reed@android.com
2008-12-17