Package com.ms.fx |
![]() Previous |
![]() Contents |
![]() Index |
![]() Next |
public class FxMapFontMappingSection { // Fields public Font f; public int startPos; public int length; // Constructor public FxMapFontMappingSection(Font f, int startPos, int length); }
A class which represents a subsection of a string, created by an FxMapFont object.
public FxMapFontMappingSection(Font f, int startPos, int length)Creates an object with the font and string location specified.
Parameter Description f The specified font. startPos Starting location in the original string. length Length of the subsection in the original string.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.