()
| 792 | |
| 793 | /// {@inheritDoc} |
| 794 | @Override |
| 795 | public int hashCode() { |
| 796 | if (ttf && font != null) { |
| 797 | return font.hashCode(); |
| 798 | } |
| 799 | return getFace() ^ getSize() ^ getStyle(); |
| 800 | } |
| 801 | |
| 802 | /// The ascent is the amount by which the character ascends above the baseline. |
| 803 | /// |