Home | History | Annotate | Download | only in font

Lines Matching defs:oc

52         OutputCapsule oc = ex.getCapsule(this);

53 oc.write(lineHeight, "lineHeight", 0);
54 oc.write(base, "base", 0);
55 oc.write(renderedSize, "renderedSize", 0);
56 oc.write(width, "width", 0);
57 oc.write(height, "height", 0);
58 oc.write(pageSize, "pageSize", 0);
67 writeCharset(oc, style, charset);
69 oc.write(styles, "styles", null);
72 protected void writeCharset(OutputCapsule oc, int style, IntMap<BitmapCharacter> charset) throws IOException {
83 oc.write(indexes, "indexes"+style, null);
84 oc.write(chars, "chars"+style, null);