engine: add exact Windows GDI glyph backend
This commit is contained in:
@@ -110,3 +110,15 @@ public interface IGlyphMaskRasterizer
|
||||
{
|
||||
GlyphMask Rasterize(GlyphRasterRequest request);
|
||||
}
|
||||
|
||||
public sealed record GlyphRasterizerBackendInfo(
|
||||
string Id,
|
||||
string DisplayName,
|
||||
GlyphRasterPolicy Policy,
|
||||
bool NativePixelExact,
|
||||
string Detail);
|
||||
|
||||
public interface IIdentifiedGlyphMaskRasterizer : IGlyphMaskRasterizer
|
||||
{
|
||||
GlyphRasterizerBackendInfo BackendInfo { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user