我在这样的标签中使用MaterialDesignIcon:
Label info = new Label("Label", MaterialDesignIcon.AC_UNIT.graphic("-fx-fill: red;"));
我不知道CSS支持什么(https://docs.oracle.com/javase/8/javafx/api/javafx/scene/doc-files/cssref.html),但我认为它是Text
。 -fx-underline
工作-fx-font-size
。Shape
。我知道其他字体属性并不总是有效,因为字体不支持它们,所以没关系。 fill
属性均无效,因此上述np.vectorize
无法执行任何操作。
我只看到Swatch的颜色变化,但我想要一些本地的东西。支持哪些CSS属性以及如何更改单个图标的颜色?
答案 0 :(得分:2)
if InStr(1, word, "7", vbTestCompare) then
msgbox "You typed something with 7 in it."
elseif not InStr(1, word, "7", vbTestCompare) then
msgbox "You did not type something with 7 in it."
end if
创建MaterialDesignIcon.graphic()
的实例。因此,要更改其颜色,您可以使用Label
。
要检查您的GUI,您可以使用ScenicView