public static class Configuration.Font
extends java.lang.Object
Constructor and Description |
---|
Configuration.Font() |
Configuration.Font(java.lang.String source,
java.lang.String family,
java.lang.Boolean bold,
java.lang.Boolean italic)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Configuration.Font |
setBold(java.lang.Boolean value)
Whether the alias will be labeled bold.
|
Configuration.Font |
setFamily(java.lang.String value)
The alias name for that font.
|
Configuration.Font |
setItalic(java.lang.Boolean value)
Whether the alias will be labeled italic.
|
Configuration.Font |
setSource(java.lang.String value)
The source URL of the font (when adding new fonts) or the name of an existing font family (when creating
an alias).
|
public Configuration.Font()
@Deprecated public Configuration.Font(java.lang.String source, java.lang.String family, java.lang.Boolean bold, java.lang.Boolean italic)
public Configuration.Font setSource(java.lang.String value)
Configuration.Font
instance.public Configuration.Font setFamily(java.lang.String value)
Configuration.Font
instance.public Configuration.Font setBold(java.lang.Boolean value)
Configuration.Font
instance.public Configuration.Font setItalic(java.lang.Boolean value)
Configuration.Font
instance.This doc was generated on 2018-08-13. Copyright © 2002-2018 RealObjects GmbH. All Rights Reserved.