FontSourceType

遗产: java.lang.Object

public class FontSourceType

指定字体源的类型。

字段

场地描述
FONTS_FOLDER一个FolderFontSource表示包含字体文件的文件夹的对象。
FONT_FILE一个FileFontSource表示单个字体文件的对象。
FONT_STREAM一个StreamFontSource表示带有字体数据的流的对象。
MEMORY_FONT一个MemoryFontSource代表内存中单一字体的对象。
SYSTEM_FONTS一个SystemFontSource表示安装到系统的所有字体的对象。
length

方法

方法描述
equals(Object arg0)
fromName(String fontSourceTypeName)
getClass()
getName(int fontSourceType)
getValues()
hashCode()
notify()
notifyAll()
toString()
toString(int fontSourceType)
wait()
wait(long arg0)
wait(long arg0, int arg1)

FONTS_FOLDER

public static int FONTS_FOLDER

一个FolderFontSource表示包含字体文件的文件夹的对象。

FONT_FILE

public static int FONT_FILE

一个FileFontSource表示单个字体文件的对象。

FONT_STREAM

public static int FONT_STREAM

一个StreamFontSource表示带有字体数据的流的对象。

MEMORY_FONT

public static int MEMORY_FONT

一个MemoryFontSource代表内存中单一字体的对象。

SYSTEM_FONTS

public static int SYSTEM_FONTS

一个SystemFontSource表示安装到系统的所有字体的对象。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String fontSourceTypeName)

public static int fromName(String fontSourceTypeName)

参数:

范围类型描述
fontSourceTypeNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int fontSourceType)

public static String getName(int fontSourceType)

参数:

范围类型描述
fontSourceTypeint

退货: java.lang.字符串

getValues()

public static int[] getValues()

退货: 整数[]

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

退货: java.lang.字符串

toString(int fontSourceType)

public static String toString(int fontSourceType)

参数:

范围类型描述
fontSourceTypeint

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int