1 17 18 19 20 package org.apache.fop.fonts; 21 22 27 public interface FontDescriptor extends FontMetrics { 28 29 33 int getAscender(); 34 35 36 40 int getCapHeight(); 41 42 43 47 int getDescender(); 48 49 50 54 int getFlags(); 55 56 57 61 int[] getFontBBox(); 62 63 64 68 int getItalicAngle(); 69 70 71 75 int getStemV(); 76 77 78 82 boolean isEmbeddable(); 83 84 85 } 86 | Popular Tags |