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