C# 클래스 SIL.FieldWorks.SharpViews.RendererFactory

The default implementation of IRendererFactory wraps a writing system factory.
상속: IRendererFactory
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
GetRenderer ( int ws, IVwGraphics vg ) : IRenderEngine

Get a suitable rendering engine for the specified writing system when drawing in the specified graphics environment.

RendererFactory ( ILgWritingSystemFactory wsf ) : System
RightToLeft ( int ws ) : bool

Return true if the main direction of the script is right-to-left.

메소드 상세

GetRenderer() 공개 메소드

Get a suitable rendering engine for the specified writing system when drawing in the specified graphics environment.
public GetRenderer ( int ws, IVwGraphics vg ) : IRenderEngine
ws int
vg IVwGraphics
리턴 IRenderEngine

RendererFactory() 공개 메소드

public RendererFactory ( ILgWritingSystemFactory wsf ) : System
wsf ILgWritingSystemFactory
리턴 System

RightToLeft() 공개 메소드

Return true if the main direction of the script is right-to-left.
public RightToLeft ( int ws ) : bool
ws int
리턴 bool