Character map [PDF:1.6:5.6.4]. More...
Static Public Member Functions | |
| static IDictionary< ByteArray, int > | Get (string name) |
| Gets the character map corresponding to the given name. | |
| static IDictionary< ByteArray, int > | Get (PdfName name) |
| Gets the character map corresponding to the given name. | |
| static IDictionary< ByteArray, int > | Get (PdfStream stream) |
| Gets the character map extracted from the given data. | |
| static IDictionary< ByteArray, int > | Get (PdfDataObject encodingObject) |
| Gets the character map extracted from the given encoding object. | |
| static IDictionary< ByteArray, int > | Get (bytes::IInputStream stream) |
| Gets the character map extracted from the given data. | |
Character map [PDF:1.6:5.6.4].
| static IDictionary<ByteArray,int> org.pdfclown.documents.contents.fonts.CMap.Get | ( | string | name | ) | [static] |
Gets the character map corresponding to the given name.
| name | Predefined character map name. |
| static IDictionary<ByteArray,int> org.pdfclown.documents.contents.fonts.CMap.Get | ( | PdfName | name | ) | [static] |
Gets the character map corresponding to the given name.
| name | Predefined character map name. |
References org.pdfclown.documents.contents.fonts.CMap.Get(), and org.pdfclown.objects.PdfName.Value.
Referenced by org.pdfclown.documents.contents.fonts.CMap.Get().
| static IDictionary<ByteArray,int> org.pdfclown.documents.contents.fonts.CMap.Get | ( | PdfStream | stream | ) | [static] |
Gets the character map extracted from the given data.
| stream | Character map data. |
References org.pdfclown.objects.PdfStream.Body, and org.pdfclown.documents.contents.fonts.CMap.Get().
Referenced by org.pdfclown.documents.contents.fonts.CMap.Get().
| static IDictionary<ByteArray,int> org.pdfclown.documents.contents.fonts.CMap.Get | ( | PdfDataObject | encodingObject | ) | [static] |
Gets the character map extracted from the given encoding object.
| encodingObject | Encoding object. |
| static IDictionary<ByteArray,int> org.pdfclown.documents.contents.fonts.CMap.Get | ( | bytes::IInputStream | stream | ) | [static] |
Gets the character map extracted from the given data.
| stream | Character map data. |
References org.pdfclown.documents.contents.fonts.CMapParser.Parse().
Copyright 2006-2013 Stefano Chizzolini. For more information, please visit PDF Clown home page.
Generated on Sat Feb 9 21:08:31 2013 for PDF Clown 0.1.2 by
1.6.3