mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 06:25:28 -05:00
use font-face for pdfjs rendering
This commit is contained in:
parent
4bcc9fb5c9
commit
157424c7b6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ define [
|
||||||
JOB_QUEUE_INTERVAL: 25
|
JOB_QUEUE_INTERVAL: 25
|
||||||
|
|
||||||
constructor: (@url, @options) ->
|
constructor: (@url, @options) ->
|
||||||
PDFJS.disableFontFace = true # avoids repaints, uses worker more
|
# PDFJS.disableFontFace = true # avoids repaints, uses worker more
|
||||||
# PDFJS.disableAutoFetch = true # enable this to prevent loading whole file
|
# PDFJS.disableAutoFetch = true # enable this to prevent loading whole file
|
||||||
# PDFJS.disableStream
|
# PDFJS.disableStream
|
||||||
# PDFJS.disableRange
|
# PDFJS.disableRange
|
||||||
|
|
Loading…
Reference in a new issue