C# Class SIL.FieldWorks.FDO.DomainServices.StyleServices

Various services for StStyle
Exibir arquivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
IsContextInternal ( ContextValues context ) : bool

Determines whether the specified context is considered internal (i.e. the user can't apply it).

IsInternal ( this style ) : bool

Determines whether the specified style is considered internal (i.e. the user can't apply it).

IsMagicFontName ( string fontName ) : bool

Determines whether the specified font is one of the "magic" font names.

Method Details

IsContextInternal() public static method

Determines whether the specified context is considered internal (i.e. the user can't apply it).
public static IsContextInternal ( ContextValues context ) : bool
context ContextValues
return bool

IsInternal() public static method

Determines whether the specified style is considered internal (i.e. the user can't apply it).
public static IsInternal ( this style ) : bool
style this
return bool

IsMagicFontName() public static method

Determines whether the specified font is one of the "magic" font names.
public static IsMagicFontName ( string fontName ) : bool
fontName string Name of the font.
return bool