Skip to content
  • Marek Kasik's avatar
    cff: Allow empty array of operands for certain operators · c86b90a0
    Marek Kasik authored and Uli Schlachter's avatar Uli Schlachter committed
    Operators BlueValues, OtherBlues, FamilyBlues, FamilyOtherBlues,
    StemSnapH and StemSnapV have operands of type delta which can be
    a number or an array of delta-encoded numbers. This array can be
    empty according to freetype developers.
    This commit checks whether current operator is among those listed
    and permits empty operand in such case.
    c86b90a0