Close
    Search Search

    TextLabel

    Um objeto GUI contendo texto.



    Conteúdo

    • 1 Propriedades
      • 1.1 Fonte fonte
      • 1.2 FontSize Tamanho da fonte [NotReplicated] [Obsoleto]
      • 1.3 flutuação Altura da linha
      • 1.4 string LocalizedText [Hidden] [ReadOnly] [NotReplicated]
      • 1.5 int MaxVisibleGraphemes
      • 1.6 bool RichText
      • 1.7 string Texto
      • 1.8 Vector 2 TextBounds [ReadOnly] [NotReplicated]
      • 1.9 BrickColor Cor do texto [Oculto] [NotReplicated] [Reprovado]
      • 1.10 Cor3 TextColor3
      • 1.11 bool TextFits [ReadOnly] [NotReplicated]
      • 1.12 bool TextScaled
      • 1.13 flutuação Tamanho do texto
      • 1.14 Cor3 TextStrokeColor3
      • 1.15 flutuação TextStrokeTransparency
      • 1.16 flutuação TextTransparency
      • 1.17 TextTruncate TextTruncate
      • 1.18 bool TextWrap [NotReplicated] [Obsoleto]
      • 1.19 bool TextWrapped
      • 1.20 TextXAlignment TextXAlignment
      • 1.21 TextYAlignment TextYAlignment
    • Funções 2
      • 2.1 vazio SetTextFromInput(texto da string)
    • 3 links externos

    Propriedades

    TextLabel fonte fonte

    • Categoria: Texto.
    • Serialização: pode salvar e carregar.

    TextLabel Tamanho da fonte Tamanho da fonte [NotReplicated] [Obsoleto]

    Esta propriedade determina o tamanho dos caracteres no rótulo do texto. Ele está obsoleto porque TextSize deve ser usado em seu lugar.



    O código a seguir criaria um TextLabel no pai do script atual e mudaria seu tamanho de fonte para 12:

    Instance.new ('TextLabel', script.Parent) .FontSize = Enum.FontSize.Size12

    • Categoria: Texto.
    • Serialização: pode carregar apenas.

    TextLabel flutuar Altura da linha

    • Categoria: Texto.
    • Serialização: pode salvar e carregar.

    TextLabel corda LocalizedText [Hidden] [ReadOnly] [NotReplicated]

    • Categoria: Dados.
    • Serialização: pode apenas salvar.

    TextLabel int MaxVisibleGraphemes

    • Categoria: Texto.
    • Serialização: pode salvar e carregar.

    TextLabel bool RichText

    • Categoria: Texto.
    • Serialização: pode salvar e carregar.

    TextLabel corda Texto

    • Categoria: Texto.
    • Serialização: pode salvar e carregar.

    TextLabel Vector2 TextBounds [ReadOnly] [NotReplicated]

    • Categoria: Texto.
    • Serialização: não é possível carregar ou salvar.

    TextLabel BrickColor Cor do texto [Oculto] [NotReplicated] [Reprovado]

    Descontinuada. Em vez disso, use TextColor3.



    • Categoria: Texto.
    • Serialização: pode carregar apenas.

    TextLabel Color3 TextColor3

    • Categoria: Texto.
    • Serialização: pode salvar e carregar.

    TextLabel bool TextFits [ReadOnly] [NotReplicated]

    • Categoria: Texto.
    • Serialização: não é possível carregar ou salvar.

    TextLabel bool TextScaled

    • Categoria: Texto.
    • Serialização: pode salvar e carregar.

    TextLabel flutuar Tamanho do texto

    • Categoria: Texto.
    • Serialização: pode salvar e carregar.

    TextLabel Color3 TextStrokeColor3

    • Categoria: Texto.
    • Serialização: pode salvar e carregar.

    TextLabel flutuar TextStrokeTransparency

    TextLabel

    TextStrokeTransparency definido como 1.

    TextLabel

    TextStrokeTransparency definido como 0.

    Esta propriedade determina a transparência do traço de texto (contorno).

    • Categoria: Texto.
    • Serialização: pode salvar e carregar.

    TextLabel flutuar TextTransparency

    • Categoria: Texto.
    • Serialização: pode salvar e carregar.

    TextLabel TextTruncate TextTruncate

    • Categoria: Texto.
    • Serialização: pode salvar e carregar.

    TextLabel bool TextWrap [NotReplicated] [Obsoleto]

    • Categoria: Texto.
    • Serialização: pode carregar apenas.

    TextLabel bool TextWrapped

    Esta propriedade determina se o texto quebra nas bordas do rótulo de texto.

    • Categoria: Texto.
    • Serialização: pode salvar e carregar.

    TextLabel TextXAlignment TextXAlignment

    • Categoria: Texto.
    • Serialização: pode salvar e carregar.

    TextLabel TextYAlignment TextYAlignment

    • Categoria: Texto.
    • Serialização: pode salvar e carregar.

    Funções

    TextLabel anular SetTextFromInput(texto da string)

    • Segurança: RobloxScriptSecurity.

    Links externos

    Adicione um comentário do TextLabel
    Comentário enviado com sucesso! Vamos analisá-lo nas próximas horas.