Instance Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
structuredTextBidiOverrideOptions
Set additional options for BiDi override.
LinkButton.swift:114final var structuredTextBidiOverrideOptions: GArray { get set }
Other members in extension
Types
Type members
Instance members
var language: String
Language code used for line-breaking and text shaping algorithms, if left empty current locale is used instead.
var structuredTextBidiOverride: TextServer.StructuredTextParser
Set BiDi algorithm override for the structured text.
var text: String
The button’s text that will be displayed inside the button’s area.
var textDirection: Control.TextDirection
Base text writing direction.
var underline: LinkButton.UnderlineMode
The underline mode to use for the text. See
LinkButton.UnderlineMode
for the available modes.var uri: String
The URI for this
LinkButton
. If set to a valid URI, pressing the button opens the URI using the operating system’s default program for the protocol (viashellOpen(uri:)
). HTTP and HTTPS URLs open the default web browser.