index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ports
/
SkFontHost_win.cpp
Commit message (
Expand
)
Author
Age
*
Remove a pointless use of SkWeakRefCnt.
mtklein
2014-10-24
*
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
*
Add onGetFamilyName to SkTypeface.
bungeman
2014-09-17
*
Remove ALL font fallback logic from Skia.
djsollen
2014-08-06
*
Remove vertical/horizontal metrics selection.
bungeman
2014-07-07
*
Implement text rendering with NVPR
kkinnunen
2014-06-24
*
[PDF] Fix font embedding restrictions.
vandebo
2014-06-19
*
Remove SK_IGNORE_UNDERLINE_POSITION_FIX now that it is no longer used.
bungeman@google.com
2014-05-22
*
Stage fixes for underline position.
commit-bot@chromium.org
2014-05-14
*
Fix typo in SkFontHost_win.cpp in comment.
bungeman@google.com
2014-05-09
*
Fix size of rotated text with FreeType.
bungeman@google.com
2014-04-15
*
A remotable font management interface and DirectWrite implementation.
bungeman@google.com
2014-03-21
*
Adding code to calculate Underline Thickness from Font Metrics, this will be ...
commit-bot@chromium.org
2014-03-01
*
Make SkFontMgr interface const.
commit-bot@chromium.org
2014-02-04
*
Clarify kAutohinting is kForceAutohinting.
bungeman@google.com
2014-01-23
*
Basic support for vector FON.
bungeman@google.com
2014-01-23
*
deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...
reed@google.com
2013-12-17
*
Revert "[PDF] Fix font embedding restrictions."
vandebo@chromium.org
2013-12-10
*
Fix missing ; in win code.
vandebo@chromium.org
2013-12-10
*
[PDF] Fix font embedding restrictions.
commit-bot@chromium.org
2013-12-10
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
De-generalize create_typeface on Windows.
bungeman@google.com
2013-11-20
*
Guard against most unintentionally ephemeral SkAutoFoo instantiations.
commit-bot@chromium.org
2013-11-18
*
Remove SK_FONTHOST_USES_FONTMGR.
bungeman@google.com
2013-11-11
*
Implement charToGlyph on remaining ports.
bungeman@google.com
2013-10-24
*
Second wave of Win64 warning cleanup
robertphillips@google.com
2013-10-15
*
Improve SkScalerContext_GDI::generateCharToGlyph for non-BMP code points.
bungeman@google.com
2013-10-08
*
Snap GDI matrix when snapping height.
bungeman@google.com
2013-10-03
*
Fix slight hinting with GDI.
bungeman@google.com
2013-09-20
*
Return canonical logfont size to 64.
bungeman@google.com
2013-09-08
*
export SkFontMgr_New_... experimental functions for testing in chrome
reed@google.com
2013-08-28
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-28
*
Fix _GDI::generateCharToGlyph to properly handle missing glyphs.
bungeman@google.com
2013-08-27
*
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
*
remove uncalled local functions
reed@google.com
2013-08-13
*
Add getFamilyNames to SkTypeface.
bungeman@google.com
2013-08-07
*
Reverting r10608 (Add getFamilyNames to SkTypeface) due to compilation failures
robertphillips@google.com
2013-08-07
*
Add getFamilyNames to SkTypeface.
bungeman@google.com
2013-08-07
*
Add getFamilyNames to SkTypeface.
bungeman@google.com
2013-08-07
*
Reverting r10589: Add getFamilyNames to SkTypeface
jvanverth@google.com
2013-08-06
*
Add getFamilyNames to SkTypeface.
bungeman@google.com
2013-08-06
*
Implement onGetTableTags and onGetTableData on Windows.
bungeman@google.com
2013-08-01
*
refactoring for SK_FONTHOST_USES_FONTMGR option
reed@google.com
2013-07-30
*
Fix subpixel metrics with GDI.
bungeman@google.com
2013-07-30
[next]