Sign in
chromium
/
chromium
/
src
/
b773bad891e7b04233a665da3e563859d26d17c7
/
ui
/
gfx
/
font_unittest.cc
5a32dbc
Keep SkTypeface from fallback and pass it through
by Dominik Röttsches
· 6 years ago
145520c
Rename and expose GetActualFontName
by Etienne Bergeron
· 6 years ago
3013702
Fix SystemFont flaky tests
by Etienne Bergeron
· 6 years ago
ffd1f79
Add unittests for default font constructor.
by Etienne Bergeron
· 6 years ago
eb223b1
Remove usage of GetNativeFont from PlatformFontWin
by Etienne Bergeron
· 6 years ago
29c3874
Lift out SystemFonts from the PlatformFontWin class
by Etienne Bergeron
· 6 years ago
d170f40c
Enable disabled tests in ui/gfx/.
by Peter Kasting
· 7 years ago
aab1a7e
Consolidate fetching Windows system fonts into platform_font_win.
by Dana Fried
· 7 years ago
f6cd98df
Enable font-related unit tests on Android
by Wei-Yin Chen (陳威尹)
· 7 years ago
5277e79
Replace Verdana with Arimo GCS font
by Tom Anderson
· 7 years ago
0891f61
Replace Arial with Arimo GCS font
by Tom Anderson
· 7 years ago
c10e8e86
android: run gfx_unittests on bots.
by thakis
· 9 years ago
bdbc5974
Configure font font names in GFX unittests
by drott
· 9 years ago
f7e5e828
Mac: Fix PlatformFontMac::DeriveFont.
by karandeepb
· 9 years ago
998e890
Allow various font weights in gfx. These changes make Chromium's gfx::Font more closely match native font APIs &
by mboc
· 9 years ago
c89eb8d4
Switch to standard integer types in ui/gfx/.
by avi
· 10 years ago
8e2106d
Convert remaining StringToLowerASCII to ToLowerASCII.
by brettw
· 10 years ago
b7e00dc
Remove Android filter file for gfx_unittests.
by tfarina
· 10 years ago
cb2db9b
linux: Remove Pango dependency from UI font code in gfx/.
by Daniel Erat
· 11 years ago
cb1f4ac
Move StringToLowerASCII to base namespace
by
[email protected]
· 11 years ago
85eb3e1
Makes it clear in unittests that the system is missing some of fonts.
by
[email protected]
· 11 years ago
0143082
Clean-up: Renames gfx::Font's methods and removes its obsolete methods.
by
[email protected]
· 12 years ago
dd2cc80
Update uses of UTF conversions in ui/ to use the base:: namespace.
by
[email protected]
· 12 years ago
0fbd8de
Supports cap height on Pango.
by
[email protected]
· 12 years ago
2fb2657
Enables font-related unittests again.
by
[email protected]
· 12 years ago
34ed467
ozone: Allow building for ozone without depending on pango
by
[email protected]
· 12 years ago
56e5057
Always aligns text at vertically center (Textfield, Label).
by
[email protected]
· 12 years ago
e3e6f91
Revert 231107 "Always aligns text at vertically center (Textfiel..."
by
[email protected]
· 12 years ago
4a4171ad
Always aligns text at vertically center (Textfield, Label).
by
[email protected]
· 12 years ago
c831ea9c
Supports cap height in gfx::Font and gfx::FontList.
by
[email protected]
· 12 years ago
f3652ff9
Use a direct include of strings headers in ui/, part 3.
by
[email protected]
· 12 years ago
031ffed
ui/gfx: Use base::string16 now that string16 was moved into base namespace.
by
[email protected]
· 12 years ago
c7057fbe
Use a direct include of utf_string_conversions.h in ui/.
by
[email protected]
· 12 years ago
6a1cac1c
ui/gfx: Wrap font unittests into 'gfx' namespace.
by
[email protected]
· 13 years ago
3469476
Android fixes for gfx_unittests.
by
[email protected]
· 14 years ago
7a8edaf
Cleanup: Convert ASCIIToUTF16("") to string16().
by
[email protected]
· 14 years ago
610ae5f
Change string16 to std::string in the gfx::Font() interface.
by
[email protected]
· 14 years ago
c8703bb
Use pixel sizes in PlatformFontWin instead of point sizes.
by
[email protected]
· 14 years ago
b8fa907861
Fix Linux |Font::GetAverageCharacterWidth()| always returning 0.
by
[email protected]
· 14 years ago
2ec8df5
Made the OS_LINUX ifdefs in ui/ and webkit/ directories more cross-platform, so that these files can be used on multiple POSIX platforms.
by
[email protected]
· 14 years ago
23fc115
Fix leaks found on Linux in ui/gfx/font_unittest.cc.
by
[email protected]
· 15 years ago
08397d5
Change includes of gfx/* to ui/gfx/*
by
[email protected]
· 15 years ago
267c03d
Move src/gfx/ to src/ui/gfx
by
[email protected]
· 15 years ago
[Renamed from gfx/font_unittest.cc]
76fcc3e
Revert 71169 - Revert 71167 - Remove wstring from gfx.
by
[email protected]
· 15 years ago
b22558a1
Revert 71167 - Remove wstring from gfx.
by
[email protected]
· 15 years ago
3f891cf
Remove wstring from gfx.
by
[email protected]
· 15 years ago
13658c4
Change Font.GetStringWidth() to take string16 instead of wstring.
by
[email protected]
· 15 years ago
5b3a7e9
Fix gfx unit-tests so they do not crash on Windows, prior to Windows 7
by
[email protected]
· 15 years ago
c6ac841
Rework gfx::Font by moving platform-specific code into inner classes.
by
[email protected]
· 15 years ago
3bd386d
TTF: Enable disabled tests: FontTest.DeriveFont{ResizesIfSizeTooSmall,KeepsOriginalSizeIfHeightOk}
by
[email protected]
· 15 years ago
d07b6b5
Move app/gfx/canvas and app/gfx/font to gfx/.
by
[email protected]
· 15 years ago
[Renamed (98%) from app/gfx/font_unittest.cc]
9a5ed1b
Disable test until I move this file later this evening.
by
[email protected]
· 15 years ago
4eae2c44
Fixed font height on OS X. Also added some unittests.
by
[email protected]
· 16 years ago
00e7029
Landing font change again. I don't believe early flakiness was the
by
[email protected]
· 16 years ago
8c8a570
Reverting recent font change, it seems to be causing problems with
by
[email protected]
· 16 years ago
0c48221
Attempt 4 at fixing font size on linux. I think I finally got
by
[email protected]
· 16 years ago
5e70f14
Reverts linux font change again. Slow down isn't as bad as before. But
by
[email protected]
· 16 years ago
f5c655d
Attempt 2 at converting font from Skia to Pango. The slow down appears to be entirely attributed to asking for the metrics. To get back the performance I did the following:
by
[email protected]
· 16 years ago
58b1db1b
Reverts r26015. It caused a startup regression:(
by
[email protected]
· 16 years ago
b7e273f
Nukes font_skia and converts font_gtk to use pango. This was
by
[email protected]
· 16 years ago
f80821f
Forcing font size to be >= IDS_MINIMUM_UI_FONT_SIZE (usually 5, but for some
by
[email protected]
· 16 years ago
8252251
ChromeCanvas->gfx::Canvas
by
[email protected]
· 16 years ago
[Renamed (97%) from app/gfx/chrome_font_unittest.cc]
7322c440
ChromeFont->gfx::Font
by
[email protected]
· 16 years ago
c601cd3
move chrome_font to app/gfx
by
[email protected]
· 16 years ago
[Renamed (97%) from chrome/common/gfx/chrome_font_unittest.cc]
7f4bfe1
...
by
[email protected]
· 17 years ago