MCPcopy Index your code
hub / github.com/processing/processing / writeHeader

Method writeHeader

core/src/processing/core/PFont.java:1017–1025  ·  view source on GitHub ↗
(DataOutputStream os)

Source from the content-addressed store, hash-verified

1015
1016
1017 protected void writeHeader(DataOutputStream os) throws IOException {
1018 os.writeInt(value);
1019 os.writeInt(height);
1020 os.writeInt(width);
1021 os.writeInt(setWidth);
1022 os.writeInt(topExtent);
1023 os.writeInt(leftExtent);
1024 os.writeInt(0); // padding
1025 }
1026
1027
1028 protected void readBitmap(DataInputStream is) throws IOException {

Callers 1

saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected