PitchAndFamily

PitchAndFamily

The Open32 NLS Extension accepts and generates the Windows Font Family ids listed below, by mapping with the IBM Font Family Class values, and some other information stored in the font metrics.

┌──────────────────┬──────────────────────────────────────────────────┐
│Windows Font      │Meaning                                           │
│Family            │                                                  │
├──────────────────┼──────────────────────────────────────────────────┤
│FF_ROMAN          │Fonts with variable stroke width and with serifs. │
│                  │e.g.,Times New Roman                              │
├──────────────────┼──────────────────────────────────────────────────┤
│FF_SWISS          │Fonts with variable stroke width and without      │
│                  │serifs. e.g.,Helvetica                            │
├──────────────────┼──────────────────────────────────────────────────┤
│FF_MODERN         │Fonts with constant stroke width, with or without │
│                  │serifs. e.g.,Courier,Elite                        │
├──────────────────┼──────────────────────────────────────────────────┤
│FF_SCRIPT         │Fonts designed to look like handwriting.          │
├──────────────────┼──────────────────────────────────────────────────┤
│FF_DECORATIVE     │Novelty fonts.                                    │
└──────────────────┴──────────────────────────────────────────────────┘


[Back: CharSet Translation]
[Next: Outline fonts and Raster fonts]