Klaus Junge: Aus java.awt.FontMetrics

Beitrag lesen

Hallo allerseits,

in einem java-jdk habe ich folgende Methode beschrieben gefunden.
Naja, _benannt_ würde den Inhalt genausogut umschreiben.

-----

Class java.awt.FontMetrics

charWidth

public int charWidth(char ch)

Returns the advance width of the specified character in this Font.
     The advance width is the amount by which the current point is moved
     from one character to the next in a line of text.

Parameters:
          ch - the character to be measured
     Returns:
          the advance width of the specified char > in the font described by this font metric

-----

Da steht, daß eine Breite/Laufweite zurückgegeben wird, nur nicht in was.
Vielleicht ließe sich hiermit ja doch herauskriegen was für ein Fonttyp gesetzt ist.

Klaus