Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • TortoiseGit TortoiseGit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 380
    • Issues 380
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TortoiseGitTortoiseGit
  • TortoiseGitTortoiseGit
  • Issues
  • #1343
Closed
Open
Issue created Aug 02, 2015 by Sven Strickroth@mrtuxOwner

should not set SCI_SETFONTQUALITY to SC_EFF_QUALITY_LCD_OPTIMIZED which bypasses user preference

By zero...@zeromus.org on August 17, 2012 18:59 (imported from Google Code)


What steps will reproduce the problem?

  1. disable cleartype on XP system (maybe newer systems as well?)
  2. enter text in commit message dialog

What is the expected output? What do you see instead?
I expect non-antialiased text. Instead I see cleartyped text.

What version of TortoiseGit and msysgit are you using? On
what operating system?
1.7.12.0 on windows 2003 x86

Please provide any additional information below.
If you are setting SC_EFF_QUALITY_LCD_OPTIMIZED in order to improve performance or appearance, then it should be under the if(use_directwrite).

Setting LCD optimized causes scintilla to ignore the user's OS preference for cleartype and force it to ON.

Additionally, there are at least two places where this is happening-one in SciEdit.cpp and one in TortoiseUDiff/MainWindow.cpp -- but the one in MainWindow.cpp is not doing the 'use2d' check for the Software\TortoiseGit\ScintillaDirect2D registry key. You should probably make that logic the same or unified.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking