Table of Contents

Method BaseFontName

Namespace
LMKit.Document.Annotations.Pdf
Assembly
LM-Kit.NET.dll

BaseFontName(AnnotationFontFamily, AnnotationFontWeight, AnnotationFontStyle)

The standard face for a family/weight/style triple (the base-14 set every PDF renderer ships).

public static string BaseFontName(AnnotationFontFamily family, AnnotationFontWeight weight, AnnotationFontStyle style)

Parameters

family AnnotationFontFamily
weight AnnotationFontWeight
style AnnotationFontStyle

Returns

string
Share