Table of Contents

Constructor GlyphOutlinePoint

Namespace
DocWright.Fonts
Assembly
DocWright.Fonts.dll

GlyphOutlinePoint(int, int)

Initializes a new instance of the GlyphOutlinePoint struct.

public GlyphOutlinePoint(int x, int y)

Parameters

x int

The X coordinate in font units.

y int

The Y coordinate in font units.