FontSourceType
内容
[
隐藏
]遗产: java.lang.Object
public class FontSourceType
指定字体源的类型。
字段
场地 | 描述 |
---|---|
FONTS_FOLDER | 一个FolderFontSource表示包含字体文件的文件夹的对象。 |
FONT_FILE | 一个FileFontSource表示单个字体文件的对象。 |
FONT_STREAM | 一个StreamFontSource表示带有字体数据的流的对象。 |
MEMORY_FONT | 一个MemoryFontSource代表内存中单一字体的对象。 |
SYSTEM_FONTS | 一个SystemFontSource表示安装到系统的所有字体的对象。 |
length |
方法
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)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
fromName(String fontSourceTypeName)
public static int fromName(String fontSourceTypeName)
参数:
范围 | 类型 | 描述 |
---|---|---|
fontSourceTypeName | java.lang.String |
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int fontSourceType)
public static String getName(int fontSourceType)
参数:
范围 | 类型 | 描述 |
---|---|---|
fontSourceType | int |
退货: 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)
参数:
范围 | 类型 | 描述 |
---|---|---|
fontSourceType | int |
退货: java.lang.字符串
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long | |
arg1 | int |