docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate TMP_Text.MissingCharacterEventCallback

    Delegate for the OnMissingCharacter event called when the requested Unicode character is missing from the font asset.

    Namespace: TMPro
    Assembly: Unity.TextMeshPro.dll
    Syntax
    public delegate void TMP_Text.MissingCharacterEventCallback(int unicode, int stringIndex, string text, TMP_FontAsset fontAsset, TMP_Text textComponent)
    Parameters
    Type Name Description
    int unicode

    The Unicode of the missing character.

    int stringIndex

    The index of the missing character in the source string.

    string text

    The source text that contains the missing character.

    TMP_FontAsset fontAsset

    The font asset that is missing the requested characters.

    TMP_Text textComponent

    The text component where the requested character is missing.

    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)