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
509 return getSvgStyleAttributes()->getFontSize().solve(*this, xcoordinate); in getCurrentFontSize()526 return getSvgStyleAttributes()->getFontSize().solve(*this, ycoordinate); in getCurrentXHeight()
2268 SvgNumber SvgStyleAttributes::getFontSize() const in getFontSize() function in svgio::svgreader::SvgStyleAttributes2281 const SvgNumber aParentNumber = pSvgStyleAttributes->getFontSize(); in getFontSize()2297 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()
305 public int getFontSize() { in getFontSize() method in TextStyle
366 SvgNumber getFontSize() const;
191 propertyValue.Value = new Integer(StyleConstants.getFontSize(as)); in setAttributes()
771 const double fFontSize(state->getFontSize()); in drawChar()
1831 -GrUtfTextSrc::getFontSize(gr::toffset ich)1832 +GrUtfTextSrc::getFontSize(gr::toffset /*ich*/)
Completed in 214 milliseconds