Class TTextureFontDataInformation

Unit

Declaration

type TTextureFontDataInformation = class(TObject)

Description

Additional metadata about TTextureFontData, used when embedding and recreating TTextureFontData instances.

Source: fonts/castletexturefontdata.pas (line 87).

Hierarchy

  • TObject
  • TTextureFontDataInformation

Overview

Fields

Public Size: Cardinal;
Public AntiAliased: Boolean;
Public FamilyName: String;
Public StyleName: String;
Public Bold: Boolean;
Public Italic: Boolean;

Description

Fields

Public Size: Cardinal;

This item has no description.

Source: fonts/castletexturefontdata.pas (line 88).

Public AntiAliased: Boolean;

This item has no description.

Source: fonts/castletexturefontdata.pas (line 89).

Public FamilyName: String;

This item has no description.

Source: fonts/castletexturefontdata.pas (line 90).

Public StyleName: String;

This item has no description.

Source: fonts/castletexturefontdata.pas (line 90).

Public Bold: Boolean;

This item has no description.

Source: fonts/castletexturefontdata.pas (line 91).

Public Italic: Boolean;

This item has no description.

Source: fonts/castletexturefontdata.pas (line 91).


Generated by PasDoc 0.17.0.snapshot.