C# 클래스 SIL.FieldWorks.Common.Widgets.WritingSystemAndStylesheetHelper

helps controls setup WritingSystem[Factory] and Stylesheet related functionality
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
SetupWritingSystemAndStylesheetInfo ( IWritingSystemAndStylesheet control, SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, int wsDefault ) : void

setup the given control's WritingSystem[Factory] and Stylesheet related functionality

메소드 상세

SetupWritingSystemAndStylesheetInfo() 공개 정적인 메소드

setup the given control's WritingSystem[Factory] and Stylesheet related functionality
public static SetupWritingSystemAndStylesheetInfo ( IWritingSystemAndStylesheet control, SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, int wsDefault ) : void
control IWritingSystemAndStylesheet
cache SIL.FieldWorks.FDO.FdoCache
mediator XCore.Mediator used to get stylesheet
wsDefault int used to set WritingSytemCode and Font for the control
리턴 void