Home
last modified time | relevance | path

Searched refs:FontType (Results 1 – 25 of 3707) sorted by relevance

12345678910>>...149

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/
H A DFontType.java25 public class FontType { class
30 public static final FontType OTHER = new FontType("Other", 0);
34 public static final FontType TYPE0 = new FontType("Type0", 1);
38 public static final FontType TYPE1 = new FontType("Type1", 2);
42 public static final FontType MMTYPE1 = new FontType("MMType1", 3);
46 public static final FontType TYPE3 = new FontType("Type3", 4);
50 public static final FontType TRUETYPE = new FontType("TrueType", 5);
52 public static final FontType TYPE1C = new FontType("Type1C", 6);
54 public static final FontType CIDTYPE0 = new FontType("CIDFontType0", 7);
78 return FontType.OTHER; in byName()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/fontsubset/
H A Dfontsubset.cxx31 , m_nFontType( FontType::NO_FONT) in FontSubsetInfo()
51 FontType eInFontType, in LoadFont()
69 FontType nReqFontTypeMask, in CreateFontSubset()
89 case FontType::SFNT_TTF: in CreateFontSubset()
90 case FontType::SFNT_CFF: in CreateFontSubset()
91 case FontType::ANY_SFNT: in CreateFontSubset()
94 case FontType::CFF_FONT: in CreateFontSubset()
97 case FontType::TYPE1_PFA: in CreateFontSubset()
98 case FontType::TYPE1_PFB: in CreateFontSubset()
99 case FontType::ANY_TYPE1: in CreateFontSubset()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/fontsubset/
H A Dfontsubset.cxx31 , m_nFontType( FontType::NO_FONT) in FontSubsetInfo()
51 FontType eInFontType, in LoadFont()
69 FontType nReqFontTypeMask, in CreateFontSubset()
89 case FontType::SFNT_TTF: in CreateFontSubset()
90 case FontType::SFNT_CFF: in CreateFontSubset()
91 case FontType::ANY_SFNT: in CreateFontSubset()
94 case FontType::CFF_FONT: in CreateFontSubset()
97 case FontType::TYPE1_PFA: in CreateFontSubset()
98 case FontType::TYPE1_PFB: in CreateFontSubset()
99 case FontType::ANY_TYPE1: in CreateFontSubset()
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/pdf/
H A DPDFFont.java25 import org.apache.fop.fonts.FontType;
108 if (subtype == FontType.TYPE0 || subtype == FontType.CIDTYPE0) { in createFont()
111 } else if ((subtype == FontType.TYPE1) in createFont()
112 || (subtype == FontType.TYPE1C) in createFont()
113 || (subtype == FontType.MMTYPE1)) { in createFont()
116 } else if (subtype == FontType.TYPE3) { in createFont()
119 } else if (subtype == FontType.TRUETYPE) { in createFont()
149 if (fontType == FontType.TYPE0) { in getPDFNameForFontType()
151 } else if (fontType == FontType.TYPE1) { in getPDFNameForFontType()
153 } else if (fontType == FontType.MMTYPE1) { in getPDFNameForFontType()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/composite/
H A DTextRenderer.h30 enum class FontType { Default, FixedWidth, NumTypes }; enum
37 FontType aFontType);
43 FontType aFontType = FontType::Default);
47 FontType aFontType = FontType::Default);
52 FontType aFontType = FontType::Default);
64 bool EnsureInitialized(FontType aType);
66 static const FontBitmapInfo* GetFontInfo(FontType aType);
69 EnumeratedArray<FontType, FontType::NumTypes, UniquePtr<FontCache>> mFonts;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/composite/
H A DTextRenderer.h30 enum class FontType { Default, FixedWidth, NumTypes }; enum
37 FontType aFontType);
43 FontType aFontType = FontType::Default);
47 FontType aFontType = FontType::Default);
52 FontType aFontType = FontType::Default);
64 bool EnsureInitialized(FontType aType);
66 static const FontBitmapInfo* GetFontInfo(FontType aType);
69 EnumeratedArray<FontType, FontType::NumTypes, UniquePtr<FontCache>> mFonts;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/composite/
H A DTextRenderer.h30 enum class FontType { Default, FixedWidth, NumTypes }; enum
37 FontType aFontType);
43 FontType aFontType = FontType::Default);
47 FontType aFontType = FontType::Default);
52 FontType aFontType = FontType::Default);
64 bool EnsureInitialized(FontType aType);
66 static const FontBitmapInfo* GetFontInfo(FontType aType);
69 EnumeratedArray<FontType, FontType::NumTypes, UniquePtr<FontCache>> mFonts;
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/utils/
H A DFontUtils.java42 public static enum FontType { enum in FontUtils
48 private static EnumMap<FontType, Font> defaultFonts = new EnumMap<>(FontType.class);
49 private static EnumMap<FontType, Boolean> defaultFontSets = new EnumMap<>(FontType.class);
86 quicksandBoldFont = defaultFonts.get(FontType.general); in getQuicksandBoldFont()
96 public static void setDefaultFont(FontType fontType, Font font) { in setDefaultFont()
101 if (fontType == FontType.general) { in setDefaultFont()
121 return getDefaultFont(FontType.general); in getDefaultFont()
124 private static Font getDefaultFont(FontType fontType) { in getDefaultFont()
160 public static Font getFont(FontType fontType) { in getFont()
281 return defaultFontSets.get(FontType.general); in isDefaultFontSet()
[all …]
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dtext.h72 enum FontType enum
274 void DrawText(const std::string &text, FontType font,
284 void SizeText(const std::string &text, FontType font,
289 float GetAscent(FontType font, float size);
291 float GetDescent(FontType font, float size);
293 float GetHeight(FontType font, float size);
294 int GetHeightInt(FontType font, float size);
326 CachedFont* GetOrOpenFont(FontType font, float size);
335 void DrawString(const std::string &text, FontType font,
352 std::map<FontType, std::unique_ptr<MultisizeFont>> m_fonts;
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dfontsubset.hxx32 enum class FontType { enum
45 template<> struct typed_flags<FontType> : is_typed_flags<FontType, (1<<8)-1> {};
54 void LoadFont( FontType eInFontType,
58 bool CreateFontSubset( FontType nOutFontTypeMask,
70 FontType m_nFontType; ///< font-type of subset result
76 FontType meInFontType; ///< allowed mask of input font-types
80 FontType mnReqFontTypeMask; ///< allowed subset-target font types
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/
H A Dfontsubset.hxx32 enum class FontType { enum
45 template<> struct typed_flags<FontType> : is_typed_flags<FontType, (1<<8)-1> {};
54 void LoadFont( FontType eInFontType,
58 bool CreateFontSubset( FontType nOutFontTypeMask,
70 FontType m_nFontType; ///< font-type of subset result
76 FontType meInFontType; ///< allowed mask of input font-types
80 FontType mnReqFontTypeMask; ///< allowed subset-target font types
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/text/
H A DFontType_as.hx1 // FontType_as.hx: ActionScript 3 "FontType" class, for Gnash.
27 import flash.text.FontType;
30 //import flash.FontType;
45 DejaGnu.note("FontType does not exist in versions prior to flash9");
48 if (Std.is(FontType.DEVICE, String) && Std.string(FontType.DEVICE) == "device") {
49 DejaGnu.pass("FontType::DEVICE property exists");
51 DejaGnu.fail("FontType::DEVICE property does no exist");
53 if (Std.is(FontType.EMBEDDED, String) && Std.string(FontType.EMBEDDED) == "embedded") {
54 DejaGnu.pass("FontType::EMBEDDED property exists");
56 DejaGnu.fail("FontType::EMBEDDED property does no exist");
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/composite/
H A DTextRenderer.h30 enum class FontType { Default, FixedWidth, NumTypes }; enum
37 FontType aFontType);
43 FontType aFontType = FontType::Default);
55 bool EnsureInitialized(FontType aType);
57 static const FontBitmapInfo* GetFontInfo(FontType aType);
60 EnumeratedArray<FontType, FontType::NumTypes, UniquePtr<FontCache>> mFonts;
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/parosproxy/paros/extension/option/
H A DOptionsParamView.java160 new EnumMap<>(FontUtils.FontType.class);
161 private Map<FontUtils.FontType, Integer> fontSizes = new EnumMap<>(FontUtils.FontType.class);
162 private Map<FontUtils.FontType, String> fontNames = new EnumMap<>(FontUtils.FontType.class);
199 for (FontUtils.FontType fontType : FontUtils.FontType.values()) { in OptionsParamView()
235 for (FontUtils.FontType fontType : FontUtils.FontType.values()) { in parse()
542 return getFontSize(FontUtils.FontType.general); in getFontSize()
545 public int getFontSize(FontUtils.FontType fontType) { in getFontSize()
555 setFontSize(FontUtils.FontType.general, fontSize); in setFontSize()
569 return getFontName(FontUtils.FontType.general); in getFontName()
572 public String getFontName(FontUtils.FontType fontType) { in getFontName()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdtt.c723 switch (font->FontType) { in font_cache_elem_array_sizes()
850 if (pdfont->FontType != font->FontType && in pdf_attach_font_resource()
896 switch (font->FontType) { in pdf_font_orig_matrix()
1063 switch (pdfont->FontType) { in pdf_is_compatible_encoding()
1124 switch (pdfont->FontType) { in pdf_font_has_glyphs()
1178 if (font->FontType != pdfont->FontType) in pdf_find_font_resource()
1438 switch(font->FontType) { in pdf_make_font_resource()
1447 switch(font->FontType) { in pdf_make_font_resource()
1491 switch (font->FontType) { in pdf_make_font_resource()
1571 if (font->FontType == ft_encrypted || font->FontType == ft_encrypted2 in pdf_make_font_resource()
[all …]
H A Dgdevpdte.c66 switch (font->FontType) { in pdf_process_string_aux()
134 } else if (font->FontType == ft_CID_TrueType || font->FontType == ft_composite) { in pdf_add_ToUnicode()
920 if (font->FontType == ft_user_defined || font->FontType == ft_PCL_user_defined || in pdf_char_widths()
922 font->FontType == ft_GL2_531 || font->FontType == ft_PDF_user_defined ) { in pdf_char_widths()
944 font->FontType == ft_GL2_531 || font->FontType == ft_PDF_user_defined) { in pdf_char_widths()
1191 int FontType; in process_text_modify_width() local
1208 FontType = subfont->FontType; in process_text_modify_width()
1221 FontType = pdsubf->FontType; in process_text_modify_width()
1230 FontType = font->FontType; in process_text_modify_width()
1281 if (FontType == ft_CID_TrueType || FontType == ft_TrueType) { in process_text_modify_width()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdtt.c723 switch (font->FontType) { in font_cache_elem_array_sizes()
850 if (pdfont->FontType != font->FontType && in pdf_attach_font_resource()
896 switch (font->FontType) { in pdf_font_orig_matrix()
1063 switch (pdfont->FontType) { in pdf_is_compatible_encoding()
1124 switch (pdfont->FontType) { in pdf_font_has_glyphs()
1178 if (font->FontType != pdfont->FontType) in pdf_find_font_resource()
1438 switch(font->FontType) { in pdf_make_font_resource()
1447 switch(font->FontType) { in pdf_make_font_resource()
1491 switch (font->FontType) { in pdf_make_font_resource()
1571 if (font->FontType == ft_encrypted || font->FontType == ft_encrypted2 in pdf_make_font_resource()
[all …]
H A Dgdevpdte.c66 switch (font->FontType) { in pdf_process_string_aux()
134 } else if (font->FontType == ft_CID_TrueType || font->FontType == ft_composite) { in pdf_add_ToUnicode()
920 if (font->FontType == ft_user_defined || font->FontType == ft_PCL_user_defined || in pdf_char_widths()
922 font->FontType == ft_GL2_531 || font->FontType == ft_PDF_user_defined ) { in pdf_char_widths()
944 font->FontType == ft_GL2_531 || font->FontType == ft_PDF_user_defined) { in pdf_char_widths()
1191 int FontType; in process_text_modify_width() local
1208 FontType = subfont->FontType; in process_text_modify_width()
1221 FontType = pdsubf->FontType; in process_text_modify_width()
1230 FontType = font->FontType; in process_text_modify_width()
1281 if (FontType == ft_CID_TrueType || FontType == ft_TrueType) { in process_text_modify_width()
[all …]
/dports/www/piwigo/piwigo/admin/themes/default/fonts/open-sans/sass/
H A D_mixins.scss1 @mixin fontdef($OpenSansPath, $OpenSansVersion, $FontType: "Regular") { parameter
2 …src: url("#{$OpenSansPath}/#{$FontType}/OpenSans-#{$FontType}.woff2?v=#{$OpenSansVersion}") format…
3 …url("#{$OpenSansPath}/#{$FontType}/OpenSans-#{$FontType}.woff?v=#{$OpenSansVersion}") format("woff…
/dports/www/piwigo/piwigo/themes/modus/css/open-sans/sass/
H A D_mixins.scss1 @mixin fontdef($OpenSansPath, $OpenSansVersion, $FontType:'Regular') { parameter
2 …src: url('#{$OpenSansPath}/#{$FontType}/OpenSans-#{$FontType}.woff2?v=#{$OpenSansVersion}') format…
3 …url('#{$OpenSansPath}/#{$FontType}/OpenSans-#{$FontType}.woff?v=#{$OpenSansVersion}') format('woff…
/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Dfont.h16 typedef unsigned char FontType; typedef
36 void SetFont(FontType type, const char *value);
47 void RenderString(Drawable d, FontType font, ColorType color,
55 int GetStringWidth(FontType ft, const char *str);
61 int GetStringHeight(FontType ft);
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pdf/
H A DSkPDFFont.h46 SkAdvancedTypefaceMetrics::FontType getType() const { return fFontType; } in getType()
48 static SkAdvancedTypefaceMetrics::FontType FontType(const SkAdvancedTypefaceMetrics&);
51 static bool IsMultiByte(SkAdvancedTypefaceMetrics::FontType type) { in IsMultiByte()
127 SkAdvancedTypefaceMetrics::FontType fFontType = (SkAdvancedTypefaceMetrics::FontType)(-1);
132 SkAdvancedTypefaceMetrics::FontType fontType,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pdf/
H A DSkPDFFont.h46 SkAdvancedTypefaceMetrics::FontType getType() const { return fFontType; } in getType()
48 static SkAdvancedTypefaceMetrics::FontType FontType(const SkAdvancedTypefaceMetrics&);
51 static bool IsMultiByte(SkAdvancedTypefaceMetrics::FontType type) { in IsMultiByte()
127 SkAdvancedTypefaceMetrics::FontType fFontType = (SkAdvancedTypefaceMetrics::FontType)(-1);
132 SkAdvancedTypefaceMetrics::FontType fontType,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pdf/
H A DSkPDFFont.h45 SkAdvancedTypefaceMetrics::FontType getType() const { return fFontType; } in getType()
47 static SkAdvancedTypefaceMetrics::FontType FontType(const SkAdvancedTypefaceMetrics&);
50 static bool IsMultiByte(SkAdvancedTypefaceMetrics::FontType type) { in IsMultiByte()
126 SkAdvancedTypefaceMetrics::FontType fFontType = (SkAdvancedTypefaceMetrics::FontType)(-1);
131 SkAdvancedTypefaceMetrics::FontType fontType,
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pdf/
H A DSkPDFFont.h46 SkAdvancedTypefaceMetrics::FontType getType() const { return fFontType; } in getType()
48 static SkAdvancedTypefaceMetrics::FontType FontType(const SkAdvancedTypefaceMetrics&);
51 static bool IsMultiByte(SkAdvancedTypefaceMetrics::FontType type) { in IsMultiByte()
127 SkAdvancedTypefaceMetrics::FontType fFontType = (SkAdvancedTypefaceMetrics::FontType)(-1);
132 SkAdvancedTypefaceMetrics::FontType fontType,

12345678910>>...149