-
EditorView.attributedText before assignment is:
```
A
{
NSColor = "";
NSFont = " font-family: \"Helvetica Neue\"; font-weight: bold; font-style: normal; font-size: 34.00pt";
NSPara…
-
property attributedText ?If this project have this property is perfect!
-
### Description
UILabel is showing "Label/Default Text" when text/attributedText is changed during the shimmering.
### What type of issue is this?
- [x] bug
- [ ] enhancement (feature request)…
-
Please add support for attributed text, for we can put customized texts on title
-
Hi
I have table cell with KILabel inside it.
I try to set attributedText for this label by adding text alignment for some lines.
But it is not works.
When try to use normal Label with it it work…
-
while set the attributedText property,the text is not int the centre.
![image](https://user-images.githubusercontent.com/10768739/26922027-6d5f3666-4c70-11e7-8dc2-513ad87c5c17.png)
-
HI, the widget only handles something like this:
```
MutableDocument(
nodes: [
ImageNode(
id: "1",
imageUrl: 'https://i.ibb.co/5nvRdx1/flutter-horizon.png',
…
-
`AttributedText` has some mutable and some immutable behaviors. It's a conflicting API.
Either `AttributedText` should commit to be mutable, or immutable, or 2 classes should exist; one for each us…
-
Cannot use for attributedText?
-
在显示attributedText时,这样的顺序:
label.attributedText = mutAttStr;
label.textAlignment = NSTextAlignmentCenter;
是可以居中的。
但是调换顺序为:
label.textAlignment = NSTextAlignmentCenter;
label.attributedText = …