pdf.js/src/display
Jonas Jenwald a64536901a Increase the font weight used for non-embedded ArialBlack fonts
Currently non-embedded ArialBlack fonts are not rendered bold enough, compared to e.g. Adobe Reader.
The issue is that we set the font weight to `bolder`, but since that is actually relative to the font weight of the parent, the result is that there's no practical difference from just using `bold`.

This patch attempts to address that, by explicitly setting the font weight to the maximum value instead (see https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight).

*Note:* I expect one test "failure" in `issue5801`, which in this case is an improvement, since that PDF file uses ArialBlack.
2015-06-06 21:29:41 +02:00
..
annotation_helper.js Add option to open external links in new window 2015-02-26 13:34:08 -05:00
api.js Disables rAF for the printing. 2015-05-12 08:44:42 -05:00
canvas.js Increase the font weight used for non-embedded ArialBlack fonts 2015-06-06 21:29:41 +02:00
font_loader.js Fix the node getinfo.js example 2015-03-17 14:26:58 +01:00
metadata.js Add strict equalities in src/display/metadata.js 2014-08-01 12:40:16 +02:00
pattern_helper.js Use 3 param method for converting r,g,b into css string. 2014-12-05 19:25:02 +01:00
svg.js Enable OPS.setHScale in the SVG backend 2015-03-16 00:37:31 +01:00
webgl.js Fixes typo in webgl.js 2014-11-18 14:31:19 +01:00