Search Results for

    Show / Hide Table of Contents

    Class UFUgfont

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    UFUgfont
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public class UFUgfont : NXRemotableObject, IMessageSink

    Methods

    AddFont(Tag, out Int32, String)

    Declaration
    public void AddFont(Tag fte, out int index, string font)
    Parameters
    Type Name Description
    Tag fte
    System.Int32 index
    System.String font

    AddStandardFont(Tag, out Int32, String)

    Declaration
    public void AddStandardFont(Tag fte, out int index, string font)
    Parameters
    Type Name Description
    Tag fte
    System.Int32 index
    System.String font

    AskFontHeader(Tag, Int32, out UFUgfont.FontHeader)

    Declaration
    public void AskFontHeader(Tag fte, int font, out UFUgfont.FontHeader header)
    Parameters
    Type Name Description
    Tag fte
    System.Int32 font
    UFUgfont.FontHeader header

    AskFontName(Tag, Int32, out Byte[])

    Declaration
    public void AskFontName(Tag fte, int index, out byte[] font_name)
    Parameters
    Type Name Description
    Tag fte
    System.Int32 index
    System.Byte[] font_name

    AskFontStyles(Tag, Int32, out Int32, out String[])

    Declaration
    public void AskFontStyles(Tag fte, int index, out int num_styles, out string[] styles)
    Parameters
    Type Name Description
    Tag fte
    System.Int32 index
    System.Int32 num_styles
    System.String[] styles

    AskFontType(Tag, Int32, out UFUgfont.Type)

    Declaration
    public void AskFontType(Tag fte, int index, out UFUgfont.Type type)
    Parameters
    Type Name Description
    Tag fte
    System.Int32 index
    UFUgfont.Type type

    AskNumberOfFonts(Tag, out Int32)

    Declaration
    public void AskNumberOfFonts(Tag fte, out int num)
    Parameters
    Type Name Description
    Tag fte
    System.Int32 num

    ReplaceFont(Tag, Int32, String)

    Declaration
    public void ReplaceFont(Tag fte, int index, string font)
    Parameters
    Type Name Description
    Tag fte
    System.Int32 index
    System.String font

    ReplaceFont1(Tag, Int32, UFUgfont.Type, String)

    Declaration
    public void ReplaceFont1(Tag fte, int index, UFUgfont.Type type, string font)
    Parameters
    Type Name Description
    Tag fte
    System.Int32 index
    UFUgfont.Type type
    System.String font

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX