Hosted by
 |
Glyphs
 |  | type Glyph |  |
 | Type for instance variables. |  |
 |  | package Outline_Lists |  |
 | Internal package for lists of outlines. |  |
 |  | type Outline_List |  |
 | A list of outlines to store a glyph's appearance. |  |
 |  | function Create |  |
 | Constructor for instances. |  |
|
 |  | function Get_Name |  |
 | Accessor to read the name of a glyph. |  |
|
 |  | function Get_Bounds |  |
 | Accessor to read the bounds of a glyph. |  |
|
 |  | function Get_Outlines |  |
 | Accessor to read the outlines of a glyph. |  |
|
 |  | procedure Add_Outline |  |
 | Add an outline to a glyph. |  |
|
 |  | function Get_Image |  |
 | Get a raster image of this glyph. Create one if not cached. |  |
|
 |  | procedure Set_Bounds |  |
 | Update the bounding box of the glyph. |  |
|
 |  | function Get_Width |  |
 | Calculate the width of this glyph's bounding box. |  |
|
 |  | function Get_Height |  |
 | Calculate the height of this glyph's bounding box. |  |
|
|
|