Home | History | Annotate | Download | only in src

Lines Matching refs:justification

433     // ### zeroWidth and justification are missing here!!!!!
532 // one gets an inter character justification point if the current char is not a non spacing mark.
533 // as then the current char belongs to the last one and one gets a space justification point
536 attributes[pos-1].justification = HB_Space;
538 attributes[pos-1].justification = HB_Character;
540 attributes[pos-1].justification = HB_NoJustification;
546 attributes[pos].justification = HB_Space;
548 attributes[pos].justification = HB_Character;