Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8114330

Make Text node inherit font with css by default

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • fx2.0
    • fx2.0
    • javafx

      The font property of text node should be inherit by default like Label. So in code this:

        @Styleable(property="-fx-font")
          private ObjectProperty<Font> font;

      should be this

          @Styleable(property="-fx-font", inherits=true)
          private ObjectProperty<Font> font;

            dgrieve David Grieve
            jasper Jasper Potts (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: