Is there a way to know the font width in twips or points?
Thank you.
Search found 7 matches
- Fri Mar 03 2006
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: font width
- Replies: 1
- Views: 6528
- Tue Jan 17 2006
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: backcolor not working
- Replies: 1
- Views: 5643
managed to work
Ok, I managed the back color to work. It's weird, I only had to put the color instruction after the text instruction and it worked
- Mon Jan 16 2006
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: cell font not working
- Replies: 6
- Views: 13306
font size still not working
Ok, I managed the back color to work. It's weird, I only had to put the color instruction after the text instruction and it worked. The font is kind of working, the font type works, it changes to symbol for example but the font size is not working. .ObjectAttributeSTR("oTable.Cells[1,1]", ...
- Wed Jan 11 2006
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: cell font not working
- Replies: 6
- Views: 13306
- Wed Jan 11 2006
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: cell font not working
- Replies: 6
- Views: 13306
- Mon Jan 02 2006
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: cell font not working
- Replies: 6
- Views: 13306
cell font not working
The font size is not setting. The font class is but the size stays the same. This is my code: .createObject(nObjTable,"oTop") obj = .getObjectByName("oTop") IF !ISNULL(obj) WITH obj .Attribute("Rows") = 1 .Attribute("Columns") = 1 .Attribute("left") ...
- Mon Jan 02 2006
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: backcolor not working
- Replies: 1
- Views: 5643
backcolor not working
The back color attribute is not working. This is my code: .createObject(nObjTable,"oTop") obj = .getObjectByName("oTop") IF !ISNULL(obj) WITH obj .Attribute("Rows") = 1 .Attribute("Columns") = 1 .Attribute("left") = lnLeft .Attribute("top")...