mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8191512: T2K font rasterizer code removal
Reviewed-by: serb, erikj
This commit is contained in:
parent
4800622742
commit
fe746c5d2a
7 changed files with 17 additions and 109 deletions
|
@ -132,10 +132,9 @@ public abstract class SunFontManager implements FontSupport, FontManagerForSGE {
|
|||
public static final int FONTFORMAT_NONE = -1;
|
||||
public static final int FONTFORMAT_TRUETYPE = 0;
|
||||
public static final int FONTFORMAT_TYPE1 = 1;
|
||||
public static final int FONTFORMAT_T2K = 2;
|
||||
public static final int FONTFORMAT_TTC = 3;
|
||||
public static final int FONTFORMAT_COMPOSITE = 4;
|
||||
public static final int FONTFORMAT_NATIVE = 5;
|
||||
public static final int FONTFORMAT_TTC = 2;
|
||||
public static final int FONTFORMAT_COMPOSITE = 3;
|
||||
public static final int FONTFORMAT_NATIVE = 4;
|
||||
|
||||
/* Pool of 20 font file channels chosen because some UTF-8 locale
|
||||
* composite fonts can use up to 16 platform fonts (including the
|
||||
|
@ -353,7 +352,7 @@ public abstract class SunFontManager implements FontSupport, FontManagerForSGE {
|
|||
* handle two fonts of the same name, so the JRE one
|
||||
* must be the first one registered. Pass "true" to
|
||||
* registerFonts method as on-screen these JRE fonts
|
||||
* always go through the T2K rasteriser.
|
||||
* always go through the JDK rasteriser.
|
||||
*/
|
||||
if (FontUtilities.isLinux) {
|
||||
/* Linux font configuration uses these fonts */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue