Show / Hide Table of Contents

Class FontSize

A collection of fonts and there size in pixels used when determining auto widths for columns. This is used as .NET and Excel does not measure font widths in pixels in a similar way.

Inheritance
System.Object
FontSize
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public static class FontSize

Fields

FontHeights

Dictionary containing Font Width and heights in pixels. You can add your own fonts and sizes here.

Declaration
public static Dictionary<string, Dictionary<float, FontSizeInfo>> FontHeights
Field Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.Dictionary<System.Single, FontSizeInfo>>
In This Article
Back to top Generated by DocFX