Add the following code at the beginning of the article \newsavebox\CBox \def\textBF#1{\sbox\CBox{#1}\resizebox{\wd\CBox}{\ht\CBox}{\textbf{#1}}} Then : \textBF{foobarbaz} Example: \documentclass{article} \usepackage{graphicx} \newsavebox\CBox \def\te
using UnityEngine; using System.Collections; using UnityEngine.SceneManagement; using UnityEngine.UI; public class LoadingScene : MonoBehaviour { public Image progressImg; private AsyncOperation async; public Text text; ;//计数器 // Use this for initial