1
0
mirror of synced 2024-12-01 02:27:21 +01:00
OpenTaiko/TJAPlayer3/Common/CVeirticalSongNameFont.cs
2021-09-21 00:16:38 +02:00

36 lines
653 B
C#

using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Runtime.InteropServices;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Diagnostics;
using SlimDX;
using FDK;
namespace TJAPlayer3
{
public class CVerticalSongNameFont
{
//必要な値
//_タイトル
//_サブタイトル(とりあえず最初は無しで進める)
//_
//_
//_
#region [ private ]
//-----------------
private const string str回転させる文字 = "「」~()ー-~-∞—()《》{}<>『』[]…";
//-----------------
#endregion
}
}