[Overview][Types][Procedures and functions][Index] Reference for unit 'TTCMap' (#lazutils)

TCMapTable

Declaration

Source position: ttcmap.pas line 102

type TCMapTable = record

  platformID: UShort;

  

  platformEncodingID: UShort;

  

  Format: Word;

  

  Length: Word;

  

  Version: Word;

  

  Loaded: Boolean;

  

  CannotLoad: Boolean;

  

  StreamPtr: ;

  

  Offset: Long;

  

  case Byte of

    0: (

        cmap0: TCMap0;

  

      );

    2: (

        cmap2: TCMap2;

  

      );

    4: (

        cmap4: TCMap4;

  

      );

    6: (

        cmap6: TCMap6;

  

      );

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.