struct
Eagle::TrueType::GlyphOutline
- Eagle::TrueType::GlyphOutline
- Struct
- Value
- Object
Overview
A glyph's contours in font units, with its bounding box.
Defined in:
eagle/graphics/truetype.crConstructors
Instance Method Summary
- #clone
- #contours : Array(Array(Point))
- #copy_with(contours _contours = @contours, xmin _xmin = @xmin, ymin _ymin = @ymin, xmax _xmax = @xmax, ymax _ymax = @ymax)
- #empty? : Bool
- #xmax : Int32
- #xmin : Int32
- #ymax : Int32
- #ymin : Int32
Constructor Detail
def self.new(contours : Array(Array(Point)), xmin : Int32, ymin : Int32, xmax : Int32, ymax : Int32)
#
Instance Method Detail
def copy_with(contours _contours = @contours, xmin _xmin = @xmin, ymin _ymin = @ymin, xmax _xmax = @xmax, ymax _ymax = @ymax)
#