Make AdobeFontMetricsCharacterSize a struct

This commit is contained in:
Jason Nelson 2024-04-12 09:39:00 -07:00
parent b918ab3543
commit 8604cc30d7

View File

@ -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.