struct
Eagle::TrueType::Bitmap
- Eagle::TrueType::Bitmap
- Struct
- Value
- Object
Overview
--- rasterising --- A rasterized glyph: coverage values from 0 to 1, plus its offset from the pen position.
Defined in:
eagle/graphics/truetype.crConstructors
Instance Method Summary
- #clone
- #copy_with(width _width = @width, height _height = @height, coverage _coverage = @coverage, left _left = @left, top _top = @top)
- #coverage : Slice(Float32)
- #height : Int32
- #left : Int32
-
#to_image : Image
Converts to a white RGBA image whose alpha is the coverage.
- #top : Int32
- #width : Int32
Constructor Detail
Instance Method Detail
def copy_with(width _width = @width, height _height = @height, coverage _coverage = @coverage, left _left = @left, top _top = @top)
#