Search found 4 matches

by medstar
Mon Feb 27, 2017 1:57 pm
Forum: Support
Topic: How to code for attributes etc
Replies: 4
Views: 14031

Re: How to code for attributes etc

Hi Sergey! I'd really like to see some code for changing the font without RichViewActions. I'd look for myself, but we have an older version of RichView and the download links to the samples does not work any more. Can you post the links here or is this sensible information? If not, how would one ...
by medstar
Tue Jan 14, 2014 10:33 am
Forum: Support
Topic: SaveToPDFFile with Tabs and underlines
Replies: 4
Views: 14408

No, the advice didn't help. I used the current trial version to compile this piece of code: uses RichView, RVEdit, RVStyle, trvpdf; (...) with TRichViewEdit.Create(self) do begin Style := TRVStyle.Create(self); Top := 0; Left := 0; Width := 400; Height := 200; Parent := self; RTFReadProperties ...
by medstar
Mon Jan 13, 2014 4:07 pm
Forum: Support
Topic: SaveToPDFFile with Tabs and underlines
Replies: 4
Views: 14408

Hi! just read your replyafter finding a potential fix for that issue. The problem is, that in PtRVData.pas for painting nontext items, the page offset is not respected. After DrawItemBorder, I introduced and changed the following lines GetRVStyle.GraphicInterface.GetWindowOrgEx(Canvas, WinOrg); item ...
by medstar
Mon Jan 13, 2014 9:33 am
Forum: Support
Topic: SaveToPDFFile with Tabs and underlines
Replies: 4
Views: 14408

SaveToPDFFile with Tabs and underlines

Hi! We're using SaveToPDFFile from a RichView control: Given this RTF Source Code (just one line with a tab character and the whole line is underlined; the second line has no underlinings) {\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fnil\fcharset0 Arial;}} {\*\generator Msftedit 5.41.21.2510 ...