pdfcjkstandardfont-ag凯发旗舰厅
com.spire.pdf.graphics
class pdfcjkstandardfont
java.lang.object
com.spire.pdf.graphics.pdffontbase
com.spire.pdf.graphics.pdfcjkstandardfont
- all implemented interfaces:
- ipdfwrapper
public class pdfcjkstandardfont
- extends pdffontbase
represents the standard cjk fonts.
methods inherited from class com.spire.pdf.graphics.pdffontbase |
getbold, getheight, getitalic, getname, getsize, getstrikeout, getstyle, getunderline, measurestring, measurestring, measurestring, measurestring, measurestring |
pdfcjkstandardfont
public pdfcjkstandardfont(pdfcjkfontfamily fontfamily,
float size,
java.util.enumset<pdffontstyle> style)
- initializes a new instance of the class.
- parameters:
fontfamily
- the font family.size
- the size.style
- the style.
pdfcjkstandardfont
public pdfcjkstandardfont(pdfcjkfontfamily fontfamily,
float size)
- initializes a new instance of the class.
- parameters:
fontfamily
- the font family.size
- the size.
pdfcjkstandardfont
public pdfcjkstandardfont(pdfcjkstandardfont prototype,
float size)
- initializes a new instance of the class.
- parameters:
prototype
- the prototype.size
- the size.
pdfcjkstandardfont
public pdfcjkstandardfont(pdfcjkstandardfont prototype,
float size,
java.util.enumset<pdffontstyle> style)
- initializes a new instance of the class.
- parameters:
prototype
- the prototype.size
- the size.style
- the style.