Class GlyphRenderer


  • final class GlyphRenderer
    extends java.lang.Object
    • Constructor Detail

      • GlyphRenderer

        private GlyphRenderer()
    • Method Detail

      • renderGlyphRun

        static void renderGlyphRun​(@NotNull
                                   @NotNull Output output,
                                   @NotNull
                                   @NotNull PaintOrder paintOrder,
                                   @NotNull
                                   @NotNull java.util.Set<VectorEffect> vectorEffects,
                                   @NotNull
                                   @NotNull StringTextSegment segment,
                                   @NotNull
                                   @NotNull java.awt.geom.Rectangle2D completeGlyphRunBounds)
      • computeBaselineOffset

        private static float computeBaselineOffset​(@NotNull
                                                   @NotNull SVGFont font,
                                                   @NotNull
                                                   @NotNull FontRenderContext fontRenderContext)