Uses of Class
com._1c.g5.v8.dt.common.ui.Fonts.FontStyle
-
Packages that use Fonts.FontStyle Package Description com._1c.g5.v8.dt.common.ui -
-
Uses of Fonts.FontStyle in com._1c.g5.v8.dt.common.ui
Methods in com._1c.g5.v8.dt.common.ui that return Fonts.FontStyle Modifier and Type Method Description static Fonts.FontStyle
Fonts.FontStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static Fonts.FontStyle[]
Fonts.FontStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.common.ui with parameters of type Fonts.FontStyle Modifier and Type Method Description static org.eclipse.swt.graphics.Font
Fonts. getFont(String name, int size, Fonts.FontStyle... styles)
-