docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct TMP_FontStyleStack

    Structure used to track basic XML tags which are binary (on / off)

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: TMPro
    Assembly: Unity.TextMeshPro.dll
    Syntax
    public struct TMP_FontStyleStack

    Fields

    bold

    Declaration
    public byte bold
    Field Value
    Type Description
    byte

    highlight

    Declaration
    public byte highlight
    Field Value
    Type Description
    byte

    italic

    Declaration
    public byte italic
    Field Value
    Type Description
    byte

    lowercase

    Declaration
    public byte lowercase
    Field Value
    Type Description
    byte

    smallcaps

    Declaration
    public byte smallcaps
    Field Value
    Type Description
    byte

    strikethrough

    Declaration
    public byte strikethrough
    Field Value
    Type Description
    byte

    subscript

    Declaration
    public byte subscript
    Field Value
    Type Description
    byte

    superscript

    Declaration
    public byte superscript
    Field Value
    Type Description
    byte

    underline

    Declaration
    public byte underline
    Field Value
    Type Description
    byte

    uppercase

    Declaration
    public byte uppercase
    Field Value
    Type Description
    byte

    Methods

    Add(FontStyles)

    Declaration
    public byte Add(FontStyles style)
    Parameters
    Type Name Description
    FontStyles style
    Returns
    Type Description
    byte

    Clear()

    Clear the basic XML tag stack.

    Declaration
    public void Clear()

    Remove(FontStyles)

    Declaration
    public byte Remove(FontStyles style)
    Parameters
    Type Name Description
    FontStyles style
    Returns
    Type Description
    byte
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)