index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkFontHost.cpp
Commit message (
Expand
)
Author
Age
*
Move SkFontMgr and SkFontStyle impls to own cpp.
bungeman
2015-01-20
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Remove SK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER.
bungeman
2014-11-10
*
Update fontMgr to take list of bcp47 language tags.
bungeman
2014-10-23
*
Replace SkTypeface::Style with SkFontStyle.
bungeman
2014-10-20
*
Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 ...
mtklein
2014-10-20
*
Replace SkTypeface::Style with SkFontStyle.
bungeman
2014-10-20
*
Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope.
mtklein
2014-10-13
*
Remove a layer of indirection and code from SkFontHost.
bungeman
2014-09-10
*
Remove SK_FONT_HOST_DOES_NOT_USE_FONTMGR and guarded code.
bungeman
2014-08-20
*
Port most uses of SkOnce to SkLazyPtr.
mtklein
2014-06-02
*
Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium...
commit-bot@chromium.org
2014-05-31
*
Port most uses of SkOnce to SkLazyPtr.
commit-bot@chromium.org
2014-05-30
*
Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium...
commit-bot@chromium.org
2014-05-30
*
Port most uses of SkOnce to SkLazyPtr.
commit-bot@chromium.org
2014-05-30
*
A remotable font management interface and DirectWrite implementation.
bungeman@google.com
2014-03-21
*
Make SkFontMgr interface const.
commit-bot@chromium.org
2014-02-04
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
Android FontHost cannot use FontMgr yet.
bungeman@google.com
2013-11-11
*
Re-add NULL FontMgr::Factory hadnling code removed in r12217.
bungeman@google.com
2013-11-11
*
Remove SK_FONTHOST_USES_FONTMGR.
bungeman@google.com
2013-11-11
*
My clang now doesn't complain about !"foo".
mtklein@google.com
2013-08-22
*
Implement SkEmptyFontMgr::onLegacyCreateTypeface and make pure virtual.
bungeman@google.com
2013-08-21
*
add impls for createfromstream for fontconfig fontmgr
reed@google.com
2013-07-31
*
refactoring for SK_FONTHOST_USES_FONTMGR option
reed@google.com
2013-07-30
*
The two leaks are:
commit-bot@chromium.org
2013-07-11
*
return empty fontstyleset instead of null
reed@google.com
2013-04-19
*
add matcher to fontstyleset
reed@google.com
2013-03-29
*
always call SkFontMgr::Factory() (now that everyone has impl'd it)
reed@google.com
2013-03-27
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-27
*
fix infinite recursion calling (non)virtual
reed@google.com
2013-03-26
*
respect slant param
reed@google.com
2013-03-26
*
#if 0 reference to SkFontMgr::Factory for now
reed@google.com
2013-03-26
*
impl part of SKFontMgr for mac
reed@google.com
2013-03-26
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-13
*
add (temp) SkFontLCDConfig class to hold LCD getters/setters. This will allow
reed@google.com
2013-03-12
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Delete duplicated code.
agl@chromium.org
2009-07-21
*
Subpixel glyph rendering support.
agl@chromium.org
2009-07-21