Fonts and Encodings | |
Output text in a barcode font. | |
Demonstrate the usefulness of character references, using a suitable font. | |
Use escape sequences in text lines to output octal or hexadecimal values. | |
Get various properties of a font such as font name, font style, or encoding. | |
Get various font related metrics such as the ascender or descender. | |
Configure font resources and search for fonts. | |
Check the availability of glyphs in a font. | |
Show the effects of glyph substitution in case of glyphs missing in the font. | |
Demonstrate the use of OpenType features for CJK fonts and text. | |
Demonstrate all supported typographic OpenType features after checking whether a particular feature is supported in a font. | |
Performance benefits of keeping a font open across multiple documents. | |
Create simulated italic or bold text output. | |
Starter sample for fallback fonts | |
Demonstrate various typographic OpenType features | |
Create a simple Type 3 font from vector data. | |
Create a simple Type 3 font from image data. | |
Create a Type 3 font which contains a single logo derived from an image. | |
Demonstrate Type 3 font definition, use, and subsetting. | |
Create a Type 3 font by cloning another font and adding a further glyph | |
Create a Type 3 font which contains a single logo derived from a vector based PDF page. | |