Home
last modified time | relevance | path

Searched refs:fontSet (Results 201 – 225 of 439) sorted by relevance

12345678910>>...18

/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/winapi-0.3.9/src/um/
H A Ddwrite_3.rs113 fontSet: *mut *mut IDWriteFontSet,
119 fontSet: *mut IDWriteFontSet,
191 fontSet: *mut IDWriteFontSet,
194 fontSet: *mut *mut IDWriteFontSet,
201 fontSet: *mut *mut IDWriteFontSet,
414 fontSet: *mut IDWriteFontSet,
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/winapi-0.3.9/src/um/
H A Ddwrite_3.rs113 fontSet: *mut *mut IDWriteFontSet,
119 fontSet: *mut IDWriteFontSet,
191 fontSet: *mut IDWriteFontSet,
194 fontSet: *mut *mut IDWriteFontSet,
201 fontSet: *mut *mut IDWriteFontSet,
414 fontSet: *mut IDWriteFontSet,
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/mac/ios/
H A Duitextedit.mm89 bool fontSet = false;
99 fontSet = true;
102 if (!fontSet)
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/mac/ios/
H A Duitextedit.mm89 bool fontSet = false;
99 fontSet = true;
102 if (!fontSet)
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Ddwrite_3.h464 _COM_Outptr_ IDWriteFontSet** fontSet
489 IDWriteFontSet* fontSet,
761 _In_ IDWriteFontSet* fontSet
778 _COM_Outptr_ IDWriteFontSet** fontSet
792 _COM_Outptr_ IDWriteFontSet** fontSet
1595 _In_ IDWriteFontSet* fontSet,
2563 _COM_Outptr_ IDWriteFontSet1** fontSet
2596 IDWriteFontSet* fontSet,
3193 _COM_Outptr_ IDWriteFontSet1** fontSet
3224 _COM_Outptr_ IDWriteFontSet1** fontSet
[all …]
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/doc/app-defaults/
H A DXdefaults80 *Clock.fontSet: -b&h-lucida-medium-r-normal-*-*-120-*-*-p-*-*-*
86 *Command.fontSet: -b&h-lucida-medium-r-normal-*-*-120-*-*-p-*-*-*
105 *Label.fontSet: -b&h-lucida-medium-r-normal-*-*-120-*-*-p-*-*-*
112 *List.fontSet: -b&h-lucida-medium-r-normal-*-*-120-*-*-p-*-*-*
117 *MenuButton.fontSet: -b&h-lucida-medium-r-normal-*-*-120-*-*-p-*-*-*
154 *SimpleMenu.menuLabel.fontSet: -b&h-lucida-bold-r-normal-*-*-120-*-*-p-*-*-*
162 *SmeBSB.fontSet: -b&h-lucida-medium-r-normal-*-*-120-*-*-p-*-*-*
175 *Text.textSink.fontSet: -b&h-lucidatypewriter-medium-r-normal-*-*-120-*-*-m-*-*-*
194 *Toggle.fontSet: -b&h-lucida-medium-r-normal-*-*-120-*-*-p-*-*-*
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/platforms/fontdatabases/fontconfig/
H A Dqfontconfigdatabase.cpp595 FcFontSet *fontSet = FcFontSort(0,pattern,FcFalse,0,&result); in fallbacksForFamily() local
598 if (fontSet) in fallbacksForFamily()
600 for (int i = 0; i < fontSet->nfont; i++) { in fallbacksForFamily()
602 if (FcPatternGetString(fontSet->fonts[i], FC_FAMILY, 0, &value) != FcResultMatch) in fallbacksForFamily()
610 FcFontSetDestroy(fontSet); in fallbacksForFamily()
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/graph/demos/
H A DGPUTextRendererListenerBase01.java72 int fontSet = FontFactory.UBUNTU; field in GPUTextRendererListenerBase01
124 this.font = FontFactory.get(fontSet).getDefault(); in GPUTextRendererListenerBase01()
323 … final int set = ( fontSet == FontFactory.UBUNTU ) ? FontFactory.JAVA : FontFactory.UBUNTU ; in nextFontSet()
326 fontSet = set; in nextFontSet()
343 fontSet = set; in setFontSet()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/inspector/
H A DInspectorFontFace.cpp54 FontFaceSet::UserFontSet* fontSet = in GetRule() local
56 if (fontSet) { in GetRule()
57 FontFaceSet* fontFaceSet = fontSet->GetFontFaceSet(); in GetRule()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c550 FcFontSet *fontSet; in getFontConfigLocations() local
603 fontSet = (*FcFontList)(NULL, pattern, objset); in getFontConfigLocations()
604 if (fontSet == NULL) { in getFontConfigLocations()
608 fontdirs = (char**)calloc(fontSet->nfont+1, sizeof(char*)); in getFontConfigLocations()
610 (*FcFontSetDestroy)(fontSet); in getFontConfigLocations()
613 for (f=0; f < fontSet->nfont; f++) { in getFontConfigLocations()
616 if ((*FcPatternGetString)(fontSet->fonts[f], FC_FILE, 0, &file) == in getFontConfigLocations()
634 (*FcFontSetDestroy)(fontSet); in getFontConfigLocations()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/metadata2/
H A DMetadataTable.java39 setFont(LightZoneSkin.fontSet.getSmallFont()); in MetadataTable()
86 editComp.setFont(LightZoneSkin.fontSet.getSmallFont()); in MetadataTable()
/dports/mail/xpbiff/xpbiff/
H A DXPbiff-uj.ad6 *fontSet: -*--14-*
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/text/
H A Dqfontengine_x11.cpp877 : QFontEngineMulti(2), request(req), pattern(p), fontSet(0), screen(s) in QFontEngineMultiFT()
895 if (fontSet) in ~QFontEngineMultiFT()
896 FcFontSetDestroy(fontSet); in ~QFontEngineMultiFT()
909 if (!fontSet) { in loadEngine()
910 fontSet = qt_fontSetForPattern(pattern, request); in loadEngine()
914 if (fontSet->nfont == 1 && at == 1 && engines.size() == 2) { in loadEngine()
924 if (!FcPatternEqual(firstEnginePattern, fontSet->fonts[0])) in loadEngine()
931 engines.resize(fontSet->nfont + 1 - firstFontIndex); in loadEngine()
936 FcPattern *match = FcFontRenderPrepare(NULL, pattern, fontSet->fonts[at + firstFontIndex - 1]); in loadEngine()
/dports/games/openspades/openspades-0.1.3/Sources/Client/
H A DFTFont.cpp193 FTFont::FTFont(client::IRenderer *renderer, FTFontSet *fontSet, float height, in FTFont() argument
199 fontSet(fontSet) { in FTFont()
203 SPAssert(fontSet); in FTFont()
226 for (const auto &face : fontSet->faces) { in GetGlyph()
/dports/www/firefox-esr/firefox-91.8.0/layout/inspector/
H A DInspectorFontFace.cpp72 FontFaceSet::UserFontSet* fontSet = in GetRule() local
74 if (fontSet) { in GetRule()
75 FontFaceSet* fontFaceSet = fontSet->GetFontFaceSet(); in GetRule()
/dports/www/firefox/firefox-99.0/layout/inspector/
H A DInspectorFontFace.cpp72 FontFaceSet::UserFontSet* fontSet = in GetRule() local
74 if (fontSet) { in GetRule()
75 FontFaceSet* fontFaceSet = fontSet->GetFontFaceSet(); in GetRule()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/inspector/
H A DInspectorFontFace.cpp72 FontFaceSet::UserFontSet* fontSet = in GetRule() local
74 if (fontSet) { in GetRule()
75 FontFaceSet* fontFaceSet = fontSet->GetFontFaceSet(); in GetRule()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/inspector/
H A DInspectorFontFace.cpp72 FontFaceSet::UserFontSet* fontSet = in GetRule() local
74 if (fontSet) { in GetRule()
75 FontFaceSet* fontFaceSet = fontSet->GetFontFaceSet(); in GetRule()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DFullWrtText.cxx781 fontSet=false; in send()
787 fontSet=false; in send()
793 fontSet=false; in send()
799 fontSet=false; in send()
805 fontSet=false; in send()
825 fontSet=false; in send()
832 fontSet=false; in send()
863 fontSet=false; in send()
872 fontSet=false; in send()
1148 if (!fontSet) { in send()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c766 FcFontSet *fontSet; in getFontConfigLocations() local
819 fontSet = (*FcFontList)(NULL, pattern, objset); in getFontConfigLocations()
820 if (fontSet == NULL) { in getFontConfigLocations()
824 fontdirs = (char**)calloc(fontSet->nfont+1, sizeof(char*)); in getFontConfigLocations()
826 (*FcFontSetDestroy)(fontSet); in getFontConfigLocations()
829 for (f=0; f < fontSet->nfont; f++) { in getFontConfigLocations()
832 if ((*FcPatternGetString)(fontSet->fonts[f], FC_FILE, 0, &file) == in getFontConfigLocations()
850 (*FcFontSetDestroy)(fontSet); in getFontConfigLocations()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c766 FcFontSet *fontSet; in getFontConfigLocations() local
819 fontSet = (*FcFontList)(NULL, pattern, objset); in getFontConfigLocations()
820 if (fontSet == NULL) { in getFontConfigLocations()
824 fontdirs = (char**)calloc(fontSet->nfont+1, sizeof(char*)); in getFontConfigLocations()
826 (*FcFontSetDestroy)(fontSet); in getFontConfigLocations()
829 for (f=0; f < fontSet->nfont; f++) { in getFontConfigLocations()
832 if ((*FcPatternGetString)(fontSet->fonts[f], FC_FILE, 0, &file) == in getFontConfigLocations()
850 (*FcFontSetDestroy)(fontSet); in getFontConfigLocations()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c766 FcFontSet *fontSet; in getFontConfigLocations() local
819 fontSet = (*FcFontList)(NULL, pattern, objset); in getFontConfigLocations()
820 if (fontSet == NULL) { in getFontConfigLocations()
824 fontdirs = (char**)calloc(fontSet->nfont+1, sizeof(char*)); in getFontConfigLocations()
826 (*FcFontSetDestroy)(fontSet); in getFontConfigLocations()
829 for (f=0; f < fontSet->nfont; f++) { in getFontConfigLocations()
832 if ((*FcPatternGetString)(fontSet->fonts[f], FC_FILE, 0, &file) == in getFontConfigLocations()
850 (*FcFontSetDestroy)(fontSet); in getFontConfigLocations()
/dports/editors/yudit/yudit-3.0.7/swindow/sx11/
H A DSXInputMethod.cpp42 static XFontSet fontSet = 0; variable
1082 if (fontSet == 0) in createIC()
1084 fontSet = XCreateFontSet(impl->display, "*", in createIC()
1100 XNFontSet, fontSet, in createIC()
1186 XNFontSet, fontSet, in createIC()
1193 XNFontSet, fontSet, in createIC()
1250 XNFontSet, fontSet, in createIC()
1259 XNFontSet, fontSet, in createIC()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c684 FcFontSet *fontSet; in getFontConfigLocations() local
737 fontSet = (*FcFontList)(NULL, pattern, objset); in getFontConfigLocations()
738 if (fontSet == NULL) { in getFontConfigLocations()
742 fontdirs = (char**)calloc(fontSet->nfont+1, sizeof(char*)); in getFontConfigLocations()
744 (*FcFontSetDestroy)(fontSet); in getFontConfigLocations()
747 for (f=0; f < fontSet->nfont; f++) { in getFontConfigLocations()
750 if ((*FcPatternGetString)(fontSet->fonts[f], FC_FILE, 0, &file) == in getFontConfigLocations()
768 (*FcFontSetDestroy)(fontSet); in getFontConfigLocations()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c684 FcFontSet *fontSet; in getFontConfigLocations() local
737 fontSet = (*FcFontList)(NULL, pattern, objset); in getFontConfigLocations()
738 if (fontSet == NULL) { in getFontConfigLocations()
742 fontdirs = (char**)calloc(fontSet->nfont+1, sizeof(char*)); in getFontConfigLocations()
744 (*FcFontSetDestroy)(fontSet); in getFontConfigLocations()
747 for (f=0; f < fontSet->nfont; f++) { in getFontConfigLocations()
750 if ((*FcPatternGetString)(fontSet->fonts[f], FC_FILE, 0, &file) == in getFontConfigLocations()
768 (*FcFontSetDestroy)(fontSet); in getFontConfigLocations()

12345678910>>...18