Class FT2::Size
In: ./ft2.c
Parent: Object
Methods
face    initialize    metrics   
Public Class methods
initialize(VALUE self)

Constructor for FT2::Size class.

This method is currently empty. You should never call this method directly unless you're instantiating a derived class (ie, you know what you're doing).

Public Instance methods
face(VALUE self)

Get the FT2::Face object this FT2::Size object is associated with.

Examples:

  face = size.face
metrics(VALUE self)

Get the FT2::SizeMetrics associated with a FT2::Size object.

Examples:

  s_metrics = size.metrics