1
0
mirror of synced 2024-11-24 15:40:22 +01:00
OpenTaiko/TJAPlayer3/Common/CVeirticalSongNameFont.cs
Mr-Ojii c6d1b8f443
Remove dependency on SlimDX (#140)
* Use the using directive for SlimDX namespace

* Remove dependency on SlimDX

* Remove dependency on SlimDX
2022-02-08 16:23:41 +01:00

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
}
}