MCPcopy Create free account
hub / github.com/ArtifexSoftware/mupdf / zoomToScale

Method zoomToScale

platform/java/example/Viewer.java:665–667  ·  view source on GitHub ↗
(float newZoom)

Source from the content-addressed store, hash-verified

663 }
664
665 protected void zoomToScale(float newZoom) {
666 zoomToDPI((int)(newZoom * 72));
667 }
668
669 protected void fit(float desired, float unscaled) {
670 zoomToScale(desired / unscaled);

Callers 1

fitMethod · 0.95

Calls 1

zoomToDPIMethod · 0.95

Tested by

no test coverage detected