1
0
mirror of synced 2024-12-03 03:27:27 +01:00
OpenTaiko/TJAPlayer3/Common/CVeirticalSongNameFont.cs

35 lines
639 B
C#
Raw Normal View History

2021-09-21 00:16:38 +02:00
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 FDK;
namespace TJAPlayer3
{
public class CVerticalSongNameFont
{
//必要な値
//_タイトル
//_サブタイトル(とりあえず最初は無しで進める)
//_
//_
//_
#region [ private ]
//-----------------
private const string str回転させる文字 = "「」~()ー-~-∞—()《》{}<>『』[]…";
//-----------------
#endregion
}
}