mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
Issue #1862 - Follow-up: Replace deprecated Harfbuzz functions with current ones.
Based on Mozilla bug 1500356.
This commit is contained in:
parent
45b34592b6
commit
51426d1053
7 changed files with 73 additions and 78 deletions
|
|
@ -320,11 +320,11 @@ public:
|
|||
struct ScriptRange {
|
||||
uint32_t rangeStart;
|
||||
uint32_t rangeEnd;
|
||||
hb_tag_t tags[3]; // one or two OpenType script tags to check,
|
||||
// plus a NULL terminator
|
||||
uint32_t numTags; // number of entries in the tags[] array
|
||||
hb_tag_t tags[3]; // up to three OpenType script tags to check
|
||||
};
|
||||
|
||||
bool SupportsScriptInGSUB(const hb_tag_t* aScriptTags);
|
||||
bool SupportsScriptInGSUB(const hb_tag_t* aScriptTags, uint32_t aNumTags);
|
||||
|
||||
nsString mName;
|
||||
nsString mFamilyName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue