mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
stylo: Prefill default font when a single generic is set
This commit is contained in:
parent
6dbca89ff5
commit
3db0d3b4fa
2 changed files with 67 additions and 12 deletions
|
@ -1346,6 +1346,12 @@ extern "C" {
|
|||
pres_context:
|
||||
RawGeckoPresContextBorrowed);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_nsStyleFont_PrefillDefaultForGeneric(font: *mut nsStyleFont,
|
||||
pres_context:
|
||||
RawGeckoPresContextBorrowed,
|
||||
generic_id: u8);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_nsStyleFont_FixupMinFontSize(font: *mut nsStyleFont,
|
||||
pres_context:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue