index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ports
/
SkFontHost_android.cpp
Commit message (
Expand
)
Author
Age
*
[android] Add an API to load customized font config for testing.
djsollen@google.com
2012-06-25
*
Store font family when serializing android fonts.
djsollen@google.com
2012-06-01
*
Update the implementation of SkTypeface_android.h functions.
djsollen@google.com
2012-06-01
*
Add SkFontDescriptor for serializing fonts.
djsollen@google.com
2012-05-31
*
Use a NDK-compliant way of reading locale.
djsollen@google.com
2012-05-10
*
remove unused ptr/len parameters from CreateTypeface
reed@google.com
2012-05-07
*
Upstream font changes from Android repository.
djsollen@google.com
2012-05-04
*
Fix deadlock in Android's font deserializer.
djsollen@google.com
2012-03-30
*
Upstream changes from Android repository.
djsollen@google.com
2012-03-21
*
Fix broken android build
djsollen@google.com
2012-03-15
*
Add CreateFallbackForScript to SkTypeface for Android.
djsollen@google.com
2012-03-15
*
Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not...
bungeman@google.com
2012-02-24
*
Lazily allocate gNameList, and protect its usage behind the global mutex.
djsollen@google.com
2012-02-16
*
Fix regression where we disable fonts with no specified name
djsollen@google.com
2012-02-15
*
Merge changes from the android repo upstream to Skia
djsollen@google.com
2012-02-15
*
posix: Avoid static initializers in static/global mutexes
digit@google.com
2012-01-26
*
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
tomhudson@google.com
2011-12-28
*
add api to SkGraphics to get/set font cache limit
reed@google.com
2011-11-08
*
Adding support to trunk for building Skia using the Android NDK.
djsollen@google.com
2011-11-03
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
add 2nd parameter to SkFontHost::NextLogicalFont()
reed@google.com
2011-06-13
*
Upstreaming code from android repository.
djsollen@google.com
2011-02-24
*
add fixed-width attribute to typeface
reed@google.com
2011-02-23
*
Cleanup SkPDFTypfaceInfo and make it more generic.
vandebo@chromium.org
2011-02-02
*
Add Truetype and Type 1 font embedding support
vandebo@chromium.org
2011-01-25
*
fix for issue 93: need to rewind the shared stream each time openStream() is ...
reed@google.com
2011-01-04
*
Add a SkTypeface::CreateForChars() function.
agl@chromium.org
2010-04-20
*
update for new fonts
reed@android.com
2010-03-02
*
add GetFileName api to SkFontHost
reed@android.com
2009-07-31
*
pull latest from android
reed@android.com
2009-03-20
*
Simplify font-chaining (fallbacks) to have fonthost just return the next
reed@android.com
2009-03-17
*
fix leak in Deserialize
reed@android.com
2009-03-06
*
fix ref() in CreateTypeface
reed@android.com
2009-03-05
*
Significant cleanup in api, and more importantly in sementics, of SkFontHost
reed@android.com
2009-03-04
*
pull from android - add createfromfile entry-point
reed@android.com
2008-12-23
*
grab from latest android
reed@android.com
2008-12-17