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

Various services for StStyle
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode 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 méthode

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

IsInternal() public static méthode

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

IsMagicFontName() public static méthode

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