summaryrefslogtreecommitdiffstats
path: root/ui/gfx/platform_font_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of Fix creating platform font on Windows (https://codereview.chromium....jwd@chromium.org2014-04-101-6/+1
* Fix creating platform font on Windowstmoniuszko@opera.com2014-04-101-1/+6
* Clean-up: Renames gfx::Font's methods and removes its obsolete methods.yukishiino@chromium.org2014-02-131-11/+2
* Update uses of UTF conversions in ui/ to use the base:: namespace.avi@chromium.org2013-12-251-2/+2
* Enables font-related unittests again.yukishiino@chromium.org2013-12-111-0/+7
* Supports cap height in gfx::Font and gfx::FontList.yukishiino@chromium.org2013-10-011-6/+15
* Move a bunch of windows stuff from ui/base/win to ui/gfx/winben@chromium.org2013-09-121-3/+3
* Use a direct include of strings headers in ui/, part 3.avi@chromium.org2013-06-111-1/+1
* ui/gfx: Use base::string16 now that string16 was moved into base namespace.tfarina@chromium.org2013-06-091-2/+2
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-071-1/+1
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-281-1/+1
* Replace StyleRange with BreakList; update RenderText, etc.msw@chromium.org2013-02-011-2/+2
* Don't hang if can't downsize font. vitalybuka@chromium.org2012-10-131-1/+7
* win: Fix a few minor issues found by clang.thakis@chromium.org2012-05-021-1/+1
* Fix RenderTextWin CJK font linking size on Windows XP.asvitkine@chromium.org2012-04-301-16/+56
* Remove unused and unnecessary constructor from PlatformFont classes.asvitkine@chromium.org2012-04-131-9/+0
* Use Windows scopers in platform_font_win.cc and add a ScopedSetMapMode class.asvitkine@chromium.org2012-04-061-15/+12
* Pass localized font name of prefs to font settings.falken@chromium.org2012-04-051-0/+19
* Optimize PlatformFontWin::DeriveFont() by computing |dlu_base_x_| lazily.asvitkine@chromium.org2012-03-291-13/+29
* ui/gfx: Rename almost all entries from gfx::CanvasSkia to gfx::Canvas.tfarina@chromium.org2012-03-151-2/+2
* ui/gfx: Update includes to point to canvas.h instead of canvas_skia.htfarina@chromium.org2012-03-141-1/+1
* Re-add GetStringWidth to PlatformFont, and use that from Fontstuartmorgan@chromium.org2012-02-241-0/+6
* Optimize PlatformFontWin::GetFontSize().asvitkine@chromium.org2012-02-031-4/+3
* Move |PlatformFont::GetStringWidth()| implementation up into font.cc directly.asvitkine@chromium.org2012-01-241-9/+1
* Change string16 to std::string in the gfx::Font() interface.erg@chromium.org2011-10-271-6/+6
* Use pixel sizes in PlatformFontWin instead of point sizes.asvitkine@chromium.org2011-10-191-15/+4
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-3/+3
* Move src/gfx/ to src/ui/gfxsail@chromium.org2011-02-021-0/+269