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

Unified Diff: components/font_service/public/interfaces/font_service.mojom

Issue 1922153004: Update font_service to understand 'oblique'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « components/font_service/font_service_app.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/font_service/public/interfaces/font_service.mojom
diff --git a/components/font_service/public/interfaces/font_service.mojom b/components/font_service/public/interfaces/font_service.mojom
index 7b9bc31b4f84956b134f655302c3638ae17cb983..f2b95f73efef3b99ef7cb685f80d6d9b675f148b 100644
--- a/components/font_service/public/interfaces/font_service.mojom
+++ b/components/font_service/public/interfaces/font_service.mojom
@@ -7,6 +7,7 @@ module font_service;
enum TypefaceSlant {
ROMAN = 0,
ITALIC = 1,
+ OBLIQUE = 2,
};
struct TypefaceStyle {
« no previous file with comments | « components/font_service/font_service_app.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698