mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
parent
a9aa50683f
commit
5c408d2be9
39 changed files with 397 additions and 377 deletions
|
@ -130,7 +130,7 @@ impl ShapedGlyphData {
|
|||
*y_pos = *y_pos - y_advance;
|
||||
}
|
||||
|
||||
Some(Point2D(x_offset, *y_pos - y_offset))
|
||||
Some(Point2D::new(x_offset, *y_pos - y_offset))
|
||||
};
|
||||
|
||||
ShapedGlyphEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue