CreateFont/CreateFontIndirect (Modify)
CreateFont/CreateFontIndirect
Functional Difference from WIN95
None
Functional Difference from SBCS Open32
- The CharSet parameter is supported.
- The EmHeight can be used as Height parameter for
this function, with specifying the EmHight value in negative number. Application
will compute the EmHeight value with the following formula:
device_resolution
EmHeight = point_size * ----------------------- 72
- The Open32 NLS Extension accepts it when specified.
Implementation
See The Metrics Mapping and
The Font Mapper for details.
[Back: ChooseFont (Modify)]
[Next: EnumFonts (Modify)]