struct Eagle::TrueType::GlyphOutline

Overview

A glyph's contours in font units, with its bounding box.

Defined in:

eagle/graphics/truetype.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(contours : Array(Array(Point)), xmin : Int32, ymin : Int32, xmax : Int32, ymax : Int32) #

Instance Method Detail

def clone #

def contours : Array(Array(Point)) #

def copy_with(contours _contours = @contours, xmin _xmin = @xmin, ymin _ymin = @ymin, xmax _xmax = @xmax, ymax _ymax = @ymax) #

def empty? : Bool #

def xmax : Int32 #

def xmin : Int32 #

def ymax : Int32 #

def ymin : Int32 #