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

rustdoc: Fix broken link to FontFace in components/gfx #31745

Merged
merged 3 commits into from Mar 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/gfx/platform/windows/font_template.rs
Expand Up @@ -79,7 +79,7 @@ impl FontTemplateData {
self.font_data.read().unwrap().as_ref().cloned()
}

/// Get a [`FontFace`] for this font if it is a local font or return `None` if it's a
/// Get a [`Font`] for this font if it is a local font or return `None` if it's a
/// web font.
pub fn get_font(&self) -> Option<Font> {
let font_descriptor = match &self.identifier {
Expand Down