Search Results for

    Show / Hide Table of Contents

    Class FontCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    FontCollection
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class FontCollection : NXRemotableObject, IMessageSink

    Constructors

    FontCollection(BasePart)

    Declaration
    protected FontCollection(BasePart owner)
    Parameters
    Type Name Description
    BasePart owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    AddFont(string)

    Declaration
    public int AddFont(string fontName)
    Parameters
    Type Name Description
    string fontName
    Returns
    Type Description
    int

    AddFont(string, Type)

    Declaration
    public int AddFont(string fontName, FontCollection.Type type)
    Parameters
    Type Name Description
    string fontName
    FontCollection.Type type
    Returns
    Type Description
    int

    DoesFontExist(int)

    Declaration
    public bool DoesFontExist(int fontIndex)
    Parameters
    Type Name Description
    int fontIndex
    Returns
    Type Description
    bool

    GetFontName(int)

    Declaration
    public string GetFontName(int fontIndex)
    Parameters
    Type Name Description
    int fontIndex
    Returns
    Type Description
    string

    GetFontType(int)

    Declaration
    public FontCollection.Type GetFontType(int fontIndex)
    Parameters
    Type Name Description
    int fontIndex
    Returns
    Type Description
    FontCollection.Type

    GetLength()

    Declaration
    public int GetLength()
    Returns
    Type Description
    int

    ReplaceFont(int, Type, string)

    Declaration
    public void ReplaceFont(int fontIndex, FontCollection.Type type, string fontName)
    Parameters
    Type Name Description
    int fontIndex
    FontCollection.Type type
    string fontName

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX