mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-08-20 09:21:57 +08:00
Make AdobeFontMetricsCharacterSize a struct
This commit is contained in:
parent
b918ab3543
commit
8604cc30d7
@ -4,7 +4,7 @@
|
||||
/// The x and y components of the width vector of the font's characters.
|
||||
/// Presence implies that IsFixedPitch is true.
|
||||
/// </summary>
|
||||
public class AdobeFontMetricsCharacterSize
|
||||
public readonly struct AdobeFontMetricsCharacterSize
|
||||
{
|
||||
/// <summary>
|
||||
/// The horizontal width.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user