FontSubstitutionSettings

遗产: java.lang.Object

public class FontSubstitutionSettings

指定字体替换机制设置。

要了解更多信息,请访问Working with Fonts文档文章。

字体替换过程由几个规则组成,这些规则按特定顺序逐一检查。如果第一条规则无法解析字体,则检查第二条规则,依此类推。

规则顺序如下: 1. 字体名称替换规则(默认开启) 2. 字体配置替换规则(默认关闭) 3. 表格替换规则(默认开启) 4. 字体信息替换规则(默认开启) ) 5.默认字体规则(默认启用)

请注意,字体信息替换规则将始终解析字体,如果FontInfo可用并将覆盖默认字体规则。如果您想使用默认字体规则,那么您应该禁用字体信息替换规则。

请注意,字体配置替换规则将在大多数情况下解析字体,从而覆盖所有其他规则。

方法

方法描述
equals(Object arg0)
getClass()
getDefaultFontSubstitution()与默认字体替换规则相关的设置。
getFontConfigSubstitution()与字体配置替换规则相关的设置。
getFontInfoSubstitution()与字体信息替换规则相关的设置。
getFontNameSubstitution()与字体名称替换规则相关的设置。
getTableSubstitution()与表替换规则相关的设置。
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getDefaultFontSubstitution()

public DefaultFontSubstitutionRule getDefaultFontSubstitution()

与默认字体替换规则相关的设置。

退货: DefaultFontSubstitutionRule - 相应的DefaultFontSubstitutionRule价值。

getFontConfigSubstitution()

public FontConfigSubstitutionRule getFontConfigSubstitution()

与字体配置替换规则相关的设置。

退货: FontConfigSubstitutionRule - 相应的FontConfigSubstitutionRule价值。

getFontInfoSubstitution()

public FontInfoSubstitutionRule getFontInfoSubstitution()

与字体信息替换规则相关的设置。

退货: FontInfoSubstitutionRule - 相应的FontInfoSubstitutionRule价值。

getFontNameSubstitution()

public FontNameSubstitutionRule getFontNameSubstitution()

与字体名称替换规则相关的设置。

退货: FontNameSubstitutionRule - 相应的FontNameSubstitutionRule价值。

getTableSubstitution()

public TableSubstitutionRule getTableSubstitution()

与表替换规则相关的设置。

退货: TableSubstitutionRule - 相应的TableSubstitutionRule价值。

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

退货: 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