mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
[api-minor] Remove the deprecated renderTextLayer
and updateTextLayer
functions (PR 18104 follow-up)
This commit is contained in:
parent
40b0c848ee
commit
f3d177e3e4
4 changed files with 4 additions and 56 deletions
|
@ -55,11 +55,6 @@ import {
|
|||
RenderingCancelledException,
|
||||
setLayerDimensions,
|
||||
} from "../../src/display/display_utils.js";
|
||||
import {
|
||||
renderTextLayer,
|
||||
TextLayer,
|
||||
updateTextLayer,
|
||||
} from "../../src/display/text_layer.js";
|
||||
import { AnnotationEditorLayer } from "../../src/display/editor/annotation_editor_layer.js";
|
||||
import { AnnotationEditorUIManager } from "../../src/display/editor/tools.js";
|
||||
import { AnnotationLayer } from "../../src/display/annotation_layer.js";
|
||||
|
@ -67,6 +62,7 @@ import { ColorPicker } from "../../src/display/editor/color_picker.js";
|
|||
import { DrawLayer } from "../../src/display/draw_layer.js";
|
||||
import { GlobalWorkerOptions } from "../../src/display/worker_options.js";
|
||||
import { Outliner } from "../../src/display/editor/outliner.js";
|
||||
import { TextLayer } from "../../src/display/text_layer.js";
|
||||
import { XfaLayer } from "../../src/display/xfa_layer.js";
|
||||
|
||||
const expectedAPI = Object.freeze({
|
||||
|
@ -106,12 +102,10 @@ const expectedAPI = Object.freeze({
|
|||
PermissionFlag,
|
||||
PixelsPerInch,
|
||||
RenderingCancelledException,
|
||||
renderTextLayer,
|
||||
setLayerDimensions,
|
||||
shadow,
|
||||
TextLayer,
|
||||
UnexpectedResponseException,
|
||||
updateTextLayer,
|
||||
Util,
|
||||
VerbosityLevel,
|
||||
version,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue