CffFontMetrics

CffFontMetrics class

表示 CFF 字体规格。

public class CffFontMetrics : FontMetrics

特性

姓名描述
override Ascender { get; }获取 Ascender 值。
override Descender { get; }获取 Descender 值。
override FontBBox { get; }获取 FontBBox 值。
override FontMatrix { get; }获取 FontMatrix 值。
IsFixedPitch { get; }获取 IsFixedPitch 值。
virtual LineGap { get; }获取 LineGap 值。
virtual TypoAscender { get; set; }获取 TypoAscender 值。
virtual TypoDescender { get; set; }获取 TypoDescender 值。
virtual TypoLineGap { get; }获取 TypoLineGap 值。
override UnitsPerEM { get; }获取 UnitsPerEM 值。

方法

姓名描述
virtual GetAscender(double)返回特定字体大小的升序。
virtual GetDescender(double)返回特定字体大小的下降器。
GetFontMatrixForGlyph(GlyphId)计算由 id. 指定的字形的变换矩阵
virtual GetGlyphBBox(GlyphId)返回字形 BBox。 如果没有为字形定义 BBox,则返回 FontBBox。 可能被特定的字体编码继承者覆盖。
override GetGlyphWidth(GlyphId)返回字形宽度。 可能被特定的字体编码继承者覆盖。
virtual GetKerningValue(GlyphId, GlyphId)返回字形对的字距调整值。
virtual GetTypoAscender(double)返回特定字体大小的下降器。
virtual GetTypoDescender(double)返回特定字体大小的下降器。
virtual GetTypoLineGap(double)返回特定字体大小的行间距。
override MeasureString(string, double)测量字符串并返回字符串宽度。

也可以看看