|
textObj.Font.BaseFontName; has too much information.
e.g.: textObj1.Font.BaseFontName ........... "CPLORN+Arial-BoldMT" textObj2.Font.BaseFontName ........... "CPLORN+ArialMT"
// what I need textObj1.Font.getFamily() ............ "Arial" textObj2.Font.getFamily() ............ "Arial"
Just need the family font from PdfTextObjects, any help?
|
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close