diff --git a/src/Graphics/Font/Font.cs b/src/Graphics/Font/Font.cs index b1af731..0dd6d1c 100644 --- a/src/Graphics/Font/Font.cs +++ b/src/Graphics/Font/Font.cs @@ -16,6 +16,11 @@ namespace MoonWorks.Graphics.Font private byte* StringBytes; private int StringBytesLength; + /// + /// Loads a TTF or OTF font from a path for use in MSDF rendering. + /// Note that there must be an msdf-atlas-gen JSON and image file alongside. + /// + /// public unsafe static Font Load( GraphicsDevice graphicsDevice, CommandBuffer commandBuffer,