C# 클래스 CardMaker.Card.FormattedText.FormattedTextProcessData

파일 보기 프로젝트 열기: nhmkdev/cardmaker 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddFontStyle() 공개 메소드

public AddFontStyle ( FontStyle eStyle, Graphics zGraphics ) : void
eStyle FontStyle
zGraphics System.Drawing.Graphics
리턴 void

FormattedTextProcessData() 공개 메소드

public FormattedTextProcessData ( ) : System.Drawing
리턴 System.Drawing

MoveToNextLine() 공개 메소드

public MoveToNextLine ( ProjectLayoutElement zElement ) : void
zElement CardMaker.XML.ProjectLayoutElement
리턴 void

RemoveFontStyle() 공개 메소드

public RemoveFontStyle ( FontStyle eStyle, Graphics zGraphics ) : void
eStyle FontStyle
zGraphics System.Drawing.Graphics
리턴 void

SetFont() 공개 메소드

public SetFont ( Font zFont, Graphics zGraphics ) : void
zFont System.Drawing.Font
zGraphics System.Drawing.Graphics
리턴 void