20 lines
310 B
C#
20 lines
310 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
/// <summary>
|
|
/// 排版
|
|
/// 开头空格
|
|
/// 英文不能断开
|
|
/// 首字母不能符号
|
|
/// 行一样长
|
|
/// </summary>
|
|
|
|
public class PaiBan
|
|
{
|
|
//public static string GetPaiBanText(string data, int lengh)
|
|
//{
|
|
|
|
//}
|
|
}
|