Search Results for

    Show / Hide Table of Contents

    Struct UFUgfont.FontHeader

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public struct FontHeader

    Fields

    base_height

    Declaration
    public int base_height
    Field Value
    Type Description
    System.Int32

    char_spacing

    Declaration
    public double char_spacing
    Field Value
    Type Description
    System.Double

    grid_spacing

    Declaration
    public double grid_spacing
    Field Value
    Type Description
    System.Double

    height

    Declaration
    public int height
    Field Value
    Type Description
    System.Int32

    line_spacing

    Declaration
    public double line_spacing
    Field Value
    Type Description
    System.Double

    number_of_chars

    Declaration
    public int number_of_chars
    Field Value
    Type Description
    System.Int32

    overlap_1

    Declaration
    public int overlap_1
    Field Value
    Type Description
    System.Int32

    overlap_2

    Declaration
    public int overlap_2
    Field Value
    Type Description
    System.Int32

    overlap_3

    Declaration
    public int overlap_3
    Field Value
    Type Description
    System.Int32

    version

    Declaration
    public int version
    Field Value
    Type Description
    System.Int32

    waist_height

    Declaration
    public int waist_height
    Field Value
    Type Description
    System.Int32

    width

    Declaration
    public int width
    Field Value
    Type Description
    System.Int32

    width_type

    Declaration
    public int width_type
    Field Value
    Type Description
    System.Int32
    In This Article
    Back to top Generated by DocFX