0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【C++Buider】DebugとReleaseでフォントサイズが違って困ったこと

Posted at

C++Builderでアプリを作成していて、Debugビルドで作ったexeとReleaseビルドで作ったexeではChartのラベルのフォントサイズが異なり、画面サイズの調整が崩れて困ったので忘れないようにメモ。

プロジェクト→オプション→アプリケーション

image.png

の「高DPIの有効化」にReleaseでだけチェックがついていました。

TeeChartがこれにうまく対応していなかったのかもしれない。
このチェックを外したらうまくいきました。

色が違う場合は「ランタイムテーマの有効化」で片方にだけチェックが入っているかもらしい。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?