Class FontCollection
Inheritance
FontCollection
Assembly: NXOpen.dll
Syntax
public class FontCollection : NXRemotableObject, IMessageSink
Constructors
FontCollection(BasePart)
Declaration
protected FontCollection(BasePart owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
AddFont(string)
Declaration
public int AddFont(string fontName)
Parameters
Type |
Name |
Description |
string |
fontName |
|
Returns
AddFont(string, Type)
Declaration
public int AddFont(string fontName, FontCollection.Type type)
Parameters
Returns
DoesFontExist(int)
Declaration
public bool DoesFontExist(int fontIndex)
Parameters
Type |
Name |
Description |
int |
fontIndex |
|
Returns
GetFontName(int)
Declaration
public string GetFontName(int fontIndex)
Parameters
Type |
Name |
Description |
int |
fontIndex |
|
Returns
GetFontType(int)
Declaration
public FontCollection.Type GetFontType(int fontIndex)
Parameters
Type |
Name |
Description |
int |
fontIndex |
|
Returns
GetLength()
Declaration
Returns
ReplaceFont(int, Type, string)
Declaration
public void ReplaceFont(int fontIndex, FontCollection.Type type, string fontName)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink