[Overview][Types][Classes][Index] Reference for unit 'GLUTBitmapFont' (#nvidia-widgets)

TFontStyles

Declaration

Source position: glutbitmapfont.pas line 11

type TFontStyles = record

  Name: ;

  Bold: Boolean;

  Italic: Boolean;

  StrikeTrough: Boolean;

  Underline: Boolean;

  Font: pointer;

  TextListBase: Integer;

end;