Java Code Examples for sun.font.TextLineComponent#getCharY()
The following examples show how to use
sun.font.TextLineComponent#getCharY() .
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: TextLine.java From jdk8u-jdk with GNU General Public License v2.0 | 5 votes |
float computeFunction(TextLine line, int componentIndex, int indexInArray) { TextLineComponent tlc = line.fComponents[componentIndex]; float charPos = tlc.getCharY(indexInArray); // charPos is relative to the component - adjust for // baseline return charPos + line.getComponentShift(componentIndex); }
Example 2
Source File: TextLine.java From jdk8u-dev-jdk with GNU General Public License v2.0 | 5 votes |
float computeFunction(TextLine line, int componentIndex, int indexInArray) { TextLineComponent tlc = line.fComponents[componentIndex]; float charPos = tlc.getCharY(indexInArray); // charPos is relative to the component - adjust for // baseline return charPos + line.getComponentShift(componentIndex); }
Example 3
Source File: TextLine.java From jdk-1.7-annotated with Apache License 2.0 | 5 votes |
float computeFunction(TextLine line, int componentIndex, int indexInArray) { TextLineComponent tlc = line.fComponents[componentIndex]; float charPos = tlc.getCharY(indexInArray); // charPos is relative to the component - adjust for // baseline return charPos + line.getComponentShift(componentIndex); }
Example 4
Source File: TextLine.java From jdk8u-jdk with GNU General Public License v2.0 | 5 votes |
float computeFunction(TextLine line, int componentIndex, int indexInArray) { TextLineComponent tlc = line.fComponents[componentIndex]; float charPos = tlc.getCharY(indexInArray); // charPos is relative to the component - adjust for // baseline return charPos + line.getComponentShift(componentIndex); }
Example 5
Source File: TextLine.java From jdk8u_jdk with GNU General Public License v2.0 | 5 votes |
float computeFunction(TextLine line, int componentIndex, int indexInArray) { TextLineComponent tlc = line.fComponents[componentIndex]; float charPos = tlc.getCharY(indexInArray); // charPos is relative to the component - adjust for // baseline return charPos + line.getComponentShift(componentIndex); }
Example 6
Source File: TextLine.java From openjdk-8 with GNU General Public License v2.0 | 5 votes |
float computeFunction(TextLine line, int componentIndex, int indexInArray) { TextLineComponent tlc = line.fComponents[componentIndex]; float charPos = tlc.getCharY(indexInArray); // charPos is relative to the component - adjust for // baseline return charPos + line.getComponentShift(componentIndex); }
Example 7
Source File: TextLine.java From openjdk-8-source with GNU General Public License v2.0 | 5 votes |
float computeFunction(TextLine line, int componentIndex, int indexInArray) { TextLineComponent tlc = line.fComponents[componentIndex]; float charPos = tlc.getCharY(indexInArray); // charPos is relative to the component - adjust for // baseline return charPos + line.getComponentShift(componentIndex); }
Example 8
Source File: TextLine.java From hottub with GNU General Public License v2.0 | 5 votes |
float computeFunction(TextLine line, int componentIndex, int indexInArray) { TextLineComponent tlc = line.fComponents[componentIndex]; float charPos = tlc.getCharY(indexInArray); // charPos is relative to the component - adjust for // baseline return charPos + line.getComponentShift(componentIndex); }
Example 9
Source File: TextLine.java From Java8CN with Apache License 2.0 | 5 votes |
float computeFunction(TextLine line, int componentIndex, int indexInArray) { TextLineComponent tlc = line.fComponents[componentIndex]; float charPos = tlc.getCharY(indexInArray); // charPos is relative to the component - adjust for // baseline return charPos + line.getComponentShift(componentIndex); }
Example 10
Source File: TextLine.java From jdk1.8-source-analysis with Apache License 2.0 | 5 votes |
float computeFunction(TextLine line, int componentIndex, int indexInArray) { TextLineComponent tlc = line.fComponents[componentIndex]; float charPos = tlc.getCharY(indexInArray); // charPos is relative to the component - adjust for // baseline return charPos + line.getComponentShift(componentIndex); }
Example 11
Source File: TextLine.java From openjdk-jdk9 with GNU General Public License v2.0 | 5 votes |
float computeFunction(TextLine line, int componentIndex, int indexInArray) { TextLineComponent tlc = line.fComponents[componentIndex]; float charPos = tlc.getCharY(indexInArray); // charPos is relative to the component - adjust for // baseline return charPos + line.getComponentShift(componentIndex); }
Example 12
Source File: TextLine.java From Bytecoder with Apache License 2.0 | 5 votes |
float computeFunction(TextLine line, int componentIndex, int indexInArray) { TextLineComponent tlc = line.fComponents[componentIndex]; float charPos = tlc.getCharY(indexInArray); // charPos is relative to the component - adjust for // baseline return charPos + line.getComponentShift(componentIndex); }
Example 13
Source File: TextLine.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 5 votes |
float computeFunction(TextLine line, int componentIndex, int indexInArray) { TextLineComponent tlc = line.fComponents[componentIndex]; float charPos = tlc.getCharY(indexInArray); // charPos is relative to the component - adjust for // baseline return charPos + line.getComponentShift(componentIndex); }
Example 14
Source File: TextLine.java From openjdk-jdk8u with GNU General Public License v2.0 | 5 votes |
float computeFunction(TextLine line, int componentIndex, int indexInArray) { TextLineComponent tlc = line.fComponents[componentIndex]; float charPos = tlc.getCharY(indexInArray); // charPos is relative to the component - adjust for // baseline return charPos + line.getComponentShift(componentIndex); }
Example 15
Source File: TextLine.java From JDKSourceCode1.8 with MIT License | 5 votes |
float computeFunction(TextLine line, int componentIndex, int indexInArray) { TextLineComponent tlc = line.fComponents[componentIndex]; float charPos = tlc.getCharY(indexInArray); // charPos is relative to the component - adjust for // baseline return charPos + line.getComponentShift(componentIndex); }
Example 16
Source File: TextLine.java From jdk8u60 with GNU General Public License v2.0 | 5 votes |
float computeFunction(TextLine line, int componentIndex, int indexInArray) { TextLineComponent tlc = line.fComponents[componentIndex]; float charPos = tlc.getCharY(indexInArray); // charPos is relative to the component - adjust for // baseline return charPos + line.getComponentShift(componentIndex); }
Example 17
Source File: TextLine.java From TencentKona-8 with GNU General Public License v2.0 | 5 votes |
float computeFunction(TextLine line, int componentIndex, int indexInArray) { TextLineComponent tlc = line.fComponents[componentIndex]; float charPos = tlc.getCharY(indexInArray); // charPos is relative to the component - adjust for // baseline return charPos + line.getComponentShift(componentIndex); }
Example 18
Source File: TextLine.java From dragonwell8_jdk with GNU General Public License v2.0 | 5 votes |
float computeFunction(TextLine line, int componentIndex, int indexInArray) { TextLineComponent tlc = line.fComponents[componentIndex]; float charPos = tlc.getCharY(indexInArray); // charPos is relative to the component - adjust for // baseline return charPos + line.getComponentShift(componentIndex); }