index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
fontmgr.cpp
Commit message (
Expand
)
Author
Age
*
Add color fonts.
Ben Wagner
2018-03-28
*
Revert "Add color fonts."
Ben Wagner
2018-03-27
*
Add color fonts.
Ben Wagner
2018-03-27
*
Revert "Add color fonts."
Jim Van Verth
2018-03-23
*
Add color fonts.
Ben Wagner
2018-03-22
*
remove fontmgr_iter_factory GM
Mike Klein
2017-11-14
*
add platform_font_manager()
Mike Klein
2017-11-13
*
Revert "Revert "migrate to sk_sp for SkFontMgr API""
Mike Reed
2017-09-26
*
Revert "migrate to sk_sp for SkFontMgr API"
Mike Reed
2017-09-25
*
migrate to sk_sp for SkFontMgr API
Mike Reed
2017-09-25
*
Don't use fonts with many glyphs in fontmgr_bounds.
Ben Wagner
2017-07-24
*
Add strikeout font metrics.
Ben Wagner
2017-07-21
*
add drawString helper to canvas
Cary Clark
2017-04-28
*
GM: some header cleanup
Mike Klein
2017-03-22
*
Remove SK_LEGACY_FONTMGR_FACTORY.
Ben Wagner
2017-01-11
*
Stage SkFontMgr factories to return smart pointers.
Ben Wagner
2017-01-04
*
gm: s/SkAutoTUnref/sk_sp/
Hal Canary
2016-11-07
*
Replace a lot of 'static const' with 'constexpr' or 'const'.
mtklein
2016-09-01
*
Move SkTypeface to sk_sp.
bungeman
2016-05-12
*
Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...
scroggo
2016-05-12
*
Move SkTypeface to sk_sp.
bungeman
2016-05-11
*
Add oblique as a slant.
bungeman
2016-04-27
*
Remove SK_VERY_LEGACY_CREATE_TYPEFACE.
bungeman
2016-04-13
*
Begin switch to SkFontStyle for legacy calls.
bungeman
2016-04-12
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Generate platform specific fontmgr gm.
caryclark
2015-07-20
*
Remove system call in DW for default font.
bungeman
2015-04-29
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
remove unused GM flags
mtklein
2015-01-23
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Cleanup: More override fixes - another round.
tfarina
2015-01-05
*
add paint::getFontBounds()
reed
2014-12-15
*
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
*
Add SkTypeface::getBounds()
reed
2014-10-22
*
Lookup glyphs based on character code and language tag.
djsollen
2014-08-27
*
Pass the IDWriteFactory instead of relying on a global creator.
bungeman@google.com
2014-03-31
*
Fix leak detected in FontMgrMatchGM::onDraw by Valgrind.
bungeman@google.com
2013-11-12
*
export SkFontMgr_New_... experimental functions for testing in chrome
reed@google.com
2013-08-28
*
allow both GDI and DW fontmgrs at the same time
bungeman@google.com
2013-08-21
*
Revert r10788 (allow both GDI and DW fontmgrs at the same time) due to Chromi...
robertphillips@google.com
2013-08-20
*
allow both GDI and DW fontmgrs at the same time
bungeman@google.com
2013-08-16
*
Revert r10718 to unblock roll
robertphillips@google.com
2013-08-15
*
allow both GDI and DW fontmgrs at the same time
reed@google.com
2013-08-14
*
Add FontMgr to DirectWrite.
bungeman@google.com
2013-05-01
*
show fontstyle values for each style
reed@google.com
2013-04-24
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-30
*
add matcher to fontstyleset
reed@google.com
2013-03-29
[next]