SFNTLayoutTypes.h
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:48k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. /*
  2.      File:       SFNTLayoutTypes.h
  3.  
  4.      Contains:   SFNT file layout structures and constants.
  5.  
  6.      Version:    Technology: Mac OS 8
  7.                  Release:    QuickTime 6.0.2
  8.  
  9.      Copyright:  (c) 1994-2001 by Apple Computer, Inc., all rights reserved.
  10.  
  11.      Bugs?:      For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. */
  17. #ifndef __SFNTLAYOUTTYPES__
  18. #define __SFNTLAYOUTTYPES__
  19. #ifndef __MACTYPES__
  20. #include "MacTypes.h"
  21. #endif
  22. #if PRAGMA_ONCE
  23. #pragma once
  24. #endif
  25. #ifdef __cplusplus
  26. extern "C" {
  27. #endif
  28. #if PRAGMA_IMPORT
  29. #pragma import on
  30. #endif
  31. #if PRAGMA_STRUCT_ALIGN
  32.     #pragma options align=mac68k
  33. #elif PRAGMA_STRUCT_PACKPUSH
  34.     #pragma pack(push, 2)
  35. #elif PRAGMA_STRUCT_PACK
  36.     #pragma pack(2)
  37. #endif
  38. /* ----------------------------------------------------------------------------------------- */
  39. /* CONSTANTS */
  40. /*
  41.     The following values can be used to set run feature values. Note that unless the
  42.     feature is defaulted differently in different fonts, the zero value for the
  43.     selectors represents the default value.  Check the following URL site for further info:
  44.     "http://fonts.apple.com/Registry"
  45. */
  46. enum {
  47.     kAllTypographicFeaturesType = 0,
  48.     kAllTypeFeaturesOnSelector  = 0,
  49.     kAllTypeFeaturesOffSelector = 1,
  50.     kLigaturesType              = 1,
  51.     kRequiredLigaturesOnSelector = 0,
  52.     kRequiredLigaturesOffSelector = 1,
  53.     kCommonLigaturesOnSelector  = 2,
  54.     kCommonLigaturesOffSelector = 3,
  55.     kRareLigaturesOnSelector    = 4,
  56.     kRareLigaturesOffSelector   = 5,
  57.     kLogosOnSelector            = 6,
  58.     kLogosOffSelector           = 7,
  59.     kRebusPicturesOnSelector    = 8,
  60.     kRebusPicturesOffSelector   = 9,
  61.     kDiphthongLigaturesOnSelector = 10,
  62.     kDiphthongLigaturesOffSelector = 11,
  63.     kSquaredLigaturesOnSelector = 12,
  64.     kSquaredLigaturesOffSelector = 13,
  65.     kAbbrevSquaredLigaturesOnSelector = 14,
  66.     kAbbrevSquaredLigaturesOffSelector = 15,
  67.     kCursiveConnectionType      = 2,
  68.     kUnconnectedSelector        = 0,
  69.     kPartiallyConnectedSelector = 1,
  70.     kCursiveSelector            = 2,
  71.     kLetterCaseType             = 3,
  72.     kUpperAndLowerCaseSelector  = 0,
  73.     kAllCapsSelector            = 1,
  74.     kAllLowerCaseSelector       = 2,
  75.     kSmallCapsSelector          = 3,
  76.     kInitialCapsSelector        = 4,
  77.     kInitialCapsAndSmallCapsSelector = 5,
  78.     kVerticalSubstitutionType   = 4,
  79.     kSubstituteVerticalFormsOnSelector = 0,
  80.     kSubstituteVerticalFormsOffSelector = 1,
  81.     kLinguisticRearrangementType = 5,
  82.     kLinguisticRearrangementOnSelector = 0,
  83.     kLinguisticRearrangementOffSelector = 1,
  84.     kNumberSpacingType          = 6,
  85.     kMonospacedNumbersSelector  = 0,
  86.     kProportionalNumbersSelector = 1,                           /*   kAppleReserved1Type = 7, */
  87.     kSmartSwashType             = 8,
  88.     kWordInitialSwashesOnSelector = 0,
  89.     kWordInitialSwashesOffSelector = 1,
  90.     kWordFinalSwashesOnSelector = 2,
  91.     kWordFinalSwashesOffSelector = 3,
  92.     kLineInitialSwashesOnSelector = 4,
  93.     kLineInitialSwashesOffSelector = 5,
  94.     kLineFinalSwashesOnSelector = 6,
  95.     kLineFinalSwashesOffSelector = 7,
  96.     kNonFinalSwashesOnSelector  = 8,
  97.     kNonFinalSwashesOffSelector = 9,
  98.     kDiacriticsType             = 9,
  99.     kShowDiacriticsSelector     = 0,
  100.     kHideDiacriticsSelector     = 1,
  101.     kDecomposeDiacriticsSelector = 2,
  102.     kVerticalPositionType       = 10,
  103.     kNormalPositionSelector     = 0,
  104.     kSuperiorsSelector          = 1,
  105.     kInferiorsSelector          = 2,
  106.     kOrdinalsSelector           = 3,
  107.     kFractionsType              = 11,
  108.     kNoFractionsSelector        = 0,
  109.     kVerticalFractionsSelector  = 1,
  110.     kDiagonalFractionsSelector  = 2,                            /*   kAppleReserved2Type = 12, */
  111.     kOverlappingCharactersType  = 13,
  112.     kPreventOverlapOnSelector   = 0,
  113.     kPreventOverlapOffSelector  = 1,
  114.     kTypographicExtrasType      = 14,
  115.     kHyphensToEmDashOnSelector  = 0,
  116.     kHyphensToEmDashOffSelector = 1,
  117.     kHyphenToEnDashOnSelector   = 2,
  118.     kHyphenToEnDashOffSelector  = 3,
  119.     kSlashedZeroOnSelector      = 4,
  120.     kSlashedZeroOffSelector     = 5,
  121.     kFormInterrobangOnSelector  = 6,
  122.     kFormInterrobangOffSelector = 7,
  123.     kSmartQuotesOnSelector      = 8,
  124.     kSmartQuotesOffSelector     = 9,
  125.     kPeriodsToEllipsisOnSelector = 10,
  126.     kPeriodsToEllipsisOffSelector = 11,
  127.     kMathematicalExtrasType     = 15,
  128.     kHyphenToMinusOnSelector    = 0,
  129.     kHyphenToMinusOffSelector   = 1,
  130.     kAsteriskToMultiplyOnSelector = 2,
  131.     kAsteriskToMultiplyOffSelector = 3,
  132.     kSlashToDivideOnSelector    = 4,
  133.     kSlashToDivideOffSelector   = 5,
  134.     kInequalityLigaturesOnSelector = 6,
  135.     kInequalityLigaturesOffSelector = 7,
  136.     kExponentsOnSelector        = 8,
  137.     kExponentsOffSelector       = 9,
  138.     kOrnamentSetsType           = 16,
  139.     kNoOrnamentsSelector        = 0,
  140.     kDingbatsSelector           = 1,
  141.     kPiCharactersSelector       = 2,
  142.     kFleuronsSelector           = 3,
  143.     kDecorativeBordersSelector  = 4,
  144.     kInternationalSymbolsSelector = 5,
  145.     kMathSymbolsSelector        = 6,
  146.     kCharacterAlternativesType  = 17,
  147.     kNoAlternatesSelector       = 0,
  148.     kDesignComplexityType       = 18,
  149.     kDesignLevel1Selector       = 0,
  150.     kDesignLevel2Selector       = 1,
  151.     kDesignLevel3Selector       = 2,
  152.     kDesignLevel4Selector       = 3,
  153.     kDesignLevel5Selector       = 4,
  154.     kStyleOptionsType           = 19,
  155.     kNoStyleOptionsSelector     = 0,
  156.     kDisplayTextSelector        = 1,
  157.     kEngravedTextSelector       = 2,
  158.     kIlluminatedCapsSelector    = 3,
  159.     kTitlingCapsSelector        = 4,
  160.     kTallCapsSelector           = 5,
  161.     kCharacterShapeType         = 20,
  162.     kTraditionalCharactersSelector = 0,
  163.     kSimplifiedCharactersSelector = 1,
  164.     kJIS1978CharactersSelector  = 2,
  165.     kJIS1983CharactersSelector  = 3,
  166.     kJIS1990CharactersSelector  = 4,
  167.     kTraditionalAltOneSelector  = 5,
  168.     kTraditionalAltTwoSelector  = 6,
  169.     kTraditionalAltThreeSelector = 7,
  170.     kTraditionalAltFourSelector = 8,
  171.     kTraditionalAltFiveSelector = 9,
  172.     kExpertCharactersSelector   = 10,
  173.     kNumberCaseType             = 21,
  174.     kLowerCaseNumbersSelector   = 0,
  175.     kUpperCaseNumbersSelector   = 1,
  176.     kTextSpacingType            = 22,
  177.     kProportionalTextSelector   = 0,
  178.     kMonospacedTextSelector     = 1,
  179.     kHalfWidthTextSelector      = 2,
  180.     kNormallySpacedTextSelector = 3,
  181.     kTransliterationType        = 23,
  182.     kNoTransliterationSelector  = 0,
  183.     kHanjaToHangulSelector      = 1,
  184.     kHiraganaToKatakanaSelector = 2,
  185.     kKatakanaToHiraganaSelector = 3,
  186.     kKanaToRomanizationSelector = 4,
  187.     kRomanizationToHiraganaSelector = 5,
  188.     kRomanizationToKatakanaSelector = 6,
  189.     kHanjaToHangulAltOneSelector = 7,
  190.     kHanjaToHangulAltTwoSelector = 8,
  191.     kHanjaToHangulAltThreeSelector = 9,
  192.     kAnnotationType             = 24,
  193.     kNoAnnotationSelector       = 0,
  194.     kBoxAnnotationSelector      = 1,
  195.     kRoundedBoxAnnotationSelector = 2,
  196.     kCircleAnnotationSelector   = 3,
  197.     kInvertedCircleAnnotationSelector = 4,
  198.     kParenthesisAnnotationSelector = 5,
  199.     kPeriodAnnotationSelector   = 6,
  200.     kRomanNumeralAnnotationSelector = 7,
  201.     kDiamondAnnotationSelector  = 8,
  202.     kKanaSpacingType            = 25,
  203.     kFullWidthKanaSelector      = 0,
  204.     kProportionalKanaSelector   = 1,
  205.     kIdeographicSpacingType     = 26,
  206.     kFullWidthIdeographsSelector = 0,
  207.     kProportionalIdeographsSelector = 1,
  208.     kCJKRomanSpacingType        = 103,
  209.     kHalfWidthCJKRomanSelector  = 0,
  210.     kProportionalCJKRomanSelector = 1,
  211.     kDefaultCJKRomanSelector    = 2,
  212.     kFullWidthCJKRomanSelector  = 3,
  213.     kLastFeatureType            = -1
  214. };
  215. /* --------------------------------------------------------------------------- */
  216. /* ---------------- Table Specific Typedefs and Constants -------------------- */
  217. /* --------------------------------------------------------------------------- */
  218. /* FORMATS FOR TABLE: lookup tables - used within various other tables */
  219. enum {
  220.     kSFNTLookupSimpleArray      = 0,                            /* a simple array indexed by glyph code */
  221.     kSFNTLookupSegmentSingle    = 2,                            /* segment mapping to single value */
  222.     kSFNTLookupSegmentArray     = 4,                            /* segment mapping to lookup array */
  223.     kSFNTLookupSingleTable      = 6,                            /* sorted list of glyph, value pairs */
  224.     kSFNTLookupTrimmedArray     = 8                             /* a simple trimmed array indexed by glyph code */
  225. };
  226. typedef UInt16                          SFNTLookupTableFormat;
  227. typedef UInt16                          SFNTLookupValue;
  228. typedef UInt16                          SFNTLookupOffset;
  229. typedef UInt32                          SFNTLookupKind;
  230. /*
  231.     A BinarySearchHeader defines the five standard fields needed to perform quick
  232.     lookups in a lookup table (note that using UInt16s, and not ItemCounts or
  233.     similar types, is important here, since these tables are in fonts, and the
  234.     documented font formats specify 16-bit quantities).
  235. */
  236. struct SFNTLookupBinarySearchHeader {
  237.     UInt16                          unitSize;                   /* size of a unit in bytes */
  238.     UInt16                          nUnits;                     /* number of units in table */
  239.     UInt16                          searchRange;                /* (largest power of two <= nUnits) * unitSize */
  240.     UInt16                          entrySelector;              /* log2 (largest power of two <= nUnits) */
  241.     UInt16                          rangeShift;                 /* (nUnits - largest power of two <= nUnits) * unitSize */
  242. };
  243. typedef struct SFNTLookupBinarySearchHeader SFNTLookupBinarySearchHeader;
  244. /* A format 0 lookup table maps all glyphs in the font to lookup values */
  245. struct SFNTLookupArrayHeader {
  246.     SFNTLookupValue                 lookupValues[1];
  247. };
  248. typedef struct SFNTLookupArrayHeader    SFNTLookupArrayHeader;
  249. /* A format 8 lookup table maps some range of glyphs in the font to lookup values */
  250. struct SFNTLookupTrimmedArrayHeader {
  251.     UInt16                          firstGlyph;
  252.     UInt16                          count;
  253.     SFNTLookupValue                 valueArray[1];
  254. };
  255. typedef struct SFNTLookupTrimmedArrayHeader SFNTLookupTrimmedArrayHeader;
  256. /*
  257.     Format 2 and format 4 lookup tables map ranges of glyphs to either single lookup
  258.     values (format 2), or per-glyph lookup values (format 4). Since both formats
  259.     use the same kind of data, only one unified set of segment-related structures
  260.     is defined.
  261. */
  262. struct SFNTLookupSegment {
  263.     UInt16                          lastGlyph;
  264.     UInt16                          firstGlyph;
  265.     UInt16                          value[1];
  266. };
  267. typedef struct SFNTLookupSegment        SFNTLookupSegment;
  268. struct SFNTLookupSegmentHeader {
  269.     SFNTLookupBinarySearchHeader    binSearch;
  270.     SFNTLookupSegment               segments[1];
  271. };
  272. typedef struct SFNTLookupSegmentHeader  SFNTLookupSegmentHeader;
  273. /* A format 6 lookup table maps single glyphs to lookup values. */
  274. struct SFNTLookupSingle {
  275.     UInt16                          glyph;
  276.     UInt16                          value[1];
  277. };
  278. typedef struct SFNTLookupSingle         SFNTLookupSingle;
  279. struct SFNTLookupSingleHeader {
  280.     SFNTLookupBinarySearchHeader    binSearch;
  281.     SFNTLookupSingle                entries[1];
  282. };
  283. typedef struct SFNTLookupSingleHeader   SFNTLookupSingleHeader;
  284. /* The format-specific part of the subtable header */
  285. union SFNTLookupFormatSpecificHeader {
  286.     SFNTLookupArrayHeader           theArray;
  287.     SFNTLookupSegmentHeader         segment;
  288.     SFNTLookupSingleHeader          single;
  289.     SFNTLookupTrimmedArrayHeader    trimmedArray;
  290. };
  291. typedef union SFNTLookupFormatSpecificHeader SFNTLookupFormatSpecificHeader;
  292. /* The overall subtable header */
  293. struct SFNTLookupTable {
  294.     SFNTLookupTableFormat           format;                     /* table format */
  295.     SFNTLookupFormatSpecificHeader  fsHeader;                   /* format specific header */
  296. };
  297. typedef struct SFNTLookupTable          SFNTLookupTable;
  298. typedef SFNTLookupTable *               SFNTLookupTablePtr;
  299. typedef SFNTLookupTablePtr *            SFNTLookupTableHandle;
  300. /* --------------------------------------------------------------------------- */
  301. /* GENERAL FORMATS FOR STATE TABLES -- prefix "ST" */
  302. enum {
  303.     kSTClassEndOfText           = 0,
  304.     kSTClassOutOfBounds         = 1,
  305.     kSTClassDeletedGlyph        = 2,
  306.     kSTClassEndOfLine           = 3,
  307.     kSTSetMark                  = 0x8000,
  308.     kSTNoAdvance                = 0x4000,
  309.     kSTMarkEnd                  = 0x2000,
  310.     kSTLigActionMask            = 0x3FFF,
  311.     kSTRearrVerbMask            = 0x000F
  312. };
  313. typedef UInt8                           STClass;
  314. typedef UInt8                           STEntryIndex;
  315. struct STHeader {
  316.     UInt8                           filler;
  317.     STClass                         nClasses;
  318.     UInt16                          classTableOffset;
  319.     UInt16                          stateArrayOffset;
  320.     UInt16                          entryTableOffset;
  321. };
  322. typedef struct STHeader                 STHeader;
  323. struct STClassTable {
  324.     UInt16                          firstGlyph;
  325.     UInt16                          nGlyphs;
  326.     STClass                         classes[1];
  327. };
  328. typedef struct STClassTable             STClassTable;
  329. struct STEntryZero {
  330.     UInt16                          newState;
  331.     UInt16                          flags;
  332. };
  333. typedef struct STEntryZero              STEntryZero;
  334. struct STEntryOne {
  335.     UInt16                          newState;
  336.     UInt16                          flags;
  337.     UInt16                          offset1;
  338. };
  339. typedef struct STEntryOne               STEntryOne;
  340. struct STEntryTwo {
  341.     UInt16                          newState;
  342.     UInt16                          flags;
  343.     UInt16                          offset1;
  344.     UInt16                          offset2;
  345. };
  346. typedef struct STEntryTwo               STEntryTwo;
  347. /* --------------------------------------------------------------------------- */
  348. /* FORMATS FOR TABLE: 'lcar' */
  349. /* CONSTANTS */
  350. enum {
  351.     kLCARTag                    = 0x6C636172,                   /* 'lcar' */
  352.     kLCARCurrentVersion         = 0x00010000,                   /* current version number for 'lcar' table */
  353.     kLCARLinearFormat           = 0,
  354.     kLCARCtlPointFormat         = 1
  355. };
  356. /* TYPES */
  357. struct LcarCaretClassEntry {
  358.     UInt16                          count;
  359.     UInt16                          partials[1];                /* these are either FUnits or control-point numbers */
  360. };
  361. typedef struct LcarCaretClassEntry      LcarCaretClassEntry;
  362. struct LcarCaretTable {
  363.     Fixed                           version;
  364.     UInt16                          format;
  365.     SFNTLookupTable                 lookup;
  366. };
  367. typedef struct LcarCaretTable           LcarCaretTable;
  368. typedef LcarCaretTable *                LcarCaretTablePtr;
  369. /* --------------------------------------------------------------------------- */
  370. /* FORMATS FOR TABLE: 'just' */
  371. /* CONSTANTS */
  372. enum {
  373.     kJUSTTag                    = 0x6A757374,                   /* 'just' */
  374.     kJUSTCurrentVersion         = 0x00010000,
  375.     kJUSTStandardFormat         = 0,
  376.     kJUSTnoGlyphcode            = 0xFFFF,                       /* used in a pcConditionalAddAction */
  377.     kJUSTpcDecompositionAction  = 0,
  378.     kJUSTpcUnconditionalAddAction = 1,
  379.     kJUSTpcConditionalAddAction = 2,
  380.     kJUSTpcGlyphStretchAction   = 3,
  381.     kJUSTpcDuctilityAction      = 4,
  382.     kJUSTpcGlyphRepeatAddAction = 5
  383. };
  384. /* Justification priority levels */
  385. enum {
  386.     kJUSTKashidaPriority        = 0,
  387.     kJUSTSpacePriority          = 1,
  388.     kJUSTLetterPriority         = 2,
  389.     kJUSTNullPriority           = 3,
  390.     kJUSTPriorityCount          = 4
  391. };
  392. /* Justification flags */
  393. enum {
  394.     kJUSTOverridePriority       = 0x8000,
  395.     kJUSTOverrideLimits         = 0x4000,
  396.     kJUSTOverrideUnlimited      = 0x2000,
  397.     kJUSTUnlimited              = 0x1000,
  398.     kJUSTPriorityMask           = 0x0003
  399. };
  400. /* TYPES */
  401. typedef UInt16                          JustPCActionType;
  402. typedef UInt16                          JustificationFlags;
  403. /* A JustPCDecompositionAction defines a ligature decomposition action. */
  404. struct JustPCDecompositionAction {
  405.     Fixed                           lowerLimit;
  406.     Fixed                           upperLimit;
  407.     UInt16                          order;
  408.     UInt16                          count;
  409.     UInt16                          glyphs[1];
  410. };
  411. typedef struct JustPCDecompositionAction JustPCDecompositionAction;
  412. /* A JUSTPCUnconditionalAddAction defines an unconditional glyph add action. */
  413. typedef UInt16                          JustPCUnconditionalAddAction;
  414. /*
  415.     A JUSTPCConditionalAddAction defines a glyph substitution and add action. If the addGlyph
  416.     is equal to kJUSTnoGlyphcode, then no glyph will be added, and the justification for
  417.     the line will be redone.
  418. */
  419. struct JustPCConditionalAddAction {
  420.     Fixed                           substThreshhold;            /* threshhold of growth factor at which subst occurs */
  421.     UInt16                          addGlyph;
  422.     UInt16                          substGlyph;
  423. };
  424. typedef struct JustPCConditionalAddAction JustPCConditionalAddAction;
  425. /* A PCDuctilityAction defines a ductile axis along which the glyph will be varied. */
  426. struct JustPCDuctilityAction {
  427.     UInt32                          ductilityAxis;
  428.     Fixed                           minimumLimit;
  429.     Fixed                           noStretchValue;
  430.     Fixed                           maximumLimit;
  431. };
  432. typedef struct JustPCDuctilityAction    JustPCDuctilityAction;
  433. /*
  434.     A PCGlyphRepetitionAction defines a glyph which will not be stretched or otherwise
  435.     transformed, but rather which will be emplaced however many times are needed to fill
  436.     the needed gap.
  437. */
  438. struct JustPCGlyphRepeatAddAction {
  439.     UInt16                          flags;
  440.     UInt16                          glyph;
  441. };
  442. typedef struct JustPCGlyphRepeatAddAction JustPCGlyphRepeatAddAction;
  443. /* PCActionSubrecords contain the actual postcompensation actions. */
  444. struct JustPCActionSubrecord {
  445.     UInt16                          theClass;                   /* justification class value associated with this rec */
  446.     JustPCActionType                theType;
  447.     UInt32                          length;
  448.     UInt32                          data;                       /* not really a UInt32; cast as ptr to appropriate action */
  449. };
  450. typedef struct JustPCActionSubrecord    JustPCActionSubrecord;
  451. /* The set of postcompensation records is defined in a PCAction struct. */
  452. struct JustPCAction {
  453.     UInt32                          actionCount;                /* long for alignment purposes */
  454.     JustPCActionSubrecord           actions[1];
  455. };
  456. typedef struct JustPCAction             JustPCAction;
  457. /*
  458.     JustWidthDeltaEntry is the justification table entry structure.  The justClass value (which is
  459.     actually limited to 7 bits by the state table structure) is defined as a long for PPC alignment reasons.
  460. */
  461. struct JustWidthDeltaEntry {
  462.     UInt32                          justClass;
  463.     Fixed                           beforeGrowLimit;            /* ems AW can grow by at most on LT */
  464.     Fixed                           beforeShrinkLimit;          /* ems AW can shrink by at most on LT */
  465.     Fixed                           afterGrowLimit;             /* ems AW can grow by at most on RB */
  466.     Fixed                           afterShrinkLimit;           /* ems AW can shrink by at most on RB */
  467.     JustificationFlags              growFlags;                  /* flags controlling grow case */
  468.     JustificationFlags              shrinkFlags;                /* flags controlling shrink case */
  469. };
  470. typedef struct JustWidthDeltaEntry      JustWidthDeltaEntry;
  471. struct JustWidthDeltaGroup {
  472.     UInt32                          count;
  473.     JustWidthDeltaEntry             entries[1];
  474. };
  475. typedef struct JustWidthDeltaGroup      JustWidthDeltaGroup;
  476. /* Overall structure of a postcompensation table is defined in PostcompTable. */
  477. struct JustPostcompTable {
  478.     SFNTLookupTable                 lookupTable;
  479.                                                                 /* action records here */
  480. };
  481. typedef struct JustPostcompTable        JustPostcompTable;
  482. struct JustDirectionTable {
  483.     UInt16                          justClass;                  /* offset to state table (0=none) */
  484.     UInt16                          widthDeltaClusters;         /* offset to clusters */
  485.     UInt16                          postcomp;                   /* offset to postcomp table (0=none) */
  486.     SFNTLookupTable                 lookup;
  487. };
  488. typedef struct JustDirectionTable       JustDirectionTable;
  489. struct JustTable {
  490.     Fixed                           version;
  491.     UInt16                          format;
  492.     UInt16                          horizHeaderOffset;
  493.     UInt16                          vertHeaderOffset;
  494. };
  495. typedef struct JustTable                JustTable;
  496. /* --------------------------------------------------------------------------- */
  497. /* FORMATS FOR TABLE: 'opbd' */
  498. /* CONSTANTS */
  499. enum {
  500.     kOPBDTag                    = 0x6F706264,                   /* 'opbd' */
  501.     kOPBDCurrentVersion         = 0x00010000,
  502.     kOPBDDistanceFormat         = 0,
  503.     kOPBDControlPointFormat     = 1
  504. };
  505. /* TYPES */
  506. typedef UInt16                          OpbdTableFormat;
  507. /*
  508.     The OpbdSideValues struct is the lookup result from the FindSingle call for the
  509.     optical tables. It contains the 4 FUnit values that are relevant to the specified
  510.     glyph, or the 4 control gxPoint values.
  511. */
  512. struct OpbdSideValues {
  513.     SInt16                          leftSideShift;
  514.     SInt16                          topSideShift;
  515.     SInt16                          rightSideShift;
  516.     SInt16                          bottomSideShift;
  517. };
  518. typedef struct OpbdSideValues           OpbdSideValues;
  519. struct OpbdTable {
  520.     Fixed                           version;
  521.     OpbdTableFormat                 format;
  522.     SFNTLookupTable                 lookupTable;
  523. };
  524. typedef struct OpbdTable                OpbdTable;
  525. /* --------------------------------------------------------------------------- */
  526. /* FORMATS FOR TABLE: 'mort' */
  527. /* CONSTANTS */
  528. enum {
  529.     kMORTTag                    = 0x6D6F7274,                   /* 'mort' */
  530.     kMORTCurrentVersion         = 0x00010000,                   /* current version number for 'mort' table */
  531.                                                                 /* Coverage masks */
  532.     kMORTCoverVertical          = 0x8000,
  533.     kMORTCoverDescending        = 0x4000,
  534.     kMORTCoverIgnoreVertical    = 0x2000,
  535.     kMORTCoverTypeMask          = 0x000F,                       /* Subtable types */
  536.     kMORTRearrangementType      = 0,
  537.     kMORTContextualType         = 1,
  538.     kMORTLigatureType           = 2,
  539.     kMORTSwashType              = 4,
  540.     kMORTInsertionType          = 5,                            /* Ligature subtable constants */
  541.     kMORTLigLastAction          = (long)0x80000000,
  542.     kMORTLigStoreLigature       = 0x40000000,
  543.     kMORTLigFormOffsetMask      = 0x3FFFFFFF,
  544.     kMORTLigFormOffsetShift     = 2,                            /* Rearrangement subtable actions */
  545.     kMORTraNoAction             = 0,                            /*    no action   */
  546.     kMORTraxA                   = 1,                            /*      Ax => xA    */
  547.     kMORTraDx                   = 2,                            /*      xD => Dx    */
  548.     kMORTraDxA                  = 3,                            /*     AxD => DxA   */
  549.     kMORTraxAB                  = 4,                            /*   ABx => xAB   */
  550.     kMORTraxBA                  = 5,                            /*   ABx => xBA   */
  551.     kMORTraCDx                  = 6,                            /*   xCD => CDx   */
  552.     kMORTraDCx                  = 7,                            /*   xCD => DCx   */
  553.     kMORTraCDxA                 = 8,                            /*  AxCD => CDxA  */
  554.     kMORTraDCxA                 = 9,                            /*  AxCD => DCxA  */
  555.     kMORTraDxAB                 = 10,                           /*  ABxD => DxAB  */
  556.     kMORTraDxBA                 = 11,                           /*  ABxD => DxBA  */
  557.     kMORTraCDxAB                = 12,                           /* ABxCD => CDxAB */
  558.     kMORTraCDxBA                = 13,                           /* ABxCD => CDxBA */
  559.     kMORTraDCxAB                = 14,                           /* ABxCD => DCxAB */
  560.     kMORTraDCxBA                = 15,                           /* ABxCD => DCxBA */
  561.                                                                 /* Insertion subtable constants */
  562.     kMORTDoInsertionsBefore     = 0x80,
  563.     kMORTIsSplitVowelPiece      = 0x40,
  564.     kMORTInsertionsCountMask    = 0x3F,
  565.     kMORTCurrInsertKashidaLike  = 0x2000,
  566.     kMORTMarkInsertKashidaLike  = 0x1000,
  567.     kMORTCurrInsertBefore       = 0x0800,
  568.     kMORTMarkInsertBefore       = 0x0400,
  569.     kMORTMarkJustTableCountMask = 0x3F80,
  570.     kMORTMarkJustTableCountShift = 7,                           /* JustTableIndex for marked character */
  571.     kMORTCurrJustTableCountMask = 0x007F,
  572.     kMORTCurrJustTableCountShift = 0,                           /* JustTableIndex for current character */
  573.     kMORTCurrInsertCountMask    = 0x03E0,
  574.     kMORTCurrInsertCountShift   = 5,                            /* count to insert after current glyphRec */
  575.     kMORTMarkInsertCountMask    = 0x001F,
  576.     kMORTMarkInsertCountShift   = 0                             /* count to insert after marked glyphRec */
  577. };
  578. /* TYPES */
  579. typedef UInt32                          MortSubtableMaskFlags;
  580. typedef UInt32                          MortLigatureActionEntry;
  581. struct MortRearrangementSubtable {
  582.     STHeader                        header;
  583. };
  584. typedef struct MortRearrangementSubtable MortRearrangementSubtable;
  585. struct MortContextualSubtable {
  586.     STHeader                        header;
  587.     UInt16                          substitutionTableOffset;
  588. };
  589. typedef struct MortContextualSubtable   MortContextualSubtable;
  590. struct MortLigatureSubtable {
  591.     STHeader                        header;
  592.     UInt16                          ligatureActionTableOffset;
  593.     UInt16                          componentTableOffset;
  594.     UInt16                          ligatureTableOffset;
  595. };
  596. typedef struct MortLigatureSubtable     MortLigatureSubtable;
  597. struct MortSwashSubtable {
  598.     SFNTLookupTable                 lookup;
  599. };
  600. typedef struct MortSwashSubtable        MortSwashSubtable;
  601. struct MortInsertionSubtable {
  602.     STHeader                        header;
  603. };
  604. typedef struct MortInsertionSubtable    MortInsertionSubtable;
  605. union MortSpecificSubtable {
  606.     MortRearrangementSubtable       rearrangement;
  607.     MortContextualSubtable          contextual;
  608.     MortLigatureSubtable            ligature;
  609.     MortSwashSubtable               swash;
  610.     MortInsertionSubtable           insertion;
  611. };
  612. typedef union MortSpecificSubtable      MortSpecificSubtable;
  613. struct MortSubtable {
  614.     UInt16                          length;
  615.     UInt16                          coverage;
  616.     MortSubtableMaskFlags           flags;
  617.     MortSpecificSubtable            u;
  618. };
  619. typedef struct MortSubtable             MortSubtable;
  620. struct MortFeatureEntry {
  621.     UInt16                          featureType;
  622.     UInt16                          featureSelector;
  623.     MortSubtableMaskFlags           enableFlags;
  624.     MortSubtableMaskFlags           disableFlags;
  625. };
  626. typedef struct MortFeatureEntry         MortFeatureEntry;
  627. struct MortChain {
  628.     MortSubtableMaskFlags           defaultFlags;               /* default flags for this chain */
  629.     UInt32                          length;                     /* byte length of this chain */
  630.     UInt16                          nFeatures;                  /* number of feature entries */
  631.     UInt16                          nSubtables;                 /* number of subtables */
  632.     MortFeatureEntry                featureEntries[1];
  633.                                                                 /* the subtables follow */
  634. };
  635. typedef struct MortChain                MortChain;
  636. struct MortTable {
  637.     Fixed                           version;
  638.     UInt32                          nChains;
  639.     MortChain                       chains[1];
  640. };
  641. typedef struct MortTable                MortTable;
  642. /* --------------------------------------------------------------------------- */
  643. /* FORMATS FOR TABLE: 'prop' */
  644. /* CONSTANTS */
  645. enum {
  646.     kPROPTag                    = 0x70726F70,                   /* 'prop' */
  647.     kPROPCurrentVersion         = 0x00020000,                   /* current version number for 'prop' table */
  648.     kPROPPairOffsetShift        = 8,
  649.     kPROPPairOffsetSign         = 7,
  650.     kPROPIsFloaterMask          = 0x8000,                       /* glyph is floater */
  651.     kPROPCanHangLTMask          = 0x4000,                       /* glyph can hang left/top */
  652.     kPROPCanHangRBMask          = 0x2000,                       /* glyph can hang right/bottom */
  653.     kPROPUseRLPairMask          = 0x1000,                       /* if glyph lands in RL streak, use paired glyph */
  654.     kPROPPairOffsetMask         = 0x0F00,                       /* 4-bit signed offset to other pair member */
  655.     kPROPRightConnectMask       = 0x0080,                       /* glyph connects to glyph on right */
  656.     kPROPZeroReserved           = 0x0060,                       /* must be zero */
  657.     kPROPDirectionMask          = 0x001F                        /* direction bits */
  658. };
  659. /* These are the Unicode direction classes (plus the Special European Number class). */
  660. enum {
  661.     kPROPLDirectionClass        = 0,                            /* Left-to-Right */
  662.     kPROPRDirectionClass        = 1,                            /* Right-to-Left */
  663.     kPROPALDirectionClass       = 2,                            /* Right-to-Left Arabic Letter */
  664.     kPROPENDirectionClass       = 3,                            /* European Number */
  665.     kPROPESDirectionClass       = 4,                            /* European Number Seperator */
  666.     kPROPETDirectionClass       = 5,                            /* European Number Terminator */
  667.     kPROPANDirectionClass       = 6,                            /* Arabic Number */
  668.     kPROPCSDirectionClass       = 7,                            /* Common Number Seperator */
  669.     kPROPPSDirectionClass       = 8,                            /* Paragraph Seperator (also referred to as Block Separator) */
  670.     kPROPSDirectionClass        = 9,                            /* Segment Seperator */
  671.     kPROPWSDirectionClass       = 10,                           /* Whitespace */
  672.     kPROPONDirectionClass       = 11,                           /* Other Neutral */
  673.     kPROPSENDirectionClass      = 12,                           /* Special European Number (not a Unicode class) */
  674.     kPROPLREDirectionClass      = 13,                           /* Left-to-Right Embeding */
  675.     kPROPLRODirectionClass      = 14,                           /* Left-to-Right Override */
  676.     kPROPRLEDirectionClass      = 15,                           /* Right-to-Left Embeding */
  677.     kPROPRLODirectionClass      = 16,                           /* Right-to-Left Override */
  678.     kPROPPDFDirectionClass      = 17,                           /* Pop Directional Format */
  679.     kPROPNSMDirectionClass      = 18,                           /* Non-Spacing Mark */
  680.     kPROPBNDirectionClass       = 19,                           /* Boundary Neutral */
  681.     kPROPNumDirectionClasses    = 20                            /* Number of Unicode directional types + Special European Number */
  682. };
  683. /* TYPES */
  684. typedef UInt16                          PropCharProperties;
  685. struct PropTable {
  686.     Fixed                           version;
  687.     UInt16                          format;
  688.     PropCharProperties              defaultProps;
  689.     SFNTLookupTable                 lookup;
  690. };
  691. typedef struct PropTable                PropTable;
  692. struct PropLookupSegment {
  693.     UInt16                          lastGlyph;
  694.     UInt16                          firstGlyph;
  695.     UInt16                          value;
  696. };
  697. typedef struct PropLookupSegment        PropLookupSegment;
  698. struct PropLookupSingle {
  699.     UInt16                          glyph;
  700.     PropCharProperties              props;
  701. };
  702. typedef struct PropLookupSingle         PropLookupSingle;
  703. /* --------------------------------------------------------------------------- */
  704. /* FORMATS FOR TABLE: 'trak' */
  705. /* CONSTANTS */
  706. enum {
  707.     kTRAKTag                    = 0x7472616B,                   /* 'trak' */
  708.     kTRAKCurrentVersion         = 0x00010000,                   /* current version number for 'trak' table */
  709.     kTRAKUniformFormat          = 0                             /*    kTRAKPerGlyphFormat         = 2*/
  710. };
  711. /* TYPES */
  712. typedef SInt16                          TrakValue;
  713. struct TrakTableEntry {
  714.     Fixed                           track;
  715.     UInt16                          nameTableIndex;
  716.     UInt16                          sizesOffset;                /* offset to array of TrackingValues */
  717. };
  718. typedef struct TrakTableEntry           TrakTableEntry;
  719. struct TrakTableData {
  720.     UInt16                          nTracks;
  721.     UInt16                          nSizes;
  722.     UInt32                          sizeTableOffset;
  723.     TrakTableEntry                  trakTable[1];
  724. };
  725. typedef struct TrakTableData            TrakTableData;
  726. struct TrakTable {
  727.     Fixed                           version;
  728.     UInt16                          format;
  729.     UInt16                          horizOffset;
  730.     UInt16                          vertOffset;
  731. };
  732. typedef struct TrakTable                TrakTable;
  733. /* --------------------------------------------------------------------------- */
  734. /* FORMATS FOR TABLE: 'kern' */
  735. /* CONSTANTS */
  736. enum {
  737.     kKERNTag                    = 0x6B65726E,                   /* 'kern' */
  738.     kKERNCurrentVersion         = 0x00010000,
  739.     kKERNVertical               = 0x8000,                       /* set if this table has vertical kerning information */
  740.     kKERNResetCrossStream       = 0x8000,                       /* this value in a cross-stream table means reset to zero */
  741.     kKERNCrossStream            = 0x4000,                       /* set if this table contains cross-stream kerning values */
  742.     kKERNVariation              = 0x2000,                       /* set if this table contains variation kerning values */
  743.     kKERNUnusedBits             = 0x1F00,                       /* UNUSED, MUST BE ZERO */
  744.     kKERNFormatMask             = 0x00FF                        /* format of this subtable */
  745. };
  746. enum {
  747.     kKERNOrderedList            = 0,                            /* ordered list of kerning pairs */
  748.     kKERNStateTable             = 1,                            /* state table for n-way contextual kerning */
  749.     kKERNSimpleArray            = 2,                            /* simple n X m array of kerning values */
  750.     kKERNIndexArray             = 3                             /* modifed version of SimpleArray */
  751. };
  752. /* Message Type Flags */
  753. enum {
  754.     kKERNLineStart              = 0x00000001,                   /* Array of glyphs starts a line */
  755.     kKERNLineEndKerning         = 0x00000002,                   /* Array of glyphs ends a line */
  756.     kKERNNoCrossKerning         = 0x00000004,                   /* Prohibit cross kerning */
  757.     kKERNNotesRequested         = 0x00000008,                   /* Caller wants kerning notes */
  758.     kKERNNoStakeNote            = 1,                            /* Indicates a glyph was involved in a kerning pair/group */
  759.     kKERNCrossStreamResetNote   = 2,                            /* Indicates a return-to-baseline in cross-stream kerning */
  760.     kKERNNotApplied             = 0x00000001                    /* All kerning values were zero, kerning call had no effect */
  761. };
  762. /* TYPES */
  763. typedef UInt8                           KernTableFormat;
  764. typedef UInt16                          KernSubtableInfo;
  765. typedef SInt16                          KernKerningValue;
  766. typedef UInt16                          KernArrayOffset;
  767. /* header for version 0 kerning table */
  768. struct KernVersion0Header {
  769.     UInt16                          version;                    /* font version number (will be 0!) */
  770.     UInt16                          nTables;                    /* number of subtables present */
  771.     UInt16                          firstSubtable[1];           /* first subtable starts here */
  772. };
  773. typedef struct KernVersion0Header       KernVersion0Header;
  774. /* Header for a kerning table */
  775. struct KernTableHeader {
  776.     Fixed                           version;                    /* font version number (currently 1.0) */
  777.     SInt32                          nTables;                    /* number of subtables present */
  778.     UInt16                          firstSubtable[1];           /* first subtable starts here */
  779. };
  780. typedef struct KernTableHeader          KernTableHeader;
  781. typedef KernTableHeader *               KernTableHeaderPtr;
  782. typedef KernTableHeaderPtr *            KernTableHeaderHandle;
  783. /*
  784.     F O R M A T   S P E C I F I C   D E F I N I T I O N S
  785.     kernOrderedList:
  786.     
  787.     The table is a sorted list of [left glyph, right glyph, value] triples.
  788.     There's enough information in the header so that the list can be
  789.     efficiently binary searched. 
  790. */
  791. /* defines a single kerning pair of Glyphcodes  */
  792. struct KernKerningPair {
  793.     UInt16                          left;
  794.     UInt16                          right;
  795. };
  796. typedef struct KernKerningPair          KernKerningPair;
  797. /* a single list entry */
  798. struct KernOrderedListEntry {
  799.     KernKerningPair                 pair;                       /* the kerning pair */
  800.     KernKerningValue                value;                      /* the kerning value for the above pair */
  801. };
  802. typedef struct KernOrderedListEntry     KernOrderedListEntry;
  803. typedef KernOrderedListEntry *          KernOrderedListEntryPtr;
  804. /* the header information for binary searching the list */
  805. struct KernOrderedListHeader {
  806.     UInt16                          nPairs;                     /* number of kerning pairs in table */
  807.     UInt16                          searchRange;                /* (largest power of two <= nPairs) * entry size */
  808.     UInt16                          entrySelector;              /* log2 (largest power of two <= nPairs) */
  809.     UInt16                          rangeShift;                 /* (nPairs - largest power of two <= nPairs) * entry size */
  810.     UInt16                          table[1];                   /* entries are first glyph, second glyph, and value */
  811. };
  812. typedef struct KernOrderedListHeader    KernOrderedListHeader;
  813. /* KernStateTable: like the the generic state tables */
  814. struct KernStateHeader {
  815.     STHeader                        header;                     /* state table header */
  816.     UInt16                          valueTable;                 /* offset to kerning value table */
  817.     UInt8                           firstTable[1];              /* first table starts here */
  818. };
  819. typedef struct KernStateHeader          KernStateHeader;
  820. struct KernStateEntry {
  821.     UInt16                          newState;
  822.     UInt16                          flags;                      /* flags per above enum */
  823. };
  824. typedef struct KernStateEntry           KernStateEntry;
  825. /*
  826.     Kern offset table header.
  827.     The offset table is a trimmed array from firstGlyph to limitGlyph.
  828.     Glyphs outside of this range should get zero for right-hand glyphs
  829.     and the offset of the beginning of the kerning array for left-hand glyphs.
  830. */
  831. struct KernOffsetTable {
  832.     UInt16                          firstGlyph;                 /* first glyph in class range */
  833.     UInt16                          nGlyphs;                    /* number of glyphs in class range */
  834.     KernArrayOffset                 offsetTable[1];             /* offset table starts here */
  835. };
  836. typedef struct KernOffsetTable          KernOffsetTable;
  837. typedef KernOffsetTable *               KernOffsetTablePtr;
  838. /* Header information for accessing offset tables and kerning array */
  839. /*
  840.     KernSimpleArray:
  841.     
  842.     The array is an nXm array of kenring values. Each row in the array
  843.     represents one left-hand glyph, and each column one right-hand glyph.
  844.     The zeroth row and column always represent glyphs that are out of bounds
  845.     and will always contain zero.
  846.     
  847.     A pair is looked up by indexing the left-hand glyph through the left
  848.     offset table, the right-hand glyph through the right offset table,
  849.     adding both offsets to the starting address of the kerning array,
  850.     and fetching the kerning value pointed to.
  851. */
  852. /* Kern offset table header. */
  853. /* The offset table is a trimmed array from firstGlyph to limitGlyph. */
  854. /* Glyphs outside of this range should get zero for right-hand glyphs */
  855. /* and the offset of the beginning of the kerning array for left- */
  856. /* hand glyphs. */
  857. struct KernSimpleArrayHeader {
  858.     UInt16                          rowWidth;                   /* width, in bytes, of a row in the table */
  859.     UInt16                          leftOffsetTable;            /* offset to left-hand offset table */
  860.     UInt16                          rightOffsetTable;           /* offset to right-hand offset table */
  861.     KernArrayOffset                 theArray;                   /* offset to start of kerning array */
  862.     UInt16                          firstTable[1];              /* first offset table starts here... */
  863. };
  864. typedef struct KernSimpleArrayHeader    KernSimpleArrayHeader;
  865. /* Index Array */
  866. struct KernIndexArrayHeader {
  867.     UInt16                          glyphCount;
  868.     UInt8                           kernValueCount;
  869.     UInt8                           leftClassCount;
  870.     UInt8                           rightClassCount;
  871.     UInt8                           flags;                      /* set to 0 for now */
  872.     SInt16                          kernValue[1];               /* actual kerning values reference by index in kernIndex */
  873.     UInt8                           leftClass[1];               /* maps left glyph to offset into kern index */
  874.     UInt8                           rightClass[1];              /* maps right glyph to offset into kern index */
  875.     UInt8                           kernIndex[1];               /* contains indicies into kernValue */
  876. };
  877. typedef struct KernIndexArrayHeader     KernIndexArrayHeader;
  878. /* format specific part of subtable header */
  879. union KernFormatSpecificHeader {
  880.     KernOrderedListHeader           orderedList;
  881.     KernStateHeader                 stateTable;
  882.     KernSimpleArrayHeader           simpleArray;
  883.     KernIndexArrayHeader            indexArray;
  884. };
  885. typedef union KernFormatSpecificHeader  KernFormatSpecificHeader;
  886. /* version 0 subtable header */
  887. struct KernVersion0SubtableHeader {
  888.     UInt16                          version;                    /* kerning table version number */
  889.     UInt16                          length;                     /* length in bytes (including this header) */
  890.     KernSubtableInfo                stInfo;                     /* sub-table info */
  891.     KernFormatSpecificHeader        fsHeader;                   /* format specific sub-header */
  892. };
  893. typedef struct KernVersion0SubtableHeader KernVersion0SubtableHeader;
  894. /* Overall Subtable header format */
  895. struct KernSubtableHeader {
  896.     SInt32                          length;                     /* length in bytes (including this header) */
  897.     KernSubtableInfo                stInfo;                     /* subtable info */
  898.     SInt16                          tupleIndex;                 /* tuple index for variation subtables */
  899.     KernFormatSpecificHeader        fsHeader;                   /* format specific sub-header */
  900. };
  901. typedef struct KernSubtableHeader       KernSubtableHeader;
  902. typedef KernSubtableHeader *            KernSubtableHeaderPtr;
  903. /* --------------------------------------------------------------------------- */
  904. /* FORMATS FOR TABLE: 'bsln' */
  905. /* CONSTANTS */
  906. enum {
  907.     kBSLNTag                    = 0x62736C6E,                   /* 'bsln' */
  908.     kBSLNCurrentVersion         = 0x00010000,                   /* current version number for 'bsln' table */
  909.     kBSLNDistanceFormatNoMap    = 0,
  910.     kBSLNDistanceFormatWithMap  = 1,
  911.     kBSLNControlPointFormatNoMap = 2,
  912.     kBSLNControlPointFormatWithMap = 3
  913. };
  914. /* Baseline classes and constants */
  915. enum {
  916.     kBSLNRomanBaseline          = 0,
  917.     kBSLNIdeographicCenterBaseline = 1,
  918.     kBSLNIdeographicLowBaseline = 2,
  919.     kBSLNHangingBaseline        = 3,
  920.     kBSLNMathBaseline           = 4,
  921.     kBSLNLastBaseline           = 31,
  922.     kBSLNNumBaselineClasses     = kBSLNLastBaseline + 1,
  923.     kBSLNNoBaselineOverride     = 255
  924. };
  925. /* TYPES */
  926. typedef UInt32                          BslnBaselineClass;
  927. /* The BslnBaselineRecord array defines the baseline deltas for the line. */
  928. typedef Fixed                           BslnBaselineRecord[32];
  929. /*
  930.     BslnFormat0Part is the format-specific data for a distance table with no mapping (i.e.
  931.     all the glyphs belong to the defaultBaseline).
  932. */
  933. struct BslnFormat0Part {
  934.     SInt16                          deltas[32];
  935. };
  936. typedef struct BslnFormat0Part          BslnFormat0Part;
  937. /* BslnFormat1Part is the format-specific data for a distance table with a gxMapping. */
  938. struct BslnFormat1Part {
  939.     SInt16                          deltas[32];
  940.     SFNTLookupTable                 mappingData;
  941. };
  942. typedef struct BslnFormat1Part          BslnFormat1Part;
  943. /*
  944.     BslnFormat2Part is the format-specific data for a control-point table with no
  945.     mapping (i.e. all the glyphs belong to the defaultBaseline). It specifies a single
  946.     glyph to use and the set of control points in that glyph that designate each of
  947.     the baselines.
  948. */
  949. struct BslnFormat2Part {
  950.     UInt16                          stdGlyph;
  951.     SInt16                          ctlPoints[32];
  952. };
  953. typedef struct BslnFormat2Part          BslnFormat2Part;
  954. /*
  955.     BslnFormat3Part is the format-specific data for a distance table with a mapping. Like
  956.     format 2, it contains a single glyph and its set of control-point values for each
  957.     of the baselines.
  958. */
  959. struct BslnFormat3Part {
  960.     UInt16                          stdGlyph;
  961.     SInt16                          ctlPoints[32];
  962.     SFNTLookupTable                 mappingData;
  963. };
  964. typedef struct BslnFormat3Part          BslnFormat3Part;
  965. /* The BslnFormatUnion is a union containing the format-specific parts of the baseline table. */
  966. union BslnFormatUnion {
  967.     BslnFormat0Part                 fmt0Part;
  968.     BslnFormat1Part                 fmt1Part;
  969.     BslnFormat2Part                 fmt2Part;
  970.     BslnFormat3Part                 fmt3Part;
  971. };
  972. typedef union BslnFormatUnion           BslnFormatUnion;
  973. /* The table format used in BaselineTable */
  974. typedef UInt16                          BslnTableFormat;
  975. /* BaselineTable defines the top-level format of the baseline table in the font. */
  976. struct BslnTable {
  977.     Fixed                           version;
  978.     BslnTableFormat                 format;
  979.     UInt16                          defaultBaseline;
  980.     BslnFormatUnion                 parts;
  981. };
  982. typedef struct BslnTable                BslnTable;
  983. typedef BslnTable *                     BslnTablePtr;
  984. /* --------------------------------------------------------------------------- */
  985. #if PRAGMA_STRUCT_ALIGN
  986.     #pragma options align=reset
  987. #elif PRAGMA_STRUCT_PACKPUSH
  988.     #pragma pack(pop)
  989. #elif PRAGMA_STRUCT_PACK
  990.     #pragma pack()
  991. #endif
  992. #ifdef PRAGMA_IMPORT_OFF
  993. #pragma import off
  994. #elif PRAGMA_IMPORT
  995. #pragma import reset
  996. #endif
  997. #ifdef __cplusplus
  998. }
  999. #endif
  1000. #endif /* __SFNTLAYOUTTYPES__ */