Unit 'libSDL2_ttf' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_sdl]

TTTF_GlyphMetrics

Declaration

Source position: libsdl2_ttf.pas line 107

type TTTF_GlyphMetrics = function(

  font: PTTF_Font;

  ch: cuint16;

  minx: pcint;

  maxx: pcint;

  miny: pcint;

  maxy: pcint;

  advance: pcint

):cint;



CT Web help

CodeTyphon Studio