toD method

GlyphInfoD toD([
  1. Pointer<GlyphInfoC>? ptr
])

Implementation

GlyphInfoD toD([Pointer<GlyphInfoC>? ptr]) => .new(
  originalPointer: ptr,
  value: value,
  offsetX: offsetX,
  offsetY: offsetY,
  advanceX: advanceX,
  image: image.toD(),
);