mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
text api work, not necessarily complete
This commit is contained in:
@@ -177,6 +177,7 @@ public class PFont2 extends PFont {
|
||||
height[index] = (maxY - minY) + 1;
|
||||
width[index] = (maxX - minX) + 1;
|
||||
setWidth[index] = metrics.charWidth(c);
|
||||
//System.out.println((char)c + " " + setWidth[index]);
|
||||
|
||||
// cache locations of the ascii charset
|
||||
//if (value[i] < 128) ascii[value[i]] = i;
|
||||
|
||||
Reference in New Issue
Block a user