home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / INC / PMFONT.INC < prev    next >
Text File  |  1995-08-30  |  4KB  |  166 lines

  1. PMFONT_INCLUDED    EQU    1
  2.  
  3.  
  4. FOCAMETRICS    STRUC
  5. foca_ulIdentity    DD    ?
  6. foca_ulSize    DD    ?
  7. foca_szFamilyname    DB    32 DUP (?)
  8. foca_szFacename    DB    32 DUP (?)
  9. foca_usRegistryId    DW    ?
  10. foca_usCodePage    DW    ?
  11. foca_yEmHeight    DW    ?
  12. foca_yXHeight    DW    ?
  13. foca_yMaxAscender    DW    ?
  14. foca_yMaxDescender    DW    ?
  15. foca_yLowerCaseAscent    DW    ?
  16. foca_yLowerCaseDescent    DW    ?
  17. foca_yInternalLeading    DW    ?
  18. foca_yExternalLeading    DW    ?
  19. foca_xAveCharWidth    DW    ?
  20. foca_xMaxCharInc    DW    ?
  21. foca_xEmInc    DW    ?
  22. foca_yMaxBaselineExt    DW    ?
  23. foca_sCharSlope    DW    ?
  24. foca_sInlineDir    DW    ?
  25. foca_sCharRot    DW    ?
  26. foca_usWeightClass    DW    ?
  27. foca_usWidthClass    DW    ?
  28. foca_xDeviceRes    DW    ?
  29. foca_yDeviceRes    DW    ?
  30. foca_usFirstChar    DW    ?
  31. foca_usLastChar    DW    ?
  32. foca_usDefaultChar    DW    ?
  33. foca_usBreakChar    DW    ?
  34. foca_usNominalPointSize    DW    ?
  35. foca_usMinimumPointSize    DW    ?
  36. foca_usMaximumPointSize    DW    ?
  37. foca_fsTypeFlags    DW    ?
  38. foca_fsDefn    DW    ?
  39. foca_fsSelectionFlags    DW    ?
  40. foca_fsCapabilities    DW    ?
  41. foca_ySubscriptXSize    DW    ?
  42. foca_ySubscriptYSize    DW    ?
  43. foca_ySubscriptXOffset    DW    ?
  44. foca_ySubscriptYOffset    DW    ?
  45. foca_ySuperscriptXSize    DW    ?
  46. foca_ySuperscriptYSize    DW    ?
  47. foca_ySuperscriptXOffset    DW    ?
  48. foca_ySuperscriptYOffset    DW    ?
  49. foca_yUnderscoreSize    DW    ?
  50. foca_yUnderscorePosition    DW    ?
  51. foca_yStrikeoutSize    DW    ?
  52. foca_yStrikeoutPosition    DW    ?
  53. foca_usKerningPairs    DW    ?
  54. foca_sFamilyClass    DW    ?
  55. foca_pszDeviceNameOffset    DD    ?
  56. FOCAMETRICS    ENDS
  57.  
  58. FONTFILEMETRICS    STRUC
  59. ffm_ulIdentity    DD    ?
  60. ffm_ulSize    DD    ?
  61. ffm_szFamilyname    DB    32 DUP (?)
  62. ffm_szFacename    DB    32 DUP (?)
  63. ffm_usRegistryId    DW    ?
  64. ffm_usCodePage    DW    ?
  65. ffm_yEmHeight    DW    ?
  66. ffm_yXHeight    DW    ?
  67. ffm_yMaxAscender    DW    ?
  68. ffm_yMaxDescender    DW    ?
  69. ffm_yLowerCaseAscent    DW    ?
  70. ffm_yLowerCaseDescent    DW    ?
  71. ffm_yInternalLeading    DW    ?
  72. ffm_yExternalLeading    DW    ?
  73. ffm_xAveCharWidth    DW    ?
  74. ffm_xMaxCharInc    DW    ?
  75. ffm_xEmInc    DW    ?
  76. ffm_yMaxBaselineExt    DW    ?
  77. ffm_sCharSlope    DW    ?
  78. ffm_sInlineDir    DW    ?
  79. ffm_sCharRot    DW    ?
  80. ffm_usWeightClass    DW    ?
  81. ffm_usWidthClass    DW    ?
  82. ffm_xDeviceRes    DW    ?
  83. ffm_yDeviceRes    DW    ?
  84. ffm_usFirstChar    DW    ?
  85. ffm_usLastChar    DW    ?
  86. ffm_usDefaultChar    DW    ?
  87. ffm_usBreakChar    DW    ?
  88. ffm_usNominalPointSize    DW    ?
  89. ffm_usMinimumPointSize    DW    ?
  90. ffm_usMaximumPointSize    DW    ?
  91. ffm_fsTypeFlags    DW    ?
  92. ffm_fsDefn    DW    ?
  93. ffm_fsSelectionFlags    DW    ?
  94. ffm_fsCapabilities    DW    ?
  95. ffm_ySubscriptXSize    DW    ?
  96. ffm_ySubscriptYSize    DW    ?
  97. ffm_ySubscriptXOffset    DW    ?
  98. ffm_ySubscriptYOffset    DW    ?
  99. ffm_ySuperscriptXSize    DW    ?
  100. ffm_ySuperscriptYSize    DW    ?
  101. ffm_ySuperscriptXOffset    DW    ?
  102. ffm_ySuperscriptYOffset    DW    ?
  103. ffm_yUnderscoreSize    DW    ?
  104. ffm_yUnderscorePosition    DW    ?
  105. ffm_yStrikeoutSize    DW    ?
  106. ffm_yStrikeoutPosition    DW    ?
  107. ffm_usKerningPairs    DW    ?
  108. ffm_sFamilyClass    DW    ?
  109. ffm_ulReserved    DD    ?
  110. ffm_panose    DB    SIZE PANOSE DUP (?)
  111. FONTFILEMETRICS    ENDS
  112.  
  113. FONTDEFINITIONHEADER    STRUC
  114. fdh_ulIdentity    DD    ?
  115. fdh_ulSize    DD    ?
  116. fdh_fsFontdef    DW    ?
  117. fdh_fsChardef    DW    ?
  118. fdh_usCellSize    DW    ?
  119. fdh_xCellWidth    DW    ?
  120. fdh_yCellHeight    DW    ?
  121. fdh_xCellIncrement    DW    ?
  122. fdh_xCellA    DW    ?
  123. fdh_xCellB    DW    ?
  124. fdh_xCellC    DW    ?
  125. fdh_pCellBaseOffset    DW    ?
  126. FONTDEFINITIONHEADER    ENDS
  127. FONTDEFFONT1    EQU    0047H   
  128. FONTDEFFONT2    EQU    0042H   
  129. FONTDEFFONT3    EQU    0042H   
  130. FONTDEFCHAR1    EQU    0081H   
  131. FONTDEFCHAR2    EQU    0081H   
  132. FONTDEFCHAR3    EQU    00b8H   
  133. SPACE_UNDEF    EQU    8000H   
  134.  
  135. FONTSIGNATURE    STRUC
  136. fs_ulIdentity    DD    ?
  137. fs_ulSize    DD    ?
  138. fs_achSignature    DB    12 DUP (?)
  139. FONTSIGNATURE    ENDS
  140.  
  141. ADDITIONALMETRICS    STRUC
  142. am_ulIdentity    DD    ?
  143. am_ulSize    DD    ?
  144. am_panose    DB    SIZE PANOSE DUP (?)
  145. ADDITIONALMETRICS    ENDS
  146.  
  147. FOCAFONT    STRUC
  148. ff_fsSignature    DB    SIZE FONTSIGNATURE DUP (?)
  149. ff_fmMetrics    DB    SIZE FOCAMETRICS DUP (?)
  150. ff_fdDefinitions    DB    SIZE FONTDEFINITIONHEADER DUP (?)
  151. FOCAFONT    ENDS
  152. FONT_SIGNATURE    EQU    0fffffffeH  
  153. FONT_METRICS    EQU    00000001H  
  154. FONT_DEFINITION    EQU    00000002H  
  155. FONT_KERNPAIRS    EQU    00000003H  
  156. FONT_ADDITIONALMETRICS    EQU    00000004H  
  157. FONT_ENDRECORD    EQU    0ffffffffH  
  158. QUERY_PUBLIC_FONTS    EQU    0001H 
  159. QUERY_PRIVATE_FONTS    EQU    0002H 
  160. CDEF_GENERIC    EQU    0001H 
  161. CDEF_BOLD    EQU    0002H 
  162. CDEF_ITALIC    EQU    0004H 
  163. CDEF_UNDERSCORE    EQU    0008H 
  164. CDEF_STRIKEOUT    EQU    0010H 
  165. CDEF_OUTLINE    EQU    0020H 
  166.