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

GlyphRun support #2387

Closed
wants to merge 210 commits into from
Closed

Conversation

Gillibald
Copy link
Contributor

@Gillibald Gillibald commented Mar 22, 2019

What does the pull request do?

It adds GlyphRun support to Avalonia

What is the current behavior?

Not supported

What is the updated/expected behavior with this PR?

The ability to work with low-level glyph renderings.

How was the solution implemented (if it's not obvious)?

GlyphTypeface was added to access a font's glyph data. This also makes it possible to map characters to glyphs. In theory, we could introduce a text formatter that is producing glyph runs. That formatter would look like the new skia text layout but would work for all platforms.

Checklist

Depends on #1950

#129
#132

@Gillibald
Copy link
Contributor Author

Gillibald commented Jul 10, 2019

This was merged into the TextLayout branch

@Gillibald Gillibald closed this Jul 10, 2019
@Gillibald Gillibald deleted the feature/GlyphRunSupport branch December 6, 2019 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant