[comp.windows.interviews] fixedspan

sung@rigel.csc.ti.com ("Helen Chang ", sung@csc.ti.com) (05/18/91)

Suppose
	Glyph* in = ...;
	y is Dimension, and size is Coord.
	FixedSpan* out = new FixedSpan( in, y, size);

If the natural size of "in" is smaller than the "size" specified,
is "in" always lay in the middle of "out"?

I have a program in which "in" grew larger, but it only redrew on
the lower part of the "out" area.  How may I adjust "in" so that 
it is aligned to to top of "out"?  Or should I use something other
than FixedSpan in the first place?

Thanks in advance.