C# Class SIL.FieldWorks.FwCoreDlgs.ValidCharactersDlgTests.DummyWritingSystem

Inheritance: IWritingSystem
Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
Copy ( IWritingSystem source ) : void
InterpretChrp ( LgCharRenderProps &chrp ) : void
ValidateCollationRules ( string &message ) : bool
WriteLdml ( System writer ) : void
get_Renderer ( IVwGraphics vg ) : IRenderEngine

Method Details

Copy() public method

public Copy ( IWritingSystem source ) : void
source IWritingSystem
return void

InterpretChrp() public method

public InterpretChrp ( LgCharRenderProps &chrp ) : void
chrp LgCharRenderProps
return void

ValidateCollationRules() public method

public ValidateCollationRules ( string &message ) : bool
message string
return bool

WriteLdml() public method

public WriteLdml ( System writer ) : void
writer System
return void

get_Renderer() public method

public get_Renderer ( IVwGraphics vg ) : IRenderEngine
vg IVwGraphics
return IRenderEngine