TypeScript API Documentation for HARFBUZZ
API Version: 0.0
Library Version: 11.5.1
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 3.3.0
Fills in missing fields of p from src in a considered manner.
p
src
First, if p does not have direction set, direction is copied from src.
Next, if p and src have the same direction (which can be unset), if p does not have script set, script is copied from src.
Finally, if p and src have the same direction and script (which either can be unset), if p does not have language set, language is copied from src.
HarfBuzz.segment_properties_t to fill in.
HarfBuzz.segment_properties_t to fill in from.
3.3.0
Fills in missing fields of
pfromsrcin a considered manner.First, if
pdoes not have direction set, direction is copied fromsrc.Next, if
pandsrchave the same direction (which can be unset), ifpdoes not have script set, script is copied fromsrc.Finally, if
pandsrchave the same direction and script (which either can be unset), ifpdoes not have language set, language is copied fromsrc.