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 BDeprecated.default BsetFontDesc(FontDescription fontDesc) Deprecated.UseFontDialogandFontDialogButtoninsteaddefault BsetLanguage(String language) Deprecated.UseFontDialogandFontDialogButtoninsteaddefault BsetLevel(Set<FontChooserLevel> level) Deprecated.UseFontDialogandFontDialogButtoninsteaddefault BsetLevel(FontChooserLevel... level) Deprecated.UseFontDialogandFontDialogButtoninsteaddefault BsetPreviewText(String previewText) Deprecated.UseFontDialogandFontDialogButtoninsteaddefault BsetShowPreviewEntry(boolean showPreviewEntry) Deprecated.UseFontDialogandFontDialogButtoninsteadMethods inherited from interface org.javagi.gobject.BuilderInterface
addBuilderProperty, connect, connect, getArena
-
Method Details
-
setFont
Deprecated.UseFontDialogandFontDialogButtoninsteadThe font description as a string, e.g. "Sans Italic 12".- Parameters:
font- the value for thefontproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
setFontDesc
Deprecated.UseFontDialogandFontDialogButtoninsteadThe font description as aPangoFontDescription.- Parameters:
fontDesc- the value for thefont-descproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
setLanguage
Deprecated.UseFontDialogandFontDialogButtoninsteadThe language for which the font features were selected.- Parameters:
language- the value for thelanguageproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
setLevel
Deprecated.UseFontDialogandFontDialogButtoninsteadThe level of granularity to offer for selecting fonts.- Parameters:
level- the value for thelevelproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
setPreviewText
Deprecated.UseFontDialogandFontDialogButtoninsteadThe string with which to preview the font.- Parameters:
previewText- the value for thepreview-textproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
setShowPreviewEntry
Deprecated.UseFontDialogandFontDialogButtoninsteadWhether to show an entry to change the preview text.- Parameters:
showPreviewEntry- the value for theshow-preview-entryproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
setLevel
Deprecated.UseFontDialogandFontDialogButtoninsteadThe level of granularity to offer for selecting fonts.- Parameters:
level- the value for thelevelproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
FontDialogandFontDialogButtoninstead