Searched refs:sizeInPoints (Results 1 – 2 of 2) sorted by relevance
66 protected int sizeInPoints = 0; field in TextStyle156 this.sizeInPoints = fontSize; in TextStyle()247 sizeInPoints = Integer.parseInt(num); in handleAttribute()306 return sizeInPoints; in getFontSize()403 if ((sizeInPoints == 0) && (parentStyle.sizeInPoints != 0)) in getResolved()404 resolved.sizeInPoints = parentStyle.sizeInPoints; in getResolved()500 + toCSV(fontName) + toCSV("" + sizeInPoints) + attributes + toLastCSV(null)); in dumpCSV()540 if (tStyle.sizeInPoints != 0) { in isSubset()541 if (sizeInPoints != tStyle.sizeInPoints) in isSubset()603 if (sizeInPoints != 0) { in writeAttributes()[all …]
77 protected int sizeInPoints; field in Format101 sizeInPoints = fontSize; in Format()125 sizeInPoints = fmt.sizeInPoints; in Format()139 sizeInPoints = 10; in clearFormatting()301 sizeInPoints = fontSize; in setFontSize()311 return sizeInPoints; in getFontSize()448 if (rhs.sizeInPoints != 0) { in isSubset()449 if (sizeInPoints != rhs.sizeInPoints) in isSubset()