mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 01:35:43 +02:00
Refactors font matrix operations
This commit is contained in:
parent
ccfa0e1972
commit
10bb6c9ec0
3 changed files with 54 additions and 56 deletions
|
@ -1171,7 +1171,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|||
composite: composite,
|
||||
wideChars: composite,
|
||||
fixedPitch: false,
|
||||
fontMatrix: dict.get('FontMatrix') || IDENTITY_MATRIX,
|
||||
fontMatrix: dict.get('FontMatrix') || FONT_IDENTITY_MATRIX,
|
||||
firstChar: firstChar || 0,
|
||||
lastChar: lastChar || maxCharIndex,
|
||||
bbox: descriptor.get('FontBBox'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue