Home
last modified time | relevance | path

Searched refs:IDENTITY_H (Results 1 – 14 of 14) sorted by relevance

/dports/polish/kadu/kadu-4.3/kadu-core/identities/
H A Didentity.h23 #ifndef IDENTITY_H
24 #define IDENTITY_H macro
/dports/sysutils/signon-qt5/signond-07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5/lib/SignOn/
H A Didentity.h28 #ifndef IDENTITY_H
29 #define IDENTITY_H macro
/dports/irc/konversation/konversation-21.12.3/src/
H A Didentity.h7 #ifndef IDENTITY_H
8 #define IDENTITY_H macro
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DBaseFont.java173 public static final String IDENTITY_H = "Identity-H"; field in BaseFont
385 else if (encoding.equals(IDENTITY_H) || encoding.equals(IDENTITY_V)) in createFont()
402 if (encoding.equals(IDENTITY_H) || encoding.equals(IDENTITY_V)) in createFont()
H A DTrueTypeFontUnicode.java100 …th(".otf") || fileName.toLowerCase().endsWith(".ttc")) && ((enc.equals(IDENTITY_H) || enc.equals(I… in TrueTypeFontUnicode()
H A DPdfChunk.java716 return encoding.equals(CJKFont.CJK_ENCODING) || encoding.equals(BaseFont.IDENTITY_H); in isSpecialEncoding()
H A DAcroFields.java590 …porf = BaseFont.createFont("font.ttf", BaseFont.IDENTITY_H, true, false, PdfReader.getStreamBytes(… in decodeGenericDictionary()
2475 replacementFont = FontFactory.getFont(fontName, BaseFont.IDENTITY_H, true).getBaseFont(); in setReplacementFont()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DBaseFont.java201 public static final String IDENTITY_H = "Identity-H"; field in BaseFont
667 else if (encoding.equals(IDENTITY_H) || encoding.equals(IDENTITY_V)) in createFont()
684 if (encoding.equals(IDENTITY_H) || encoding.equals(IDENTITY_V)) in createFont()
H A DPdfChunk.java781 return encoding.equals(CJKFont.CJK_ENCODING) || encoding.equals(BaseFont.IDENTITY_H); in isSpecialEncoding()
799 if (!BaseFont.IDENTITY_H.equals(encoding)) in lengthUtf32()
H A DTrueTypeFontUnicode.java98 …th(".otf") || fileName.toLowerCase().endsWith(".ttc")) && ((enc.equals(IDENTITY_H) || enc.equals(I… in TrueTypeFontUnicode()
H A DAcroFields.java594 …porf = BaseFont.createFont("font.ttf", BaseFont.IDENTITY_H, true, false, PdfReader.getStreamBytes(… in decodeGenericDictionary()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Export/
H A DPDFRenderer.cs73 BaseFont baseFont = BaseFont.CreateFont(name, BaseFont.IDENTITY_H, BaseFont.EMBEDDED); in GetBaseFont()
H A DPDFWriter.cs114 …fBaseFont = BaseFont.CreateFont("FreeSans.ttf", BaseFont.IDENTITY_H, BaseFont.EMBEDDED, BaseFont.C… in PDFWriter()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/LGPL/
H A DAcroFields.java593 …porf = BaseFont.createFont("font.ttf", BaseFont.IDENTITY_H, true, false, PdfReader.getStreamBytes(… in decodeGenericDictionary()