Home
last modified time | relevance | path

Searched refs:kCTFontStyleNameAttribute (Results 1 – 25 of 88) sorted by relevance

1234

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/core-text/src/
H A Dfont_descriptor.rs231 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
320 pub static kCTFontStyleNameAttribute: CFStringRef; // value: CFStringRef variable
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/core-text-13.0.0/src/
H A Dfont_descriptor.rs233 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
326 pub static kCTFontStyleNameAttribute: CFStringRef; // value: CFStringRef const
/dports/www/firefox/firefox-99.0/third_party/rust/core-text/src/
H A Dfont_descriptor.rs236 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
361 pub static kCTFontStyleNameAttribute: CFStringRef; // value: CFStringRef const
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/core-text/src/
H A Dfont_descriptor.rs236 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
361 pub static kCTFontStyleNameAttribute: CFStringRef; // value: CFStringRef const
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/core-text-19.2.0/src/
H A Dfont_descriptor.rs236 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
361 pub static kCTFontStyleNameAttribute: CFStringRef; // value: CFStringRef const
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/core-text/src/
H A Dfont_descriptor.rs236 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
361 pub static kCTFontStyleNameAttribute: CFStringRef; // value: CFStringRef variable
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/core-text/src/
H A Dfont_descriptor.rs232 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
339 pub static kCTFontStyleNameAttribute: CFStringRef; // value: CFStringRef const
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/core-text-13.3.2/src/
H A Dfont_descriptor.rs232 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
339 pub static kCTFontStyleNameAttribute: CFStringRef; // value: CFStringRef variable
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/core-text-15.0.0/src/
H A Dfont_descriptor.rs232 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
339 pub static kCTFontStyleNameAttribute: CFStringRef; // value: CFStringRef const
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/core-text-19.2.0/src/
H A Dfont_descriptor.rs236 let value = self.get_string_attribute(kCTFontStyleNameAttribute); in style_name()
361 pub static kCTFontStyleNameAttribute: CFStringRef; // value: CFStringRef variable
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DCTFontDescriptor.pas286 var kCTFontStyleNameAttribute: CFStringRef; external name '_kCTFontStyleNameAttribute'; (* attribut…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/text/
H A Dqfontdatabase_mac.cpp148 …_name = (CFStringRef)CTFontDescriptorCopyLocalizedAttribute(font, kCTFontStyleNameAttribute, NULL); in initializeDb()
416 CFDictionaryAddValue(attributes, kCTFontStyleNameAttribute, expectedStyle); in load()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/native/
H A Djuce_mac_Fonts.mm73 CFStringRef keys[] = { kCTFontFamilyNameAttribute, kCTFontStyleNameAttribute };
469 … auto cfsFontStyle = (CFStringRef) CTFontCopyAttribute (ctRunFont, kCTFontStyleNameAttribute);
843 …yle = (CFStringRef) CTFontDescriptorCopyAttribute (ctFontDescriptorRef, kCTFontStyleNameAttribute);
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/native/
H A Djuce_mac_Fonts.mm73 CFStringRef keys[] = { kCTFontFamilyNameAttribute, kCTFontStyleNameAttribute };
457 … auto cfsFontStyle = (CFStringRef) CTFontCopyAttribute (ctRunFont, kCTFontStyleNameAttribute);
831 …yle = (CFStringRef) CTFontDescriptorCopyAttribute (ctFontDescriptorRef, kCTFontStyleNameAttribute);
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/quartz/
H A Dctfonts.cxx342 …leName = static_cast<CFStringRef>(CTFontDescriptorCopyAttribute( pFD, kCTFontStyleNameAttribute )); in DevFontFromCTFontDescriptor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/quartz/
H A Dctfonts.cxx341 …leName = static_cast<CFStringRef>(CTFontDescriptorCopyAttribute( pFD, kCTFontStyleNameAttribute )); in DevFontFromCTFontDescriptor()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/platforms/fontdatabases/coretext/
H A Dqcoretextfontdatabase.mm132 …QCFString style_name = (CFStringRef)CTFontDescriptorCopyAttribute(font, kCTFontStyleNameAttribute);
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoafontdialoghelper.mm67 …ng style(QCFString(((CFStringRef)CTFontDescriptorCopyAttribute(font, kCTFontStyleNameAttribute))));
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoafontdialoghelper.mm67 …ng style(QCFString(((CFStringRef)CTFontDescriptorCopyAttribute(font, kCTFontStyleNameAttribute))));
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoafontdialoghelper.mm67 …ng style(QCFString(((CFStringRef)CTFontDescriptorCopyAttribute(font, kCTFontStyleNameAttribute))));
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoafontdialoghelper.mm67 …ng style(QCFString(((CFStringRef)CTFontDescriptorCopyAttribute(font, kCTFontStyleNameAttribute))));
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoafontdialoghelper.mm67 …ng style(QCFString(((CFStringRef)CTFontDescriptorCopyAttribute(font, kCTFontStyleNameAttribute))));
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoafontdialoghelper.mm67 …ng style(QCFString(((CFStringRef)CTFontDescriptorCopyAttribute(font, kCTFontStyleNameAttribute))));
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoafontdialoghelper.mm67 …ng style(QCFString(((CFStringRef)CTFontDescriptorCopyAttribute(font, kCTFontStyleNameAttribute))));
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/
H A Dqcocoafontdialoghelper.mm67 …ng style(QCFString(((CFStringRef)CTFontDescriptorCopyAttribute(font, kCTFontStyleNameAttribute))));

1234