X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scenegraph%2Fsrc%2Forg%2Fsimantics%2Fscenegraph%2Fg2d%2FG2DPDFRenderingHints.java;h=8cc16cfbcc126a3a841616e43eccd4a57c0b5174;hb=e353ca45b2ad3ce36ea48336feca56e86ad0b089;hp=0b9a57474057a41247b69c82e7fbf9e9846ab628;hpb=0fc407774421baca9f9000b4c51b6909909d6194;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/g2d/G2DPDFRenderingHints.java b/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/g2d/G2DPDFRenderingHints.java index 0b9a57474..8cc16cfbc 100644 --- a/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/g2d/G2DPDFRenderingHints.java +++ b/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/g2d/G2DPDFRenderingHints.java @@ -63,28 +63,4 @@ public final class G2DPDFRenderingHints { } }; - /** - * If this hint is not specified, the default interpretation should be - * {@value #AS_PATHS}. - * - * @since 1.31.0 - */ - public static enum TextRenderingMode { - AS_PATHS, - AS_TEXT - } - - /** - * A rendering hint for telling text rendering Simantics G2D scene graph node - * implementations how to render the text: as text or paths. - * - * @since 1.31.0 - */ - public static final Key KEY_TEXT_RENDERING_MODE = new Key(2004) { - @Override - public boolean isCompatibleValue(Object val) { - return val instanceof TextRenderingMode; - } - }; - } \ No newline at end of file