mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Handle fallback to default variable font in case of nonexistant generic
This commit is contained in:
parent
7fc01437f4
commit
03e9264ea0
3 changed files with 19 additions and 0 deletions
|
@ -1173,6 +1173,11 @@ extern "C" {
|
|||
pub fn Gecko_nsStyleFont_CopyLangFrom(aFont: *mut nsStyleFont,
|
||||
aSource: *const nsStyleFont);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_nsStyleFont_FixupNoneGeneric(font: *mut nsStyleFont,
|
||||
pres_context:
|
||||
RawGeckoPresContextBorrowed);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_GetBaseSize(lang: *mut nsIAtom) -> FontSizePrefs;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue