HomeSort by relevance Sort by last modified time
    Searched refs:FONT_TYPE_T1 (Results 1 - 3 of 3) sorted by null

  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
AndroidFont.java 80 if (this.fontType == FontManager.FONT_TYPE_T1){
127 if ((pFont == 0) || (this.fontType == FontManager.FONT_TYPE_T1)){
237 if (this.fontType == FontManager.FONT_TYPE_T1){
FontPeerImpl.java 341 if (this.fontType == FontManager.FONT_TYPE_T1){
482 if (newType == FontManager.FONT_TYPE_T1 || newType == FontManager.FONT_TYPE_TT){
FontManager.java 65 public static final byte FONT_TYPE_T1 = 2; /* Type1 type (DEVICE_FONTTYPE) */

Completed in 11 milliseconds