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

Correct comment in sample config files. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RadarNyan
Copy link

I've been trying to make DWRITE_RENDERING_MODE_OUTLINE work without success, turns out it's impossible:

https://msdn.microsoft.com/en-us/library/windows/desktop/dn890760(v=vs.85).aspx

renderingMode

Type: DWRITE_RENDERING_MODE

A value that specifies the rendering mode, which must be one of the raster rendering modes (that is, not default and not outline).

I don't know about how directwrite works at all, but it seems what I'm trying can't be done as the current approach with CreateGlyphRunAnalysis doesn't support it, might as well correct comment in sample config file to avoid misleading.

Still I want to ask: is it impossible to use DWRITE_RENDERING_MODE for DirectWrite (for example - Google Chrome)? If so, I might consider upgrading to Windows 8.1 just for DWRITE_GRID_FIT_MODE support.

CreateGlyphRunAnalysis only support raster rendering modes (that is, not
default and not outline)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant