Home
last modified time | relevance | path

Searched defs:XLFDEntry (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx340 struct XLFDEntry struct in psp::PrintFontManager
342 static const int MaskFoundry = 1;
343 static const int MaskFamily = 2;
344 static const int MaskAddStyle = 4;
345 static const int MaskItalic = 8;
346 static const int MaskWeight = 16;
347 static const int MaskWidth = 32;
348 static const int MaskPitch = 64;
349 static const int MaskEncoding = 128;
351 int nMask; // contains a bit set for every valid member
[all …]