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

Side by Side Diff: Source/wtf/unicode/CharacterNames.h

Issue 593673003: Different fonts selected for width calculation and actual painting (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@ellipsis_not_present
Patch Set: Rebasing Test Expectation file Created 6 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 unified diff | Download patch
« no previous file with comments | « Source/core/rendering/RenderText.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2007, 2009, 2010 Apple Inc. All rights reserved. 2 * Copyright (C) 2007, 2009, 2010 Apple Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 const UChar blackSquare = 0x25A0; 45 const UChar blackSquare = 0x25A0;
46 const UChar blackUpPointingTriangle = 0x25B2; 46 const UChar blackUpPointingTriangle = 0x25B2;
47 const UChar bullet = 0x2022; 47 const UChar bullet = 0x2022;
48 const UChar bullseye = 0x25CE; 48 const UChar bullseye = 0x25CE;
49 const UChar carriageReturn = 0x000D; 49 const UChar carriageReturn = 0x000D;
50 const UChar characterTabulation = 0x0009; 50 const UChar characterTabulation = 0x0009;
51 const UChar ethiopicPrefaceColon = 0x1366; 51 const UChar ethiopicPrefaceColon = 0x1366;
52 const UChar ethiopicWordspace = 0x1361; 52 const UChar ethiopicWordspace = 0x1361;
53 const UChar firstStrongIsolate = 0x2068; 53 const UChar firstStrongIsolate = 0x2068;
54 const UChar fisheye = 0x25C9; 54 const UChar fisheye = 0x25C9;
55 const UChar fullstopCharacter = 0x002E;
55 const UChar hebrewPunctuationGeresh = 0x05F3; 56 const UChar hebrewPunctuationGeresh = 0x05F3;
56 const UChar hebrewPunctuationGershayim = 0x05F4; 57 const UChar hebrewPunctuationGershayim = 0x05F4;
57 const UChar HiraganaLetterSmallA = 0x3041; 58 const UChar HiraganaLetterSmallA = 0x3041;
58 const UChar horizontalEllipsis = 0x2026; 59 const UChar horizontalEllipsis = 0x2026;
59 const UChar hyphen = 0x2010; 60 const UChar hyphen = 0x2010;
60 const UChar hyphenMinus = 0x002D; 61 const UChar hyphenMinus = 0x002D;
61 const UChar ideographicComma = 0x3001; 62 const UChar ideographicComma = 0x3001;
62 const UChar ideographicFullStop = 0x3002; 63 const UChar ideographicFullStop = 0x3002;
63 const UChar ideographicSpace = 0x3000; 64 const UChar ideographicSpace = 0x3000;
64 const UChar inhibitArabicFormShaping = 0x206C; 65 const UChar inhibitArabicFormShaping = 0x206C;
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 using WTF::Unicode::blackSquare; 114 using WTF::Unicode::blackSquare;
114 using WTF::Unicode::blackUpPointingTriangle; 115 using WTF::Unicode::blackUpPointingTriangle;
115 using WTF::Unicode::bullet; 116 using WTF::Unicode::bullet;
116 using WTF::Unicode::bullseye; 117 using WTF::Unicode::bullseye;
117 using WTF::Unicode::carriageReturn; 118 using WTF::Unicode::carriageReturn;
118 using WTF::Unicode::characterTabulation; 119 using WTF::Unicode::characterTabulation;
119 using WTF::Unicode::ethiopicPrefaceColon; 120 using WTF::Unicode::ethiopicPrefaceColon;
120 using WTF::Unicode::ethiopicWordspace; 121 using WTF::Unicode::ethiopicWordspace;
121 using WTF::Unicode::firstStrongIsolate; 122 using WTF::Unicode::firstStrongIsolate;
122 using WTF::Unicode::fisheye; 123 using WTF::Unicode::fisheye;
124 using WTF::Unicode::fullstopCharacter;
123 using WTF::Unicode::hebrewPunctuationGeresh; 125 using WTF::Unicode::hebrewPunctuationGeresh;
124 using WTF::Unicode::hebrewPunctuationGershayim; 126 using WTF::Unicode::hebrewPunctuationGershayim;
125 using WTF::Unicode::HiraganaLetterSmallA; 127 using WTF::Unicode::HiraganaLetterSmallA;
126 using WTF::Unicode::horizontalEllipsis; 128 using WTF::Unicode::horizontalEllipsis;
127 using WTF::Unicode::hyphen; 129 using WTF::Unicode::hyphen;
128 using WTF::Unicode::hyphenMinus; 130 using WTF::Unicode::hyphenMinus;
129 using WTF::Unicode::ideographicComma; 131 using WTF::Unicode::ideographicComma;
130 using WTF::Unicode::ideographicFullStop; 132 using WTF::Unicode::ideographicFullStop;
131 using WTF::Unicode::ideographicSpace; 133 using WTF::Unicode::ideographicSpace;
132 using WTF::Unicode::inhibitArabicFormShaping; 134 using WTF::Unicode::inhibitArabicFormShaping;
(...skipping 30 matching lines...) Expand all
163 using WTF::Unicode::whiteCircle; 165 using WTF::Unicode::whiteCircle;
164 using WTF::Unicode::whiteSesameDot; 166 using WTF::Unicode::whiteSesameDot;
165 using WTF::Unicode::whiteUpPointingTriangle; 167 using WTF::Unicode::whiteUpPointingTriangle;
166 using WTF::Unicode::yenSign; 168 using WTF::Unicode::yenSign;
167 using WTF::Unicode::zeroWidthJoiner; 169 using WTF::Unicode::zeroWidthJoiner;
168 using WTF::Unicode::zeroWidthNonJoiner; 170 using WTF::Unicode::zeroWidthNonJoiner;
169 using WTF::Unicode::zeroWidthSpace; 171 using WTF::Unicode::zeroWidthSpace;
170 using WTF::Unicode::zeroWidthNoBreakSpace; 172 using WTF::Unicode::zeroWidthNoBreakSpace;
171 173
172 #endif // CharacterNames_h 174 #endif // CharacterNames_h
OLDNEW
« no previous file with comments | « Source/core/rendering/RenderText.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698