Searched refs:offsetToOffsetTable (Results 1 – 2 of 2) sorted by relevance
258 private Font.Builder loadSingleOTFForBuilding(WritableFontData wfd, int offsetToOffsetTable) in loadSingleOTFForBuilding() argument264 Font.Builder builder = Font.Builder.getOTFBuilder(this, wfd, offsetToOffsetTable); in loadSingleOTFForBuilding()
635 private void loadFont(WritableFontData wfd, int offsetToOffsetTable) throws IOException { in loadFont() argument639 SortedSet<Header> records = readHeader(wfd, offsetToOffsetTable); in loadFont()652 FontFactory factory, WritableFontData wfd, int offsetToOffsetTable) throws IOException { in getOTFBuilder() argument654 builder.loadFont(wfd, offsetToOffsetTable); in getOTFBuilder()