Feature #120
AttrText could have Bold, Italic, Underline directly
Status: | Approved | Start date: | 10/11/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 100% | |
Category: | General | Spent time: | - | |
Target version: | - |
History
#1 Updated by Miroslav Fidler almost 13 years ago
- Category set to General
#2 Updated by Sender Ghost almost 13 years ago
- File uppsrc.diff added
- File reference.diff added
- Status changed from New to Patch ready
- % Done changed from 0 to 100
There are many implementations between memory and speed constraints.
I found, that:
AttrText t1 = AttrText(), t2 = AttrText().SetFont(Monospace());
ASSERT(sizeof(t1) == sizeof(t2));
Therefore, I stopped with implementation, where { font = StdFont(); } inside Init function for AttrText constructor.
#3 Updated by Sender Ghost almost 13 years ago
- File deleted (
uppsrc.diff)
#4 Updated by Sender Ghost almost 13 years ago
- File uppsrc.diff added
Slightly fixed uppsrc.diff file.
#5 Updated by Sender Ghost almost 13 years ago
- File uppsrc_docs.diff added
Added possible documentation changes for the new features.
#6 Updated by Miroslav Fidler almost 13 years ago
- Status changed from Patch ready to Approved