Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - AddSubsettedFont and SetTableCellContent
  FAQ FAQ  Forum Search   Register Register  Login Login

AddSubsettedFont and SetTableCellContent

 Post Reply Post Reply
Author
Message
Slawek View Drop Down
Beginner
Beginner


Joined: 05 Aug 09
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote Slawek Quote  Post ReplyReply Direct Link To This Post Topic: AddSubsettedFont and SetTableCellContent
    Posted: 05 Aug 09 at 1:31PM
I have problem with polish characters. When I do:

S := 'szła poszła';
SelectFont(AddSubsettedFont('Tahoma', 16, S)); 
SetMeasurementUnits(2);
DrawText (0.2, 1, GetSubsetString (S));

it's ok, but when I insert text to cell I don't see good characters

aId := CreateTable(5, 5 );
SetMeasurementUnits(2);
  SetTableRowHeight(aId, 1, 5, 0.5);
  SetTableCellBorderWidth(aId, 1, 1, 5, 5, 0, 0.01);
  SetTableColumnWidth(aId, 1, 5, 1);
  SelectFont(AddSubsettedFont('Tahoma', 16, S)); 
  SetTableCellContent(aId, 1, 1, GetSubsetString (S));
  DrawTableRows(aId, 0.2, PageHeight - 0.2, PageHeight - 0.4, 1, 0);

AddSubsettedFont works with SetTableCellContent?

Back to Top
Slawek View Drop Down
Beginner
Beginner


Joined: 05 Aug 09
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote Slawek Quote  Post ReplyReply Direct Link To This Post Posted: 06 Aug 09 at 7:08AM
afontid := AddTrueTypeFont('Verdana {1250}', 1);
SelectFont(afontid); //for texts
SetHTMLNormalFont('Default', afontid); //for table
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store