Searched refs:getFontSize (Results 1 – 13 of 13) sorted by relevance
312 if ((fmt.getFontSize() == 0) && (parentFormat.getFontSize() != 0)) in getResolved()313 resolvedFormat.setFontSize(parentFormat.getFontSize()); in getResolved()418 if (fmt.getFontSize() != 0) { in writeAttributes()419 Integer fs = new Integer(fmt.getFontSize()); in writeAttributes()
310 public int getFontSize() { in getFontSize() method in Format
63 this.dwHeight = EndianConverter.writeShort((short) (fmt.getFontSize()*20)); in FontDescription()203 public int getFontSize() { in getFontSize() method in FontDescription
643 return getSvgStyleAttributes()->getFontSize().solve(*this, xcoordinate); in getCurrentFontSize()660 return getSvgStyleAttributes()->getFontSize().solve(*this, ycoordinate); in getCurrentXHeight()
2307 SvgNumber SvgStyleAttributes::getFontSize() const in getFontSize() function in svgio::svgreader::SvgStyleAttributes2320 const SvgNumber aParentNumber = pSvgStyleAttributes->getFontSize(); in getFontSize()2336 return pSvgStyleAttributes->getFontSize(); in getFontSize()
286 double fFontWidth(rSvgStyleAttributes.getFontSize().solve(*this, length)); in createSimpleTextPrimitive()
131 fontSize = (byte)(ts.getFontSize() * 2); in WseTextRun()
427 fmt.setFontSize(fd.getFontSize()); in readCellFormat()
370 SvgNumber getFontSize() const;
305 public int getFontSize() { in getFontSize() method in TextStyle
191 propertyValue.Value = new Integer(StyleConstants.getFontSize(as)); in setAttributes()
768 const double fFontSize(state->getFontSize()); in drawChar()
1831 -GrUtfTextSrc::getFontSize(gr::toffset ich)1832 +GrUtfTextSrc::getFontSize(gr::toffset /*ich*/)
Completed in 91 milliseconds