C# Class CardMaker.Card.FormattedText.Alignment.HorizontalJustifiedAlignmentProcessor

Inheritance: HorizontalAlignmentProcessor
Datei anzeigen Open project: nhmkdev/cardmaker

Public Methods

Method Description
UpdateLineAlignment ( int nFirst, int nLast, bool bLastLine, ProjectLayoutElement zElement, List listMarkups, float fVerticalOffset, IEnumerable listAllMarkups ) : void

Method Details

UpdateLineAlignment() public method

public UpdateLineAlignment ( int nFirst, int nLast, bool bLastLine, ProjectLayoutElement zElement, List listMarkups, float fVerticalOffset, IEnumerable listAllMarkups ) : void
nFirst int
nLast int
bLastLine bool
zElement CardMaker.XML.ProjectLayoutElement
listMarkups List
fVerticalOffset float
listAllMarkups IEnumerable
return void