Home
last modified time | relevance | path

Searched refs:Typeface (Results 1 – 25 of 941) sorted by relevance

12345678910>>...38

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/omnibox/suggestions/base/
H A DSuggestionSpannableUnitTest.java11 import android.graphics.Typeface;
60 c1.setSpan(new StyleSpan(Typeface.BOLD), 4, 7, Spanned.SPAN_EXCLUSIVE_INCLUSIVE); in spannableEquals_basicStringsComparisonOfSameRichStrings()
61 c2.setSpan(new StyleSpan(Typeface.BOLD), 4, 7, Spanned.SPAN_EXCLUSIVE_INCLUSIVE); in spannableEquals_basicStringsComparisonOfSameRichStrings()
71 c1.setSpan(new StyleSpan(Typeface.BOLD), 4, 7, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE); in spannableEquals_differentSpanType()
72 c2.setSpan(new StyleSpan(Typeface.BOLD), 4, 7, Spanned.SPAN_EXCLUSIVE_INCLUSIVE); in spannableEquals_differentSpanType()
82 c1.setSpan(new StyleSpan(Typeface.BOLD), 4, 7, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE); in spannableEquals_differentTypeface()
93 c1.setSpan(new StyleSpan(Typeface.BOLD), 4, 7, Spanned.SPAN_EXCLUSIVE_INCLUSIVE); in spannableEquals_differentSpanRangeStart()
94 c2.setSpan(new StyleSpan(Typeface.BOLD), 5, 7, Spanned.SPAN_EXCLUSIVE_INCLUSIVE); in spannableEquals_differentSpanRangeStart()
104 c1.setSpan(new StyleSpan(Typeface.BOLD), 4, 7, Spanned.SPAN_EXCLUSIVE_INCLUSIVE); in spannableEquals_differentSpanRangeEnd()
105 c2.setSpan(new StyleSpan(Typeface.BOLD), 4, 6, Spanned.SPAN_EXCLUSIVE_INCLUSIVE); in spannableEquals_differentSpanRangeEnd()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/javatests/src/org/chromium/content/browser/accessibility/captioning/
H A DCaptioningChangeDelegateTest.java8 import android.graphics.Typeface;
112 CaptioningChangeDelegate.getFontFromSystemFont(Typeface.DEFAULT)); in testClosedCaptionDefaultFonts()
116 CaptioningChangeDelegate.getFontFromSystemFont(Typeface.DEFAULT_BOLD)); in testClosedCaptionDefaultFonts()
127 if (Typeface.MONOSPACE.equals(Typeface.DEFAULT)) { in testClosedCaptionNonDefaultFonts()
131 CaptioningChangeDelegate.getFontFromSystemFont(Typeface.MONOSPACE)); in testClosedCaptionNonDefaultFonts()
134 if (Typeface.SANS_SERIF.equals(Typeface.DEFAULT)) { in testClosedCaptionNonDefaultFonts()
138 CaptioningChangeDelegate.getFontFromSystemFont(Typeface.SANS_SERIF)); in testClosedCaptionNonDefaultFonts()
141 if (Typeface.SERIF.equals(Typeface.DEFAULT)) { in testClosedCaptionNonDefaultFonts()
145 CaptioningChangeDelegate.getFontFromSystemFont(Typeface.SANS_SERIF)); in testClosedCaptionNonDefaultFonts()
/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/src/uk/ac/cam/aa582/interactivity/
H A DAndroidGraphics.java16 import android.graphics.Typeface;
194 Typeface tf = getCachedFontFile(font, number); in setFont()
243 private Typeface getCachedFontFile(Font font, int number) { in getCachedFontFile()
245 return Typeface.MONOSPACE; in getCachedFontFile()
253 cmr[1] = Typeface.createFromAsset(manager, dirName + "cmr7.ttf"); in getCachedFontFile()
254 cmr[2] = Typeface.createFromAsset(manager, dirName + "cmr5.ttf"); in getCachedFontFile()
264 cmex = Typeface.createFromAsset(manager, dirName + "cmex10.ttf"); in getCachedFontFile()
293 private static Typeface[] cmr = new Typeface[3];
294 private static Typeface[] cmmi = new Typeface[3];
295 private static Typeface[] cmsy = new Typeface[3];
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/javatests/src/org/chromium/chrome/browser/autofill_assistant/
H A DAutofillAssistantDetailsUiTest.java30 import android.graphics.Typeface;
325 .check(matches(not(hasTypefaceStyle(Typeface.BOLD_ITALIC)))); in testHighlighting()
327 .check(matches(not(hasTypefaceStyle(Typeface.BOLD_ITALIC)))); in testHighlighting()
329 .check(matches(not(hasTypefaceStyle(Typeface.BOLD_ITALIC)))); in testHighlighting()
331 .check(matches(not(hasTypefaceStyle(Typeface.BOLD_ITALIC)))); in testHighlighting()
341 .check(matches(not(hasTypefaceStyle(Typeface.BOLD_ITALIC)))); in testHighlighting()
343 .check(matches(hasTypefaceStyle(Typeface.BOLD_ITALIC))); in testHighlighting()
345 .check(matches(not(hasTypefaceStyle(Typeface.BOLD_ITALIC)))); in testHighlighting()
363 .check(matches(hasTypefaceStyle(Typeface.BOLD_ITALIC))); in testHighlighting()
383 .check(matches(hasTypefaceStyle(Typeface.BOLD_ITALIC))); in testHighlighting()
[all …]
H A DAutofillAssistantTextUtilsTest.java19 import android.graphics.Typeface;
95 .check(matches(hasTypefaceSpan(boldStart, boldEnd, Typeface.BOLD))); in testTextStyles()
97 .check(matches(not(hasTypefaceSpan(0, boldStart, Typeface.BOLD)))); in testTextStyles()
109 .check(matches(hasTypefaceSpan(italicStart, italicEnd, Typeface.ITALIC))); in testTextStyles()
111 .check(matches(not(hasTypefaceSpan(0, italicStart, Typeface.ITALIC)))); in testTextStyles()
125 assertThat(spans[0].getStyle(), is(Typeface.BOLD)); in testMismatchingTextTags()
126 assertThat(spans[1].getStyle(), is(Typeface.ITALIC)); in testMismatchingTextTags()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/piet/
H A DTextElementAdapterTest.java26 import android.graphics.Typeface;
191 Consumer<Typeface> typefaceConsumer = answer.getArgument(2); in testSetFont_callsHostWithFallback()
198 Typeface hostTypeface = Typeface.create("host", Typeface.BOLD_ITALIC); in testSetFont_callsHostWithFallback()
200 Consumer<Typeface> typefaceConsumer = answer.getArgument(2); in testSetFont_callsHostWithFallback()
209 Typeface typeface = mAdapter.getBaseView().getTypeface(); in testSetFont_callsHostWithFallback()
225 Consumer<Typeface> typefaceConsumer = answer.getArgument(2); in testSetFont_hostReturnsNull()
234 Typeface typeface = mAdapter.getBaseView().getTypeface(); in testSetFont_hostReturnsNull()
254 ArgumentMatchers.<Consumer<Typeface>>any()); in testSetFont_callsHostForGoogleSans()
263 Typeface typeface = mAdapter.getBaseView().getTypeface(); in testSetFont_italics()
265 assertThat(typeface.getStyle() & Typeface.BOLD).isEqualTo(0); in testSetFont_italics()
[all …]
/dports/x11-fonts/inconsolata-ttf/fonts-efcbdc5/ofl/vollkorn/
H A DMETADATA.pb13 …ht: "Copyright 2017 The Vollkorn Project Authors (https://github.com/FAlthausen/Vollkorn-Typeface)"
22 …ht: "Copyright 2017 The Vollkorn Project Authors (https://github.com/FAlthausen/Vollkorn-Typeface)"
31 …ht: "Copyright 2017 The Vollkorn Project Authors (https://github.com/FAlthausen/Vollkorn-Typeface)"
40 …ht: "Copyright 2017 The Vollkorn Project Authors (https://github.com/FAlthausen/Vollkorn-Typeface)"
49 …ht: "Copyright 2017 The Vollkorn Project Authors (https://github.com/FAlthausen/Vollkorn-Typeface)"
58 …ht: "Copyright 2017 The Vollkorn Project Authors (https://github.com/FAlthausen/Vollkorn-Typeface)"
67 …ht: "Copyright 2017 The Vollkorn Project Authors (https://github.com/FAlthausen/Vollkorn-Typeface)"
76 …ht: "Copyright 2017 The Vollkorn Project Authors (https://github.com/FAlthausen/Vollkorn-Typeface)"
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/fonts/
H A Djuce_Typeface.cpp108 Typeface::Typeface (const String& faceName, const String& styleName) noexcept in Typeface() function in juce::Typeface
113 Typeface::~Typeface() in ~Typeface()
117 Typeface::Ptr Typeface::getFallbackTypeface() in getFallbackTypeface()
120 return Typeface::Ptr (fallbackFont.getTypeface()); in getFallbackTypeface()
123 EdgeTable* Typeface::getEdgeTableForGlyph (int glyphNumber, const AffineTransform& transform, float… in getEdgeTableForGlyph()
139 struct Typeface::HintingParams
141 HintingParams (Typeface& t) in HintingParams()
252 void Typeface::applyVerticalHintingTransform (float fontSize, Path& path) in applyVerticalHintingTransform()
H A Djuce_Typeface.h46 class JUCE_API Typeface : public ReferenceCountedObject
51 using Ptr = ReferenceCountedObjectPtr<Typeface>;
77 ~Typeface() override;
149 Typeface (const String& name, const String& style) noexcept;
158 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (Typeface)
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/fonts/
H A Djuce_Typeface.cpp108 Typeface::Typeface (const String& faceName, const String& styleName) noexcept in Typeface() function in juce::Typeface
113 Typeface::~Typeface() in ~Typeface()
117 Typeface::Ptr Typeface::getFallbackTypeface() in getFallbackTypeface()
120 return Typeface::Ptr (fallbackFont.getTypeface()); in getFallbackTypeface()
123 EdgeTable* Typeface::getEdgeTableForGlyph (int glyphNumber, const AffineTransform& transform, float… in getEdgeTableForGlyph()
139 struct Typeface::HintingParams
141 HintingParams (Typeface& t) in HintingParams()
252 void Typeface::applyVerticalHintingTransform (float fontSize, Path& path) in applyVerticalHintingTransform()
H A Djuce_Typeface.h46 class JUCE_API Typeface : public ReferenceCountedObject
51 using Ptr = ReferenceCountedObjectPtr<Typeface>;
77 ~Typeface() override;
149 Typeface (const String& name, const String& style) noexcept;
158 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (Typeface)
/dports/audio/py-music21/music21-7.1.0/music21/noteworthy/
H A Dcuthbert_test1.nwctxt4 |Font|Style:Staff Italic|Typeface:"Times New Roman"|Size:7|Bold:Y|Italic:Y|CharSet:0
5 |Font|Style:Staff Bold|Typeface:"Times New Roman"|Size:5|Bold:Y|Italic:N|CharSet:0
6 |Font|Style:Staff Lyric|Typeface:"Times New Roman"|Size:5|Bold:N|Italic:N|CharSet:0
8 |Font|Style:Page Text|Typeface:"Times New Roman"|Size:12|Bold:N|Italic:N|CharSet:0
9 |Font|Style:Page Small Text|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
10 |Font|Style:User 1|Typeface:"Times New Roman"|Size:5|Bold:N|Italic:N|CharSet:0
11 |Font|Style:User 2|Typeface:"Times New Roman"|Size:5|Bold:N|Italic:N|CharSet:0
12 |Font|Style:User 3|Typeface:"Times New Roman"|Size:5|Bold:N|Italic:N|CharSet:0
13 |Font|Style:User 4|Typeface:"Times New Roman"|Size:5|Bold:N|Italic:N|CharSet:0
14 |Font|Style:User 5|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/lookandfeel/
H A Djuce_LookAndFeel.cpp29 static Typeface::Ptr getTypefaceForFontFromLookAndFeel (const Font& font) in getTypefaceForFontFromLookAndFeel()
34 using GetTypefaceForFont = Typeface::Ptr (*)(const Font&);
118 Typeface::Ptr LookAndFeel::getTypefaceForFont (const Font& font) in getTypefaceForFont()
129 return Typeface::createSystemTypefaceFor (f); in getTypefaceForFont()
136 void LookAndFeel::setDefaultSansSerifTypeface (Typeface::Ptr newDefaultTypeface) in setDefaultSansSerifTypeface()
141 Typeface::clearTypefaceCache(); in setDefaultSansSerifTypeface()
150 Typeface::clearTypefaceCache(); in setDefaultSansSerifTypefaceName()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/lookandfeel/
H A Djuce_LookAndFeel.cpp29 static Typeface::Ptr getTypefaceForFontFromLookAndFeel (const Font& font) in getTypefaceForFontFromLookAndFeel()
34 using GetTypefaceForFont = Typeface::Ptr (*)(const Font&);
118 Typeface::Ptr LookAndFeel::getTypefaceForFont (const Font& font) in getTypefaceForFont()
129 return Typeface::createSystemTypefaceFor (f); in getTypefaceForFont()
136 void LookAndFeel::setDefaultSansSerifTypeface (Typeface::Ptr newDefaultTypeface) in setDefaultSansSerifTypeface()
141 Typeface::clearTypefaceCache(); in setDefaultSansSerifTypeface()
150 Typeface::clearTypefaceCache(); in setDefaultSansSerifTypefaceName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/
H A Dfont_platform_data.cc182 if (!Typeface() || !a.Typeface()) in operator ==()
183 typefaces_equal = Typeface() == a.Typeface(); in operator ==()
185 typefaces_equal = SkTypeface::Equal(Typeface(), a.Typeface()); in operator ==()
199 return Typeface()->uniqueID(); in UniqueID()
203 DCHECK(this->Typeface()); in FontFamilyName()
205 this->Typeface()->createFamilyNameIterator(); in FontFamilyName()
215 SkTypeface* FontPlatformData::Typeface() const { in Typeface() function in blink::FontPlatformData
237 unsigned h = SkTypeface::UniqueID(Typeface()); in GetHash()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/native/
H A Djuce_linux_Fonts.cpp81 Typeface::Ptr Typeface::createSystemTypefaceFor (const Font& font) in createSystemTypefaceFor()
86 Typeface::Ptr Typeface::createSystemTypefaceFor (const void* data, size_t dataSize) in createSystemTypefaceFor()
91 void Typeface::scanFolderForFonts (const File& folder) in scanFolderForFonts()
187 Typeface::Ptr Font::getDefaultTypefaceForFont (const Font& font) in getDefaultTypefaceForFont()
193 return Typeface::createSystemTypefaceFor (f); in getDefaultTypefaceForFont()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/native/
H A Djuce_linux_Fonts.cpp81 Typeface::Ptr Typeface::createSystemTypefaceFor (const Font& font) in createSystemTypefaceFor()
86 Typeface::Ptr Typeface::createSystemTypefaceFor (const void* data, size_t dataSize) in createSystemTypefaceFor()
91 void Typeface::scanFolderForFonts (const File& folder) in scanFolderForFonts()
187 Typeface::Ptr Font::getDefaultTypefaceForFont (const Font& font) in getDefaultTypefaceForFont()
193 return Typeface::createSystemTypefaceFor (f); in getDefaultTypefaceForFont()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/
H A Dfont_platform_data.cc244 if (!Typeface() || !a.Typeface()) in operator ==()
245 typefaces_equal = Typeface() == a.Typeface(); in operator ==()
247 typefaces_equal = SkTypeface::Equal(Typeface(), a.Typeface()); in operator ==()
261 return Typeface()->uniqueID(); in UniqueID()
265 DCHECK(this->Typeface()); in FontFamilyName()
267 this->Typeface()->createFamilyNameIterator(); in FontFamilyName()
277 SkTypeface* FontPlatformData::Typeface() const { in Typeface() function in blink::FontPlatformData
299 unsigned h = SkTypeface::UniqueID(Typeface()); in GetHash()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/properties/
H A DCommonHyphenation.java31 import org.apache.fop.fonts.Typeface;
151 if (metrics instanceof Typeface) { in getHyphChar()
152 Typeface typeface = (Typeface)metrics; in getHyphChar()
163 if (metrics instanceof Typeface) { in getHyphChar()
164 Typeface typeface = (Typeface)metrics; in getHyphChar()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/piet/
H A DTextElementAdapter.java8 import android.graphics.Typeface;
30 import org.chromium.components.feed.core.proto.ui.piet.StylesProto.Typeface.CommonTypeface;
223 StylesProto.Typeface typeface = fontDetails.getTypefaceToLoad(); in loadFont()
299 textView.setTypeface(textView.getTypeface(), Typeface.ITALIC); in makeFontItalic()
301 textView.setTypeface(Typeface.create(textView.getTypeface(), Typeface.NORMAL)); in makeFontItalic()
331 private final List<StylesProto.Typeface> mTypefaces;
433 private final List<StylesProto.Typeface> mTypefaceList;
437 FontDetails(List<StylesProto.Typeface> typefaceList, boolean isItalic, in FontDetails()
449 StylesProto.Typeface getTypefaceToLoad() { in getTypefaceToLoad()
465 class TypefaceCallback implements Consumer<Typeface> {
[all …]
/dports/audio/denemo/denemo-2.0.6/actions/nwc2denemo/
H A Dsample.nwctext43 |Font|Style:Staff Italic|Typeface:"Times New Roman"|Size:10|Bold:Y|Italic:Y|CharSet:0
44 |Font|Style:Staff Bold|Typeface:"Times New Roman"|Size:8|Bold:Y|Italic:N|CharSet:0
45 |Font|Style:Staff Lyric|Typeface:"Times New Roman"|Size:7|Bold:N|Italic:N|CharSet:0
47 |Font|Style:Page Text|Typeface:"Times New Roman"|Size:12|Bold:N|Italic:N|CharSet:0
48 |Font|Style:Page Small Text|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
54 |Font|Style:User 1|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
55 |Font|Style:User 2|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
56 |Font|Style:User 3|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
57 |Font|Style:User 4|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
58 |Font|Style:User 5|Typeface:"Times New Roman"|Size:8|Bold:N|Italic:N|CharSet:0
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/firstrun/
H A DTabQueuePanel.java11 import android.graphics.Typeface;
67 messageTextView.setTypeface(b ? Typeface.DEFAULT_BOLD : Typeface.DEFAULT); in onCreateView()
69 … subtextTextView.setTypeface(b ? Typeface.defaultFromStyle(Typeface.ITALIC) : Typeface.DEFAULT); in onCreateView()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/firstrun/
H A DTabQueuePanel.java11 import android.graphics.Typeface;
67 messageTextView.setTypeface(b ? Typeface.DEFAULT_BOLD : Typeface.DEFAULT); in onCreateView()
69 … subtextTextView.setTypeface(b ? Typeface.defaultFromStyle(Typeface.ITALIC) : Typeface.DEFAULT); in onCreateView()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/pcl/fonts/
H A DPCLSoftFont.java27 import org.apache.fop.fonts.Typeface;
34 private Typeface font;
46 public PCLSoftFont(int fontID, Typeface font, boolean multiByteFont) { in PCLSoftFont()
54 public Typeface getTypeface() { in getTypeface()
120 Typeface realFont = customFont.getRealFont(); in getCmapGlyphIndex()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/afp/fonts/
H A DFopCharacterSet.java26 import org.apache.fop.fonts.Typeface;
34 private Typeface charSet;
45 public FopCharacterSet(String codePage, String encoding, String name, Typeface charSet, in FopCharacterSet()
52 public FopCharacterSet(String codePage, String encoding, String name, Typeface charSet, in FopCharacterSet()

12345678910>>...38