Examples of baselineOffset()


Examples of org.axsl.font.Font.baselineOffset()

         * could be set on a line or any other block or reference area. This
         * whole issue needs to be revisited. */
//        final Baseline baseline = this.traitDominantBaseline();
        final Font.Baseline baseline = Font.Baseline.ALPHABETIC;
        final Font font = this.getPrimaryFont().getFont();
        return font.baselineOffset(axis, baseline, this.traitFontSize());
    }

    /**
     * Computes the y axis of the alignment point for this line.
     * @return The y axis of the alignment point for this line.
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.