C# Class Praeclarum.Graphics.CoreGraphicsFontMetrics

Inheritance: IFontMetrics
Show file Open project: praeclarum/Praeclarum Class Usage Examples

Public Properties

Property Type Description
Widths float[]

Public Methods

Method Description
CoreGraphicsFontMetrics ( CTStringAttributes attrs ) : System
StringWidth ( string str, int startIndex, int length ) : int

Private Methods

Method Description
StringSize ( string str, int startIndex, int length ) : CoreGraphics.CGSize

Method Details

CoreGraphicsFontMetrics() public method

public CoreGraphicsFontMetrics ( CTStringAttributes attrs ) : System
attrs CTStringAttributes
return System

StringWidth() public method

public StringWidth ( string str, int startIndex, int length ) : int
str string
startIndex int
length int
return int

Property Details

Widths public property

public float[] Widths
return float[]