Home
last modified time | relevance | path

Searched refs:usWeightClass (Results 1 – 25 of 514) sorted by relevance

12345678910>>...21

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Dfontutil.cpp371 pFaceName->usWeightClass = FWEIGHT_DONT_CARE; in wxFillLogFont()
470 USHORT usWeightClass; in wxOS2SelectMatchingFontByName() local
513 usWeightClass = FWEIGHT_DONT_CARE; in wxOS2SelectMatchingFontByName()
517 usWeightClass = FWEIGHT_NORMAL; in wxOS2SelectMatchingFontByName()
521 usWeightClass = FWEIGHT_LIGHT; in wxOS2SelectMatchingFontByName()
525 usWeightClass = FWEIGHT_BOLD; in wxOS2SelectMatchingFontByName()
529 usWeightClass = FWEIGHT_ULTRA_BOLD; in wxOS2SelectMatchingFontByName()
532 pFaceName->usWeightClass = usWeightClass; in wxOS2SelectMatchingFontByName()
562 anDiff[2] = abs(pFM[i].usWeightClass - usWeightClass); in wxOS2SelectMatchingFontByName()
H A Dfont.cpp470 switch(m_vNativeFontInfo.fn.usWeightClass) in Alloc()
557 switch(fn.usWeightClass) in GetWeight()
672 fn.usWeightClass = FWEIGHT_NORMAL; in SetWeight()
676 fn.usWeightClass = FWEIGHT_LIGHT; in SetWeight()
680 fn.usWeightClass = FWEIGHT_BOLD; in SetWeight()
832 fn.usWeightClass = (USHORT)lVal; in FromString()
856 fn.usWeightClass, in ToString()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Dfontutil.cpp371 pFaceName->usWeightClass = FWEIGHT_DONT_CARE; in wxFillLogFont()
470 USHORT usWeightClass; in wxOS2SelectMatchingFontByName() local
513 usWeightClass = FWEIGHT_DONT_CARE; in wxOS2SelectMatchingFontByName()
517 usWeightClass = FWEIGHT_NORMAL; in wxOS2SelectMatchingFontByName()
521 usWeightClass = FWEIGHT_LIGHT; in wxOS2SelectMatchingFontByName()
525 usWeightClass = FWEIGHT_BOLD; in wxOS2SelectMatchingFontByName()
529 usWeightClass = FWEIGHT_ULTRA_BOLD; in wxOS2SelectMatchingFontByName()
532 pFaceName->usWeightClass = usWeightClass; in wxOS2SelectMatchingFontByName()
562 anDiff[2] = abs(pFM[i].usWeightClass - usWeightClass); in wxOS2SelectMatchingFontByName()
H A Dfont.cpp470 switch(m_vNativeFontInfo.fn.usWeightClass) in Alloc()
557 switch(fn.usWeightClass) in GetWeight()
672 fn.usWeightClass = FWEIGHT_NORMAL; in SetWeight()
676 fn.usWeightClass = FWEIGHT_LIGHT; in SetWeight()
680 fn.usWeightClass = FWEIGHT_BOLD; in SetWeight()
832 fn.usWeightClass = (USHORT)lVal; in FromString()
856 fn.usWeightClass, in ToString()
/dports/textproc/p5-PDF-API3/PDF-API3-3.001/lib/PDF/API3/Compat/API2/Resource/Font/
H A DneTrueType.pm1013 if($data->{V}->{usWeightClass} == 0) {
1015 } elsif($data->{V}->{usWeightClass} < 150) {
1017 } elsif($data->{V}->{usWeightClass} < 250) {
1019 } elsif($data->{V}->{usWeightClass} < 350) {
1021 } elsif($data->{V}->{usWeightClass} < 450) {
1023 } elsif($data->{V}->{usWeightClass} < 550) {
1025 } elsif($data->{V}->{usWeightClass} < 650) {
1027 } elsif($data->{V}->{usWeightClass} < 750) {
1029 } elsif($data->{V}->{usWeightClass} < 850) {
1038 $data->{V}->{fontweight}=$data->{V}->{usWeightClass};
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DFreeTypeOpenTypeWrapper.cpp128 weight = mOS2Table->usWeightClass; in GetStemV()
176 mOS2Table->usWeightClass : in GetFontWeight()
/dports/print/texlive-base/texlive-20150521-source/texk/ttfdump/libttf/
H A Dos2.c36 os2->usWeightClass = ttfGetUSHORT(fp); in ttfLoadOS2()
104 fprintf(fp,"\t usWeightClass:\t\t %d \t '%s'\n",os2->usWeightClass, in ttfPrintOS2()
105 StrFromInd(WeightClassName,os2->usWeightClass/100 - 1)); in ttfPrintOS2()
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dtt_aux.c209 stemv = (os2->usWeightClass/65.)*(os2->usWeightClass/65.)+50; in tt_get_fontdesc()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/freetype/
H A Dqfreetypefontdatabase.cpp171 if (os2->usWeightClass) { in addTTFile()
172 weight = QPlatformFontDatabase::weightFromInteger(os2->usWeightClass); in addTTFile()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/freetype/
H A Dqfreetypefontdatabase.cpp171 if (os2->usWeightClass) { in addTTFile()
172 weight = QPlatformFontDatabase::weightFromInteger(os2->usWeightClass); in addTTFile()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/freetype/
H A Dqfreetypefontdatabase.cpp171 if (os2->usWeightClass) { in addTTFile()
172 weight = QPlatformFontDatabase::weightFromInteger(os2->usWeightClass); in addTTFile()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/freetype/
H A Dqfreetypefontdatabase.cpp171 if (os2->usWeightClass) { in addTTFile()
172 weight = QPlatformFontDatabase::weightFromInteger(os2->usWeightClass); in addTTFile()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/freetype/
H A Dqfreetypefontdatabase.cpp171 if (os2->usWeightClass) { in addTTFile()
172 weight = QPlatformFontDatabase::weightFromInteger(os2->usWeightClass); in addTTFile()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/freetype/
H A Dqfreetypefontdatabase.cpp171 if (os2->usWeightClass) { in addTTFile()
172 weight = QPlatformFontDatabase::weightFromInteger(os2->usWeightClass); in addTTFile()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/freetype/
H A Dqfreetypefontdatabase.cpp171 if (os2->usWeightClass) { in addTTFile()
172 weight = QPlatformFontDatabase::weightFromInteger(os2->usWeightClass); in addTTFile()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/freetype/
H A Dqfreetypefontdatabase.cpp171 if (os2->usWeightClass) { in addTTFile()
172 weight = QPlatformFontDatabase::weightFromInteger(os2->usWeightClass); in addTTFile()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/freetype/
H A Dqfreetypefontdatabase.cpp171 if (os2->usWeightClass) { in addTTFile()
172 weight = QPlatformFontDatabase::weightFromInteger(os2->usWeightClass); in addTTFile()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/freetype/
H A Dqfreetypefontdatabase.cpp171 if (os2->usWeightClass) { in addTTFile()
172 weight = QPlatformFontDatabase::weightFromInteger(os2->usWeightClass); in addTTFile()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/freetype/
H A Dqfreetypefontdatabase.cpp171 if (os2->usWeightClass) { in addTTFile()
172 weight = QPlatformFontDatabase::weightFromInteger(os2->usWeightClass); in addTTFile()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/freetype/
H A Dqfreetypefontdatabase.cpp171 if (os2->usWeightClass) { in addTTFile()
172 weight = QPlatformFontDatabase::weightFromInteger(os2->usWeightClass); in addTTFile()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustybuzz-0.1.1/harfbuzz/src/
H A Dhb-ot-os2-table.hh127 return usWeightClass || usWidthClass || usFirstCharIndex || usLastCharIndex; in has_data()
285 HBUINT16 usWeightClass; member
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/freetype/
H A Dqfreetypefontdatabase.cpp171 if (os2->usWeightClass) { in addTTFile()
172 weight = QPlatformFontDatabase::weightFromInteger(os2->usWeightClass); in addTTFile()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/freetype/
H A Dqfreetypefontdatabase.cpp171 if (os2->usWeightClass) { in addTTFile()
172 weight = QPlatformFontDatabase::weightFromInteger(os2->usWeightClass); in addTTFile()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/freetype/
H A Dqfreetypefontdatabase.cpp171 if (os2->usWeightClass) { in addTTFile()
172 weight = QPlatformFontDatabase::weightFromInteger(os2->usWeightClass); in addTTFile()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/freetype/
H A Dqfreetypefontdatabase.cpp171 if (os2->usWeightClass) { in addTTFile()
172 weight = QPlatformFontDatabase::weightFromInteger(os2->usWeightClass); in addTTFile()

12345678910>>...21