Struct gtk4::builders::TextTagBuilder
source · pub struct TextTagBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct TextTag
objects.
Implementations§
source§impl TextTagBuilder
impl TextTagBuilder
sourcepub fn accumulative_margin(self, accumulative_margin: bool) -> Self
pub fn accumulative_margin(self, accumulative_margin: bool) -> Self
sourcepub fn allow_breaks(self, allow_breaks: bool) -> Self
pub fn allow_breaks(self, allow_breaks: bool) -> Self
Whether breaks are allowed.
pub fn allow_breaks_set(self, allow_breaks_set: bool) -> Self
sourcepub fn background(self, background: impl Into<GString>) -> Self
pub fn background(self, background: impl Into<GString>) -> Self
Background color as a string.
sourcepub fn background_full_height(self, background_full_height: bool) -> Self
pub fn background_full_height(self, background_full_height: bool) -> Self
Whether the background color fills the entire line height or only the height of the tagged characters.
pub fn background_full_height_set( self, background_full_height_set: bool ) -> Self
sourcepub fn background_rgba(self, background_rgba: &RGBA) -> Self
pub fn background_rgba(self, background_rgba: &RGBA) -> Self
Background color as a gdk::RGBA
.
pub fn background_set(self, background_set: bool) -> Self
sourcepub fn direction(self, direction: TextDirection) -> Self
pub fn direction(self, direction: TextDirection) -> Self
Text direction, e.g. right-to-left or left-to-right.
pub fn editable_set(self, editable_set: bool) -> Self
sourcepub fn fallback(self, fallback: bool) -> Self
pub fn fallback(self, fallback: bool) -> Self
Whether font fallback is enabled.
When set to true
, other fonts will be substituted
where the current font is missing glyphs.
pub fn fallback_set(self, fallback_set: bool) -> Self
sourcepub fn family(self, family: impl Into<GString>) -> Self
pub fn family(self, family: impl Into<GString>) -> Self
Name of the font family, e.g. Sans, Helvetica, Times, Monospace.
pub fn family_set(self, family_set: bool) -> Self
sourcepub fn font(self, font: impl Into<GString>) -> Self
pub fn font(self, font: impl Into<GString>) -> Self
Font description as string, e.g. "Sans Italic 12".
Note that the initial value of this property depends on
the internals of pango::FontDescription
.
sourcepub fn font_desc(self, font_desc: &FontDescription) -> Self
pub fn font_desc(self, font_desc: &FontDescription) -> Self
Font description as a pango::FontDescription
.
sourcepub fn font_features(self, font_features: impl Into<GString>) -> Self
pub fn font_features(self, font_features: impl Into<GString>) -> Self
OpenType font features, as a string.
pub fn font_features_set(self, font_features_set: bool) -> Self
sourcepub fn foreground(self, foreground: impl Into<GString>) -> Self
pub fn foreground(self, foreground: impl Into<GString>) -> Self
Foreground color as a string.
sourcepub fn foreground_rgba(self, foreground_rgba: &RGBA) -> Self
pub fn foreground_rgba(self, foreground_rgba: &RGBA) -> Self
Foreground color as a gdk::RGBA
.
pub fn foreground_set(self, foreground_set: bool) -> Self
sourcepub fn indent(self, indent: i32) -> Self
pub fn indent(self, indent: i32) -> Self
Amount to indent the paragraph, in pixels.
A negative value of indent will produce a hanging indentation. That is, the first line will have the full width, and subsequent lines will be indented by the absolute value of indent.
pub fn indent_set(self, indent_set: bool) -> Self
sourcepub fn insert_hyphens(self, insert_hyphens: bool) -> Self
pub fn insert_hyphens(self, insert_hyphens: bool) -> Self
Whether to insert hyphens at breaks.
pub fn insert_hyphens_set(self, insert_hyphens_set: bool) -> Self
sourcepub fn invisible(self, invisible: bool) -> Self
pub fn invisible(self, invisible: bool) -> Self
Whether this text is hidden.
Note that there may still be problems with the support for invisible text, in particular when navigating programmatically inside a buffer containing invisible segments.
pub fn invisible_set(self, invisible_set: bool) -> Self
sourcepub fn justification(self, justification: Justification) -> Self
pub fn justification(self, justification: Justification) -> Self
Left, right, or center justification.
pub fn justification_set(self, justification_set: bool) -> Self
sourcepub fn language(self, language: impl Into<GString>) -> Self
pub fn language(self, language: impl Into<GString>) -> Self
The language this text is in, as an ISO code.
Pango can use this as a hint when rendering the text. If not set, an appropriate default will be used.
Note that the initial value of this property depends
on the current locale, see also default_language()
.
pub fn language_set(self, language_set: bool) -> Self
sourcepub fn left_margin(self, left_margin: i32) -> Self
pub fn left_margin(self, left_margin: i32) -> Self
Width of the left margin in pixels.
pub fn left_margin_set(self, left_margin_set: bool) -> Self
sourcepub fn letter_spacing(self, letter_spacing: i32) -> Self
pub fn letter_spacing(self, letter_spacing: i32) -> Self
Extra spacing between graphemes, in Pango units.
pub fn letter_spacing_set(self, letter_spacing_set: bool) -> Self
sourcepub fn line_height(self, line_height: f32) -> Self
Available on crate feature v4_6
only.
pub fn line_height(self, line_height: f32) -> Self
v4_6
only.Factor to scale line height by.
pub fn line_height_set(self, line_height_set: bool) -> Self
v4_6
only.sourcepub fn name(self, name: impl Into<GString>) -> Self
pub fn name(self, name: impl Into<GString>) -> Self
The name used to refer to the tag.
None
for anonymous tags.
sourcepub fn overline_rgba(self, overline_rgba: &RGBA) -> Self
pub fn overline_rgba(self, overline_rgba: &RGBA) -> Self
This property modifies the color of overlines.
If not set, overlines will use the foreground color.
pub fn overline_rgba_set(self, overline_rgba_set: bool) -> Self
pub fn overline_set(self, overline_set: bool) -> Self
sourcepub fn paragraph_background(
self,
paragraph_background: impl Into<GString>
) -> Self
pub fn paragraph_background( self, paragraph_background: impl Into<GString> ) -> Self
The paragraph background color as a string.
sourcepub fn paragraph_background_rgba(self, paragraph_background_rgba: &RGBA) -> Self
pub fn paragraph_background_rgba(self, paragraph_background_rgba: &RGBA) -> Self
The paragraph background color as a gdk::RGBA
.
pub fn paragraph_background_set(self, paragraph_background_set: bool) -> Self
sourcepub fn pixels_above_lines(self, pixels_above_lines: i32) -> Self
pub fn pixels_above_lines(self, pixels_above_lines: i32) -> Self
Pixels of blank space above paragraphs.
pub fn pixels_above_lines_set(self, pixels_above_lines_set: bool) -> Self
sourcepub fn pixels_below_lines(self, pixels_below_lines: i32) -> Self
pub fn pixels_below_lines(self, pixels_below_lines: i32) -> Self
Pixels of blank space below paragraphs.
pub fn pixels_below_lines_set(self, pixels_below_lines_set: bool) -> Self
sourcepub fn pixels_inside_wrap(self, pixels_inside_wrap: i32) -> Self
pub fn pixels_inside_wrap(self, pixels_inside_wrap: i32) -> Self
Pixels of blank space between wrapped lines in a paragraph.
pub fn pixels_inside_wrap_set(self, pixels_inside_wrap_set: bool) -> Self
sourcepub fn right_margin(self, right_margin: i32) -> Self
pub fn right_margin(self, right_margin: i32) -> Self
Width of the right margin, in pixels.
pub fn right_margin_set(self, right_margin_set: bool) -> Self
sourcepub fn rise(self, rise: i32) -> Self
pub fn rise(self, rise: i32) -> Self
Offset of text above the baseline, in Pango units.
Negative values go below the baseline.
pub fn rise_set(self, rise_set: bool) -> Self
sourcepub fn scale(self, scale: f64) -> Self
pub fn scale(self, scale: f64) -> Self
Font size as a scale factor relative to the default font size.
This properly adapts to theme changes, etc. so is recommended.
Pango predefines some scales such as PANGO_SCALE_X_LARGE
.
pub fn scale_set(self, scale_set: bool) -> Self
sourcepub fn sentence(self, sentence: bool) -> Self
Available on crate feature v4_6
only.
pub fn sentence(self, sentence: bool) -> Self
v4_6
only.Whether this tag represents a single sentence.
This affects cursor movement.
pub fn sentence_set(self, sentence_set: bool) -> Self
v4_6
only.sourcepub fn show_spaces(self, show_spaces: ShowFlags) -> Self
pub fn show_spaces(self, show_spaces: ShowFlags) -> Self
How to render invisible characters.
pub fn show_spaces_set(self, show_spaces_set: bool) -> Self
sourcepub fn size_points(self, size_points: f64) -> Self
pub fn size_points(self, size_points: f64) -> Self
Font size in points.
pub fn size_set(self, size_set: bool) -> Self
sourcepub fn stretch(self, stretch: Stretch) -> Self
pub fn stretch(self, stretch: Stretch) -> Self
Font stretch as a pango::Stretch
, e.g. pango::Stretch::Condensed
.
pub fn stretch_set(self, stretch_set: bool) -> Self
sourcepub fn strikethrough(self, strikethrough: bool) -> Self
pub fn strikethrough(self, strikethrough: bool) -> Self
Whether to strike through the text.
sourcepub fn strikethrough_rgba(self, strikethrough_rgba: &RGBA) -> Self
pub fn strikethrough_rgba(self, strikethrough_rgba: &RGBA) -> Self
This property modifies the color of strikeouts.
If not set, strikeouts will use the foreground color.
sourcepub fn strikethrough_rgba_set(self, strikethrough_rgba_set: bool) -> Self
pub fn strikethrough_rgba_set(self, strikethrough_rgba_set: bool) -> Self
If the strikethrough-rgba
property has been set.
pub fn strikethrough_set(self, strikethrough_set: bool) -> Self
sourcepub fn style(self, style: Style) -> Self
pub fn style(self, style: Style) -> Self
Font style as a pango::Style
, e.g. pango::Style::Italic
.
pub fn style_set(self, style_set: bool) -> Self
pub fn tabs_set(self, tabs_set: bool) -> Self
sourcepub fn text_transform(self, text_transform: TextTransform) -> Self
Available on crate feature v4_6
only.
pub fn text_transform(self, text_transform: TextTransform) -> Self
v4_6
only.How to transform the text for display.
pub fn text_transform_set(self, text_transform_set: bool) -> Self
v4_6
only.sourcepub fn underline_rgba(self, underline_rgba: &RGBA) -> Self
pub fn underline_rgba(self, underline_rgba: &RGBA) -> Self
This property modifies the color of underlines.
If not set, underlines will use the foreground color.
If underline
is set to pango::Underline::Error
,
an alternate color may be applied instead of the foreground. Setting
this property will always override those defaults.
sourcepub fn underline_rgba_set(self, underline_rgba_set: bool) -> Self
pub fn underline_rgba_set(self, underline_rgba_set: bool) -> Self
If the underline-rgba
property has been set.
pub fn underline_set(self, underline_set: bool) -> Self
sourcepub fn variant(self, variant: Variant) -> Self
pub fn variant(self, variant: Variant) -> Self
Font variant as a pango::Variant
, e.g. pango::Variant::SmallCaps
.
pub fn variant_set(self, variant_set: bool) -> Self
pub fn weight_set(self, weight_set: bool) -> Self
sourcepub fn word(self, word: bool) -> Self
Available on crate feature v4_6
only.
pub fn word(self, word: bool) -> Self
v4_6
only.Whether this tag represents a single word.
This affects line breaks and cursor movement.
pub fn word_set(self, word_set: bool) -> Self
v4_6
only.sourcepub fn wrap_mode(self, wrap_mode: WrapMode) -> Self
pub fn wrap_mode(self, wrap_mode: WrapMode) -> Self
Whether to wrap lines never, at word boundaries, or at character boundaries.