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.
|
public static IsContextInternal ( ContextValues context ) : bool | ||
context | ContextValues | |
return | bool |
public static IsInternal ( this style ) : bool | ||
style | this | |
return | bool |
public static IsMagicFontName ( string fontName ) : bool | ||
fontName | string | Name of the font. |
return | bool |