com.lowagie.text.Font font = FontFactory.getFont(str7, "Cp1252", true, (float)Convert.ToInt32(str8), num8, this.color);
Century gothic font does not get selected by this command as I set str7 to century gothic font.
com.lowagie.text.Font font = FontFactory.getFont(str7, "Cp1252", true, (float)Convert.ToInt32(str8), num8, this.color);
Century gothic font does not get selected by this command as I set str7 to century gothic font.
A few remarks about your code:
com.lowagie
in a code snippet, you should know that snippet is out of date. That version is unsupported.