Class TextMetrics

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Windows.Forms.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Windows.Forms.Primitives
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Windows.Forms.VisualStyles.TextMetrics
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • TextMetrics

        public TextMetrics​(java.lang.Object instance)
                    throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • TextMetrics

        public TextMetrics()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getItalic

        public boolean getItalic()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setItalic

        public void setItalic​(boolean Italic)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getStruckOut

        public boolean getStruckOut()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setStruckOut

        public void setStruckOut​(boolean StruckOut)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getUnderlined

        public boolean getUnderlined()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setUnderlined

        public void setUnderlined​(boolean Underlined)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBreakChar

        public char getBreakChar()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBreakChar

        public void setBreakChar​(char BreakChar)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDefaultChar

        public char getDefaultChar()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDefaultChar

        public void setDefaultChar​(char DefaultChar)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getFirstChar

        public char getFirstChar()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setFirstChar

        public void setFirstChar​(char FirstChar)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getLastChar

        public char getLastChar()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setLastChar

        public void setLastChar​(char LastChar)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getAscent

        public int getAscent()
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setAscent

        public void setAscent​(int Ascent)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getAverageCharWidth

        public int getAverageCharWidth()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setAverageCharWidth

        public void setAverageCharWidth​(int AverageCharWidth)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDescent

        public int getDescent()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDescent

        public void setDescent​(int Descent)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDigitizedAspectX

        public int getDigitizedAspectX()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDigitizedAspectX

        public void setDigitizedAspectX​(int DigitizedAspectX)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDigitizedAspectY

        public int getDigitizedAspectY()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDigitizedAspectY

        public void setDigitizedAspectY​(int DigitizedAspectY)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getExternalLeading

        public int getExternalLeading()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setExternalLeading

        public void setExternalLeading​(int ExternalLeading)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getHeight

        public int getHeight()
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setHeight

        public void setHeight​(int Height)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getInternalLeading

        public int getInternalLeading()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setInternalLeading

        public void setInternalLeading​(int InternalLeading)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMaxCharWidth

        public int getMaxCharWidth()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMaxCharWidth

        public void setMaxCharWidth​(int MaxCharWidth)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getOverhang

        public int getOverhang()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setOverhang

        public void setOverhang​(int Overhang)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getWeight

        public int getWeight()
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setWeight

        public void setWeight​(int Weight)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCharSet

        public void setCharSet​(TextMetricsCharacterSet CharSet)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setPitchAndFamily

        public void setPitchAndFamily​(TextMetricsPitchAndFamilyValues PitchAndFamily)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable