Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 45
Forks 2
NuGet downloads 48,107
Release ChartForgeX-v1.7.0
Language: HTML Updated: 2026-09-02

API Reference

Class

PngFontInfo

Namespace ChartForgeX.Core

Describes the font that ChartForgeX will use for PNG text rendering.

Inheritance

  • Object
  • PngFontInfo

Properties

Source #

Gets the selected PNG font source.

UsesOutlineFont #

Gets a value indicating whether PNG text will render from TrueType outlines.

ThemeFontFamily #

Gets the SVG/HTML font-family stack used to select an automatic PNG font.

RequestedPath #

Gets the requested PNG font path, if one was configured.

RequestedCollectionIndex #

Gets the requested TrueType collection index, if one was configured.

RequestedFaceName #

Gets the requested font face name, if one was configured.

ResolvedPath #

Gets the resolved font path, or null when the built-in fallback font will be used.

ResolvedCollectionIndex #

Gets the resolved collection index when it is known.

ResolvedFaceName #

Gets the resolved face name when it is known.