Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(655)

Unified Diff: third_party/WebKit/Source/platform/fonts/FontOrientation.h

Issue 2386333002: reflow comments in platform/fonts (Closed)
Patch Set: comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/fonts/FontOrientation.h
diff --git a/third_party/WebKit/Source/platform/fonts/FontOrientation.h b/third_party/WebKit/Source/platform/fonts/FontOrientation.h
index facf8754cdf6bb024b6ed263aceb7349e962ce2c..15e3cce4db808bcb72371079c9042c1606d9e492 100644
--- a/third_party/WebKit/Source/platform/fonts/FontOrientation.h
+++ b/third_party/WebKit/Source/platform/fonts/FontOrientation.h
@@ -33,11 +33,14 @@ namespace blink {
enum class FontOrientation {
// Horizontal; i.e., writing-mode: horizontal-tb
Horizontal = 0,
- // Baseline is vertical but use rotated horizontal typography; i.e., writing-mode: vertical-*; text-orientation: sideways-*
+ // Baseline is vertical but use rotated horizontal typography;
+ // i.e., writing-mode: vertical-*; text-orientation: sideways-*
VerticalRotated = 1,
- // Vertical with upright CJK and rotated non-CJK; i.e., writing-mode: vertical-*, text-orientation: mixed
+ // Vertical with upright CJK and rotated non-CJK;
+ // i.e., writing-mode: vertical-*, text-orientation: mixed
VerticalMixed = 2,
- // Vertical with all upright; i.e., writing-mode: vertical-*, text-orientation: upright
+ // Vertical with all upright;
+ // i.e., writing-mode: vertical-*, text-orientation: upright
VerticalUpright = 3,
BitCount = 2,
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/FontFamily.h ('k') | third_party/WebKit/Source/platform/fonts/FontPlatformData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698