Uses of Class org.apache.fop.fonts.CIDFontType

Uses in package org.apache.fop.fonts

Fields of type org.apache.fop.fonts.CIDFontType

CIDFontType
CID Font Type 0 (based on Type 1 format)
CIDFontType
CID Font Type 2 (based on TrueType format)

Methods with parameter type org.apache.fop.fonts.CIDFontType

void
Sets the CIDType.

Methods with return type org.apache.fop.fonts.CIDFontType

CIDFontType
CIDFontType.byName(String name)
Returns the CIDFontType by name.
CIDFontType
CIDFontType.byValue(int value)
Returns the CID FontType by value.
CIDFontType
Returns the type of the CID font.
CIDFontType

Uses in package org.apache.fop.pdf

Constructors with parameter type org.apache.fop.fonts.CIDFontType

PDFCIDFont.PDFCIDFont(String basefont, CIDFontType cidtype, int dw, int[] w, String registry, String ordering, int supplement, PDFCIDFontDescriptor descriptor)
Create the /Font object
PDFCIDFont.PDFCIDFont(String basefont, CIDFontType cidtype, int dw, int[] w, PDFCIDSystemInfo systemInfo, PDFCIDFontDescriptor descriptor)
Create the /Font object
PDFCIDFont.PDFCIDFont(String basefont, CIDFontType cidtype, int dw, PDFWArray w, PDFCIDSystemInfo systemInfo, PDFCIDFontDescriptor descriptor)
Create the /Font object

Methods with parameter type org.apache.fop.fonts.CIDFontType

String
Returns the PDF name for a certain CID font type.

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.