index.htmlMain Page    classes.htmlAlphabetical List    annotated.htmlData Structures    files.htmlFile List    functions.htmlData Fields    globals.htmlGlobals    _wmfFontData Struct Reference
Data Fields
ipa_8h.html#a23wmfMap  struct__wmfFontData.html#m0map ipa_8h.html#a22wmfStringWidth  struct__wmfFontData.html#m1stringwidth void * struct__wmfFontData.html#m2user_data Detailed Description
API->font_data is a pointer to a wmfFontData. wmf_api_create () sets this up automatically, but wmf_lite_create () does not. If you use wmf_lite_create () then you 
must create your own wmfFontData. libwmflite requires you to define struct__wmfFontData.html#m0map  and struct__wmfFontData.html#m1stringwidth  functions but the rest of these fields are ignored (they are only used by libwmf). 
Field Documentation
  
    
      
        
          
 ipa_8h.html#a23wmfMap  _wmfFontData::map
      
    
  
  
    
       
    
    
Necessary field: exactly what the function does is irrelevant.     
  
  
    
      
        
          
 ipa_8h.html#a22wmfStringWidth  _wmfFontData::stringwidth
      
    
  
  
    
       
    
    
Necessary field: returns width of specified string in points, assuming (unstretched) font size of 1pt.     
  
  
    
      
        
          
 void* _wmfFontData::user_data
      
    
  
  
    
       
    
    
A handle for data, unused by libwmflite     
  
The documentation for this struct was generated from the following file: ipa_8h.htmlipa.h Generated on Tue Dec 10 19:53:54 2002 for libwmf by
http://www.doxygen.org/index.htmldoxygen 1.2.18 