public static class Configuration.Font extends Object
A type containing font data.
Constructor and Description |
---|
Font() |
Font(String source,
String family,
Boolean bold,
Boolean italic)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Configuration.Font |
setBold(Boolean value)
Whether the alias will be labeled bold.
|
Configuration.Font |
setFamily(String value)
The alias name for that font.
|
Configuration.Font |
setItalic(Boolean value)
Whether the alias will be labeled italic.
|
Configuration.Font |
setSource(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 Font()
@Deprecated public Font(String source, String family, Boolean bold, Boolean italic)
public Configuration.Font setSource(String value)
The source URL of the font (when adding new fonts) or the name of an existing font family (when creating an alias).
Configuration.Font
instance.public Configuration.Font setFamily(String value)
The alias name for that font.
Configuration.Font
instance.public Configuration.Font setBold(Boolean value)
Whether the alias will be labeled bold.
Configuration.Font
instance.public Configuration.Font setItalic(Boolean value)
Whether the alias will be labeled italic.
Configuration.Font
instance.This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.