summaryrefslogtreecommitdiffstats
path: root/ui/gfx/platform_font_win.h
Commit message (Expand)AuthorAgeFilesLines
* gfx: Lazy compute metrics for fonts on Linux.erikchen2016-01-071-4/+4
* Switch to standard integer types in ui/gfx/.avi2015-12-231-0/+1
* Change GetFontName() to return a const reference.erikchen2015-12-091-1/+1
* win: Work on reducing number of style plugin warnings.thakis2015-05-011-1/+1
* Apply automated fixits for Chrome clang plugin to ui_base_unittests.dcheng2015-04-211-12/+12
* Attempt to trigger DirectWrite font substitution if we are unable to create a...ananta2015-04-171-0/+2
* Relanding this with font test fixes for gdi font tests on XPananta2015-01-151-9/+4
* Revert of Relanding this with font test fixes for gdi. (patchset #7 id:120001...jochen2015-01-141-4/+9
* Relanding this with font test fixes for gdi.ananta2015-01-141-9/+4
* Revert of Get all font unittests running with DirectWrite on Windows 7+ (patc...jochen2015-01-131-0/+4
* Get all font unittests running with DirectWrite on Windows 7+ananta2015-01-131-4/+0
* Fix a crash which occurs in the Win32K lockdown mode in the renderer process.ananta2015-01-071-0/+4
* Fix views tab baseline and omnibox size regressions.ananta2014-12-181-2/+17
* Updates subpixel positioning and hinting when DSF is changedmukai2014-12-161-1/+1
* Use `struct` instead of `__interface` to declare IDWrite stuff.Nico Weber2014-11-181-1/+1
* Fixed font metrics calculations if DirectWrite font rendering is enabled in t...ananta2014-11-141-10/+9
* Set the antialiasing flag in the SkPaint structure used by the RenderTextHarf...ananta2014-11-111-0/+4
* Retrieve font metrics from skia if DirectWrite is enabled for font metrics ca...ananta2014-11-041-14/+13
* Use the correct font metrics in base PlatformFontWin if DirectWrite is used i...ananta2014-10-301-0/+17
* RenderTextHarfBuzz: Try fallback fonts of the Uniscribe font while shapingckocagil2014-10-291-0/+4
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-091-11/+11
* ui/gfx: Allow for font-specific rendering settings.derat@chromium.org2014-07-141-0/+1
* Export PlatformFontWin::HFontRefhans@chromium.org2014-06-261-1/+1
* PlatformFontWin::DeriveFontWithHeight insensitive to base font's heighttmoniuszko@opera.com2014-06-251-0/+8
* Clean-up: Renames gfx::Font's methods and removes its obsolete methods.yukishiino@chromium.org2014-02-131-2/+0
* Enables font-related unittests again.yukishiino@chromium.org2013-12-111-0/+1
* Supports cap height in gfx::Font and gfx::FontList.yukishiino@chromium.org2013-10-011-1/+4
* Remove last dependencies on ui/base from ui/gfxben@chromium.org2013-09-271-1/+1
* Adds a gfx_export.h to ui/gfx and converts all code in ui/gfx toben@chromium.org2013-09-051-1/+1
* ui/gfx: Use base::string16 now that string16 was moved into base namespace.tfarina@chromium.org2013-06-091-1/+1
* Add DISALLOW_COPY_AND_ASSIGN() to PlatformFont* classes.asvitkine@chromium.org2012-08-301-0/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Fix RenderTextWin CJK font linking size on Windows XP.asvitkine@chromium.org2012-04-301-1/+16
* Remove unused and unnecessary constructor from PlatformFont classes.asvitkine@chromium.org2012-04-131-1/+0
* Pass localized font name of prefs to font settings.falken@chromium.org2012-04-051-0/+5
* Optimize PlatformFontWin::DeriveFont() by computing |dlu_base_x_| lazily.asvitkine@chromium.org2012-03-291-7/+11
* Re-add GetStringWidth to PlatformFont, and use that from Fontstuartmorgan@chromium.org2012-02-241-0/+1
* Optimize PlatformFontWin::GetFontSize().asvitkine@chromium.org2012-02-031-0/+2
* Move |PlatformFont::GetStringWidth()| implementation up into font.cc directly.asvitkine@chromium.org2012-01-241-2/+1
* Add OVERRIDE to ui/.avi@chromium.org2011-11-151-10/+11
* Change string16 to std::string in the gfx::Font() interface.erg@chromium.org2011-10-271-5/+5
* Use pixel sizes in PlatformFontWin instead of point sizes.asvitkine@chromium.org2011-10-191-5/+4
* Rename UI_API to UI_EXPORT.darin@chromium.org2011-08-061-2/+2
* Introduce ui.dll / libui.so for the component build.darin@chromium.org2011-07-171-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Move src/gfx/ to src/ui/gfxsail@chromium.org2011-02-021-0/+131