Search found 2 matches

by bedla.czech
Sat Feb 11, 2006 9:36 am
Forum: Support
Topic: HOWTO: replace font size globally
Replies: 4
Views: 19132

If this operation should not be undone, load this document in TRichView via stream, change font in all styles: for i := 0 to RVStyle1.TextStyles.Count-1 do RVStyle1.TextStyles .Size := NEWSIZE; and save it back. yes, i am doing it this way. but this data is loaded via dbrichviewedit from blob strea...
by bedla.czech
Wed Feb 08, 2006 2:58 pm
Forum: Support
Topic: HOWTO: replace font size globally
Replies: 4
Views: 19132

HOWTO: replace font size globally

hi,

i want to change font size globally in my BLOB field, but i havent found any solution.

thx