Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

全角幅が半角幅の2倍にならない場合の補正機能をテストするコードの追加 #1920

Merged

Conversation

@sonarcloud
Copy link

sonarcloud bot commented Jun 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@AppVeyorBot
Copy link

@beru beru added the UnitTest label Jun 3, 2023
@@ -39,6 +39,12 @@ class CharWidthCache : public testing::Test {
lf2 = LOGFONT();
lf2.lfCharSet = DEFAULT_CHARSET;
std::wcscpy(lf2.lfFaceName, L"Meiryo");
lf3 = LOGFONT();
lf3.lfCharSet = DEFAULT_CHARSET;
std::wcscpy(lf3.lfFaceName, L"MS Gothic"); // UD デジタル 教科書体 N-B
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CIが実行される環境だとコメントにあるフォントがインストールされていないんですねきっと。

フォントがインストールされているかWindowsAPIを呼んで調べるのはちょっと億劫ですね。
https://learn.microsoft.com/en-us/windows/win32/gdi/enumerating-the-installed-fonts

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

削り忘れですね。

PRマージ時に確認したフォントは「UD デジタル 教科書体 N-B」ですが、GitHub Actionsで利用できないようなので英語版Windowsでも標準イントールされるフォントでテストするように変更しました。

実害はないのでこのままマージしてしまいます。

Copy link
Contributor

@beru beru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

問題無いと思います。

@berryzplus berryzplus merged commit 42b5fc4 into sakura-editor:master Jun 8, 2023
@berryzplus berryzplus deleted the feature/add_monospace_test branch June 8, 2023 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants