Merge branch 'main' of http://47.251.18.130:3000/Leecheng/superstar_v2
This commit is contained in:
commit
09b6244f4c
@ -267,7 +267,7 @@ namespace DualScreenDemo
|
|||||||
artistLabel.AutoSize = true;
|
artistLabel.AutoSize = true;
|
||||||
|
|
||||||
// 計算文字寬度
|
// 計算文字寬度
|
||||||
artistLabel.Font = new Font("微軟正黑體", 20, FontStyle.Bold);
|
artistLabel.Font = new Font("微軟正黑體", 22, FontStyle.Bold);
|
||||||
Screen screen = Screen.PrimaryScreen;
|
Screen screen = Screen.PrimaryScreen;
|
||||||
int screenWidth = screen.Bounds.Width;
|
int screenWidth = screen.Bounds.Width;
|
||||||
int screenHeight = screen.Bounds.Height;
|
int screenHeight = screen.Bounds.Height;
|
||||||
@ -385,7 +385,7 @@ namespace DualScreenDemo
|
|||||||
int textLength = fullText.Length;
|
int textLength = fullText.Length;
|
||||||
|
|
||||||
// 計算文字寬度
|
// 計算文字寬度
|
||||||
songLabel.Font = new Font("微軟正黑體", 20, FontStyle.Bold);
|
songLabel.Font = new Font("微軟正黑體", 22, FontStyle.Bold);
|
||||||
songLabel.Text = fullText;
|
songLabel.Text = fullText;
|
||||||
songLabel.Tag = song;
|
songLabel.Tag = song;
|
||||||
songLabel.AutoSize = false;
|
songLabel.AutoSize = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user