| Class | Origami::FontDescriptor |
| In: |
sources/parser/font.rb
|
| Parent: | Dictionary |
Class representing a font details in a document.
| FIXEDPITCH | = | 1 << 1 |
| SERIF | = | 1 << 2 |
| SYMBOLIC | = | 1 << 3 |
| SCRIPT | = | 1 << 4 |
| NONSYMBOLIC | = | 1 << 6 |
| ITALIC | = | 1 << 7 |
| ALLCAP | = | 1 << 17 |
| SMALLCAP | = | 1 << 18 |
| FORCEBOLD | = | 1 << 19 |