mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
stylo: Fix font-variant-alternates property
This commit is contained in:
parent
9a13cf6bda
commit
5d0f7f10e0
3 changed files with 220 additions and 95 deletions
|
@ -873,6 +873,17 @@ extern "C" {
|
|||
extern "C" {
|
||||
pub fn Gecko_nsFont_Destroy(dst: *mut nsFont);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_ClearAlternateValues(font: *mut nsFont, length: usize);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_AppendAlternateValues(font: *mut nsFont, alternate_name: u32,
|
||||
atom: *mut nsIAtom);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_CopyAlternateValuesFrom(dest: *mut nsFont,
|
||||
src: *const nsFont);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_SetImageOrientation(aVisibility: *mut nsStyleVisibility,
|
||||
aRadians: f64, aFlip: bool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue