Feature #120

AttrText could have Bold, Italic, Underline directly

Added by Miroslav Fidler over 12 years ago. Updated over 12 years ago.

Status:ApprovedStart date:10/11/2011
Priority:NormalDue date:
Assignee:Miroslav Fidler% Done:

100%

Category:GeneralSpent time:-
Target version:-

reference.diff Magnifier - The diff file to apply for AttrText reference directory (1.27 KB) Sender Ghost, 10/11/2011 09:03 PM

uppsrc.diff Magnifier - The diff file to apply for uppsrc directory (8.51 KB) Sender Ghost, 10/11/2011 09:11 PM

uppsrc_docs.diff Magnifier - The diff file to apply for Draw uppsrc documentation directory (3.86 KB) Sender Ghost, 10/12/2011 04:31 PM

History

#1 Updated by Miroslav Fidler over 12 years ago

  • Category set to General

#2 Updated by Sender Ghost over 12 years ago

  • File uppsrc.diff added
  • File reference.diffMagnifier 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 over 12 years ago

  • File deleted (uppsrc.diff)

#4 Updated by Sender Ghost over 12 years ago

Slightly fixed uppsrc.diff file.

#5 Updated by Sender Ghost over 12 years ago

Added possible documentation changes for the new features.

#6 Updated by Miroslav Fidler over 12 years ago

  • Status changed from Patch ready to Approved

Also available in: Atom PDF