Package org.gnome.gtk
Interface FontChooser.Builder<B extends Builder<B>>
- All Superinterfaces:
BuilderInterface
- All Known Implementing Classes:
FontButton.Builder
,FontChooserDialog.Builder
,FontChooserWidget.Builder
- Enclosing interface:
FontChooser
-
Method Summary
Modifier and TypeMethodDescriptiondefault B
Deprecated.default B
setFontDesc
(FontDescription fontDesc) Deprecated.default B
setLanguage
(String language) Deprecated.default B
setLevel
(Set<FontChooserLevel> level) Deprecated.default B
setLevel
(FontChooserLevel... level) Deprecated.default B
setPreviewText
(String previewText) Deprecated.default B
setShowPreviewEntry
(boolean showPreviewEntry) Deprecated.Methods inherited from interface io.github.jwharm.javagi.gobject.BuilderInterface
addBuilderProperty, connect, connect, getArena
-
Method Details
-
setFont
Deprecated.The font description as a string, e.g. "Sans Italic 12".- Parameters:
font
- the value for thefont
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-
setFontDesc
Deprecated.The font description as aPangoFontDescription
.- Parameters:
fontDesc
- the value for thefont-desc
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-
setLanguage
Deprecated.The language for which the font features were selected.- Parameters:
language
- the value for thelanguage
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-
setLevel
Deprecated.The level of granularity to offer for selecting fonts.- Parameters:
level
- the value for thelevel
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-
setPreviewText
Deprecated.The string with which to preview the font.- Parameters:
previewText
- the value for thepreview-text
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-
setShowPreviewEntry
Deprecated.Whether to show an entry to change the preview text.- Parameters:
showPreviewEntry
- the value for theshow-preview-entry
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-
setLevel
Deprecated.The level of granularity to offer for selecting fonts.- Parameters:
level
- the value for thelevel
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-