index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ports
/
SkFontHost_fontconfig.cpp
Commit message (
Expand
)
Author
Age
*
Add missing unistd.h include after r8765.
commit-bot@chromium.org
2013-04-22
*
fix refcnts for singleton fontconfig-direct
reed@google.com
2013-04-22
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-20
*
use SkDataTable to return familyNames for fontmgr
reed@google.com
2013-04-19
*
check-point for new fontmgr on linux
reed@google.com
2013-04-19
*
add dummpy SkFontMgr::Factory() impl to font backends, so we can start testin...
reed@google.com
2013-03-27
*
remove SkFontHost::NextLogicalFont, and add android-specific function
reed@google.com
2013-03-26
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-26
*
land https://codereview.chromium.org/12676024
reed@google.com
2013-03-25
*
remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream()
reed@google.com
2013-03-22
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-22
*
remove SkFontHost::GetFileName
mike@reedtribe.org
2013-03-22
*
remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable*
reed@google.com
2013-03-21
*
add virtual SkTypeface::onOpenStream and override that for fontconfig
reed@google.com
2013-03-21
*
When we read from a RemoteFontStream (might happen maybe with other streams),...
edisonn@google.com
2013-03-21
*
remove SkFontHost::CreateScalerContext
reed@google.com
2013-03-19
*
use SkStream::NewFromFile()
mike@reedtribe.org
2013-03-19
*
comment out debugging printfs
reed@google.com
2013-03-13
*
add (temp) SkFontLCDConfig class to hold LCD getters/setters. This will allow
reed@google.com
2013-03-12
*
Fixing some warnings on Linux
sugoi@google.com
2013-03-07
*
change FontIdentity to explicitly hold ttcIndex and ID, so we can use both in...
reed@google.com
2013-03-06
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-06
*
start to plumb ttcIndex into fonthost. For now just add to SkFontStream and i...
reed@google.com
2013-03-05
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-05
*
Rely on libfontconfig to determine our default font
reed@google.com
2013-03-04
*
export getter for global instance of fontconfiginterfacedirect
reed@google.com
2013-03-04
*
implement fonthost table methods directly in fontconfig backend, _tables now ...
reed@google.com
2013-03-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-01
*
use fontconfig fonthost for skia (in prep for using in chrome)
reed@google.com
2013-02-27
*
fix getFamilyName by calling FcFreeTypeQuery
reed@google.com
2013-02-26
*
implement CreateTypefaceFromFile
reed@google.com
2013-02-26
*
git-svn-id: http://skia.googlecode.com/svn/trunk@7863 2bbb7eff-a529-9590-31e7...
reed@google.com
2013-02-26
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-26
*
git-svn-id: http://skia.googlecode.com/svn/trunk@7856 2bbb7eff-a529-9590-31e7...
reed@google.com
2013-02-25
*
check-point: skiafy SkFontHost_fontconfig from chrome
reed@google.com
2013-02-25
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Minimal changes to SkFontHost_fontconfig to not crash in normal use.
bungeman@google.com
2012-11-06
*
remove unused ptr/len parameters from CreateTypeface
reed@google.com
2012-05-07
*
Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not...
bungeman@google.com
2012-02-24
*
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
*
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
*
fix compile-error, mismatch between fontID and id
reed@google.com
2011-02-14
*
Remove extra stub definition of GetAdvancedTypefaceMetrics.
vandebo@chromium.org
2011-02-09
*
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
*
Add a SkTypeface::CreateForChars() function.
agl@chromium.org
2010-04-20
*
add GetFileName api to SkFontHost
reed@android.com
2009-07-31
[next]