Einzelnen Beitrag anzeigen

bra

Registriert seit: 20. Jan 2015
711 Beiträge
 
Delphi 10.2 Tokyo Enterprise
 
#2

AW: Eine allgemeine Frage zum Verständnis, warum negative Font.Height ?

  Alt 7. Jun 2016, 09:57
Die Fonts sind auch in der IDE als negative Werte angegeben. Wieso, weiß ich auch nicht, fand ich auch immer merkwürdig.
Google hilft:

http://www.delphipages.com/forum/sho...d.php?t=120942
Zitat:
You must work with TFont.Size but not with TFont.Height

Height property calculated automatically:
Font.Height = -Font.Size*Font.PixelsPerInch/72

So the Size is a size of the font in points, the Height is in pixels.

From help-file:
*********************************
If the value is negative, the internal leading that appears at the top of each line of text is not measured. If the value is positive, Height represents the height of the characters plus the internal leading.
*********************************
  Mit Zitat antworten Zitat