Exemplo n.º 1
0
 public void newline()
 {
     maxLineWidth = Math.Max(maxLineWidth, glyphLayout.currentPositionPixels);
     glyphLayout.newLine(0, lineHeight, false);
     lineBreaker.newline();
 }
Exemplo n.º 2
0
 public void newline()
 {
     copyTempBuffer();
     glyphLayout.newLine(lineStartPosition, lineHeight, false);
     lineBreaker.newline();
 }