C# Class CardMaker.Card.FormattedText.FormattedTextProcessData

Afficher le fichier Open project: nhmkdev/cardmaker Class Usage Examples

Méthodes publiques

Méthode Description
AddFontStyle ( FontStyle eStyle, Graphics zGraphics ) : void
FormattedTextProcessData ( ) : System.Drawing
MoveToNextLine ( ProjectLayoutElement zElement ) : void
RemoveFontStyle ( FontStyle eStyle, Graphics zGraphics ) : void
SetFont ( Font zFont, Graphics zGraphics ) : void

Method Details

AddFontStyle() public méthode

public AddFontStyle ( FontStyle eStyle, Graphics zGraphics ) : void
eStyle FontStyle
zGraphics System.Drawing.Graphics
Résultat void

FormattedTextProcessData() public méthode

public FormattedTextProcessData ( ) : System.Drawing
Résultat System.Drawing

MoveToNextLine() public méthode

public MoveToNextLine ( ProjectLayoutElement zElement ) : void
zElement CardMaker.XML.ProjectLayoutElement
Résultat void

RemoveFontStyle() public méthode

public RemoveFontStyle ( FontStyle eStyle, Graphics zGraphics ) : void
eStyle FontStyle
zGraphics System.Drawing.Graphics
Résultat void

SetFont() public méthode

public SetFont ( Font zFont, Graphics zGraphics ) : void
zFont System.Drawing.Font
zGraphics System.Drawing.Graphics
Résultat void