Home | History | Annotate | Download | only in hb-old

Lines Matching refs:justification

233     // ### zeroWidth and justification are missing here!!!!!
321 // one gets an inter character justification point if the current char is not a non spacing mark.
322 // as then the current char belongs to the last one and one gets a space justification point
325 attributes[pos-1].justification = HB_Space;
327 attributes[pos-1].justification = HB_Character;
329 attributes[pos-1].justification = HB_NoJustification;
335 attributes[pos].justification = HB_Space;
337 attributes[pos].justification = HB_Character;