index.html
Main Page
classes.html
Alphabetical List
annotated.html
Data Structures
files.html
File List
functions.html
Data Fields
globals.html
Globals
_wmfFontData Struct Reference
Data Fields
ipa_8h.html#a23
wmfMap
struct__wmfFontData.html#m0
map
ipa_8h.html#a22
wmfStringWidth
struct__wmfFontData.html#m1
stringwidth
void *
struct__wmfFontData.html#m2
user_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#m0
map
and
struct__wmfFontData.html#m1
stringwidth
functions but the rest of these fields are ignored (they are only used by
libwmf)
.
Field Documentation
ipa_8h.html#a23
wmfMap
_wmfFontData::map
Necessary field: exactly what the function does is irrelevant.
ipa_8h.html#a22
wmfStringWidth
_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.html
ipa.h
Generated on Tue Dec 10 19:53:54 2002 for libwmf by
http://www.doxygen.org/index.html
doxygen
1.2.18
