Unit 'feFontEngine' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_engines]

TCMapTable

Declaration

Source position: fefontengine.pas line 979

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;



CT Web help

CodeTyphon Studio