Files
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

84 lines
3.0 KiB
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace TMPro
{
// Token: 0x02000035 RID: 53
[Token(Token = "0x2000024")]
public class TMP_FontAssetUtilities
{
// Token: 0x1700004A RID: 74
// (get) Token: 0x0600016F RID: 367 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x1700003F")]
public static TMP_FontAssetUtilities instance
{
[Token(Token = "0x600013A")]
[Address(RVA = "0x1AEA340", Offset = "0x1AE9140", VA = "0x181AEA340")]
get
{
return null;
}
}
// Token: 0x06000170 RID: 368 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x600013B")]
[Address(RVA = "0x1AE9A30", Offset = "0x1AE8830", VA = "0x181AE9A30")]
public static TMP_Character GetCharacterFromFontAsset(uint unicode, TMP_FontAsset sourceFontAsset, bool includeFallbacks, FontStyles fontStyle, FontWeight fontWeight, out bool isAlternativeTypeface)
{
return null;
}
// Token: 0x06000171 RID: 369 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x600013C")]
[Address(RVA = "0x1AE9630", Offset = "0x1AE8430", VA = "0x181AE9630")]
private static TMP_Character GetCharacterFromFontAsset_Internal(uint unicode, TMP_FontAsset sourceFontAsset, bool includeFallbacks, FontStyles fontStyle, FontWeight fontWeight, out bool isAlternativeTypeface)
{
return null;
}
// Token: 0x06000172 RID: 370 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x600013D")]
[Address(RVA = "0x1AE9BA0", Offset = "0x1AE89A0", VA = "0x181AE9BA0")]
public static TMP_Character GetCharacterFromFontAssets(uint unicode, TMP_FontAsset sourceFontAsset, List<TMP_FontAsset> fontAssets, bool includeFallbacks, FontStyles fontStyle, FontWeight fontWeight, out bool isAlternativeTypeface)
{
return null;
}
// Token: 0x06000173 RID: 371 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x600013E")]
[Address(RVA = "0x1AE9FE0", Offset = "0x1AE8DE0", VA = "0x181AE9FE0")]
public static TMP_SpriteCharacter GetSpriteCharacterFromSpriteAsset(uint unicode, TMP_SpriteAsset spriteAsset, bool includeFallbacks)
{
return null;
}
// Token: 0x06000174 RID: 372 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x600013F")]
[Address(RVA = "0x1AE9E30", Offset = "0x1AE8C30", VA = "0x181AE9E30")]
private static TMP_SpriteCharacter GetSpriteCharacterFromSpriteAsset_Internal(uint unicode, TMP_SpriteAsset spriteAsset, bool includeFallbacks)
{
return null;
}
// Token: 0x06000175 RID: 373 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000140")]
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
public TMP_FontAssetUtilities()
{
}
// Token: 0x04000131 RID: 305
[Token(Token = "0x40000FD")]
private static readonly TMP_FontAssetUtilities s_Instance;
// Token: 0x04000132 RID: 306
[Token(Token = "0x40000FE")]
private static HashSet<int> k_SearchedAssets;
// Token: 0x04000133 RID: 307
[Token(Token = "0x40000FF")]
private static bool k_IsFontEngineInitialized;
}
}