mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Merge pull request #138 from sharelatex/pdfng-use-browser-fonts
use font-face for pdfjs rendering
This commit is contained in:
@@ -11,7 +11,7 @@ define [
|
||||
PAGE_RENDER_TIMEOUT: 60*1000
|
||||
|
||||
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.disableStream
|
||||
# PDFJS.disableRange
|
||||
|
||||
Reference in New Issue
Block a user