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

Font fallback #20506

Merged
merged 5 commits into from May 19, 2018
Merged

Font fallback #20506

Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

FreeType: Improve "Invalid codepoint" debug message

  • Loading branch information
jonleighton committed May 6, 2018
commit 15a677c639d454fe2565fc7d1051965bc54ea45e
@@ -197,7 +197,7 @@ impl FontHandleMethods for FontHandle {
if idx != 0 as FT_UInt {
Some(idx as GlyphId)
} else {
debug!("Invalid codepoint: {}", codepoint);
debug!("Invalid codepoint: U+{:04X} ('{}')", codepoint as u32, codepoint);
None
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.