Table of Contents

Class FontHelper

Namespace
PdfSharp.Quality
Assembly
PdfSharp.Quality-gdi.dll

Static helper functions for fonts.

public static class FontHelper
Inheritance
FontHelper
Inherited Members

Methods

LoadFontData(string)

Returns the specified font from an embedded resource.

public static byte[] LoadFontData(string name)

Parameters

name string

Returns

byte[]

LoadFontData(string, Assembly)

Returns the specified font from an embedded resource.

public static byte[] LoadFontData(string name, Assembly assembly)

Parameters

name string
assembly Assembly

Returns

byte[]