Home
last modified time | relevance | path

Searched refs:FC_WEIGHT_NORMAL (Results 1 – 25 of 105) sorted by relevance

12345

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/headless/
H A Dfontconfig_database.cpp98 if (fcweight <= FC_WEIGHT_NORMAL) in weightFromFcWeight()
99 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_LIGHT, FC_WEIGHT_NORMAL, QFont::Light, QFont::Nor… in weightFromFcWeight()
101 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_NORMAL, FC_WEIGHT_MEDIUM, QFont::Normal, QFont::M… in weightFromFcWeight()
120 else if (fcweight <= FC_WEIGHT_NORMAL) in weightFromFcWeight()
121 … ((fcweight - FC_WEIGHT_LIGHT) * (QFont::Normal - QFont::Light)) / (FC_WEIGHT_NORMAL - FC_WEIGHT_L… in weightFromFcWeight()
123 …QFont::Normal + ((fcweight - FC_WEIGHT_NORMAL) * (QFont::DemiBold - QFont::Normal)) / (FC_WEIGHT_D… in weightFromFcWeight()
/dports/net-im/uTox/uTox/src/xlib/
H A Dfreetype.c406 … FC_WEIGHT, FcTypeInteger, FC_WEIGHT_NORMAL, FC_SLANT, FcTypeInteger, FC_SLANT_ROMAN, NULL); in loadfonts()
414 … FC_WEIGHT, FcTypeInteger, FC_WEIGHT_NORMAL, FC_SLANT, FcTypeInteger, FC_SLANT_ROMAN, NULL); in loadfonts()
417 … FC_WEIGHT, FcTypeInteger, FC_WEIGHT_NORMAL, FC_SLANT, FcTypeInteger, FC_SLANT_ROMAN, NULL); in loadfonts()
424 … FC_WEIGHT, FcTypeInteger, FC_WEIGHT_NORMAL, FC_SLANT, FcTypeInteger, FC_SLANT_ROMAN, NULL); in loadfonts()
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Source/fontconfig/
H A DFCFontEnumerator.m721 fcWeight = FC_WEIGHT_THIN + ((weight + 1.0) * (FC_WEIGHT_NORMAL - FC_WEIGHT_THIN));
725 fcWeight = FC_WEIGHT_NORMAL + (weight * (FC_WEIGHT_ULTRABLACK - FC_WEIGHT_NORMAL));
944 if (value <= FC_WEIGHT_NORMAL)
946 weight = ((value - FC_WEIGHT_THIN) / (double)(FC_WEIGHT_NORMAL - FC_WEIGHT_THIN)) - 1.0;
950 weight = (value - FC_WEIGHT_NORMAL) / (double)(FC_WEIGHT_ULTRABLACK - FC_WEIGHT_NORMAL);
/dports/lang/fpc-source/fpc-3.2.2/packages/x11/src/
H A Dfontconfig.pas136 FC_WEIGHT_NORMAL = FC_WEIGHT_REGULAR;
/dports/x11/fpc-x11/fpc-3.2.2/packages/x11/src/
H A Dfontconfig.pas136 FC_WEIGHT_NORMAL = FC_WEIGHT_REGULAR;
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WPrefs.app/
H A DFontSimple.c27 #ifndef FC_WEIGHT_NORMAL
33 # define FC_WEIGHT_NORMAL FC_WEIGHT_REGULAR macro
139 { FC_WEIGHT_NORMAL, "Normal" },
493 weight = FC_WEIGHT_NORMAL; in selectedOption()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WPrefs.app/
H A DFontSimple.c27 #ifndef FC_WEIGHT_NORMAL
33 # define FC_WEIGHT_NORMAL FC_WEIGHT_REGULAR macro
139 { FC_WEIGHT_NORMAL, "Normal" },
493 weight = FC_WEIGHT_NORMAL; in selectedOption()
/dports/graphics/azpainterb/azpainterb-1.1.3/mlib/src/lib/
H A DmFontConfig.c88 weight = FC_WEIGHT_NORMAL; in _create_fc_pattern()
/dports/graphics/azpainter/azpainter-2.1.7/mlib/src/lib/
H A DmFontConfig.c88 weight = FC_WEIGHT_NORMAL; in _create_fc_pattern()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/kfontinst/lib/
H A DFc.h30 #define FC_WEIGHT_NORMAL FC_WEIGHT_REGULAR macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/linux/
H A Dfontconfig_util.cc174 int weight = GetFontConfigPropertyAsInt(pattern, FC_WEIGHT, FC_WEIGHT_NORMAL); in IsFontBold()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/linux/
H A Dfontconfig_util.cc174 int weight = GetFontConfigPropertyAsInt(pattern, FC_WEIGHT, FC_WEIGHT_NORMAL); in IsFontBold()
/dports/multimedia/vlc/vlc-3.0.16/modules/text_renderer/freetype/fonts/
H A Dfontconfig.c154 FcPatternAddInteger( pat, FC_WEIGHT, b_bold ? FC_WEIGHT_EXTRABOLD : FC_WEIGHT_NORMAL ); in FontConfig_GetFamily()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/fontconfig/
H A Dqfontconfigdatabase.cpp90 if (fcweight <= FC_WEIGHT_NORMAL) in weightFromFcWeight()
91 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_LIGHT, FC_WEIGHT_NORMAL, QFont::Light, QFont::Nor… in weightFromFcWeight()
93 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_NORMAL, FC_WEIGHT_MEDIUM, QFont::Normal, QFont::M… in weightFromFcWeight()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/fontconfig/
H A Dqfontconfigdatabase.cpp90 if (fcweight <= FC_WEIGHT_NORMAL) in weightFromFcWeight()
91 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_LIGHT, FC_WEIGHT_NORMAL, QFont::Light, QFont::Nor… in weightFromFcWeight()
93 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_NORMAL, FC_WEIGHT_MEDIUM, QFont::Normal, QFont::M… in weightFromFcWeight()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/fontconfig/
H A Dqfontconfigdatabase.cpp90 if (fcweight <= FC_WEIGHT_NORMAL) in weightFromFcWeight()
91 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_LIGHT, FC_WEIGHT_NORMAL, QFont::Light, QFont::Nor… in weightFromFcWeight()
93 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_NORMAL, FC_WEIGHT_MEDIUM, QFont::Normal, QFont::M… in weightFromFcWeight()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/fontconfig/
H A Dqfontconfigdatabase.cpp90 if (fcweight <= FC_WEIGHT_NORMAL) in weightFromFcWeight()
91 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_LIGHT, FC_WEIGHT_NORMAL, QFont::Light, QFont::Nor… in weightFromFcWeight()
93 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_NORMAL, FC_WEIGHT_MEDIUM, QFont::Normal, QFont::M… in weightFromFcWeight()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/fontconfig/
H A Dqfontconfigdatabase.cpp90 if (fcweight <= FC_WEIGHT_NORMAL) in weightFromFcWeight()
91 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_LIGHT, FC_WEIGHT_NORMAL, QFont::Light, QFont::Nor… in weightFromFcWeight()
93 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_NORMAL, FC_WEIGHT_MEDIUM, QFont::Normal, QFont::M… in weightFromFcWeight()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/fontconfig/
H A Dqfontconfigdatabase.cpp90 if (fcweight <= FC_WEIGHT_NORMAL) in weightFromFcWeight()
91 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_LIGHT, FC_WEIGHT_NORMAL, QFont::Light, QFont::Nor… in weightFromFcWeight()
93 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_NORMAL, FC_WEIGHT_MEDIUM, QFont::Normal, QFont::M… in weightFromFcWeight()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/fontconfig/
H A Dqfontconfigdatabase.cpp90 if (fcweight <= FC_WEIGHT_NORMAL) in weightFromFcWeight()
91 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_LIGHT, FC_WEIGHT_NORMAL, QFont::Light, QFont::Nor… in weightFromFcWeight()
93 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_NORMAL, FC_WEIGHT_MEDIUM, QFont::Normal, QFont::M… in weightFromFcWeight()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/fontconfig/
H A Dqfontconfigdatabase.cpp90 if (fcweight <= FC_WEIGHT_NORMAL) in weightFromFcWeight()
91 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_LIGHT, FC_WEIGHT_NORMAL, QFont::Light, QFont::Nor… in weightFromFcWeight()
93 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_NORMAL, FC_WEIGHT_MEDIUM, QFont::Normal, QFont::M… in weightFromFcWeight()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/fontconfig/
H A Dqfontconfigdatabase.cpp90 if (fcweight <= FC_WEIGHT_NORMAL) in weightFromFcWeight()
91 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_LIGHT, FC_WEIGHT_NORMAL, QFont::Light, QFont::Nor… in weightFromFcWeight()
93 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_NORMAL, FC_WEIGHT_MEDIUM, QFont::Normal, QFont::M… in weightFromFcWeight()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/fontconfig/
H A Dqfontconfigdatabase.cpp90 if (fcweight <= FC_WEIGHT_NORMAL) in weightFromFcWeight()
91 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_LIGHT, FC_WEIGHT_NORMAL, QFont::Light, QFont::Nor… in weightFromFcWeight()
93 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_NORMAL, FC_WEIGHT_MEDIUM, QFont::Normal, QFont::M… in weightFromFcWeight()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/fontconfig/
H A Dqfontconfigdatabase.cpp90 if (fcweight <= FC_WEIGHT_NORMAL) in weightFromFcWeight()
91 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_LIGHT, FC_WEIGHT_NORMAL, QFont::Light, QFont::Nor… in weightFromFcWeight()
93 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_NORMAL, FC_WEIGHT_MEDIUM, QFont::Normal, QFont::M… in weightFromFcWeight()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/platformsupport/fontdatabases/fontconfig/
H A Dqfontconfigdatabase.cpp90 if (fcweight <= FC_WEIGHT_NORMAL) in weightFromFcWeight()
91 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_LIGHT, FC_WEIGHT_NORMAL, QFont::Light, QFont::Nor… in weightFromFcWeight()
93 …return mapToQtWeightForRange(fcweight, FC_WEIGHT_NORMAL, FC_WEIGHT_MEDIUM, QFont::Normal, QFont::M… in weightFromFcWeight()

12345