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

フォントラベルのHighDPI対応 #645

Merged
merged 2 commits into from
Nov 25, 2018

Commits on Nov 24, 2018

  1. フォントラベルのHighDPI対応

    選択したフォントをサイズ含めて表示するラベルの文字が、HighDPI環境で小さくなる事象への対応。
    フォントサイズの上限値がHighDPI対応してなかっために強制的に小さなフォントで描画されていた。
    上限値をHighDPI対応にすることでこの問題を回避する。
    berryzplus committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    543ce4f View commit details
    Browse the repository at this point in the history
  2. DPI変換にPt単位を使う

    固定値16ptをlfHeightと直接比較するのをやめ、DPI変換した値で比較する。lfHeightの値は既にDPI変換されているので修正箇所は16ptのほうだけ。
    berryzplus committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    f83384c View commit details
    Browse the repository at this point in the history