[Docs] Fix docstring formatting.
This commit is contained in:
parent
19f8ad5bf4
commit
3584705ea2
@ -2226,7 +2226,9 @@ _equivalents = {
|
||||
def fixLookupOverFlows(ttf, overflowRecord):
|
||||
"""Either the offset from the LookupList to a lookup overflowed, or
|
||||
an offset from a lookup to a subtable overflowed.
|
||||
The table layout is:
|
||||
|
||||
The table layout is::
|
||||
|
||||
GPSO/GUSB
|
||||
Script List
|
||||
Feature List
|
||||
@ -2242,8 +2244,10 @@ def fixLookupOverFlows(ttf, overflowRecord):
|
||||
SubTable[0] and contents
|
||||
...
|
||||
SubTable[n] and contents
|
||||
|
||||
If the offset to a lookup overflowed (SubTableIndex is None)
|
||||
we must promote the *previous* lookup to an Extension type.
|
||||
|
||||
If the offset from a lookup to subtable overflowed, then we must promote it
|
||||
to an Extension Lookup type.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user