mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Integrate font-variation-settings descriptor with stylo
This commit is contained in:
parent
4c3f1756da
commit
6ffa888dd6
6 changed files with 82 additions and 18 deletions
|
@ -1471,6 +1471,9 @@ extern "C" {
|
|||
extern "C" {
|
||||
pub fn Gecko_CSSValue_SetInt(css_value: nsCSSValueBorrowedMut, integer: i32, unit: nsCSSUnit);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_CSSValue_SetFloat(css_value: nsCSSValueBorrowedMut, value: f32, unit: nsCSSUnit);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_CSSValue_SetPair(
|
||||
css_value: nsCSSValueBorrowedMut,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue