Skip to content

Commit

Permalink
removed reference to cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieKnight committed Apr 17, 2013
1 parent 5242291 commit b07b8ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/servo-gfx/font.rs
Expand Up @@ -345,9 +345,9 @@ pub impl Font {

#[cfg(target_os="linux")]
priv fn create_azure_font(&self) -> ScaledFont {
let cairo_font = self.handle.face;
let freetype_font = self.handle.face;
let size = self.style.pt_size as AzFloat;
ScaledFont::new(self.backend, cairo_font, size)
ScaledFont::new(self.backend, freetype_font, size)
}
}

Expand Down

0 comments on commit b07b8ff

Please sign in to comment.