HomeSort by relevance Sort by last modified time
    Searched full:mathkern (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-math-table.hh 230 struct MathKern
257 /* The description of the MathKern table is a ambiguous, but interpreting
302 unsigned int count = ARRAY_LENGTH (mathKern);
304 if (unlikely (!mathKern[i].sanitize (c, base)))
316 if (unlikely (idx >= ARRAY_LENGTH (mathKern))) return 0;
317 return (base+mathKern[idx]).get_value (correction_height, font);
321 /* Offset to MathKern table for each corner -
323 OffsetTo<MathKern> mathKern[4];
hb-ot-math.cc 143 * This function tries to retrieve the MathKern table for the specified font,
145 * MathKern table to find one value that is greater or equal to specified
  /external/fonttools/Lib/fontTools/ttLib/tables/
otData.py     [all...]
otTables.py 503 'MathKern': ('TopRightMathKern', 'TopLeftMathKern', 'BottomRightMathKern',

Completed in 92 milliseconds