-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add expected output of font tests and add it to the test suite.
- Loading branch information
Mateusz Samsel
committed
Oct 17, 2019
1 parent
82601ba
commit 1956578
Showing
3 changed files
with
26 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<p>Different font sizes: <span style="font-size:6pt">6</span>, <span style="font-size:8pt">8</span>, <span style="font-size:10pt">10</span>, 12, <span style="font-size:16pt">16</span>, <span style="font-size:24pt">24</span>, <span style="font-size:32pt">32</span>, <span style="font-size:48pt">48</span>, <span style="font-size:80pt">80</span></p> | ||
|
||
<p>Different font face: <span style="font-family:Courier New,monospace">Courier New</span>, <span style="font-family:Verdana,sans-serif">Verdana</span>, <span style="font-family:Times New Roman,serif">Times New Roman</span>, <span style="font-family:Arial,sans-serif">Arial</span>.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters