Guest User

Untitled

a guest
May 24th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Čairo
  2.  
  3. airo
  4.  
  5. Dim cb As PdfContentByte = writer.DirectContent
  6.  
  7. cb.BeginText()
  8. Dim bf As BaseFont
  9. bf = BaseFont.CreateFont("c:windowsfontsarial.ttf", BaseFont.IDENTITY_H, BaseFont.EMBEDDED)
  10.  
  11. Dim f As New Font(iTextSharp.text.Font.FontFamily.HELVETICA, 10.0F, iTextSharp.text.Font.NORMAL, BaseColor.BLACK)
  12. Dim ph As New Phrase(moderate_foods(i), f)
  13. Dim cell As New PdfPCell(ph)
Add Comment
Please, Sign In to add comment