Hi NI,
I'm developing an application using LabWindows/CVI 7.0 and I need to create meta fonts (CreateMetaFont) in order to use PlotText onto a Graph Control. This seems to work ok, but if I need to resize the panel in which the control is placed on, therefore rescaling the control, the labels of the control start to change sizes until the point they become unreadable, worse yet, it also affects the Control Attributes (ATTR_PLOT_AREA_WIDTH and ATTR_PLOT_AREA_HEIGHT), of course one would say that it's obvious that if the label size has changed also would the plot area, but having said it so, it returns values that do not correspond with the actual plot area. The hard bit here is the fact that everything seems to get affected by a simple call to CreateMetaFont. In this regard, I'm always calling it with the same first parameter "META_FONT" which also would give me the ability to let the user choose size, colour and so forth attributes.
Well I think this gives you a rough idea of the problem I have. Could you tell me if this has been noticed already by some other LabWindows user or would you have a solution for this problem. Keeping in mind that I need to have flexible fonts plus I need to use PlotText in order to associate text to plots.
Thanks for your time,
Julio Jansson.